- May 06, 2024
-
-
Andrew Sutherland authored
This is an ESR115-specific revision that drops the test changes. Differential Revision: https://phabricator.services.mozilla.com/D207920
-
- May 03, 2024
-
-
Dave Townsend authored
Original Revision: https://phabricator.services.mozilla.com/D208981 Differential Revision: https://phabricator.services.mozilla.com/D209332
-
Francesco Lodolo (:flod) authored
Differential Revision: https://phabricator.services.mozilla.com/D209352
-
- May 02, 2024
-
-
Mike Hommey authored
Bug 1894412 - When reading /etc/os-release, fall back to BUILD_ID when VERSION_ID is not set. a=dmeehan Arch Linux doesn't come with a VERSION_ID at all, but it has a BUILD_ID. Semantically, falling back to BUILD_ID when VERSION_ID is not present would seem fair play: Per https://www.freedesktop.org/software/systemd/man/latest/os-release.html: BUILD_ID= A string uniquely identifying the system image originally used as the installation base. In most cases, VERSION_ID or IMAGE_ID+IMAGE_VERSION are updated when the entire system image is replaced during an update. BUILD_ID may be used in distributions where the original installation image version is important: VERSION_ID would change during incremental system updates, but BUILD_ID would not. This field is optional. Original Revision: https://phabricator.services.mozilla.com/D209089 Differential Revision: https://phabricator.services.mozilla.com/D209192
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D209224
-
- Apr 16, 2024
-
-
alwu authored
Bug 1884962 - report kProtectionHDCP for the protection mask. r=media-playback-reviewers,padenot, a=dmeehan According to what Widevine told us, `kProtectionNone` will cause playback to stop if HDCP_V1 is required. Therefore, we would report HDCP protection if there is no potential capturing. Differential Revision: https://phabricator.services.mozilla.com/D207483
-
- May 01, 2024
-
-
Nika Layzell authored
Bug 1886892 - Part 2: (ESR115) Remove non-SHIP cases from SessionStore tests, r=#sessionstore-reviewers, a=dmeehan These cases will no longer be run, as SHIP is always on for desktop firefox, so can be removed. Differential Revision: https://phabricator.services.mozilla.com/D209146
-
Nika Layzell authored
Bug 1886892 - Part 1: (ESR115) Remove non-SHIP code from desktop SessionStore, r=#sessionstore-reviewers, a=dmeehan In bug 1804140, we shipped SHIP everywhere on desktop. Unfortunately, we never removed the now-dead code from SessionStore. This patch removes the easy to identify SessionStore code for non-SHIP, now that it is a fully unsupported configuration. Differential Revision: https://phabricator.services.mozilla.com/D209145
-
- May 02, 2024
-
-
donal meehan authored
Bug 1878577 - Ensure private storage repo is always cleaned up, even with PBM autostart.r=dom-storage-reviewers,janv, a=dmeehan
-
- May 01, 2024
-
-
Calixte authored
Differential Revision: https://phabricator.services.mozilla.com/D208995
-
- Apr 30, 2024
-
-
Daniel Holbert authored
Original Revision: https://phabricator.services.mozilla.com/D208657 Differential Revision: https://phabricator.services.mozilla.com/D208837
-
Daniel Holbert authored
Original Revision: https://phabricator.services.mozilla.com/D208556 Differential Revision: https://phabricator.services.mozilla.com/D208836
-
- Apr 29, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D208868
-
- Apr 25, 2024
-
-
Nika Layzell authored
The only tab attribute which is ever persisted by SessionStore is "customizemode". This patch limits the logic to only allow persisting and restoring this attribute. The browser_attributes.js test is also updated to use the "customizemode" attribute for testing, rather than a custom specified attribute. Minor test fix for ESR115. Differential Revision: https://phabricator.services.mozilla.com/D208655
-
- Apr 24, 2024
-
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D208538
-
Paul Zuehlcke authored
Differential Revision: https://phabricator.services.mozilla.com/D207253
-
- Feb 27, 2024
-
-
Gabriele Svelto authored
Bug 1882080 - Don't use double dots in the path used to restart Firefox on macOS r=afranchuk, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D202789
-
- Apr 27, 2024
-
-
Daniel Holbert authored
Bug 1890514: Null-check 'view' before using it, in nsTreeBodyFrame::RemoveImageCacheEntry. a=dmeehan If it's null, we'll now just take the existing something-failed early-return codepath. The 'view' local variable here is really just an alias for mView, and we have null-checks for mView elsewhere, so it's conceivable that it could be null when we get to this point. (And we have a low but nonzero level of crash volume for folks hitting a null-deref on this line, which seems to confirm that it is occasionally null here.) I'm not including a test since I'm not sure how to trigger the conditions required to crash in this way. But the change is pretty trivial and clearly a step in the direction of safety-against-crashing. Original Revision: https://phabricator.services.mozilla.com/D207817 Differential Revision: https://phabricator.services.mozilla.com/D208379
-
- Apr 26, 2024
-
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D208456
-
- Apr 25, 2024
-
-
donal meehan authored
Backed out changeset 39f61fc5d16c (bug 1887029)
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D208603
-
- Apr 05, 2024
-
-
Nika Layzell authored
Bug 1887029 - Simplify TabAttributes to explicitly specify supported attributes, r=sessionstore-reviewers,sfoster,dao, a=dmeehan The only tab attribute which is ever persisted by SessionStore is "customizemode". This patch limits the logic to only allow persisting and restoring this attribute. The browser_attributes.js test is also updated to use the "customizemode" attribute for testing, rather than a custom specified attribute. Differential Revision: https://phabricator.services.mozilla.com/D205481
-
- Apr 25, 2024
-
-
Mike Kaply authored
Original Revision: https://phabricator.services.mozilla.com/D206011 Differential Revision: https://phabricator.services.mozilla.com/D208361
-
- Apr 24, 2024
-
-
Mike Kaply authored
Original Revision: https://phabricator.services.mozilla.com/D205320 Differential Revision: https://phabricator.services.mozilla.com/D208357
-
Jonathan Kew authored
Bug 1878199 - patch 2 - If the FontFaceImpl has a user-font entry, hold its lock during Add/Remove font-set operations. a=dmeehan This should fix the intermittently-reported race here, by ensuring that access into the FontFaceImpl from GetUserFontSets(), called by the main thread, cannot race with changes being made by the AddFontSet()/RemoveFontSet() methods. (If the FontFaceImpl doesn't have an mUserFontEntry yet, then these methods don't need to lock, as only the owning thread will be touching it.) Original Revision: https://phabricator.services.mozilla.com/D207296 Differential Revision: https://phabricator.services.mozilla.com/D208098
-
Jonathan Kew authored
Bug 1878199 - patch 1 - Don't create an additional Mutex in FontFaceImpl::Entry, just use the base gfxFontEntry's existing RWLock. a=dmeehan No functional change here, just cleanup in preparation for the following patch. We don't need FontFaceImpl to create a mutex, as there's already a lock (RWLock) in its base class gfxFontEntry, and we can use that to guard the fields here. Original Revision: https://phabricator.services.mozilla.com/D207295 Differential Revision: https://phabricator.services.mozilla.com/D208097
-
- Apr 22, 2024
-
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D208248
-
Joel Maher authored
Bug 1888460 - [ESR 115] - fix rebase issue where all linux tests were running on kvm instances. r=aryx a=test-only Differential Revision: https://phabricator.services.mozilla.com/D208205
-
donal meehan authored
Backed out changeset 7089cb4c66b3 (bug 1889866)
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D208120
-
- Apr 19, 2024
-
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D207952
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D207951
-
- Apr 09, 2024
-
-
Emilio Cobos Álvarez authored
Bug 1889866 - Use text-color-deemphasized on syncedtabs sidebar rather than GrayText. r=desktop-theme-reviewers,dao, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D206990
-
- Apr 18, 2024
-
-
Rob Wu authored
When a background page and service_worker are specified simultaneously, load the background page instead of neither (i.e. the bug). This patch only fixes the issue when extensions.backgroundServiceWorker.enabled is false; When true, the service worker is expected to load but doesn't due to https://bugzilla.mozilla.org/show_bug.cgi?id=1775618#c1 . That requires a different fix and is therefore saved for a follow-up. Original Revision: https://phabricator.services.mozilla.com/D192081 Differential Revision: https://phabricator.services.mozilla.com/D207570
-
- Apr 16, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 64fc0d6e7ff6b1d626e40d45c492fa210591a1c0 with FIREFOX_115_10_0esr_RELEASE a=release CLOSED TREE DONTBUILD
-
- Apr 15, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D207426
-
Mozilla Releng Treescript authored
-
- Apr 11, 2024
-
-
Hubert Boma Manilla authored
Bug 1824109 - [devtools] Make sure the paused task is resumed before exiting r=devtools-reviewers,nchevobbe a=test-only Differential Revision: https://phabricator.services.mozilla.com/D207088
-
- Jan 17, 2024
-
-
Alexandre Poirot authored
Bug 1824109 - [devtools] Wait for SpecialPowers task to be resumed before leaving the test. r=devtools-reviewers,nchevobbe a=test-only Differential Revision: https://phabricator.services.mozilla.com/D198795
-
- Apr 11, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D207261
-