summaryrefslogtreecommitdiff
path: root/toolkit/locales
Commit message (Collapse)AuthorAge
* Issue #35 - Follow-up: undo locale changes so they aren't pre-processed.Moonchild2023-10-26
| | | | | | Pre-processing loses our localization notes and licensing headers for l10n which is not a good thing. It's not a big deal having a few unused strings in these files in the resulting locales.
* Make Gecko Media Plugins optional when not building EME or WebRTCMatheus Marinho2023-08-31
| | | | Co-authored-by: Moonchild <moonchild@palemoon.org>
* Issue #21 - Part 3: Remove experiments localizationFranklinDM2023-06-19
| | | | This also removes bits from about:support that weren't removed in bf6bb142fc5bcb49b053788e06160af304f639e5.
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-05
| | | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from modules, netwerk, security, storage, testing, toolkit, and a few scattered misc files. More to come.
* Issue #1821 - Restore "dot" indicatorsMoonchild2022-04-14
| | | | | | This also removes orange compat warning styling and associated strings. Reverses the entirety of #1445
* Issue #1821 - Revert "Issue #1744 - Remove the ability to accept FirefoxMoonchild2022-04-14
| | | | | | GUIDS (remove the dual system)" This reverts commit 3aa334d0b7de2a554c2234bfbb7a9f4e29dea451.
* Revert "Merge pull request 'Update libcubeb to latest version' (#1812) from ↵Moonchild2022-04-05
| | | | | | | athenian200/UXP:libcubeb_final into master" This reverts commit 0bc66e3b04e77af307b62371ae9f4be70b2b19b7, reversing changes made to 6e6b5d89964ea726b264c711bdf6f02fe0c006f5.
* Merge pull request 'Update libcubeb to latest version' (#1812) from ↵athenian2002022-04-05
|\ | | | | | | | | | | athenian200/UXP:libcubeb_final into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1812
| * Issue #1806 - Part 4: Add more audio troubleshooting information.Jeremy Andrews2021-08-24
| | | | | | | | This should help us troubleshoot audio issues better in the future in general, since we'll know more about the hardware involved, etc.
* | Revert "Issue #1806 - Part 2: Adjust the platform for lib changes"Moonchild2022-04-04
| | | | | | | | This reverts commit 3635039d2be6264673f3b89b8df390f03159fcaa.
* | Issue #1822 - Part 1: Remove Google Safebrowsing plumbingMoonchild2022-04-01
| | | | | | | | | | This removes support for querying Google services for reputation data for sites and downloads.
* | Issue #1806 - Part 2: Adjust the platform for lib changesMatt A. Tobin2022-04-01
|/
* Issue #1744 - Remove the ability to accept Firefox GUIDS (remove the dual ↵athenian2002021-03-16
| | | | | | system) This finally removes the dual-GUID hack. There's nothing as permanent as a temporary solution.
* Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog.Moonchild2020-12-04
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1644 - Remove plugin checking code leftoversMoonchild2020-09-05
|
* Issue #1470 - Part 3: Remove now unused update.localeMatt A. Tobin2020-03-05
| | | | This requires changes to package-manifest in all applications
* Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mnMatt A. Tobin2020-02-25
|
* Issue #1383 - Remove "Copy raw data to clipboard" buttonwolfbeast2020-02-20
| | | | This resolves #1383
* Issue #1445 - Add a link to details on using Firefox extensions in Pale MoonJustOff2020-02-19
|
* Issue #1445 - strings cleanupJustOff2020-02-19
|
* Issue #1445 - Use the detailed string also in the list entries.wolfbeast2020-02-17
|
* Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-02-16
| | | | This resolves #1445.
* Remove duplicate localization noteMoonchild2019-11-19
| | | The note -used- to be where I inserted it but was apparently moved further down by Mozilla, outside of my FoV.
* Issue #1242 - Reinstate GPU Accelerated Windows entry in about:supportwolfbeast2019-11-19
| | | | This resolves #1242.
* Issue #701 - Support spaces in Mac app nameadeshkp2019-07-18
|
* Remove e10s info from about:supportwolfbeast2019-07-08
| | | | tag #953
* Issue #1132 - Add application executable location to the about:support page.Ascrod2019-06-10
|
* Merge pull request #1080 from Ascrod/readerviewMoonchild2019-05-06
|\ | | | | Reader Updates
| * Bug 1429442 - Buttons in "type control" popup in reader mode should have ↵monikamaheshwari2019-04-27
| | | | | | | | tooltips r=Gijs,MarcoZ
* | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23
|/ | | | MOZ_FENNEC
* Remove WebExtension support from the platform.wolfbeast2019-02-13
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Do not try and include devtools shared l10n when devtools is not builtMatt A. Tobin2018-08-15
|
* Bug 1341957 - Add webgl.getSupportedExtensions() to about:supportjanekptacijarabaci2018-08-01
|
* Bug 1335296 - Expand about:support WebGL informationjanekptacijarabaci2018-08-01
|
* Fix a typo in aboutRights.dtdJustOff2018-07-19
|
* [AllAM] [STRING CHANGES] Appearance -> ThemesMatt A. Tobin2018-07-05
|
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-07-02
| | | | | | | | | | 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
* Reorganize some internal pages.wolfbeast2018-06-27
|
* Merge pull request #551 from janekptacijarabaci/toolkit_restart_normally_2Moonchild2018-06-27
|\ | | | | "about:support" - added support for "Restart normally"
| * "about:support" - added support for "Restart normally"janekptacijarabaci2018-06-26
| | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
| * "about:profiles" and "about:support" - use "Restart in Safe Mode" instead of ↵janekptacijarabaci2018-06-26
| | | | | | | | | | | | "Restart with Add-ons Disabled" https://github.com/MoonchildProductions/Pale-Moon/issues/1563
* | [AllAM] Preprocess extensions.dtd to exclude WebExAM-only stringsMatt A. Tobin2018-06-26
| |
* | [AllAM] De-duplicate LocalesMatt A. Tobin2018-06-26
|/
* Make about:webrtc conditional.wolfbeast2018-06-24
| | | | This resolves #536
* Fix about:rights dependencies for Safe Browsing.wolfbeast2018-06-23
| | | | This resolves #533.
* Fix misc regressions in en-US localeJustOff2018-06-20
|
* Add architecture detection to "about:" and "about:support"janekptacijarabaci2018-06-13
| | | | Issue #492
* Initial updates for Reader View.Ascrod2018-05-15
|
* [*AM] Make soft-blocked phrasing more generic so people will cry less when ↵Matt A. Tobin2018-05-14
| | | | we do our job