summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Fix toolbar styling in non-Australis toolkit themes part 2wolfbeast2018-08-21-3/+3
| | | | | | Fix jar manifests. This resolves #713
* Fix toolbar styling in non-Australis toolkit themeswolfbeast2018-08-21-1/+30
| | | | This resolves #713
* Remove TelemetryStopwatch module.wolfbeast2018-08-20-493/+0
| | | | Tag #21
* Remove TelemetryStopwatch call sites from toolkit components.wolfbeast2018-08-20-51/+0
| | | | Tag #21
* Do not try and include devtools shared l10n when devtools is not builtMatt A. Tobin2018-08-15-0/+2
|
* Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2)trav902018-08-10-2/+2
|
* Fix include pathMatt A. Tobin2018-08-06-1/+1
|
* Add a slightly modified version of the gecko/44 search service and use it ↵Matt A. Tobin2018-08-06-3/+5709
| | | | when building Pale Moon
* Move the "native" search service to a subdirectoryMatt A. Tobin2018-08-06-24/+33
|
* Bug 1341957 - Add webgl.getSupportedExtensions() to about:supportjanekptacijarabaci2018-08-01-11/+23
|
* Bug 1335296 - Expand about:support WebGL informationjanekptacijarabaci2018-08-01-17/+57
|
* Remove dead Help Viewer skin mapping from ToolkitJustOff2018-07-29-1/+0
|
* Convert trinary to more explicit statement.wolfbeast2018-07-26-3/+6
|
* Fix #include and potentially undefined Capture.options object.wolfbeast2018-07-26-2/+2
|
* Use a fixed thumbnail placeholder for blank thumbs (failed to capture).wolfbeast2018-07-25-5/+97
|
* Use try/catch in PageThumbs writeData to deal with null data from caller.wolfbeast2018-07-25-1/+9
| | | | Quick fix for #670
* about:profiles - fix "Launch profile in new browser" (added "-no-remote" for ↵janekptacijarabaci2018-07-25-0/+5
| | | | Windows)
* Merge pull request #651 from janekptacijarabaci/dom_DataTransfer_constructor_1Moonchild2018-07-20-13/+1
|\ | | | | Dom data transfer constructor
| * Bug 1351193 - Update testsjanekptacijarabaci2018-07-20-13/+1
| |
* | Fix a typo in aboutRights.dtdJustOff2018-07-19-1/+1
|/
* Clean up app strings and legacy download manager after ↵wolfbeast2018-07-18-7/+3
| | | | e92808f0ebbeab3ffb79a0b1a4d190f61fb8b43a
* Don't disable lightweight themes in PB mode.wolfbeast2018-07-17-2/+8
| | | | This resolves #640
* Use expected dialog button ordering in Launch Application dialog.wolfbeast2018-07-16-1/+6
| | | | This resolves #639.
* Issue #634 - aAddon.markAsSeen is not a function newaddon.jsMatt A. Tobin2018-07-13-3/+8
|
* 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
| |
* | Update about:rights links.wolfbeast2018-07-06-2/+2
| | | | | | | | This resolves #603.
* | Fix redirector pathswolfbeast2018-07-06-1/+1
| | | | | | | | This resolves #602.
* | [AllAM] [STRING CHANGES] Appearance -> ThemesMatt A. Tobin2018-07-05-1/+1
| |
* | 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