wolfbeast
9c9ba7c6c8
[TychoAM] Make resilient to missing pref lightweightThemes.animation.enabled
2019-02-16 00:07:26 +08:00
wolfbeast
21ea79484b
Re-implement prompts.tab_modal.focusSwitch control in toolkit.
2019-02-16 00:07:21 +08:00
wolfbeast
bece3fdc29
Update troubleshooting pref whitelist following 593835e861ce3ab3f9d58aa1fc241399f1c1f244
2019-02-16 00:07:18 +08:00
wolfbeast
ad2c18b0f2
Prevent suppressing executable warnings using the "don't ask me this again" checkbox.
...
A hidden preference matching the behavior of "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally.
While there, simplify the `confirmLaunchExecutable` function by converting from promises to async function.
Since Basilisk moved this prompting to toolkit, we also clean up some unused duplicate strings from application/basilisk while we're there.
This resolves #581
2019-02-16 00:07:16 +08:00
wolfbeast
c180f85048
Bug 1413868.
2019-02-16 00:06:58 +08:00
JustOff
b7cc34ab63
[PMkit] Keep the buttons position when they are placed right before space, flexible space or separator
2019-02-16 00:06:43 +08:00
wolfbeast
edecb0c67d
Restore Pale Moon's standalone image viewing style.
2019-02-16 00:06:18 +08:00
wolfbeast
7b82a2ece4
Remove SSL Error Reporting telemetry
2019-02-16 00:06:16 +08:00
NTD
50f4bff9a5
Add HYPE_ICEWEASEL where appropriate
2019-02-16 00:06:05 +08:00
NTD
10487d6802
Use MOZ_AUSTRALIS to define common shared Australis features
2019-02-16 00:06:04 +08:00
janekptacijarabaci
aba5754bf1
Fix "about:support"s "graphics" section when "webgl.disable-extensions" is true
2019-02-16 00:05:54 +08:00
wolfbeast
7b7cd83c2b
Reorganize some internal pages.
2019-02-16 00:05:49 +08:00
janekptacijarabaci
235d0f518f
Fix throws an error if "winUtils.supportsHardwareH264Decoding" not available
...
After "Restart normally" - throws an error:
Troubleshoot data provider failed: graphics
[Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMWindowUtils.supportsHardwareH264Decoding]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/Troubleshoot.jsm :: graphics :: line 348" data: no] Troubleshoot.jsm:155
TypeError: invalid 'in' operand data aboutSupport.js:204:1
2019-02-16 00:05:37 +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
janekptacijarabaci
c8788a5f4a
"about:profiles" and "about:support" - use "Restart in Safe Mode" instead of "Restart with Add-ons Disabled"
...
https://github.com/MoonchildProductions/Pale-Moon/issues/1563
2019-02-16 00:05:32 +08:00
NTD
be1bf5c4a9
[WebExAM] Remove E10SAddonsRollout.jsm
...
The associated preferences will have to remain for the time being because of nsAppRunner.cpp reads them.
2019-02-16 00:05:31 +08:00
NTD
8cc3515b2a
[WebExAM] Remove unused AddonTestUtils.jsm
2019-02-16 00:05:29 +08:00
NTD
652805f741
[AllAM] Preprocess extensions.dtd to exclude WebExAM-only strings
2019-02-16 00:05:27 +08:00
NTD
673fb0b1b1
Cleanup WebExAM test dependencies
2019-02-16 00:05:26 +08:00
NTD
96aa6a99be
[AllAM] Remove Mozilla Tests
2019-02-16 00:05:24 +08:00
NTD
23373e3e6d
[AllAM] De-duplicate Locales
2019-02-16 00:05:21 +08:00
NTD
f22be8ca31
[AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.js
2019-02-16 00:05:20 +08:00
NTD
65984db0eb
[AllAM] De-duplicate amContentHander.js
2019-02-16 00:05:18 +08:00
NTD
f8662e9c1f
[AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsm
2019-02-16 00:05:17 +08:00
NTD
34b241fdfd
[AllAM] De-duplicate Content.js
2019-02-16 00:05:15 +08:00
NTD
aa023ce63b
Make the Error Console accessible from about:console and make it presentable in that context
2019-02-16 00:05:13 +08:00
NTD
c29a6e983b
Revert "Make the Error Console accessible from about:console"
...
This reverts commit bbbb74e5f077b47c6adb8ede13bfb001bb966cdb.
2019-02-16 00:05:11 +08:00
NTD
a46e042e49
Revert "Move the Error Console search box to the eval toolbar"
...
This reverts commit 2cdd998f8d35ad8fdcffaf8d0b006a2e180e5d18.
2019-02-16 00:05:10 +08:00
NTD
aa30cb6915
[AllAM] De-duplicate AddonLogging.jsm
2019-02-16 00:05:08 +08:00
NTD
40a1e6186e
Move the Error Console search box to the eval toolbar
2019-02-16 00:05:07 +08:00
NTD
5f7da92734
Make the Error Console accessible from about:console
2019-02-16 00:05:05 +08:00
NTD
5461288e07
[WebExAM] Unify the AddonUpdateChecker
2019-02-16 00:05:04 +08:00
NTD
aa2e6cbed2
[TychoAM] Make sure console messages from AddonUpdateChecker indicate which parser they originate from
2019-02-16 00:05:02 +08:00
NTD
7a4872a755
[TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including support for update.json
2019-02-16 00:05:01 +08:00
NTD
8648eda572
[AllAM] Update the target preference
2019-02-16 00:04:56 +08:00
NTD
33278f1ab9
[AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility be per-application-version
2019-02-16 00:04:55 +08:00
NTD
c5f22288ca
[AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE
2019-02-16 00:04:53 +08:00
wolfbeast
105c537181
Make about:webrtc conditional.
...
This resolves #536
2019-02-16 00:04:45 +08:00
janekptacijarabaci
84250c0083
Preferences - Saved Passwords - "Remove" button should not be active if there are no items
2019-02-16 00:04:39 +08:00
janekptacijarabaci
a93cd24583
Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml"
2019-02-16 00:04:27 +08:00
janekptacijarabaci
b1b86c587c
Toolkit - Fix throws an error from Create a New Profile
...
Issue #531
2019-02-16 00:04:25 +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
Lootyhoof
5cfc75fdc9
Add new close icons and make current icons Basilisk-specific
2019-02-16 00:04:20 +08:00
JustOff
2205d506e5
Fix misc regressions in en-US locale
2019-02-16 00:03:46 +08:00
janekptacijarabaci
d180a351b0
Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next files
2019-02-16 00:03:28 +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
358cb3e504
Remove appConstants usage from Troubleshoot.jsm (follow up)
...
Tags:
#65
#494 (follow up)
2019-02-16 00:02:55 +08:00
janekptacijarabaci
185269cb62
Revert "Add a next preprocessing to Troubleshot.jsm"
...
This reverts commit 6ac05db3d6f771a3a572a5701e0dbe88754f47b3.
2019-02-16 00:02:53 +08:00
janekptacijarabaci
1b0ffd8a7b
Add a next preprocessing to Troubleshot.jsm
...
Issue #65 (partially)
2019-02-16 00:02:52 +08:00