summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
...
* | On failure, save a dummy file from the background page thumb capture module.wolfbeast2018-07-04-1/+6
|/ | | | | | | | | If a background page thumbnail capture fails (e.g. due to too heavy scripting), we should write -something- to the thumbnail cache, because otherwise it will try again and again, which is problematic for bad trap pages, that even if the user has left the page never to return again, the thumbnail service may still try to capture, and fail. This resolves the only problem for us in #592.
* [TychoAM] Make resilient to missing pref lightweightThemes.animation.enabledwolfbeast2018-07-03-4/+8
|
* Re-implement prompts.tab_modal.focusSwitch control in toolkit.wolfbeast2018-07-03-3/+9
|
* Update troubleshooting pref whitelist following ↵wolfbeast2018-07-02-1/+1
| | | | 593835e861ce3ab3f9d58aa1fc241399f1c1f244
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-07-02-36/+18
| | | | | | | | | | 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
* Merge branch 'ported-upstream'wolfbeast2018-07-02-0/+9
|\
| * Bug 1413868.wolfbeast2018-06-30-0/+9
| |
* | [PMkit] Keep the buttons position when they are placed right before space, ↵JustOff2018-07-01-2/+21
| | | | | | | | flexible space or separator
* | Restore Pale Moon's standalone image viewing style.wolfbeast2018-06-29-1/+8
| |
* | Remove SSL Error Reporting telemetrywolfbeast2018-06-29-145/+0
|/
* Add HYPE_ICEWEASEL where appropriateMatt A. Tobin2018-06-28-5/+17
|
* Use MOZ_AUSTRALIS to define common shared Australis featuresMatt A. Tobin2018-06-28-2/+2
|
* Fix "about:support"s "graphics" section when "webgl.disable-extensions" is truejanekptacijarabaci2018-06-27-1/+3
|
* Reorganize some internal pages.wolfbeast2018-06-27-137/+49
|
* Merge pull request #551 from janekptacijarabaci/toolkit_restart_normally_2Moonchild2018-06-27-12/+40
|\ | | | | "about:support" - added support for "Restart normally"
| * Fix throws an error if "winUtils.supportsHardwareH264Decoding" not availablejanekptacijarabaci2018-06-26-5/+8
| | | | | | | | | | | | | | 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
| * "about:support" - added support for "Restart normally"janekptacijarabaci2018-06-26-5/+30
| | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
| * "about:profiles" and "about:support" - use "Restart in Safe Mode" instead of ↵janekptacijarabaci2018-06-26-2/+2
| | | | | | | | | | | | "Restart with Add-ons Disabled" https://github.com/MoonchildProductions/Pale-Moon/issues/1563
* | [WebExAM] Remove E10SAddonsRollout.jsmMatt A. Tobin2018-06-26-1078/+0
| | | | | | | | The associated preferences will have to remain for the time being because of nsAppRunner.cpp reads them.
* | [WebExAM] Remove unused AddonTestUtils.jsmMatt A. Tobin2018-06-26-1235/+0
| |
* | [AllAM] Preprocess extensions.dtd to exclude WebExAM-only stringsMatt A. Tobin2018-06-26-2/+6
| |
* | Cleanup WebExAM test dependenciesMatt A. Tobin2018-06-26-1/+0
| |
* | [AllAM] Remove Mozilla TestsMatt A. Tobin2018-06-26-161113/+0
| |
* | [AllAM] De-duplicate LocalesMatt A. Tobin2018-06-26-614/+23
| |
* | [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.jsMatt A. Tobin2018-06-26-592/+30
| |
* | [AllAM] De-duplicate amContentHander.jsMatt A. Tobin2018-06-26-103/+3
| |
* | [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsmMatt A. Tobin2018-06-26-467/+34
| |
* | [AllAM] De-duplicate Content.jsMatt A. Tobin2018-06-26-42/+11
| |
* | Merge branch 'master' into am-workMatt A. Tobin2018-06-26-2/+2
|\ \
| * | Make the Error Console accessible from about:console and make it presentable ↵Matt A. Tobin2018-06-26-8/+3
| | | | | | | | | | | | in that context
| * | Revert "Make the Error Console accessible from about:console"Matt A. Tobin2018-06-26-6/+7
| | | | | | | | | | | | This reverts commit bbbb74e5f077b47c6adb8ede13bfb001bb966cdb.
| * | Revert "Move the Error Console search box to the eval toolbar"Matt A. Tobin2018-06-26-2/+6
| | | | | | | | | | | | This reverts commit 2cdd998f8d35ad8fdcffaf8d0b006a2e180e5d18.
* | | [AllAM] De-duplicate AddonLogging.jsmMatt A. Tobin2018-06-26-201/+21
|/ /
* | Move the Error Console search box to the eval toolbarMatt A. Tobin2018-06-26-6/+2
| |
* | Make the Error Console accessible from about:consoleMatt A. Tobin2018-06-26-7/+6
|/
* [WebExAM] Unify the AddonUpdateCheckerMatt A. Tobin2018-06-26-955/+1
|
* [TychoAM] Make sure console messages from AddonUpdateChecker indicate which ↵Matt A. Tobin2018-06-26-15/+15
| | | | parser they originate from
* [TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including ↵Matt A. Tobin2018-06-25-84/+294
| | | | support for update.json
* [AllAM] Update the target preferenceMatt A. Tobin2018-06-25-2/+2
|
* [AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility ↵Matt A. Tobin2018-06-25-14/+2
| | | | be per-application-version
* [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDEMatt A. Tobin2018-06-25-35/+2
|
* Make about:webrtc conditional.wolfbeast2018-06-24-0/+4
| | | | This resolves #536
* Preferences - Saved Passwords - "Remove" button should not be active if ↵janekptacijarabaci2018-06-24-1/+1
| | | | there are no items
* Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml"janekptacijarabaci2018-06-23-2/+2
|
* Merge pull request #532 from ↵Moonchild2018-06-23-6/+8
|\ | | | | | | | | janekptacijarabaci/toolkit_create-new-profile_error_1 Toolkit - Fix throws an error from "Create a New Profile"
| * Toolkit - Fix throws an error from Create a New Profilejanekptacijarabaci2018-06-23-6/+8
| | | | | | | | Issue #531
* | Fix about:rights dependencies for Safe Browsing.wolfbeast2018-06-23-2/+3
| | | | | | | | This resolves #533.
* | Fix throws an error on "about:telemetry"janekptacijarabaci2018-06-23-0/+4
|/
* Add new close icons and make current icons Basilisk-specificLootyhoof2018-06-22-1/+62
|
* Fix misc regressions in en-US localeJustOff2018-06-20-2/+2
|