Commit graph

91 commits

Author SHA1 Message Date
Moonchild
0cd673d720 Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
Matt A. Tobin
7359f90456 Follow up to Issue #1578 - Preprocess the popup binding 2020-06-10 21:00:33 +08:00
Lootyhoof
564f1026d5 Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-06-10 21:00:30 +08:00
Moonchild
5f14f0126f Issue #1538 - remove speech recognition engine
This removes speech recognition, pocketsphinx, training models
and the speech automated test interface.
This also re-establishes proper use of MOZ_WEBSPEECH to work
for the speech API (synthesis part only) that was a broken mess
before, with some synth parts being always built, some parts
being built only with it enabled and recognition parts being
dependent on it. I'm pretty sure it'd be totally busted if you'd
ever have tried building without MOZ_WEBPEECH before.

Tested that synthesis still works as-intended.

This resolves #1538
2020-05-23 06:56:16 +08:00
Matt A. Tobin
4f0ac63dd9 Take files out of preprocessing that no longer require it 2020-04-11 09:40:39 +08:00
Matt A. Tobin
678b1ea2ec Issue #1053 - Remove android support from toolkit
Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
2020-02-27 07:32:40 +08:00
Matt A. Tobin
e5bacc6f6e Issue #439 - Remove tests from toolkit/ 2020-02-27 07:32:33 +08:00
wolfbeast
92d49e3b00 Issue #1383 - Remove "Copy raw data to clipboard" button
This resolves #1383
2020-02-21 07:04:56 +08:00
Matt A. Tobin
cf41a9dd87 Issue #65 - Remove AppConstants from toolkit/content 2020-02-07 07:52:36 +08:00
wolfbeast
8ee4a445b0 Issue #1242 - Reinstate GPU Accelerated Windows entry in about:support
This resolves #1242.
2019-11-22 10:52:07 +08:00
wolfbeast
f88da927a6 Remove e10s info from about:support
tag #953
2019-07-11 22:25:10 +08:00
Ascrod
7801a344b4 Issue #1132 - Add application executable location to the about:support page. 2019-06-21 09:58:18 +08:00
Matt A. Tobin
97059c1b48 Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC 2019-04-27 08:51:55 +08:00
Ascrod
a24456a76d Issue #991 Part 8: Toolkit everything else 2019-04-27 08:22:23 +08:00
wolfbeast
0fc8fedbd8 Remove e10s code from browser widget.
In case there are still callers to it (likely from the FE),
`isRemoteBrowser` is stubbed to always return false for now.

