- Aug 21, 2023
-
-
Pier Angelo Vendrame authored
This helps to prevent linkability of users in the same network. Differential Revision: https://phabricator.services.mozilla.com/D170373
-
Bug 1816158 - Part 2: Require no GC when giving out references to the realm's debugger vector r=sfink To prevent any other instances of this problme we can update the getDebuggers() methods on the global and the realm to require no GC. Depends on D169701 Differential Revision: https://phabricator.services.mozilla.com/D169702
-
GC can mutate this vector so don't allow that while we are iterating. I think it would be safe to use index-based iteration but it's safer to just ban it entirely. This fixes the crash produced by the testcase. Differential Revision: https://phabricator.services.mozilla.com/D169701
-
Pier Angelo Vendrame authored
Now it displays app display name, instead of having Firefox hardcoded. Differential Revision: https://phabricator.services.mozilla.com/D168562
-
Currently, `ReserveAndPutRaw` allocates a second span even if the data would be too big for the chunk. Here a second conditional is added to check if the block of data is too big in this scenario and silently discard the data if so. Differential Revision: https://phabricator.services.mozilla.com/D167167
-
Depends on D164656 Differential Revision: https://phabricator.services.mozilla.com/D166108
-
Bug 1792157 - Ensure correct font-visibility for bundled fonts on Linux when they 'shadow' system-installed families. r=gfx-reviewers,lsalzman Differential Revision: https://phabricator.services.mozilla.com/D175350
-
Bug 1790542 - [devtools] Convert browser_source_map-reload.js test from using .sjs files to createTestHTTPServer r=ochameau,devtools-reviewers .sjs files depend on redirects to load static files. In D168648 we block redirects on sourceMappingUrl, so this browser_source_map-reload.js fails because we use .sjs to serve the content. This patch refactors to no longer use .sjs files Differential Revision: https://phabricator.services.mozilla.com/D169739
-
Bug 1790542 - [devtools] Do not allow redirects on the 'sourceMappingUrl' r=jdescottes,devtools-reviewers - Block redirects on sourceMappingUrl - Add debugger test Differential Revision: https://phabricator.services.mozilla.com/D168648
-
On macOS versions prior to 10.15 os_unfair_locks cannot spin in kernel-space which degrades performance significantly. To obviate for this we spin in user-space like OSSpinLock does, for the same number of times and invoking x86-specific pause instructions in-between the locking attempts to avoid starving a thread that might be running on the same physical core. Differential Revision: https://phabricator.services.mozilla.com/D154205
-
Bug 1774458 - Use undocumented, non-public adaptive spinlocks on macOS 10.15+, revert to user-space spinlocks on older versions r=pbone Differential Revision: https://phabricator.services.mozilla.com/D149599
-
Bug 1769028: Disable DNS lookup in nsProfileLock when the proxy bypass protection is enabled r=mossop Instead of using the local computer's IP address within symlink-based profile lock signatures, always use 127.0.0.1 when the proxy bypass protection is enabled. Differential Revision: https://phabricator.services.mozilla.com/D161264
-
Differential Revision: https://phabricator.services.mozilla.com/D164656
-
Bug 1670885 - Replace deprecated NSSpinLocks with os_unfair_locks in the memory allocator r=glandium Depends on D148287 Differential Revision: https://phabricator.services.mozilla.com/D99280
-
Bug 1670885 - Fix post-fork() handlers for PHC/LogAlloc to work on macOS using unfair locks r=glandium macOS unfair locks enforce that a lock can only be released by the thread which locked it. On macOS 11+ this caused the fork()'d child process to raise a SIGILL signal. Confusingly enough this behavior seems to be different on macOS 10.15 and possibly interacted in odd ways with our exception handler if it was installed before fork()-ing. Differential Revision: https://phabricator.services.mozilla.com/D148287
-
Bug 1768907 - Part 2: nsTransferable disk-leaks when private browsing mode is enabled by default. r=handyman nsTransferable was modified to prevent disk leakings when copying data in private browsing mode with Bug 1123480. However, the context is nullptr when it is initialized, so it still leaks if PBM is enabled by default. Our solution is to check the browser.privatebrowsing.autostart in this condition. Differential Revision: https://phabricator.services.mozilla.com/D157800
-
Pier Angelo Vendrame authored
Bug 1768907 - Part 1: Make browser.privatebrowsing.autostart a static pref. r=handyman,necko-reviewers Differential Revision: https://phabricator.services.mozilla.com/D157843
-
Differential Revision: https://phabricator.services.mozilla.com/D154897
-
Pier Angelo Vendrame authored
Bug 1769030: Add a configure flag to load policies only from the local policies.json file r=mkaply,glandium Add a configuration flag to make Enterprise Policies mechanism only consult a policies.json file (avoiding the Windows Registry, macOS's file system attributes, and /etc/firefox/policies/policies.json on other OS). Differential Revision: https://phabricator.services.mozilla.com/D146300
-
Pier Angelo Vendrame authored
Bundled fonts were not picked up because also child processes need to register them. Also, they were assigned User visibility, instead of Base, which was not coherent with other platforms. Differential Revision: https://phabricator.services.mozilla.com/D150400
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D186623
-
- Aug 18, 2023
-
-
Ray Kraesig authored
This is a rebased version of bug 1816740 #6: https://hg.mozilla.org/mozilla-central/rev/dab075577d74 There should be no functional changes from this change, but it resolves the build failures caused by the patches in bug 1846688 and bug 1846689. Differential Revision: https://phabricator.services.mozilla.com/D186554
-
- Aug 14, 2023
-
-
Vincent Hilla authored
Differential Revision: https://phabricator.services.mozilla.com/D185820
-
Vincent Hilla authored
Depends on D185820 Differential Revision: https://phabricator.services.mozilla.com/D185839
-
Jonathan Kew authored
Differential Revision: https://phabricator.services.mozilla.com/D186156
-
- Aug 07, 2023
-
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D185164
-
- Aug 17, 2023
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D186443
-
- Aug 14, 2023
-
-
Ryan VanderMeulen authored
-
- Aug 10, 2023
-
-
Brad Werth authored
Bug 1846694: Additional validation in RecordedSourceSurfaceCreation. r=gfx-reviewers,jrmuizel, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D185354
-
Bob Owen authored
Differential Revision: https://phabricator.services.mozilla.com/D185548
-
- Aug 03, 2023
-
-
Jonathan Kew authored
Bug 1845813 - Null-check the variation tag dictionary before trying to apply it to the font. r=gfx-reviewers,lsalzman, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D185268
-
- Jul 31, 2023
-
-
Randell Jesup authored
Bug 1845205: Add locking around access to WebSocketChannel::mPMCECompressor r=kershaw,necko-reviewers a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D184868
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D184828
-
- Aug 14, 2023
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D186112
-
- Aug 10, 2023
-
-
ffxbld authored
No Bug, mozilla-esr102 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D185905
-
- Aug 01, 2023
-
-
Peter Van der Beken authored
Differential Revision: https://phabricator.services.mozilla.com/D185055
-
- Aug 07, 2023
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D185541
-
- Aug 03, 2023
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D185281
-
Marco Bonardo authored
Differential Revision: https://phabricator.services.mozilla.com/D184671
-
- Aug 01, 2023
-
-
Mozilla Releng Treescript authored
No bug - Tagging 381b375f07554410a27f95cefbc76b74c8274b46 with FIREFOX_102_14_0esr_RELEASE a=release CLOSED TREE DONTBUILD
-