summaryrefslogtreecommitdiffstats
path: root/toolkit/components
Commit message (Collapse)AuthorAgeLines
* Merge pull request #606 from Ascrod/masterMoonchild2018-07-07-38/+16
|\ | | | | Updates to Reader and Narrator components.
| * Revert "Bug 1456652 - SameSite cookie Reader view patch bypass"Ascrod2018-07-07-12/+1
| | | | | | | | This reverts commit 6f64e487f35986f093dbb002d12554a61021b2c9.
| * Bug 1456652 - SameSite cookie Reader view patch bypassAscrod2018-07-05-1/+12
| |
| * Remove telemetry from NarrateControls.jsm.Ascrod2018-07-04-23/+0
| |
| * Fix local link handling in Reader Mode.Ascrod2018-07-04-15/+16
| |
* | 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.
* Re-implement prompts.tab_modal.focusSwitch control in toolkit.wolfbeast2018-07-03-3/+9
|
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-07-02-34/+17
| | | | | | | | | | 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
* Remove SSL Error Reporting telemetrywolfbeast2018-06-29-145/+0
|
* Add HYPE_ICEWEASEL where appropriateMatt A. Tobin2018-06-28-2/+6
|
* Cleanup WebExAM test dependenciesMatt A. Tobin2018-06-26-1/+0
|
* 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.
* 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
|
* Preferences - Saved Passwords - "Remove" button should not be active if ↵janekptacijarabaci2018-06-24-1/+1
| | | | there are no items
* Update Readability from mozilla-central release branch (FF 60.0).Ascrod2018-06-02-33/+57
|
* Remove Social API.Ascrod2018-05-30-39/+0
|
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-27/+0
|
* Revert "Remove the Social API"Moonchild2018-05-25-0/+39
|
* Remove the Social APIAscrod2018-05-24-39/+0
|
* Remove SPS profiler.wolfbeast2018-05-24-155/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-16/+0
| | | | This resolves #376.
* Merge pull request #368 from trav90/safebrowsing-workMoonchild2018-05-16-3/+26
|\ | | | | Make safebrowsing optional at build time
| * Make safebrowsing optional at build time - Part 3: toolkit/trav902018-05-12-3/+26
| |
* | Change Reader API to use events, remove messaging.Ascrod2018-05-15-97/+49
| |
* | Initial updates for Reader View.Ascrod2018-05-15-919/+925
| |
* | Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklistMatt A. Tobin2018-05-15-0/+1801
| |
* | Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-46/+25
| | | | | | | | Tag #288.
* | Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-29/+24
|/ | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-12/+2
|
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-5/+20
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* [follow up] moebius#154: Notifications - user settings - the immediate ↵janekptacijarabaci2018-05-05-0/+2
| | | | | | | duration of the alert https://github.com/MoonchildProductions/moebius/pull/154 https://github.com/MoonchildProductions/UXP/pull/132
* Issue #325 Part 11: Fix up build files.wolfbeast2018-05-04-2/+1
|
* Merge pull request #320 from janekptacijarabaci/instanceof_negations_1Moonchild2018-05-02-10/+4
|\ | | | | palemoon#1173: Fix unsafe "instanceof" negations
| * Fix unsafe "instanceof" negationsjanekptacijarabaci2018-05-02-10/+4
| | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1173
* | Un-depercate synchronous search initializationMatt A. Tobin2018-05-01-9/+0
|/
* Bug 1341589 - Set triggeringPrincipal on history entry for view-source loadsjanekptacijarabaci2018-04-30-0/+2
|
* Merge pull request #269 from adeshkp/button_messagesMoonchild2018-04-26-1/+6
|\ | | | | Improve some button labels in preferences
| * [Toolkit] Change button labels in password manageradeshkp2018-04-26-1/+6
| |
* | Merge pull request #233 from ↵Moonchild2018-04-23-0/+2
|\ \ | | | | | | | | | | | | janekptacijarabaci/webextensions_sandbox_sandboxName_1 moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxes
| * | moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxesjanekptacijarabaci2018-04-23-0/+2
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/328
* | | moebius#65: Fix: "about:..." - throws an errorsjanekptacijarabaci2018-04-23-0/+4
|/ / | | | | | | https://github.com/MoonchildProductions/moebius/pull/65
* | Merge pull request #217 from ↵New Tobin Paradigm2018-04-20-42/+262
|\ \ | | | | | | | | | | | | janekptacijarabaci/webextensions_runtime_onMessageExternal-onConnectExternal_1 moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConnectExternal"
| * | moebius#217: WebExtensions - Implemented ↵janekptacijarabaci2018-04-20-42/+262
| | | | | | | | | | | | | | | | | | "runtime.onMessageExternal"/"onConnectExternal" https://github.com/MoonchildProductions/moebius/pull/217
* | | Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeywordMatt A. Tobin2018-04-20-4/+0
|/ /
* | Make the Mark of the Web preference applicable to all applications.wolfbeast2018-04-20-18/+0
| | | | | | | | Follow-up to #215.
* | Re-implement pref-able file zone information ("Mark of the Web")wolfbeast2018-04-20-0/+32
| | | | | | | | | | | | See also: https://github.com/MoonchildProductions/Pale-Moon/issues/593 https://github.com/MoonchildProductions/Pale-Moon/pull/599
* | Revert "[PALEMOON] Reimplemented selection internet zone information on ↵Moonchild2018-04-20-32/+0
| | | | | | | | downloaded files"