summaryrefslogtreecommitdiff
path: root/toolkit
Commit message (Collapse)AuthorAge
* 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 - Build system fixes.Brian Smith2022-04-28
| | | | | | | | | | Readd de-unified source changes that got clobbered by commit 378738aaa9924d0b95e2c57f27cbad2b2e644282. Fix build issues using clang broken by commit 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.
* | Issue #1829 - Readd code cleanup that is not Mac related that got clobbered ↵Brian Smith2022-04-26
| | | | | | | | by reverting Issue #1751
* | 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 -- fix up a few stray #ifs"Brian Smith2022-04-26
| | | | | | | | This reverts commit e7e63565ee4635198cc51ec3dd6f7a41e554b930.
* | 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 #1859 - Part 6: Update mach mar to accept --bz2 for old style MARMoonchild2022-04-17
| | | | | So we can build bzip2 MARs for selectively updating older versions of the applications that don't understand xz.
* Issue #1859 - Part 3: Replace bzip2 handling in MAR files with xz.Moonchild2022-04-17
| | | | | | | | Since there really is no need to add file detection logic to the updater if updating through AUS is old->new only anyway, replacing bzip2 handling with xz handling is fine, instead of adding it. Considering the far superior compression of LZMA and MAR not being a common archive format anyway, let's just K.I.S.S. it :)
* Issue #1834 - Remove obvious entries for Binary Outcast code.Moonchild2022-04-17
|
* Issue #1821 - Pre-process AddonRepository.jsmrestore-dual-guidMoonchild2022-04-14
|
* 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.
* No issue - Always build MAR support.Moonchild2022-04-08
| | | | Even when there is no updater.
* Issue #953 - Neuter the user-facing controls for e10sMoonchild2022-04-08
| | | | | This should prevent people using a massive footgun that would blow off their entire legs. Requires appropriate FE changes.
* Issue #1822 - Follow-up: Remove reputation check leftovers from jsdownloads.Moonchild2022-04-08
|
* Issue #1851 - Update embedded emoji font to Twemoji 13.1 (TM 0.6.0)Moonchild2022-04-08
|
* No issue - Fix a potential autocomplete issue.Moonchild2022-04-07
| | | | | Account for the case where we don't have a tree view in selectedIndex setter which may break future autocompletes.
* Issue #21 - Remove calls to Services.telemetry and nsITelemetryMoonchild2022-04-07
| | | | These calls would cause breakage without the supporting plumbing.
* Issue #1846 - Use RTTI when building protobuf with GCCTravis W2022-04-07
|
* Issue #1822 - Follow-up: Restore method that moves downloaded data's part fileFranklinDM2022-04-07
| | | | | | This commit fixes the issue where all downloaded files are empty/zero-byte by creating a new `_move` method, which is called in place of the removed `_checkReputationAndMove` method. In 6042fdd44c0ec532b3e33d4f4046826fa1548d13 the reputation check for downloads was removed but that same method is also being used for moving the part file of completed downloads, which consequently broke all downloads except those without a part file, and made them empty since the actual downloaded file isn't being moved.
* 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.
* Issue #1845 - Remove Marionette from toolkit.mozbuildMatt A. Tobin2022-04-06
| | | | It even seems this was always forced enabled. :?
* 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 #21 - Remove Telemetry accumulation/structures from toolkit js.Moonchild2022-04-02
| | | | | | | | | | This fixes toolkit modules and prevents toolkit component breakage. Also removes about:telemetry
* | Issue #21 - Remove Telemetry plumbing and fix build.Moonchild2022-04-02
| | | | | | | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part).
* | Issue #1835 - Part 2: Remove config and most mentions of XULRunnerMatt A. Tobin2022-04-01
| | | | | | | | Resolves #1835
* | Issue #1822 - Part 3: Remove LOAD_CLASSIFIER_URI and variousMoonchild2022-04-01
| | | | | | | | helper functions.
* | Issue #1053 - Remove Android systrace, more build system removals.Moonchild2022-04-01
| | | | | | | | Also updates more comments.
* | Issue #1053 - Remove /dom/system/android and dependent modules,Moonchild2022-04-01
| | | | | | | | as well as robocop.
* | 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 2: Remove Google API key parsing in URLS.Moonchild2022-04-01
| |
* | 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 #1830 - Remove --disable-xul config and conditionals.Moonchild2022-04-01
| |
* | No issue - Clean up some obsolete/archaic code paths.Moonchild2022-04-01
| |
* | Issue #1806 - Part 2: Adjust the platform for lib changesMatt A. Tobin2022-04-01
| |
* | [Autocomplete] Add styling for Pale Moon's private-* implementation of AC popupsMoonchild2022-04-01
| |
* | Increase MAX_ICON_SIZE to account for more common use of HiDPI icons.Moonchild2022-04-01
|/ | | | | This change was unintentionally reverted when importing gecko/44 search service code.
* Issue #1793 - Only use Glass on the Toolkit Download Manager on Windows 7Matt A. Tobin2021-07-12
|
* Issue #1793 - Only use proper Aero Styling in the Toolkit Error Console on ↵Matt A. Tobin2021-07-12
| | | | Windows 7
* Issue #1793 - Add a border-bottom to treecols headerMatt A. Tobin2021-07-12
|
* Issue #1793 - Add a border-bottom to toolboxMatt A. Tobin2021-07-12
| | | | Follow-up to e8be661944c730cb3b702cd7f7d97e0860eb9132
* [toolkit] Slightly lighten light-mode logopage backgroundMoonchild2021-07-05
|
* [Toolkit] Update logopage styling.Moonchild2021-07-01
| | | | | | Part of the UX refresh Pale Moon effort. This uses the new -moz-dark-theme media query to make the logopage dark if the UI is dark, without explicitly relying on (often not sane) system color values.
* [Toolkit] Attempt to initialize DownloadTaskbarProgress when ↵Matt A. Tobin2021-06-22
| | | | onDownloadWindowLoad() is called so that DownloadTaskbarProgress from the Downloads Manager window works when the application doesn't explicitly invoke onBrowserWindowLoad().