https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
a2f1099 Bug 1881183 - Avoid allocating too much memory when receiving CONTINUATION frame, a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D205234 Differential Revision: https://phabricator.services.mozilla.com/D206699 05 April 2024, 12:26:46 UTC
c9f3fad Bug 1881183 - Migrate network_http_max_response_header_size to static prefs, a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D205233 Differential Revision: https://phabricator.services.mozilla.com/D206698 05 April 2024, 12:26:46 UTC
c9a796d Bug 1886708 - Replace add-on staging certs with cas-new. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D206106 Differential Revision: https://phabricator.services.mozilla.com/D206750 05 April 2024, 12:25:51 UTC
76f630f Bug 1885362 - Don't set/lock folderList when download dir is set. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D206116 Differential Revision: https://phabricator.services.mozilla.com/D206714 05 April 2024, 01:34:13 UTC
489c76a Bug 1717924: Stop using an external STUN server for these tests. r=mjf, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D206273 02 April 2024, 14:39:23 UTC
cc8882f No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D206614 04 April 2024, 10:59:57 UTC
4042aa6 Bug 1886056, traverse and unlink/invalidate Navigator::mClipboard, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D206591 04 April 2024, 13:38:56 UTC
4941720 Bug 1866100 - improve PromptUtils activeness handling, a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D200165 Differential Revision: https://phabricator.services.mozilla.com/D206619 04 April 2024, 13:37:42 UTC
ec8eff9 Bug 1883932 - Add R16 support to texture upload pool a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D203973 Differential Revision: https://phabricator.services.mozilla.com/D206555 04 April 2024, 01:05:43 UTC
dcd261d Bug 1887320 - Correctly handle lines when pasting some text in a freetext a=RyanVM Backport of upstream PR: https://github.com/mozilla/pdf.js/pull/17852 Original Revision: https://phabricator.services.mozilla.com/D205982 Differential Revision: https://phabricator.services.mozilla.com/D206368 03 April 2024, 15:00:54 UTC
7b43f6c Bug 1889157 - Do not await heartbeat.noticePromise in browser_LegacyHeartbeat.js r=chumphreys a=RyanVM Bug 1845150 refactored all usages of the notification box, including the one used in Normandy's heartbeat implementation. These changes are not available on ESR115. The test has been updated to not reference these changes. Differential Revision: https://phabricator.services.mozilla.com/D206416 03 April 2024, 13:31:58 UTC
2d303ee Bug 1889157 - Dont use Promise.withResolvers in browser_LegacyHeartbeat.js r=chumphreys a=RyanVM Bug 1884039 introduced a new test that used Promise.withResolvers, but this API is not present in ESR115. Differential Revision: https://phabricator.services.mozilla.com/D206391 02 April 2024, 18:20:16 UTC
4d356bb Bug 1840533 - Forbid @imports("__builtin__"). r=firefox-build-system-reviewers,andi,sergesanspaille, a=test-only DONTBUILD The last use of importing the whole __builtin__ module was removed in bug 1264831... 7 years ago. Now that it actually doesn't work anymore with recent releases of cpython, we might as well kill it for good. Differential Revision: https://phabricator.services.mozilla.com/D182140 29 June 2023, 08:22:18 UTC
dfa753e Bug 1839263 - Don't derive assertRaisesFromLine from assertRaises. r=firefox-build-system-reviewers,ahochheiden, a=test-only DONTBUILD In python 3.11 (maybe also 3.10, I haven't tested that version ; 3.9 was definitely different), by the time the context manager comes back in our assertRaisesFromLine, the traceback is not available anymore (or yet, I'm not entirely sure which way it does) to inspect and check the line numbers we want to check. And while assertRaises exposes the thrown exception in its `exception` attribute, it also resets the traceback associated with it, so we can't find it there either. So instead, we implement our own context manager for assertRaisesFromLine such that we can access that traceback. Differential Revision: https://phabricator.services.mozilla.com/D181425 22 June 2023, 07:30:02 UTC
0f09a13 Bug 1839263 - Fix python configure lint on python >= 3.10. r=firefox-build-system-reviewers,ahochheiden,sergesanspaille, a=test-only DONTBUILD Python 3.10 added some more arguments to the CodeTypes constructor. It also changed co_lnotab to co_linetables. We were using co_lnotab to simulate a function with a def at a specific line and a raise at a specific other line. I'm not sure how I ended up with this particular requirement (this may have been related to python 2 still being used back then), but as of now, it doesn't seem we need the def to be at a specific location, so we can avoid needing to generate a co_linetables/co_lnotab, relying instead on the raise expression being on the co_firstlineno+1 in the thrower function. As for the extra arguments, it turns out python 3.8 also introduced a CodeType.replace method that can be used to derive a CodeType object from another, which is certainly simpler than calling its construtor with the right set of arguments. Differential Revision: https://phabricator.services.mozilla.com/D181424 22 June 2023, 07:30:01 UTC
141fbc8 Bug 1884039 - Include a surveyVersion for Nimbus legacyHeartbeat a=RyanVM The surveyVersion field is included in telemetry and is required by the ingestion schema. Because that field has been omitted for Nimbus legacyHeartbeat experiments, no heartbeat pings have been submitted. We now hardcode the surveyVersion for all Heartbeats coming from Nimbus. A test has been added to ensure that Nimbus-triggered Heartbeats submit a payload that matches the Telemetry schema. Original Revision: https://phabricator.services.mozilla.com/D205239 Differential Revision: https://phabricator.services.mozilla.com/D206364 02 April 2024, 14:08:26 UTC
c963895 Bug 1886855 - Add pref to allow disabling fallback for GMP updates. a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D206358 02 April 2024, 13:39:09 UTC
1570fc8 Bug 1884347 - Fix unprivileged userns detection to handle new a AppArmor feature. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D204326 Differential Revision: https://phabricator.services.mozilla.com/D205134 01 April 2024, 20:23:43 UTC
6455ef4 Bug 1885779 - Canonicalize BigInts read through structured clone a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D205661 Differential Revision: https://phabricator.services.mozilla.com/D206168 30 March 2024, 18:06:43 UTC
013728f No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D206232 01 April 2024, 11:01:14 UTC
c9c3c42 Bug 1860193 - Verify we get a script from a function before asking for the filename r=mccr8, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D203836 07 March 2024, 15:24:04 UTC
9f87b3b Bug 1881416 - Relax expectations for /secure-payment-confirmation/enrollment.https.html to allow timeouts on all platforms. a=test-only This isn't a feature we support anyway, so let's not make things harder than they need to be. 30 March 2024, 20:45:56 UTC
46d5bfb Bug 1888333. r=aosmond, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D205993 29 March 2024, 04:25:13 UTC
224c059 Bug 1886683 - Simplify tracing of arguments in TraceThisAndArguments. r=iain, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D205586 26 March 2024, 15:00:42 UTC
8ca7a6d Bug 1859708: Add rule to allow read access to the binary dir for GPU sandbox. r=gstoll, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D206068 28 March 2024, 21:25:57 UTC
9546949 No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D206010 28 March 2024, 13:54:31 UTC
d84b270 Bug 1887280 - Skip browser_fullscreen_permissions_prompt.js on Windows 7. r=pbz, a=test-only 30 March 2024, 19:32:56 UTC
381f84a Bug 1887279 - Skip browser_popupNotification_security_delay.js on Windows 7. r=pbz, a=test-only 30 March 2024, 19:31:37 UTC
3dc73db Bug 1677524 - Add policies for credit card and address autofill. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D202733 Differential Revision: https://phabricator.services.mozilla.com/D206133 30 March 2024, 19:03:50 UTC
3bf45c3 Bug 1874489 - patch 3 - More careful range checks in STAT parsing. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D204918 Differential Revision: https://phabricator.services.mozilla.com/D206179 30 March 2024, 19:02:55 UTC
d8c7805 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 30 March 2024, 19:02:55 UTC
755ed73 Bug 1874489 - patch 1 - Don't check STAT designAxisSize if the designAxisCount is zero. a=RyanVM 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 30 March 2024, 19:02:55 UTC
4f4c1cc 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 28 March 2024, 17:19:25 UTC
ee24ef9 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 26 March 2024, 23:06:19 UTC
fd5144e Bug 1885354 - Hardcode intermediate addons-stage cert r=jschanck a=RyanVM 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 15 March 2024, 22:52:48 UTC
1ec8ea9 Bug 1885349 - Replace addons-stage.crt with cas-cur r=jschanck a=RyanVM 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 15 March 2024, 22:52:46 UTC
84bc32c No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D205554 25 March 2024, 11:00:25 UTC
6bf4efc 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 25 March 2024, 14:06:36 UTC
18aeda3 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 15 March 2024, 19:46:34 UTC
92ff180 Bug 1883916 - Add nonAdsLinkQueryParamNames to search-telemetry-schema - r=Standard8 a=RyanVM 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 13 March 2024, 00:34:56 UTC
bedf21e Bug 1885855. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D205067 Differential Revision: https://phabricator.services.mozilla.com/D205468 22 March 2024, 17:17:35 UTC
1994ee0 Bug 1886313 - Update FOG test expectations. a=test-only 22 March 2024, 17:06:58 UTC
5d10b72 Bug 1886313 - Use a struct for MetricTimerTuple a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D205447 Differential Revision: https://phabricator.services.mozilla.com/D205452 22 March 2024, 16:33:19 UTC
b687a3e Bug 1883542: Simplify GetBoundName ICs a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D204130 Differential Revision: https://phabricator.services.mozilla.com/D205340 22 March 2024, 16:32:44 UTC
f339d82 Bug 1884552: Refactor IsDiamondPattern r=jandem a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D204546 21 March 2024, 15:52:27 UTC
adc84b5 Bug 1883158. r=media-playback-reviewers,chunmin,azebrowski a=RyanVM 11 March 2024, 19:52:29 UTC
3f2c3b5 Bug 1783944 - Add test for bug 1782211; r=ckerschb a=test-only 16 March 2024, 00:00:46 UTC
219e170 No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D205325 21 March 2024, 13:59:57 UTC
2d76021 No bug - Tagging f65068dc82bf6051f520551ba5497a5985877d47 with FIREFOX_115_9_1esr_RELEASE a=release CLOSED TREE DONTBUILD 22 March 2024, 13:43:45 UTC
d2dccd9 No bug - Tagging f65068dc82bf6051f520551ba5497a5985877d47 with FIREFOX_115_9_1esr_BUILD1 a=release CLOSED TREE DONTBUILD 22 March 2024, 02:53:19 UTC
428a942 Bug 1886852 - Avoid registering unnecessary MessageManager listeners when SHIP is enabled, r=smaug, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D205377 21 March 2024, 19:35:40 UTC
7b1a7bc No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFOX_115_9_0esr_RELEASE a=release CLOSED TREE DONTBUILD 19 March 2024, 12:45:26 UTC
5497e9e Bug 1878428 - Prevent a deadlock while doing in-process minidump generation r=spohl a=RyanVM 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 21 February 2024, 13:43:37 UTC
5064624 No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D204888 18 March 2024, 11:12:51 UTC
7514d73 Bug 1879855 - Test, r=Gijs a=test-only 28 February 2024, 14:56:55 UTC
966af43 Bug 1881370 - Upgrade ahash to 0.7.8. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D202361 Differential Revision: https://phabricator.services.mozilla.com/D202763 18 March 2024, 19:15:27 UTC
85d239f Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 18 March 2024, 09:32:49 UTC
5d2e87d No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFOX_115_9_0esr_BUILD2 a=release CLOSED TREE DONTBUILD 14 March 2024, 05:29:05 UTC
d8dc28a Bug 1861016 - some fixes. r=media-playback-reviewers,jolin, a=RyanVM 22 February 2024, 04:06:44 UTC
d44ebac No bug - Tagging f3dd0afed51cb7283d4fa06a0c40286eee657e30 with FIREFOX_115_9_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 11 March 2024, 19:53:44 UTC
cf4437d No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo-update, r=dsmith Differential Revision: https://phabricator.services.mozilla.com/D204210 11 March 2024, 10:57:44 UTC
889f6c5 Bug 1870499 - Make sure ContinueDoNotifyListener is called immediately during release a=diannaS 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 10 March 2024, 20:36:45 UTC
42e6c12 Bug 1870499 - Break potential runnable loop in HttpChannelChild::Release a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202797 Differential Revision: https://phabricator.services.mozilla.com/D204062 10 March 2024, 20:36:44 UTC
e8e445b Bug 1870499 - HttpChannelChild::Release should pass itself using std::move a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202796 Differential Revision: https://phabricator.services.mozilla.com/D204061 10 March 2024, 20:36:44 UTC
a662a9a Bug 1883868 - Restrict new codepath to worker threads. a=dsmith So as to not change load timing from stylo threads. 09 March 2024, 00:01:13 UTC
2da0b9d Bug 1883868 - Don't fire http loads from workers. r=jfkthame, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D203927 08 March 2024, 17:42:05 UTC
37c58e9 Bug 1881257 - Reset mSourceTopWindowContext when drag session end; a=diannaS Original Revision: https://phabricator.services.mozilla.com/D203103 Differential Revision: https://phabricator.services.mozilla.com/D204101 08 March 2024, 23:09:30 UTC
6730e7b 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 06 March 2024, 15:58:02 UTC
b323aa3 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 06 February 2024, 18:55:28 UTC
f93dff1 No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dsmith Differential Revision: https://phabricator.services.mozilla.com/D203895 07 March 2024, 10:57:42 UTC
9e601b6 Bug 1804978: Prevent release assert crashes due to a race when opening context menus on macOS. r=mstange, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D198700 16 January 2024, 20:26:31 UTC
3537f31 Bug 1879939: Save output registers. a=diannaS Original Revision: https://phabricator.services.mozilla.com/D201684 Differential Revision: https://phabricator.services.mozilla.com/D203291 05 March 2024, 23:55:00 UTC
f982fb1 Bug 1876675, a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202932 Differential Revision: https://phabricator.services.mozilla.com/D203626 05 March 2024, 20:35:22 UTC
4ffc0ad Bug 1880692, part 2 - Use an estimate for encoded characters. r=smaug, a=RyanVM This makes the calculation simpler and faster, at a hopefully small cost in space. Idea by peterv. This reduced the time to run a microbenchmark locally by around 12%. Differential Revision: https://phabricator.services.mozilla.com/D202281 22 February 2024, 16:57:14 UTC
ee4172a Bug 1880692, part 1 - Make StringBuilder::Unit::mLength specific to literals. r=smaug, a=RyanVM That is the only case that uses it. This might save a bit of space and avoids some useless stores. Idea by peterv. Differential Revision: https://phabricator.services.mozilla.com/D202344 22 February 2024, 16:57:13 UTC
08afc64 No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D203411 04 March 2024, 10:57:58 UTC
53afb15 Bug 1872920 - Fix building mozwer-rust for rust version 1.69.0 a=diannaS Differential Revision: https://phabricator.services.mozilla.com/D203050 28 February 2024, 22:17:06 UTC
b695e83 Bug 1872920 - Change how we notify the main process when we intercept a crash via WER a=diannaS This patch makes several fundamental changes to the logic we use to inform the main process whenever the WER runtime exception module intercepts a child process crash: * We no longer read the process type or any other data from the child process; the process type is passed as the runtime exception module's context * We no longer read the address of the memory area used to communicate with the main process from the child process arguments. Instead we allocate memory directly into the main process and store the required information there * We don't read anything from the main process either, the pointer to the function used to notify the main process is now found by looking out its dedicated section in the parent process' xul.dll mapping * We no longer read the OOM crash annotation from a child process, this functionality will be restored by making the module use the mozannotation crates to fetch all the annotations Original Revision: https://phabricator.services.mozilla.com/D201589 Differential Revision: https://phabricator.services.mozilla.com/D202916 28 February 2024, 19:57:15 UTC
bce95d6 Bug 1872920 - Introduce the process_reader crate a=diannaS Original Revision: https://phabricator.services.mozilla.com/D201590 Differential Revision: https://phabricator.services.mozilla.com/D202915 28 February 2024, 19:57:14 UTC
fde823c Bug 1872920 - Prevent the crash reporer from restarting Firefox when dealing with WER crashes a=diannaS Original Revision: https://phabricator.services.mozilla.com/D199856 Differential Revision: https://phabricator.services.mozilla.com/D202914 28 February 2024, 19:57:14 UTC
4eb991d Bug 1872920 - Change the way we identify the parent process a=diannaS Original Revision: https://phabricator.services.mozilla.com/D199353 Differential Revision: https://phabricator.services.mozilla.com/D202913 28 February 2024, 19:57:14 UTC
366bfd7 Bug 1872920 - Make the crash reporter client locate the executable by itself a=diannaS Original Revision: https://phabricator.services.mozilla.com/D199352 Differential Revision: https://phabricator.services.mozilla.com/D202912 28 February 2024, 19:57:13 UTC
23b0d37 Bug 1874235 - Make the WER interceptor more robust a=diannaS * Always provide a value for the installation time, even when we fail to read it from the corresponding file * Parse the parent PID correctly * Create the pending folder if it's missing Original Revision: https://phabricator.services.mozilla.com/D198699 Differential Revision: https://phabricator.services.mozilla.com/D202825 28 February 2024, 19:57:13 UTC
ac126c9 Bug 1755186 - HpackDynamicTableReporter::CollectReports should hold a mutex a=diannaS HpackDynamicTableReporter::mMutex protects access to HpackDynamicTableReporter::mCompressor nvFIFO::mMutex protects access to mvFIFO::mTable - is aquired when adding or removing elements in the table, and when reporting SizeOfDynamicTable Original Revision: https://phabricator.services.mozilla.com/D200814 Differential Revision: https://phabricator.services.mozilla.com/D202906 28 February 2024, 16:14:08 UTC
46c6156 Bug 1880405: Post cell span restyle event for border-collapsed MathML table cells. a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202455 Differential Revision: https://phabricator.services.mozilla.com/D202493 28 February 2024, 14:40:02 UTC
62158b3 Bug 1878346 - revert unwanted revert of file_bug514732_window.xhtml. a=test-only DONTBUILD The revert of the file in bug 1874627 had been unintended. 27 February 2024, 10:47:31 UTC
4739d5a Bug 1873763: Add 'overflow:hidden' to root scroller in some grid reftests, to avoid running afoul of scrollbar-presence nondeterminism. a=diannaS This is a workaround for an edge-case where the default 'overflow:auto' setup can lead to a layout with or without a scrollbar, depending on whether the first layout happens before vs. after the DOM is fully complete. See explanations in https://bugzilla.mozilla.org/show_bug.cgi?id=1873763#c0 and in https://bugzilla.mozilla.org/show_bug.cgi?id=1873749 for more details. This behavior seems to be common to all major browser engines, so it's probably not worth worrying about too much, which is why I'm simply working around it in these tests. The changes to the -001 test files will address intermittent bug 1522442, and the changes to the -010 and -011 test files are to address intermittent bug 1809735. Original Revision: https://phabricator.services.mozilla.com/D198080 Differential Revision: https://phabricator.services.mozilla.com/D202738 26 February 2024, 19:19:50 UTC
500a321 Bug 1880562 - land NSS NSS_3_90_2_RTM UPGRADE_NSS_RELEASE, a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202015 Differential Revision: https://phabricator.services.mozilla.com/D202017 26 February 2024, 17:59:18 UTC
f3ddcd0 No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo-update, r=dsmith Differential Revision: https://phabricator.services.mozilla.com/D202705 26 February 2024, 10:58:00 UTC
6b6d366 Bug 1851570 - [for esr] Allow necko to know when client auth is selected to drive TLS handshake, r=necko, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201722 26 February 2024, 09:21:17 UTC
88a214c Bug 1685358 - Apply seek threshold after decoder creation. r=media-playback-reviewers,padenot, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201297 22 February 2024, 04:09:56 UTC
25ed1eb Bug 1871112 - ESR 115: Specialize AddAttributes for <html>/<body>. r=hsivonen, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D202303 23 February 2024, 14:36:50 UTC
f970330 Bug 1881093 - Cherry-pick dav1d commit 2b475307. r=chunmin a=diannaS Differential Revision: https://phabricator.services.mozilla.com/D202247 23 February 2024, 22:55:37 UTC
97a8914 Bug 1858496 - Crash on OOM in ICU; a=diannaS We're seeing inconsistent handling of OOMs in the ICU library. This patch changes the behaviour to crash on OOM rather than allowing ICU to handle the allocation failure. The inconsistent handling in ICU could lead to ICU being in an inconsistent state which could in turn cause security problems. The safer alternative is to crash, but it's possible this will lead to too high of crash rate. Original Revision: https://phabricator.services.mozilla.com/D191892 Differential Revision: https://phabricator.services.mozilla.com/D202498 22 February 2024, 21:06:11 UTC
9e1762e Backed out changeset a64b95dfc24a (bug 1851570) for causing xpcshell failures, a=backout 22 February 2024, 19:25:10 UTC
1903982 Bug 1851570 - [for esr] Allow necko to know when client auth is selected to drive TLS handshake, r=necko-reviewers,valentin, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201722 13 February 2024, 15:36:47 UTC
f2bb50a No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo-update, r=dsmith Differential Revision: https://phabricator.services.mozilla.com/D202407 22 February 2024, 11:00:01 UTC
f37e5c3 Bug 1879444 - Make SafeRefPtr move assignment work as RefPtr does r=smaug,dom-storage-reviewers,asuth, a-dsmith Differential Revision: https://phabricator.services.mozilla.com/D201598 19 February 2024, 11:33:13 UTC
06f40d5 Bug 1879825 - Make Family::FindIndex fallible and safely handle failures. r=gfx-reviewers,lsalzman, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201819 19 February 2024, 12:37:33 UTC
2541acb Bug 1827252 - updating aioquic version to 0.9.21. r=jgraham, a=test-only 27 July 2023, 14:05:48 UTC
back to top