- 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
-
- Apr 12, 2024
-
-
Butkovits Atila authored
-
- Apr 11, 2024
-
-
Ben Hearsum authored
Bug 1888488: update staging content signing root certificate to new cas_new root certificate a=RyanVM This is the cas_new root (https://bugzilla.mozilla.org/attachment.cgi?id=9390855) converted from PEM to DER with: `openssl x509 -in cas-new-root-2024-03-12.crt -inform PEM -outform DER` Original Revision: https://phabricator.services.mozilla.com/D206040 Differential Revision: https://phabricator.services.mozilla.com/D207263
-
- Apr 08, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 64fc0d6e7ff6b1d626e40d45c492fa210591a1c0 with FIREFOX_115_10_0esr_BUILD1 a=release CLOSED TREE DONTBUILD
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D206893
-
- Apr 05, 2024
-
-
Kershaw Chang authored
Original Revision: https://phabricator.services.mozilla.com/D205234 Differential Revision: https://phabricator.services.mozilla.com/D206699
-
Kershaw Chang authored
Original Revision: https://phabricator.services.mozilla.com/D205233 Differential Revision: https://phabricator.services.mozilla.com/D206698
-
William Durand authored
Original Revision: https://phabricator.services.mozilla.com/D206106 Differential Revision: https://phabricator.services.mozilla.com/D206750
-
Mike Kaply authored
Original Revision: https://phabricator.services.mozilla.com/D206116 Differential Revision: https://phabricator.services.mozilla.com/D206714
-
- Apr 02, 2024
-
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D206273
-
- Apr 04, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D206614
-