summaryrefslogtreecommitdiffstats
path: root/toolkit/content
Commit message (Collapse)AuthorAgeLines
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-65/+1
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-02-25-34998/+6
|
* Issue #1383 - Remove "Copy raw data to clipboard" buttonwolfbeast2020-02-20-42/+0
| | | | This resolves #1383
* Issue #65 - Remove AppConstants from toolkit/contentMatt A. Tobin2020-02-01-96/+88
|
* Issue #1242 - Reinstate GPU Accelerated Windows entry in about:supportwolfbeast2019-11-19-0/+12
| | | | This resolves #1242.
* Issue #1259 - Part 3. Remove Adobe EME as a GMP sourceadeshkp2019-11-10-32/+0
|
* Remove e10s info from about:supportwolfbeast2019-07-08-31/+0
| | | | tag #953
* Issue #1132 - Add application executable location to the about:support page.Ascrod2019-06-10-0/+10
|
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-4/+0
| | | | MOZ_FENNEC
* Issue #991 Part 8: Toolkit everything elseAscrod2019-04-13-46/+12
|
* Remove e10s code from browser widget.wolfbeast2019-03-06-71/+15
| | | | | | | In case there are still callers to it (likely from the FE), `isRemoteBrowser` is stubbed to always return false for now. Tag #953.
* Make the Auth prompt DOS protection a browser-element opt-in feature.wolfbeast2019-03-01-0/+4
|
* [PALEMOON] Re-apply removal of unnecessary code (Findbar is no longer in the ↵janekptacijarabaci2018-11-14-30/+1
| | | | | | gBrowser) This resolves #793
* Fix reference to undefined property warnings in toolkit's browser.xml.wolfbeast2018-10-21-4/+5
|
* Add mozilla::Spantrav902018-10-06-0/+33
|
* 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.
* Remove TelemetryStopwatch call sites from toolkit components.wolfbeast2018-08-20-22/+0
| | | | Tag #21
* Bug 1341957 - Add webgl.getSupportedExtensions() to about:supportjanekptacijarabaci2018-08-01-2/+4
|
* Bug 1335296 - Expand about:support WebGL informationjanekptacijarabaci2018-08-01-2/+11
|
* Bug 1351193 - Update testsjanekptacijarabaci2018-07-20-13/+1
|
* Update about:rights links.wolfbeast2018-07-06-2/+2
| | | | This resolves #603.
* Fix redirector pathswolfbeast2018-07-06-1/+1
| | | | This resolves #602.
* Reorganize some internal pages.wolfbeast2018-06-27-122/+49
|
* "about:support" - added support for "Restart normally"janekptacijarabaci2018-06-26-5/+23
| | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
* Make about:webrtc conditional.wolfbeast2018-06-24-0/+2
| | | | This resolves #536
* Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml"janekptacijarabaci2018-06-23-2/+2
|
* Fix about:rights dependencies for Safe Browsing.wolfbeast2018-06-23-1/+2
| | | | This resolves #533.
* Fix throws an error on "about:telemetry"janekptacijarabaci2018-06-23-0/+4
|
* [PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in the ↵janekptacijarabaci2018-06-18-30/+1
| | | | | | gBrowser) Issue #513
* Add architecture detection to "about:" and "about:support"janekptacijarabaci2018-06-13-2/+10
| | | | Issue #492
* [PALEMOON] Fix the Findbar - open when you press "/" or "'" keysjanekptacijarabaci2018-06-03-3/+33
| | | | Issue #430
* Initial updates for Reader View.Ascrod2018-05-15-6/+0
|
* Drop invisible characters from downloads filename.wolfbeast2018-05-15-0/+1
|
* Remove sandbox ductwork conditional code.wolfbeast2018-05-03-34/+1
|
* Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵janekptacijarabaci2018-05-01-1/+5
| | | | ctrl-click and open link in new tab
* Fix typo in variables in datetimepopup.xmljanekptacijarabaci2018-04-30-2/+2
| | | | Issue #162
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27-41/+0
|
* [fix typo] palemoon#903 and #975: Customizable toolbars - persist the ↵janekptacijarabaci2018-04-24-1/+1
| | | | | | | | attribute "collapsed" (backward compatible) https://github.com/MoonchildProductions/Pale-Moon/pull/903 https://github.com/MoonchildProductions/Pale-Moon/pull/975 https://github.com/MoonchildProductions/UXP/issues/242
* Remove NPAPI deprecation statement from about:plugins.wolfbeast2018-04-22-9/+0
|
* [PALEMOON] Customizable toolbars - added a commentjanekptacijarabaci2018-04-16-1/+2
|
* palemoon#975: Customizable toolbars - backward compatible (but unidirectional)janekptacijarabaci2018-04-15-11/+41
|
* palemoon#903: Customizable toolbars - persist the attribute "collapsed"janekptacijarabaci2018-04-15-6/+34
| | | | https://github.com/MoonchildProductions/Pale-Moon/pull/903
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-155/+2254
|\ | | | | | | This is almost everything needed for #162.
| * moebius#110: HTML - input - datetime - Datepicker shows incorrect month for ↵janekptacijarabaci2018-03-31-4/+6
| | | | | | | | the first day of the month
| * Bug 1446342 - Input type="date" not working if the other form elements has ↵janekptacijarabaci2018-03-31-12/+22
| | | | | | | | name="document" (any alternative solution)
| * Bug 1406859 - [DateTimePicker] Let the first picker close gracefully before ↵janekptacijarabaci2018-03-31-0/+8
| | | | | | | | opening a second picker
| * Bug 1397114 - Disable smooth scrolling when value changes come from input boxjanekptacijarabaci2018-03-31-19/+8
| |
| * Bug 1401876 - (Part 2) Add browser-chrome test for reopening pickerjanekptacijarabaci2018-03-31-1/+27
| |
| * Bug 1401876 - (Part 1) Close datetime picker on popuphiddenjanekptacijarabaci2018-03-31-1/+2
| |