- Mar 30, 2024
-
-
Jonathan Kew authored
Bug 1874489 - patch 2 - Avoid potential arithmetic overflow during Buffer read operations. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D204917 Differential Revision: https://phabricator.services.mozilla.com/D206178
-
Jonathan Kew authored
This is just https://github.com/khaledhosny/ots/pull/277 from upstream, not really part of this issue but touching the same code, so simplest to include it here. Original Revision: https://phabricator.services.mozilla.com/D204916 Differential Revision: https://phabricator.services.mozilla.com/D206096
-
- Mar 28, 2024
-
-
Rob Wu authored
Bug 1771992 - Use stage cert depending on the configured GMP URL (ESR115) r=aosmond,bhearsum a=RyanVM Rebased to resolve conflict with async/await refactor from bug 1862051. Original Revision: https://phabricator.services.mozilla.com/D205637 Differential Revision: https://phabricator.services.mozilla.com/D205856
-
- Mar 26, 2024
-
-
Ben Hearsum authored
Bug 1886830: update staging content signing root certificate to new cas_cur root certificate a=RyanVM This certificate is `cas-cur-root-2024-03-12.crt` from bug 1882192 (https://bugzilla.mozilla.org/attachment.cgi?id=9390858), and has been converted to DER with: $ openssl x509 -in cas-cur-root-2024-03-12.crt -inform PEM -outform DER Original Revision: https://phabricator.services.mozilla.com/D205356 Differential Revision: https://phabricator.services.mozilla.com/D205774
-
- Mar 15, 2024
-
-
Rob Wu authored
Generated from the crt file from bug 1882192 with: openssl x509 -inform PEM -in /tmp/cas-cur-intermediate-amo-2024-03-12.crt -outform DER -out security/manager/ssl/addons-stage-intermediate.crt Differential Revision: https://phabricator.services.mozilla.com/D204778
-
Rob Wu authored
addons-stage.crt is the DER-encoded version of the cas-cur-root-2024-03-12.crt file from bug 1882192, generated with: openssl x509 -inform PEM -in /tmp/cas-cur-root-2024-03-12.crt -outform DER -out security/manager/ssl/addons-stage.crt The four zip files are from bug 1885457, and are the same file, but signed with the new certificate. Differential Revision: https://phabricator.services.mozilla.com/D204706
-
- Mar 25, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D205554
-
Stephanie Cunnane authored
Bug 1880212 - Update search-telemetry-v2 schema as part of SERP categorization work. r=jteow, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D205250
-
- Mar 15, 2024
-
-
Stephanie Cunnane authored
Bug 1885169 - Make 'skipCount' in search-telemetry-schema a definition rather than a possible property on each element. r=jteow, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D204793
-
- Mar 13, 2024
-
-
James Teow authored
Adds a new property that will be used to extract the intended href to load on SERPs that contain the actual URL in a query param key not known until they click on the actual link. Differential Revision: https://phabricator.services.mozilla.com/D204355
-
- Mar 22, 2024
-
-
Marco Bonardo authored
Original Revision: https://phabricator.services.mozilla.com/D205067 Differential Revision: https://phabricator.services.mozilla.com/D205468
-
Chris H-C authored
-
Chris H-C authored
Original Revision: https://phabricator.services.mozilla.com/D205447 Differential Revision: https://phabricator.services.mozilla.com/D205452
-
Iain Ireland authored
Original Revision: https://phabricator.services.mozilla.com/D204130 Differential Revision: https://phabricator.services.mozilla.com/D205340
-
- Mar 21, 2024
-
-
Iain Ireland authored
Differential Revision: https://phabricator.services.mozilla.com/D204546
-
- Mar 11, 2024
-
-
Andrew Osmond authored
-
- Mar 16, 2024
-
-
Edgar Chen authored
-
- Mar 21, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D205325
-
- Mar 22, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging f65068dc82bf6051f520551ba5497a5985877d47 with FIREFOX_115_9_1esr_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging f65068dc82bf6051f520551ba5497a5985877d47 with FIREFOX_115_9_1esr_BUILD1 a=release CLOSED TREE DONTBUILD
-
- Mar 21, 2024
-
-
Nika Layzell authored
Bug 1886852 - Avoid registering unnecessary MessageManager listeners when SHIP is enabled, r=smaug, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D205377
-
- Mar 19, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFOX_115_9_0esr_RELEASE a=release CLOSED TREE DONTBUILD
-
- Feb 21, 2024
-
-
Gabriele Svelto authored
This removes all the memory allocations which we were doing while writing a minidump of the crashed process from within the process itself. Under these conditions all threads are stopped save for the minidump writer; so if another thread owns a mutex guarding the memory allocator we could deadlock by doing allocations. This patch avoids allocating strings entirely and uses Breakpad's alternative allocator to sidestep the issue where we cannot avoid allocations. Differential Revision: https://phabricator.services.mozilla.com/D201960
-
- Mar 18, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D204888
-
- Feb 28, 2024
-
-
Paul Zuehlcke authored
-
- Mar 18, 2024
-
-
Mike Hommey authored
Original Revision: https://phabricator.services.mozilla.com/D202361 Differential Revision: https://phabricator.services.mozilla.com/D202763
-
Mozilla Releng Treescript authored
-
- Mar 14, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFOX_115_9_0esr_BUILD2 a=release CLOSED TREE DONTBUILD
-
- Feb 22, 2024
-
-
alwu authored
-
- Mar 11, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging f3dd0afed51cb7283d4fa06a0c40286eee657e30 with FIREFOX_115_9_0esr_BUILD1 a=release CLOSED TREE DONTBUILD
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D204210
-
- Mar 10, 2024
-
-
valenting authored
The causes of the runnable loop are as follows: 1. In Release we have a special case to make sure OnStart&OnStop are always called. We do this by dispatching a runnable that calls DoNotifyListener. 2. DoNotifyListener is called, then the reference to the channel is again dropped. But at this point only OnStartRequest was called, and ContinueDoNotifyListener was added to mEventQ. That means another runnable would be dispatched. While the loop was broken in the previous patch, we still want to ensure OnStopRequest is called before the channel is released, so this patch adds an argument to DoNotifyListener to select whether ContinueDoNotifyListener should be called synchronously or dispatched to mEventQ. Original Revision: https://phabricator.services.mozilla.com/D202798 Differential Revision: https://phabricator.services.mozilla.com/D204063
-
valenting authored
Original Revision: https://phabricator.services.mozilla.com/D202797 Differential Revision: https://phabricator.services.mozilla.com/D204062
-
valenting authored
Original Revision: https://phabricator.services.mozilla.com/D202796 Differential Revision: https://phabricator.services.mozilla.com/D204061
-
- Mar 09, 2024
-
-
Cosmin Sabou authored
So as to not change load timing from stylo threads.
-
- Mar 08, 2024
-
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D203927
-
Edgar Chen authored
Original Revision: https://phabricator.services.mozilla.com/D203103 Differential Revision: https://phabricator.services.mozilla.com/D204101
-
- Mar 06, 2024
-
-
James Teow authored
Bug 1879714 - Update search-telemetry-v2 schema with more functionality and loosen restrictions on component types - r=Standard8, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201313
-
- Feb 06, 2024
-
-
James Teow authored
Bug 1878818 - Change search-telemetry schema to use the same sub-schema syntax as search-config - r=Standard8, a=dsmith I think the main issue was the use of ids, but also just to keep things a consistent between the two in case a team member has to learn how to modify both, it might be better to use the same syntax. Differential Revision: https://phabricator.services.mozilla.com/D200754
-
- Mar 07, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D203895
-