summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
...
| * | | Issue #832 Part 2: Remove styling and images.Ascrod2018-10-11-2/+2
| |/ /
* / / Fix a test (#670)wolfbeast2018-10-19-6/+0
|/ /
* / Add mozilla::Spantrav902018-10-06-0/+33
|/
* Remove cache I/O telemetry.wolfbeast2018-09-30-72/+0
| | | | Tag #21.
* Remove telemetry probes to get detailed disk cache hit rate.wolfbeast2018-09-30-17/+0
| | | | Tag #21.
* Remove telemetry probes for cache file system.wolfbeast2018-09-29-17/+0
|
* Update telemetry whitelists.wolfbeast2018-09-29-3/+0
| | | | Tag #21.
* Remove telemetry to find optimal cache entry hash sizewolfbeast2018-09-29-6/+0
| | | | Tag #21.
* Only opt-in to esr52 search service for select applicationsMatt A. Tobin2018-09-28-3/+3
|
* Remove window.sizeToContent() from commonDialog.js, as it's useless and ↵JustOff2018-09-23-2/+0
| | | | leads to overflow in the basic auth dialog
* Update list of IDs to never send to AUS in AddonUpdateChecker.jsmMatt A. Tobin2018-09-23-5/+6
|
* Merge branch 'fbgw'wolfbeast2018-09-11-2/+34
|\
| * Add findbar.termPerTabwolfbeast2018-09-09-1/+4
| | | | | | | | Allow the pref to switch between global search term and per-tab search term
| * Revert "[PALEMOON] Findbar - remove unnecessary code (Findbar is no longer ↵wolfbeast2018-09-09-1/+30
| | | | | | | | | | | | in the gBrowser)" This reverts commit 38f30cdf759e4f6da96da777c3216b5047d672c1.
* | fix mozilla regression in search service (saving user-defined search engines)Ketmar Dark2018-09-10-5/+18
|/ | | | | | this restores some API that is used by search engine management extensions, and tells "browser-search-engine-modified"/"engine-changed" signal to save user-defined search engines to "%PROFILE%/searchplugins", as it did in Good Old Times.
* Write out serialized search engine files when rebuilding cache.wolfbeast2018-09-05-0/+5
| | | | | This makes sure that any in-browser edits of search engines (searchplugins) are made permanent on disk. Ref: https://forum.palemoon.org/viewtopic.php?f=13&t=20296 (Ketmar)
* Remove all C++ telemetry autotimerswolfbeast2018-09-04-28/+9
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-155/+2
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* 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
| |