Tag #953.
2019-03-09 10:22:33 +08:00
wolfbeast
1e6b075d1d Make the Auth prompt DOS protection a browser-element opt-in feature. 2019-03-02 12:19:28 +08:00
janekptacijarabaci
9c00e9e300 [PALEMOON] Re-apply removal of unnecessary code (Findbar is no longer in the gBrowser)
This resolves #793
2019-02-16 00:19:24 +08:00
wolfbeast
5345ccd8b6 Fix reference to undefined property warnings in toolkit's browser.xml. 2019-02-16 00:16:13 +08:00
trav90
037afae5e6 Add mozilla::Span 2019-02-16 00:15:21 +08:00
wolfbeast
58f6d1953c Add findbar.termPerTab
Allow the pref to switch between global search term and per-tab search term
2019-02-16 00:13:37 +08:00
wolfbeast
29aff48629 Revert "[PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in the gBrowser)"
This reverts commit 38f30cdf759e4f6da96da777c3216b5047d672c1.
2019-02-16 00:13:31 +08:00
wolfbeast
e3a9020c5d Remove TelemetryStopwatch call sites from toolkit components.
Tag #21
2019-02-16 00:11:38 +08:00
janekptacijarabaci
ead6332ccc Bug 1341957 - Add webgl.getSupportedExtensions() to about:support 2019-02-16 00:10:21 +08:00
janekptacijarabaci
43c36e207f Bug 1335296 - Expand about:support WebGL information 2019-02-16 00:10:19 +08:00
janekptacijarabaci
cbb7e5262c Bug 1351193 - Update tests 2019-02-16 00:09:13 +08:00
wolfbeast
db0d0cfb0a Update about:rights links.
This resolves #603.
2019-02-16 00:07:50 +08:00
wolfbeast
fecd8ec7e6 Fix redirector paths
This resolves #602.
2019-02-16 00:07:48 +08:00
wolfbeast
7b7cd83c2b Reorganize some internal pages. 2019-02-16 00:05:49 +08:00
janekptacijarabaci
c2d6003d64 "about:support" - added support for "Restart normally"
https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
2019-02-16 00:05:35 +08:00
wolfbeast
105c537181 Make about:webrtc conditional.
This resolves #536
2019-02-16 00:04:45 +08:00
janekptacijarabaci
a93cd24583 Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml" 2019-02-16 00:04:27 +08:00
wolfbeast
a4e06695c0 Fix about:rights dependencies for Safe Browsing.
This resolves #533.
2019-02-16 00:04:24 +08:00
janekptacijarabaci
6d4a2c3c40 Fix throws an error on "about:telemetry" 2019-02-16 00:04:22 +08:00
janekptacijarabaci
2f915a33a3 [PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in the gBrowser)
Issue #513
2019-02-16 00:03:13 +08:00
janekptacijarabaci
63ad437c13 Add architecture detection to "about:" and "about:support"
Issue #492
2019-02-16 00:02:50 +08:00
janekptacijarabaci
de5b649680 [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys
Issue #430
2019-02-16 00:00:28 +08:00
Ascrod
1c494e80a6 Initial updates for Reader View. 2019-02-15 23:57:50 +08:00
wolfbeast
e0714405a3 Drop invisible characters from downloads filename. 2019-02-15 23:57:33 +08:00
wolfbeast
c8462db202 Remove sandbox ductwork conditional code. 2019-02-15 23:55:41 +08:00
janekptacijarabaci
9b3581eddb Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab 2019-02-15 23:54:58 +08:00
janekptacijarabaci
83cb9933ed Fix typo in variables in datetimepopup.xml
Issue #162
2019-02-15 23:54:12 +08:00
wolfbeast
d804882857 Remove jemalloc 4 from our tree. 2019-02-15 23:52:10 +08:00
janekptacijarabaci
a748ea4e42 [fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible)
https://github.com/MoonchildProductions/Pale-Moon/pull/903
https://github.com/MoonchildProductions/Pale-Moon/pull/975
https://github.com/MoonchildProductions/UXP/issues/242
2019-02-15 23:49:57 +08:00
wolfbeast
186cce05f7 Remove NPAPI deprecation statement from about:plugins. 2019-02-15 23:48:59 +08:00
janekptacijarabaci
6bcd2f5333 [PALEMOON] Customizable toolbars - added a comment 2019-02-15 23:46:17 +08:00
janekptacijarabaci
7da20021ff palemoon#975: Customizable toolbars - backward compatible (but unidirectional) 2019-02-15 23:46:16 +08:00
janekptacijarabaci
f1f2d4d77e palemoon#903: Customizable toolbars - persist the attribute "collapsed"
https://github.com/MoonchildProductions/Pale-Moon/pull/903
2019-02-15 23:46:14 +08:00
janekptacijarabaci
7a160547e5 moebius#110: HTML - input - datetime - Datepicker shows incorrect month for the first day of the month 2019-02-15 23:45:14 +08:00
janekptacijarabaci
9c7b814103 Bug 1446342 - Input type="date" not working if the other form elements has name="document" (any alternative solution) 2019-02-15 23:45:10 +08:00
janekptacijarabaci
c65886be35 Bug 1406859 - [DateTimePicker] Let the first picker close gracefully before opening a second picker 2019-02-15 23:45:07 +08:00