Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Bug 1456652 - SameSite cookie Reader view patch bypass" | Ascrod | 2018-07-07 | -12/+1 |
| | | | | This reverts commit 6f64e487f35986f093dbb002d12554a61021b2c9. | |||
* | Bug 1456652 - SameSite cookie Reader view patch bypass | Ascrod | 2018-07-05 | -1/+12 |
| | ||||
* | Remove telemetry from NarrateControls.jsm. | Ascrod | 2018-07-04 | -23/+0 |
| | ||||
* | Fix local link handling in Reader Mode. | Ascrod | 2018-07-04 | -15/+16 |
| | ||||
* | [TychoAM] Make resilient to missing pref lightweightThemes.animation.enabled | wolfbeast | 2018-07-03 | -4/+8 |
| | ||||
* | Re-implement prompts.tab_modal.focusSwitch control in toolkit. | wolfbeast | 2018-07-03 | -3/+9 |
| | ||||
* | Update troubleshooting pref whitelist following ↵ | wolfbeast | 2018-07-02 | -1/+1 |
| | | | | 593835e861ce3ab3f9d58aa1fc241399f1c1f244 | |||
* | Prevent suppressing executable warnings using the "don't ask me this again" ↵ | wolfbeast | 2018-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' | wolfbeast | 2018-07-02 | -0/+9 |
|\ | ||||
| * | Bug 1413868. | wolfbeast | 2018-06-30 | -0/+9 |
| | | ||||
* | | [PMkit] Keep the buttons position when they are placed right before space, ↵ | JustOff | 2018-07-01 | -2/+21 |
| | | | | | | | | flexible space or separator | |||
* | | Restore Pale Moon's standalone image viewing style. | wolfbeast | 2018-06-29 | -1/+8 |
| | | ||||
* | | Remove SSL Error Reporting telemetry | wolfbeast | 2018-06-29 | -145/+0 |
|/ | ||||
* | Add HYPE_ICEWEASEL where appropriate | Matt A. Tobin | 2018-06-28 | -5/+17 |
| | ||||
* | Use MOZ_AUSTRALIS to define common shared Australis features | Matt A. Tobin | 2018-06-28 | -2/+2 |
| | ||||
* | Fix "about:support"s "graphics" section when "webgl.disable-extensions" is true | janekptacijarabaci | 2018-06-27 | -1/+3 |
| | ||||
* | Reorganize some internal pages. | wolfbeast | 2018-06-27 | -137/+49 |
| | ||||
* | Merge pull request #551 from janekptacijarabaci/toolkit_restart_normally_2 | Moonchild | 2018-06-27 | -12/+40 |
|\ | | | | | "about:support" - added support for "Restart normally" | |||
| * | Fix throws an error if "winUtils.supportsHardwareH264Decoding" not available | janekptacijarabaci | 2018-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" | janekptacijarabaci | 2018-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 ↵ | janekptacijarabaci | 2018-06-26 | -2/+2 |
| | | | | | | | | | | | | "Restart with Add-ons Disabled" https://github.com/MoonchildProductions/Pale-Moon/issues/1563 | |||
* | | [WebExAM] Remove E10SAddonsRollout.jsm | Matt A. Tobin | 2018-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.jsm | Matt A. Tobin | 2018-06-26 | -1235/+0 |
| | | ||||
* | | [AllAM] Preprocess extensions.dtd to exclude WebExAM-only strings | Matt A. Tobin | 2018-06-26 | -2/+6 |
| | | ||||
* | | Cleanup WebExAM test dependencies | Matt A. Tobin | 2018-06-26 | -1/+0 |
| | | ||||
* | | [AllAM] Remove Mozilla Tests | Matt A. Tobin | 2018-06-26 | -161113/+0 |
| | | ||||
* | | [AllAM] De-duplicate Locales | Matt A. Tobin | 2018-06-26 | -614/+23 |
| | | ||||
* | | [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.js | Matt A. Tobin | 2018-06-26 | -592/+30 |
| | | ||||
* | | [AllAM] De-duplicate amContentHander.js | Matt A. Tobin | 2018-06-26 | -103/+3 |
| | | ||||
* | | [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsm | Matt A. Tobin | 2018-06-26 | -467/+34 |
| | | ||||
* | | [AllAM] De-duplicate Content.js | Matt A. Tobin | 2018-06-26 | -42/+11 |
| | | ||||
* | | Merge branch 'master' into am-work | Matt A. Tobin | 2018-06-26 | -2/+2 |
|\ \ | ||||
| * | | Make the Error Console accessible from about:console and make it presentable ↵ | Matt A. Tobin | 2018-06-26 | -8/+3 |
| | | | | | | | | | | | | in that context | |||
| * | | Revert "Make the Error Console accessible from about:console" | Matt A. Tobin | 2018-06-26 | -6/+7 |
| | | | | | | | | | | | | This reverts commit bbbb74e5f077b47c6adb8ede13bfb001bb966cdb. | |||
| * | | Revert "Move the Error Console search box to the eval toolbar" | Matt A. Tobin | 2018-06-26 | -2/+6 |
| | | | | | | | | | | | | This reverts commit 2cdd998f8d35ad8fdcffaf8d0b006a2e180e5d18. | |||
* | | | [AllAM] De-duplicate AddonLogging.jsm | Matt A. Tobin | 2018-06-26 | -201/+21 |
|/ / | ||||
* | | Move the Error Console search box to the eval toolbar | Matt A. Tobin | 2018-06-26 | -6/+2 |
| | | ||||
* | | Make the Error Console accessible from about:console | Matt A. Tobin | 2018-06-26 | -7/+6 |
|/ | ||||
* | [WebExAM] Unify the AddonUpdateChecker | Matt A. Tobin | 2018-06-26 | -955/+1 |
| | ||||
* | [TychoAM] Make sure console messages from AddonUpdateChecker indicate which ↵ | Matt A. Tobin | 2018-06-26 | -15/+15 |
| | | | | parser they originate from | |||
* | [TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including ↵ | Matt A. Tobin | 2018-06-25 | -84/+294 |
| | | | | support for update.json | |||
* | [AllAM] Update the target preference | Matt A. Tobin | 2018-06-25 | -2/+2 |
| | ||||
* | [AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility ↵ | Matt A. Tobin | 2018-06-25 | -14/+2 |
| | | | | be per-application-version | |||
* | [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE | Matt A. Tobin | 2018-06-25 | -35/+2 |
| | ||||
* | Make about:webrtc conditional. | wolfbeast | 2018-06-24 | -0/+4 |
| | | | | This resolves #536 | |||
* | Preferences - Saved Passwords - "Remove" button should not be active if ↵ | janekptacijarabaci | 2018-06-24 | -1/+1 |
| | | | | there are no items | |||
* | Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml" | janekptacijarabaci | 2018-06-23 | -2/+2 |
| | ||||
* | Merge pull request #532 from ↵ | Moonchild | 2018-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 Profile | janekptacijarabaci | 2018-06-23 | -6/+8 |
| | | | | | | | | Issue #531 | |||
* | | Fix about:rights dependencies for Safe Browsing. | wolfbeast | 2018-06-23 | -2/+3 |
| | | | | | | | | This resolves #533. |