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

sort by:
Revision Author Date Message Commit Date
3c5c76a Bug 1746221 - land NSS NSS_3_68_2_RTM UPGRADE_NSS_RELEASE, r+a=ryanvm ``` 2021-12-15 Dana Keeler <dkeeler@mozilla.com> * gtests/mozpkix_gtest/pkixocsp_VerifyEncodedOCSPResponse.cpp, lib/mozpkix/include/pkix-test/pkixtestutil.h, lib/mozpkix/include/pkix/pkixutil.h, lib/mozpkix/lib/pkixocsp.cpp, lib/mozpkix/lib/pkixverify.cpp, lib/mozpkix/test- lib/pkixtestutil.cpp: Bug 966856 - mozilla::pkix: support SHA-2 hashes in CertIDs in OCSP responses r=jschanck,djackson [78d2f4a3339f] [NSS_3_68_2_RTM] <NSS_3_68_2_BRANCH> 2021-12-15 Benjamin Beurdouche <bbeurdouche@mozilla.com> * lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h: Set version numbers to 3.68.2 final [b7f01c3b7285] <NSS_3_68_2_BRANCH> 2021-12-01 Benjamin Beurdouche <bbeurdouche@mozilla.com> * .hgtags: Added tag NSS_3_68_1_RTM for changeset 6e68b52ee28b [9ad767064954] <NSS_3_68_1_BRANCH> ``` Test Plan: https://treeherder.mozilla.org/#/jobs?repo=try&revision=4e8b632910ba15566a8dcbc723a2ac1946229b84 Differential Revision: https://phabricator.services.mozilla.com/D133913 15 December 2021, 16:53:05 UTC
fca41a5 No bug - Bump version to 91.4.1 15 December 2021, 18:23:10 UTC
f40e5cb Bug 1737470 - land NSS NSS_3_68_1_RTM UPGRADE_NSS_RELEASE, r=kaie a=RyanVM ``` 2021-12-01 Benjamin Beurdouche <bbeurdouche@mozilla.com> * lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h: Set version numbers to 3.68.1 final [6e68b52ee28b] [NSS_3_68_1_RTM] <NSS_3_68_1_BRANCH> 2021-10-11 John M. Schanck <jschanck@mozilla.com> * gtests/certdb_gtest/decode_certs_unittest.cc, lib/pkcs7/certread.c: Bug 1735028 - check for missing signedData field r=keeler [5b2659c39cc7] <NSS_3_68_1_BRANCH> 2021-11-22 Dennis Jackson <djackson@mozilla.com> * lib/cryptohi/secvfy.c: Bug 1737470 - Ensure DER encoded signatures are within size limits. r=jschanck,mt,bbeurdouche,rrelyea [dea71cbef9e0] <NSS_3_68_1_BRANCH> 2021-07-08 Benjamin Beurdouche <bbeurdouche@mozilla.com> * .hgtags: Added tag NSS_3_68_RTM for changeset 3680dc580194 [da3d22d708c9] <NSS_3_68_BRANCH> ``` Differential Revision: https://phabricator.services.mozilla.com/D132576 01 December 2021, 14:51:56 UTC
0a7e245 No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132344 29 November 2021, 10:54:00 UTC
b03b34b No bug - Tagging 3359a85a2277bbcbcc2b5ebcc425922a23d07f34 with FIREFOX_91_4_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 26 November 2021, 14:08:33 UTC
179e29f No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings - a=repo-update r=pascalc Differential Revision: https://phabricator.services.mozilla.com/D132136 25 November 2021, 10:57:17 UTC
6558b06 Bug 1738418 - set sandboxflags for object/embed loads correctly r=ckerschb,smaug,necko-reviewers a=pascalc Depends on D130958 Differential Revision: https://phabricator.services.mozilla.com/D130959 18 November 2021, 12:21:07 UTC
40714c9 Bug 1728744 - prevent langpack vs packagedLocale overlap to avoid severe memory usage issues. r=zbraniecki a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D131533 24 November 2021, 10:39:40 UTC
8423806 Bug 1739372: Improve handling of reentry in MsaaAccessible::GetRemoteIAccessibleFor. r=eeejay a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D131468 23 November 2021, 21:51:32 UTC
f63f97c Bug 1739091, r=Gijs a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D131268 22 November 2021, 16:11:45 UTC
8e53ad8 Bug 1671252 - Move Windows accent border to #navigator-toolbox. r=Gijs a=pascalc This works correctly. On the root it seems we hit this codepath: https://searchfox.org/mozilla-central/rev/df18dd52da04ee2bad434b0ba2d9fcb196d4d15e/layout/xul/nsBoxFrame.cpp#514-525 And end up with an slightly-bigger-than-needed box. I haven't dug into what changing this may entail, but given the root frame is special anyways (because it affects window constraints etc) it's probably safer to do this. Differential Revision: https://phabricator.services.mozilla.com/D131421 17 November 2021, 18:30:17 UTC
399d5eb Bug 1741204 - Consolidate cookie policy into one Behavior policy. r=pbz a=pascalc 24 November 2021, 22:03:02 UTC
fbc8064 Bug 1741455 - Update favicon for Cốc Cốc search engine. r=mkaply a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D131950 23 November 2021, 20:45:03 UTC
f2eb908 Bug 1737389 - Fixes red line of the bar around the left side when not found. r=harry,desktop-theme-reviewers a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D129547 26 October 2021, 20:42:56 UTC
ab2f070 Bug 1719150 - Push delayed mouse event to the right pres shell. r=smaug a=pascalc Otherwise if we get an event targeting a different suppressed pres shell while we're unsuppressing we might get stuck delaying the event over and over, see the links in comment 33. Not sure how to get a repro for this, the patch is written based on the pernosco session, but suggestions welcome. Differential Revision: https://phabricator.services.mozilla.com/D130100 01 November 2021, 19:29:01 UTC
1fbb42e Bug 1739352 - Make sure to set mCurrentMacCursor if needed. r=mstange a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D130769 10 November 2021, 10:20:45 UTC
e339b45 Bug 1736046 - Validate length of nested structured serialization data r=baku a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130127 22 November 2021, 16:03:11 UTC
830320d Bug 1741217 - Hide private browsing option in managed bookmarks if private browsing is disabled. r=mtigley a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131289 19 November 2021, 20:06:19 UTC
875fb36 Bug 1739716 - Add keyword.enabled and user stylesheet prefs to policy. r=mtigley a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131010 18 November 2021, 20:45:15 UTC
d41ccb7 Bug 1709679 - Properly map/unmap SourceSurfaceSharedDataWrapper for blob recordings. r=jrmuizel, a=RyanVM When replaying blob recordings, we need to ensure that we map and unmap the surface properly so that we don't accidently expire the mapping too early to free up virtual memory on 32-bit Firefox. The code was written but not activated because we failed to use the wrong type in the SourceSurfaceSharedDataWrapper::GetType implementation. Differential Revision: https://phabricator.services.mozilla.com/D129311 22 October 2021, 20:41:39 UTC
5d7d655 Bug 1739920: Fire a focus win event when the real UI replaces the skeleton UI. r=mhowell,dthayer, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130570 09 November 2021, 02:07:13 UTC
8d6dd0b Bug 1741997 - DMABufSurface::FenceDelete should not require GL context to close mSyncFd handle. r=stransky a=RyanVM We can create DMABufSurface objects via deserialization without ever setting a GL context. We must ensure we close the file handle even if we don't have one. Differential Revision: https://phabricator.services.mozilla.com/D131561 18 November 2021, 23:29:10 UTC
d913610 Bug 1737666 - Update widevine fallback URLs to 4.10.2391.0 CDM. r=mjf a=RyanVM Update the fallback URLs for Widevine version 4.10.2391.0. This also adds a fallback for the Windows asan case. This makes the fallback URLs consistent with the balrog rules and handles the (edge) case where asan Win builds can't connect to balrog. Differential Revision: https://phabricator.services.mozilla.com/D131159 16 November 2021, 16:24:49 UTC
6b6f394 Bug 1734940 - Add checks for switching JSON Viewer tab in tests. r=nchevobbe Differential Revision: https://phabricator.services.mozilla.com/D128029 25 October 2021, 06:17:32 UTC
da2286b Bug 1675584 - [devtools] Await TabChanged event in selectJsonViewContentTab. r=Honza Differential Revision: https://phabricator.services.mozilla.com/D126751 08 October 2021, 11:08:06 UTC
b6e7554 Bug 1645565 - Avoid using innerText in test_ext_contentscript_fission_frame r=willdurand a=test-only innerText can be flaky for unrelated reasons, and we dont't actually need it for this test. Differential Revision: https://phabricator.services.mozilla.com/D129703 28 October 2021, 12:11:48 UTC
1851d8c No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131776 22 November 2021, 10:55:38 UTC
c92a14a Bug 1739683 - Fix code offset use in Wasm calls. r=rhunt,lth a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130527 15 November 2021, 16:26:57 UTC
0a1cbbb Bug 1730120, close ContentViewer properly if initialization fails, r=nika a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130211 09 November 2021, 22:09:48 UTC
789548f Bug 1732572 - Ignore invisible windows when reopening app from dock, and prioritize top-level browser windows for restoration. r=mstange, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129070 20 October 2021, 18:59:29 UTC
a00858b Bug 1735972: reset current channel if that channel is closed r=bwc a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128739 19 October 2021, 23:21:18 UTC
0ca9e76 Bug 1739421: Use kungFuDeathGrip when firing a timer r=bwc a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130375 08 November 2021, 23:00:30 UTC
84612ea Bug 1723281, mark XHR load being an error load when send() fails, r=kershaw a=RyanVM Noticed similar issue with the blob uri, so fixed that in this patch too. Tests are in the next patch. InitiateFetch() call a bit later handles the marking for some other error cases. Differential Revision: https://phabricator.services.mozilla.com/D130201 08 November 2021, 18:36:45 UTC
81af912 Bug 1692305 - Intermittent file removal failure in browser_unknownContentType_extension.js. r=mtigley, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D126675 30 September 2021, 08:30:19 UTC
6842fb4 Bug 1707642 - Increase message size limit in fuzzing builds. r=nika, a=RyanVM If the limit is small, then the fuzzers hit crashes in various places when passing in large data structures to DOM APIs, so increase the limit. Differential Revision: https://phabricator.services.mozilla.com/D130890 11 November 2021, 18:00:02 UTC
9a4a2ff Bug 1727374 - Root Init dictionaries to fix rooting hazards. r=peterv, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D123633 02 September 2021, 19:06:58 UTC
2f25ca1 Bug 1727374 - Implement a JS_HAZ_VALUE_IS_GC_SAFE annotation, saying that *at the time of the annotation*, the given variable does not contain any GC-invalidatable pointers. r=jonco, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D123632 01 September 2021, 17:19:08 UTC
56ebb66 Bug 1725837 - Adjust detail text size in Downloads Panel, and remove hardcoded width. r=emalysz,flod a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D124243 03 September 2021, 19:16:06 UTC
fb9f0f5 Bug 1741445 - Update ESR to pdf.js version 2.11.298. r=calixte, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131259 16 November 2021, 18:37:04 UTC
ce6ae7b Bug 1740043 - Add fullscreen test; r=smaug a=test-only Differential Revision: https://phabricator.services.mozilla.com/D131007 15 November 2021, 21:09:30 UTC
6e2f7e6 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131482 18 November 2021, 10:57:48 UTC
110e4bc Bug 1735905 - Upgrade cubeb-pulse to fix a race condition that can lead to shutdown deadlock. r=kinetik, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128657 16 October 2021, 01:19:56 UTC
becb9fb Bug 1734346 - Support backdrops with simple rounded-rect clip cases. r=nical, a=RyanVM This allows picture slice backdrops to be supported when they contain rounded-rect clip(s) that are in the same coordinate system as the primitive. This is the common case, and allows subpixel AA to be used in bookmark menu and other popups that are part of the current Gecko UI. Differential Revision: https://phabricator.services.mozilla.com/D128156 12 October 2021, 23:38:23 UTC
c85198f Bug 1729255 - [devtools] Store JSON preferences as String instead of Char in PrefsHelper. r=bomsy, a=RyanVM JSON preferences used to be stored in string preferences, which is compatible with special characters. There should not be any data loss, char prefs seem to gracefully transition to string prefs. Differential Revision: https://phabricator.services.mozilla.com/D125877 17 September 2021, 14:24:50 UTC
265df40 Bug 1716883 - fix autoscroll behaviour over various SVG elements, r=masayuki a=RyanVM This avoids starting autoscroll on SVG links, and on HTML links that contain SVG, by sharing the code that browser's ClickHandlerChild uses to detect links into BrowserUtils, and using that from AutoScrollChild to determine if the click happened on top of a link. It also adds a test so we avoid regressing this in future. When running the test, I noticed an error from ClickHandlerParent when the browser for which we receive a click has gone away, and fixed it by adding a nullcheck and early return. Differential Revision: https://phabricator.services.mozilla.com/D120024 19 July 2021, 11:36:55 UTC
580937f Bug 1740381 - Port bug 1736565 (Infer artifact build candidate tree based on version) for comm- trees. r=nalexander a=RyanVM This is the same configuration as for mozilla- trees as added in https://hg.mozilla.org/mozilla-central/rev/93e421a84361 except Thunderbird doesn't use comm-release. Differential Revision: https://phabricator.services.mozilla.com/D130817 09 November 2021, 23:33:55 UTC
512af40 Bug 1738237, don't try to create too large string buffers, r=mccr8, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130041 08 November 2021, 18:32:48 UTC
ec613f3 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131119 15 November 2021, 11:00:10 UTC
14ca8db Bug 1737009 - Make `nsTextFragment::SetTo()` check given string length first. r=smaug, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129148 21 October 2021, 11:13:18 UTC
93016a2 Backed out changeset 803f6a4707ed (bug 1737009) for bustage. 11 November 2021, 18:15:16 UTC
1155c07 Bug 1737009 - Make `nsTextFragment::SetTo()` check given string length first r=smaug, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129137 09 November 2021, 01:06:49 UTC
1268548 Bug 1736751 - Use swap in ThreadEventQueue::SetObserver. r=KrisWright, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129031 08 November 2021, 17:37:02 UTC
10544a0 Bug 1393362 - Make more RecordedEvent implementations fallible. r=bobowen a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129879 01 November 2021, 19:33:28 UTC
3a8db5c Bug 1737751 - Account for macOS cursor scaling. r=emilio, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129521 28 October 2021, 12:25:23 UTC
4bd115c Bug 1728574 - make sure Performance pointer is valid before using. r=ng, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D125442 13 September 2021, 19:03:18 UTC
7d41968 Bug 1717318: Stop PeerConnectionImpl from crashing if constructed with a null global. r=mjf, a=RyanVM Depends on D124061 Differential Revision: https://phabricator.services.mozilla.com/D124062 01 September 2021, 13:27:45 UTC
b35e251 Bug 1717318: Test-case for bug. r=mjf, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D124061 01 September 2021, 13:27:45 UTC
1667130 Bug 1728536 - Fix macOS build bustage. r=bytesized, a=bustage 11 November 2021, 17:38:48 UTC
3e36bc3 Bug 1696685 - r=valentin,nika a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128630 19 October 2021, 10:17:03 UTC
3de8a0a Bug 1720926 - Rate limit calls to location.reload. r=smaug, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128636 18 October 2021, 17:27:06 UTC
04fbc63 Bug 1717553 - Take WeakMap mark color into account when marking delegates. r=sfink, a=RyanVM I'm not sure why this was changed, although I expect it's something we discussed at the time. I changed the two places that definitely need it but I'm not sure whether markEntries needs to change too. Differential Revision: https://phabricator.services.mozilla.com/D127547 06 October 2021, 07:31:11 UTC
1fd7dee Bug 1722171 - use time threshold to determine if we need to skip to next key frame. r=bryce, a=RyanVM In bug1692881, we introduced a mechanism to skip to next key frame if video decoding is too slow, which aims to help slow decoding issue on high resolution videos. Eg. 4k+. However, there are some cases which would also lead to slow decoding. Eg. when internal seek (seek on one track only) happens on a place where we can't seek to directly, we need to seek to the previous keyframe and then decode all of them until we get the target frame. That could lead to spending huge amount of time if the target frame is far from the keyframe, and causes decoded video frame later than the media time because audio won't stop playing during video seek. However, in above example, there would only be few frames later than the media time, and the video will soon catch up with the time. As we only want to trigger this mechanism for continually slow decoding problem, and completely removing this mechanism would lead us fallback to the situation where some 4K+ videos would be frozen all the time during the playback. In this patch, we introduce a method which still keep this mechanism but won't perform that as aggressive as before, this uses the time threshold to seek to the next keyframe when video has been late for too long. Differential Revision: https://phabricator.services.mozilla.com/D126858 05 October 2021, 00:00:02 UTC
5e48b71 Bug 1728536 - Fix --disable-maintenance-service build capability. r=nalexander, a=RyanVM Building without support for the maintenance service currently does not work because the definitions of EnvHasValue and IsSecureUpdateStatusSucceeded are ifdef'ed out despite being used. This patch fixes this by including those functions, even if compiling without support for the maintenance service. Differential Revision: https://phabricator.services.mozilla.com/D129722 27 October 2021, 21:54:36 UTC
274c163 Bug 1739040 - Pick cc upstream patch for GCC 11 on armhf linux. r=emilio, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130228 03 November 2021, 03:30:29 UTC
9b83816 Bug 1739040 - Upgrade cc to v1.0.71. r=emilio, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130227 03 November 2021, 03:30:29 UTC
412f738 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130972 11 November 2021, 10:55:23 UTC
9a0c21e Bug 1739847: Respond to summer time. r=adw a=test-only DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D130709 11 November 2021, 00:13:06 UTC
a28da99 Bug 1737515 - Null check the result of XrayTraits::ensureHolder(). r=peterv, a=RyanVM XrayTraits::ensureHolder() can return the result of XrayTraits::createHolder(), which in turns returns the result of JS_NewObjectWithGivenProto(), so we need to null check the result. The other callers already do this. Differential Revision: https://phabricator.services.mozilla.com/D129432 01 November 2021, 13:37:38 UTC
c66f50e Bug 1736565 - Determine candidate trees based on the version display in `./mach artifact`. r=nalexander, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128879 28 October 2021, 09:51:39 UTC
d053783 Bug 1724488 - Add sponsored content to FirefoxHome policy. r=thecount, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129542 26 October 2021, 21:56:46 UTC
00f9562 Bug 1737305 - Don't hardcode app name when checking LegacyProfiles policy. r=mossop, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129315 25 October 2021, 16:07:08 UTC
272fd7e Bug 1735990 - Ask for the optimizing compiler, not for Ion. r=jseward, a=test-only The test case needs to ask for the 'optimizing' compiler to allow it to be loaded with cranelift, and then needs to guard on 'ion' and the appropriate architecture to make sense. Differential Revision: https://phabricator.services.mozilla.com/D128709 18 October 2021, 12:19:12 UTC
fe1d5d5 Bug 1735207 - Improve WasmExtendU32Index and WasmWrapU32Index. r=nbp, a=RyanVM WasmExtendU32Index and WasmWrapU32Index were not GVN-friendly and did not perform constant folding. (The problem was introduced by the support for 4GB heaps and 64-bit bounds, which created these nodes.) As a consequence, these nodes impeded bounds check elimination, with the effect that BCE on 64-bit systems did nothing. BCE on 32-bit systems was likely unaffected by the bug, as the max heap size on 32-bit is 2GB. Make these nodes GVN-friendly and add appropriate constant folding. Add simple white-box test cases to test that the BCE works properly on 64-bit and 32-bit both. Differential Revision: https://phabricator.services.mozilla.com/D128175 12 October 2021, 15:07:33 UTC
f047fe7 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130620 08 November 2021, 10:53:18 UTC
3ecfa7f Bug 1739847 - disable browser/components/urlbar/tests/unit/test_unitConversion.js until DST issues get fixed to suppress permanent failures. a=test-only 07 November 2021, 12:39:02 UTC
c7836df Bug 1735588 - Only allow the OMT InitFontList thread to be used if the shared font list is enabled. r=lsalzman, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128393 28 October 2021, 17:10:45 UTC
7520088 Bug 1736508 - Make TCPSocket work with ipv6 address again. r=valentin, a=RyanVM Wrap ipv6 address in [ ] when constructing nsIURI. Differential Revision: https://phabricator.services.mozilla.com/D128843 20 October 2021, 08:15:58 UTC
8815bef Bug 1683062 - Make sure HttpChannelChild::mSuspendCount be updated correctly even if the remote channel is not existed, r=nika, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D119947 26 July 2021, 09:32:30 UTC
50dd5ae No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130343 04 November 2021, 10:54:41 UTC
48503d2 Bug 1695612 - Disable tests on Win10-QR for frequent failures. r=MasterWayZ a=test-only Differential Revision: https://phabricator.services.mozilla.com/D127993 10 October 2021, 15:31:18 UTC
0102473 Bug 1733684 - Move the win10-64-source jobs over to the new Win10 2004 Azure workers. r=jmaher, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D128295 01 October 2021, 21:07:31 UTC
e3d5087 Bug 1717651 - Removed instances of 'ensure_subprocess_env' from python/mozbuild. r=mhentges, a=test-only Since Python 2 is no longer used in python/mozbuild, hence 'ensure_subprocess_env' is obsolete. Differential Revision: https://phabricator.services.mozilla.com/D119791 14 July 2021, 15:17:27 UTC
390a324 Bug 1733684 - Resolve mozbuild test compatibility with Py 3.9.5. r=ahal, a=test-only There were two failures: * One caused by `subprocess.Popen(...)` no longer liking having an `env={}` argument. I couldn't find this documented in the API docs or fixed in a future `3.9.x` release, but it's workaround-able by not setting the redundant parameter. * One caused by unexpected characters appearing in a symlink test. However, since we shouldn't be leaning on symlinks on Windows, we skip the test accordingly. Differential Revision: https://phabricator.services.mozilla.com/D128624 15 October 2021, 19:39:57 UTC
763f438 Bug 1734035 - Fix \ in etlparser.py. r=sparky, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D127501 05 October 2021, 13:03:00 UTC
a3fea4a Bug 1733684 - Move the win10-64-source jobs over to the new Win10 2004 Azure workers. r=jmaher, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D128295 01 October 2021, 21:07:31 UTC
b9feda1 Bug 1735396 - Update test_archive.py expected file hashes when running on Python 3.9 or newer. r=jmaher, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D128294 12 October 2021, 19:10:48 UTC
9f1b80b Bug 1737558 - switch cron-bouncer-check away from esr78. r=jmaher a=release DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D129505 02 November 2021, 13:45:42 UTC
07d40b1 No bug - Tagging 8802d620459d50ea648821a15497d06efd15732b with FIREFOX_91_3_0esr_RELEASE a=release CLOSED TREE DONTBUILD 02 November 2021, 12:47:45 UTC
78a97fd Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 01 November 2021, 15:55:20 UTC
0661a21 No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130014 01 November 2021, 10:52:42 UTC
b333b48 Bug 1737489 - Application specific backout of bug 1691171, only for MOZ_THUNDERBIRD. r=mstange, a=NPOTB 26 October 2021, 16:48:51 UTC
42bdc2f No bug - Tagging 8802d620459d50ea648821a15497d06efd15732b with FIREFOX_91_3_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 28 October 2021, 21:00:52 UTC
c7d5e11 No bug - Fix SUT jobs for mozilla-release r=aki a=release Differential Revision: https://phabricator.services.mozilla.com/D129870 28 October 2021, 20:10:17 UTC
d62bbf1 Bug 1737765 - Part 2: Update tests for tzdata2021a3. r=gregtatum, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129488 26 October 2021, 08:50:25 UTC
3859844 Bug 1737765 - Part 1: Update tzdata in ICU data files to 2021a3. r=gregtatum, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129486 26 October 2021, 13:50:53 UTC
31572f9 Bug 1732629 - [gfx/wr] Fix new_ct_font_with_variations to use non-localized variation axis names from Core Graphics. r=jrmuizel, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129636 Depends on D129576 27 October 2021, 14:37:40 UTC
69464d1 Bug 1732629 - [gfx/2d] Get non-localized variation axis names from CoreGraphics in ScaledFontMac, so that we set up the CGFont correctly with variation values. r=jrmuizel, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129576 27 October 2021, 14:15:12 UTC
5d87cc3 Bug 1726211 - Use portal provided file descriptor for screen casting, r=stransky a=RyanVM We already requested the FD from the portal but then just opened a normal connection. The screen cast portal explicitly states that the FD returned by `OpenPipeWireRemote()` should be used with `pw_remote_connect_fd()` - the later is Pipewire 0.2 API that got replaced by `pw_context_connect_fd()`. Depends on D122903 Differential Revision: https://phabricator.services.mozilla.com/D122904 23 August 2021, 12:02:35 UTC
511ea45 Bug 1726211 - Add pw_context_connect_fd() to mozpipewire, r=stransky a=RyanVM It is needed for restricted pipewire access. The FD is provided by xdg-desktop-portals such as the one for screen casting. Not using the portal provided FD means we need full Pipewire access, even in a Flatpak sandbox. Differential Revision: https://phabricator.services.mozilla.com/D122903 23 August 2021, 12:02:35 UTC
fdad9f8 Bug 1733180: add 2021/2022 hgmo SSL certificate fingerprint to `FALLBACK_FINGERPRINT` r=dhouse a=release Differential Revision: https://phabricator.services.mozilla.com/D129071 21 October 2021, 14:02:11 UTC
back to top