summaryrefslogtreecommitdiff
path: root/toolkit/modules
Commit message (Collapse)AuthorAge
* 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 #2133 - Part 2: Remove nsIPrivateBrowsingTrackingProtectionWhitelistMoonchild2023-03-07
| | | | This removes the in-memory whitelist for PB mode.
* No issue - Stop pre-processing some files that don't have preprocessor ↵Moonchild2022-09-12
| | | | statements in them.
* Merge branch 'master' into 1829Brian Smith2022-04-28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: No issue - Update README and SECURITY Issue #1885 - Follow-up: Update error message if invalid rootMargin specified. Issue #1879 - Follow-up: Update config/external/nss/target to security/target. Issue #1885 - Allow unitless rootMargin entries for IntersectionObserver. Issue #1879 - Revert changes to cryptox.h Revert "Issue #1879 - spot-fix typo in cryptox.h" Issue #1879 - spot-fix typo in cryptox.h Issue #21 - Change MappedAttrParser to store its nsIPrincipal instead of nsSVGElement Issue #21 - Remove use counters telemetry Issue #1881 - Interpret empty or whitespace root margin string as zero length Issue #1877 - Resolve NIGHTLY_BUILD conditionals. Issue #1880 - Boot Comic Sans out of the font configuration.
| * Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
| |
* | Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from ↵Brian Smith2022-04-26
| | | | | | | | | | | | | | | | | | the rest of the tree.” This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
* | Issue #1829 - Revert “Issue #1751 - Remove Mac code behind ↵Brian Smith2022-04-26
|/ | | | | | MOZ_WIDGET_TOOLKIT == 'cocoa’” This reverts commit 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a.
* Issue #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
|
* Issue #1834 - Remove obvious entries for Binary Outcast code.Moonchild2022-04-17
|
* Issue #21 - Remove calls to Services.telemetry and nsITelemetryMoonchild2022-04-07
| | | | These calls would cause breakage without the supporting plumbing.
* Issue #21 - Remove unused telemetry build variables.Moonchild2022-04-06
| | | | | Hard-code the values in AppConstants.jsm for compatibility, even if nobody should actually be using this in extensions or what not.
* 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 #21 - Remove telemetry from PopupNotifications.jsm.Moonchild2022-04-02
| |
* | Issue #1053 - First pass Android defines and remove Android AnnotationMoonchild2022-04-01
| | | | | | | | processors, some Andoid packaging stuff, Eclipse IDE support et al.
* | 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 #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'Moonchild2021-06-21
|
* [toolkit] Exclude printer spew from troubleshooting information.Moonchild2021-06-02
| | | | | | | | In almost all cases this is pointless to include, a ton of useless entries, and there's no reason to have people post a full enumeration of installed printers on their system when asked for TS information. If there's a printer specific issue, people can always be asked to post relevant info manually.
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
| | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILEMoonchild2021-03-11
|
* Issue #1053 - Remove build system MOZ_ANDROID_* defines and related code.Moonchild2021-03-10
|
* Redundant code path cleanup (#1702)Moonchild2021-01-02
| | | | | | | | | Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use.
* Issue #1656 - Part 9: Single-line-comment style.Moonchild2020-09-24
|
* Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23
| | | | Another S&R run with some smarter matching.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* [AM] Clean up addon-signing build leftovers.wolfbeast2020-04-21
|
* Issue #1516 - Part 1: Add a global build define to determine if the client ↵Matt A. Tobin2020-04-14
| | | | can draw in the titlebar and update consumers of the local define
* Take files out of preprocessing that no longer require itMatt A. Tobin2020-04-07
|
* Issue #65 - Fix unprocessed directives in WebRequest.jsmJustOff2020-04-01
|
* Issue #1499 - Re-import ExtensionStorage.jsmMatt A. Tobin2020-03-26
|
* Issue #1470 - Part 1: Refactor UpdateUtils.jsmMatt A. Tobin2020-03-05
|
* Remove exposed bug from UpdateUtils.jsmNew Tobin Paradigm2020-03-04
|
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25
| | | | 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
|
* Issue #1454 - Add MOZ_PKG_SPECIAL to UpdateUtilsMatt A. Tobin2020-02-19
|
* Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on ↵Matt A. Tobin2020-02-17
| | | | Windows in UpdateUtils.jsm
* Issue #1390 - Remove secondscreen modules from toolkitMatt A. Tobin2020-02-06
|
* Issue #65 - Remove AppConstants from toolkit/modulesMatt A. Tobin2020-02-02
| | | | Except for secondscreen
* Issue #1342 - Remove support for system NSPR/NSSwolfbeast2020-01-30
|
* [WebRequest] Remove AddonManagerPermissions leftoverswolfbeast2020-01-29
| | | | | | This was added as part of the WebExtension sec issue CVE-2017-5389. Since we no longer have this interface, it needed to be removed to prevent errors in the WebRequest channel callback.
* Issue #1124: Remove Firefox Developer Edition code.wolfbeast2019-08-14
| | | | Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
* Remove e10s info from about:supportwolfbeast2019-07-08
| | | | tag #953
* Issue #246 - Remove "enhanced" newtab code from toolkitadeshkp2019-05-25
|
* Remove UpdateChannel.jsmMatt A. Tobin2019-04-25
|
* Add application ID and widget toolkit placeholders to UpdateUtils.jsmMatt A. Tobin2019-04-25
|