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

sort by:
Revision Author Date Message Commit Date
79902b2 Bug 1647078 - Fix unit tests and checkstyle. r=snorp,esawin a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D82397 06 July 2020, 16:04:21 UTC
1ab8557 Bug 1647078 - Don't load Web-originated intents that open in the browser. r=petru,esawin a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D81410 26 June 2020, 21:04:52 UTC
0297778 Bug 1647078 - Restrict content:// paths to external storage. r=petru,esawin a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D81359 26 June 2020, 16:27:20 UTC
f36b453 Bug 1647078 - Always copy content:// files. r=petru,esawin a=RyanVM This patch makes it so we never attempt to load a content:// URI by guessing it's file location, and instead always open a copy. Differential Revision: https://phabricator.services.mozilla.com/D81256 26 June 2020, 00:25:47 UTC
e12ad30 Bug 1647078 - Use random file names when copying a content:// URI. r=petru,esawin a=RyanVM When copying a content:// URI to a temp file we will use a random file name instead of the actual file name of the resource to avoid name clashing. Differential Revision: https://phabricator.services.mozilla.com/D81255 26 June 2020, 00:24:53 UTC
ac7c944 Bug 1647078 - Never handle content:// channels from Web. r=petru,esawin a=RyanVM This patch forbids loading content:// URIs coming from web content. If a web page tries to load a content:// url in a sub-resource (like an image, script or iframe) the browser will return an unknown protocol error. Differential Revision: https://phabricator.services.mozilla.com/D81254 26 June 2020, 00:23:16 UTC
d1c39c9 Bug 1647078 - Load content:// URIs from intents as file://. r=petru,esawin a=RyanVM This change intercepts intents that try to load a content:// URI, copy the content to a file and then open that file:// in the browser. Differential Revision: https://phabricator.services.mozilla.com/D81253 26 June 2020, 00:21:56 UTC
a2dcae2 Bump version number to 68.10.1. a=release 06 July 2020, 15:03:34 UTC
cd76ac4 No bug - Tagging ac58213de5a0fb2d76ff3ce461bc250907bfdaaf with FENNEC_68_10_0_BUILD2 a=release CLOSED TREE DONTBUILD 24 June 2020, 20:44:21 UTC
d90eed2 Bug 1643000 - AdjustHelper will only inform the core ping delegate. r=snorp, a=RyanVM This is a reverse patch of D74072 that comes to simplify the code related to AdjustHelper and restore it to exactly how it was before the installation ping patches. Depends on D78890 Differential Revision: https://phabricator.services.mozilla.com/D78891 09 June 2020, 12:16:32 UTC
57ea8b5 Bug 1643000 - Remove the installation ping code. r=snorp, a=RyanVM This is a reverse patch of D74073. Depends on D78889 Differential Revision: https://phabricator.services.mozilla.com/D78890 09 June 2020, 12:06:55 UTC
c13acb2 Bug 1643000 - Remove installation ping documentation. r=sarentz, a=RyanVM This is a reverse patch of D74075. Differential Revision: https://phabricator.services.mozilla.com/D78889 09 June 2020, 12:04:33 UTC
a1ff603 No bug - Tagging 84878756cd4f2d4b6371c1276ad7060a3536a6cd with FIREFOX_68_10_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 22 June 2020, 23:04:52 UTC
7eda318 No bug - Tagging 84878756cd4f2d4b6371c1276ad7060a3536a6cd with FENNEC_68_10_0_BUILD1 a=release CLOSED TREE DONTBUILD 22 June 2020, 22:59:39 UTC
456a376 Bug 1644931 - Stop writing to esr-next bouncer location. r=ryanvm a=release Differential Revision: https://phabricator.services.mozilla.com/D80525 22 June 2020, 19:12:47 UTC
696f8f3 Bug 1308251 - Fix builtin cert setting for esr. r=dveditz, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D80475 22 June 2020, 15:20:45 UTC
b53656e Bug 1308251 - Fix builtin cert testing for addon install and update. r=RyanVM, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D80330 19 June 2020, 03:42:04 UTC
cdd8f73 Bug 1308251 - Relax builtincert requirement if we require signed extensions. r=mossop,dveditz a=RyanVM This changes the default for requiring builtin certs for extension install and update if we also require signed extensions. For builds that allow unsigned extensions, the default still requires builtin certs. Differential Revision: https://phabricator.services.mozilla.com/D80301 19 June 2020, 00:10:58 UTC
1404e53 No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D80181 18 June 2020, 14:10:56 UTC
b34bf0a Bug 1641303 - Use query and ref lengths if available. r=mayhemer,necko-reviewers, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D77418 17 June 2020, 08:29:21 UTC
a356def Bug 1643874. r=smaug, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D79472 12 June 2020, 14:30:29 UTC
7cb93dc Bug 1644973 - remove Nazgul jobs as they become the new vanilla bouncer jobs. r=rail, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D79829 16 June 2020, 15:17:05 UTC
cf9a649 Bug 1645001 - remove vanilla bouncer as deps in release automation. r=jcristau, a=release Differential Revision: https://phabricator.services.mozilla.com/D79268 11 June 2020, 10:40:54 UTC
6141171 Bug 1638620 - Improve safe intent handling for empty scheme uris. r=snorp, a=RyanVM Prevent a NPE by first checking if the scheme for a given uri is null before trying to normalize it. Differential Revision: https://phabricator.services.mozilla.com/D75934 19 May 2020, 12:15:05 UTC
9d3540f Bug 1644477: Make candidate pair insertion code easier to read/understand. r=mjf, a=RyanVM Includes removing an error code for a function that never fails, and removing an error return when the function successfully did what it said it would. Differential Revision: https://phabricator.services.mozilla.com/D78929 09 June 2020, 19:44:50 UTC
fe9efa9 No Bug, mozilla-esr68 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D79689 15 June 2020, 14:10:48 UTC
e0b56b5 Bug 1635525 - fix broken nazgul links and deps. r=rail, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D79084 10 June 2020, 14:17:02 UTC
1004145 No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D79300 11 June 2020, 14:13:11 UTC
12f0645 Bug 1640737 - Fix gcc6 bustage. a=bustage 08 June 2020, 15:25:14 UTC
847ff22 Bug 1640737 - Add a guardTypeSet specialization for TypedOrValueRegister. r=iain, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D77008 28 May 2020, 15:13:24 UTC
fd698e7 No Bug, mozilla-esr68 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D78677 08 June 2020, 14:07:43 UTC
0ff4108 Backed out changeset 410c3a698d84 (bug 1640737) for build bustages at MacroAssembler.cpp a=backout 04 June 2020, 14:46:39 UTC
0c20ccd Bug 1640737 - Add a guardTypeSet specialization for TypedOrValueRegister. r=iain, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D77008 28 May 2020, 15:13:24 UTC
81c16dc No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D78284 04 June 2020, 14:10:32 UTC
861fd56 No bug - Tagging e17129d84f13cc84f3a09d23bcbb005194573e23 with FENNEC_68_9_0_RELEASE a=release CLOSED TREE DONTBUILD 02 June 2020, 12:42:56 UTC
13daf75 No bug - Tagging e17129d84f13cc84f3a09d23bcbb005194573e23 with FIREFOX_68_9_0esr_RELEASE a=release CLOSED TREE DONTBUILD 02 June 2020, 12:32:22 UTC
0ccf6cc No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D77668 01 June 2020, 14:12:52 UTC
114cafb Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 01 June 2020, 09:44:26 UTC
0a77808 No bug - Tagging e17129d84f13cc84f3a09d23bcbb005194573e23 with FIREFOX_68_9_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 28 May 2020, 00:11:24 UTC
b2626d9 No bug - Tagging e17129d84f13cc84f3a09d23bcbb005194573e23 with FENNEC_68_9_0_BUILD1 a=release CLOSED TREE DONTBUILD 28 May 2020, 00:05:48 UTC
10eee0d Bug 1631618 - Make SharedWorkerService be alive until shutdown. r=asuth, a=RyanVM Using StaticRefPtr instead of a raw pointer for sSharedWorkerService in SharedWorkerService.cpp, and keeping sSharedWorkerService be alive until shutdown by registering sSharedWorkerService to ClearOnShutdown. Since sSharedWorkerService is not raw pointer anymore, SharedWorkerService needs not to inherit from SupportsCheckedUnsafePtr<CheckIf<DiagnosticAssertEnabled>> Differential Revision: https://phabricator.services.mozilla.com/D72379 27 May 2020, 20:01:51 UTC
87e6244 Bug 1641037 - Show an upcoming update promo banner. r=st3fan, a=RyanVM This patch re-enables the promo banner added in bug 1603275. Differential Revision: https://phabricator.services.mozilla.com/D77002 27 May 2020, 09:00:51 UTC
de2c007 Bug 1636576 - Have Leanplum queue events if not started. r=snorp,csadilek a=RyanVM track() would previously check if "applicationContext != null" essentially hecking if init() was called - if Leanplum was started. It is possible for this static method to be called even before Leanplum start (eg: by a BroadcastReceiver like in the case of the Search widget). We'll now just check if "isMmaAllowed". If it is allowed and enabled we will pass the event to Leanplum which will: - send the event right away if it is started - queue the event to be sent immediately after being started Differential Revision: https://phabricator.services.mozilla.com/D75313 14 May 2020, 14:26:29 UTC
720f4e2 Bug 1639590: Finish removing unboxed objects code. r=mgaudet, a=dveditz Differential Revision: https://phabricator.services.mozilla.com/D76155 22 May 2020, 01:49:41 UTC
f2c78a9 Bug 1639224 - Verify signature if local timestamp is in the future. r=Gijs a=dveditz Differential Revision: https://phabricator.services.mozilla.com/D76714 25 May 2020, 15:15:11 UTC
e5faa8a Backed out changeset ef12da9a0188 (bug 1639224) for failing xpcshell's services/common/tests/unit/test_blocklist_pinning.js. a=backout 25 May 2020, 15:39:45 UTC
f891006 Bug 1639224 - Verify signature if local timestamp is in the future. r=Gijs, a=dveditz 25 May 2020, 13:43:05 UTC
4b3c5d1 Backed out changeset c36bb4f2f5e5 (bug 1639224) for XPCShell failures in services/common/tests/unit/test_blocklist_onecrl.js. a=backout 24 May 2020, 23:48:27 UTC
9e6b3fa Bug 1639224 - Verify signature if local timestamp is in the future. r=Gijs, a=dveditz 24 May 2020, 21:37:47 UTC
36da62f Bug 1632908 - land NSS NSS_3_44_4_RTM UPGRADE_NSS_RELEASE, r=kjacobs a=RyanVM 2020-05-19 J.C. Jones <jjones@mozilla.com> * lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h: Set version numbers to 3.44.4 final [be8b38f87121] [NSS_3_44_4_RTM] <NSS_3_44_BRANCH> 2020-04-23 Robert Relyea <rrelyea@redhat.com> * lib/freebl/dsa.c: Bug 1631576 - Force a fixed length for DSA exponentiation r=pereida,bbrumley [48612468b52f] <NSS_3_44_BRANCH> 2020-01-13 Kevin Jacobs <kjacobs@mozilla.com> * automation/taskcluster/windows/build_gyp.sh: Bug 1608895 - Install setuptools<45.0.0 until workers are upgraded to python3 r=jcj [[ https://setuptools.readthedocs.io/en/latest/history.html#v45-0-0 | Setuptools 45.0.0 ]] drops support for Python2, which our Windows workers are running. This patch installs the prior version during build, in order to unblock CI until the workers can be upgraded. [42186bde9062] <NSS_3_44_BRANCH> 2019-11-19 J.C. Jones <jjones@mozilla.com> * .hgtags: Added tag NSS_3_44_3_RTM for changeset d871fc63531d [b6910cab5f1e] <NSS_3_44_BRANCH> Differential Revision: https://phabricator.services.mozilla.com/D76065 19 May 2020, 23:25:11 UTC
6c72a48 Bug 1635240 - Add policy for using SSO in private browsing. r=mconley a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D74112 11 May 2020, 19:18:43 UTC
c67b847 Bug 1469629 - Read system level policies on Linux if available. r=stransky a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D74323 11 May 2020, 07:10:02 UTC
17cb0d9 No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D76326 21 May 2020, 14:08:03 UTC
3644cde Bug 1637000: Increase the maximum runtime for xpcshell in android emulator r=gbrown a=test-only Since we now run those tests in baremetal (which runs more parallel jobs than packet.net), the variance of the time it takes to execute xpcshell tests increased. Differential Revision: https://phabricator.services.mozilla.com/D74703 11 May 2020, 16:58:44 UTC
3ede021 Bug 1635877: move all android-em tests to AWS baremetal r=gbrown a=test-only This is a rebased version of https://hg.mozilla.org/mozilla-central/rev/4d9ef53c1141 https://hg.mozilla.org/mozilla-central/rev/0d45875628da https://hg.mozilla.org/mozilla-central/rev/7a7ab7873659 on mozilla-esr68. Differential Revision: https://phabricator.services.mozilla.com/D76060 08 May 2020, 01:56:55 UTC
5b77d78 Backed out 1 changesets (bug 1631618) for build bustage. a=backout Backed out changeset dcfa7eaa9049 (bug 1631618) 19 May 2020, 15:20:38 UTC
c9fe0f7 Bug 1631618 - Make SharedWorkerService be alive until shutdown r=dom-workers-and-storage-reviewers,asuth, a=pascalc Using StaticRefPtr instead of a raw pointer for sSharedWorkerService in SharedWorkerService.cpp, and keeping sSharedWorkerService be alive until shutdown by registering sSharedWorkerService to ClearOnShutdown. Since sSharedWorkerService is not raw pointer anymore, SharedWorkerService needs not to inherit from SupportsCheckedUnsafePtr<CheckIf<DiagnosticAssertEnabled>> Differential Revision: https://phabricator.services.mozilla.com/D72379 15 May 2020, 13:49:39 UTC
d67e73d Bug 1595218 - Update rust target detection for rustc 1.39. r=glandium, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D53901 05 December 2019, 04:53:11 UTC
a7f176e Bug 1587913 - Fix rust target detection for rustc 1.38. r=firefox-build-system-reviewers,glandium, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D48996 16 October 2019, 22:16:13 UTC
bc89d43 Bug 1560700 - Change how the rust target is derived from the build system target. r=froydnj, a=jcristau There are a few problems with the strategy currently used to find the rust target. For example, we don't find a target for arm freebsd, and we pick the wrong target for armel linux. Both are related to how things currently work when multiple targets have the same (cpu, endianness, os). So, to derive the rust target, we now use a more fine-grained approach. Differential Revision: https://phabricator.services.mozilla.com/D41481 21 August 2019, 23:22:24 UTC
a9f15ed No Bug, mozilla-esr68 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D75794 18 May 2020, 14:02:18 UTC
2dc960e No bug - Tagging fc5a91e400243cc2c2c6a6ecc0d211be26a9662b with FENNEC_68_8_1_RELEASE a=release CLOSED TREE DONTBUILD 18 May 2020, 14:46:46 UTC
1df57e6 No bug - Tagging fc5a91e400243cc2c2c6a6ecc0d211be26a9662b with FENNEC_68_8_1_BUILD1 a=release CLOSED TREE DONTBUILD 15 May 2020, 00:16:16 UTC
9159201 Bug 1628871 - followup: fix test for esr68. a=bustage-fix Differential Revision: https://phabricator.services.mozilla.com/D75347 14 May 2020, 16:17:26 UTC
85ea33e Bug 1633568 - Document the installation ping. r=frank, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D74075 08 May 2020, 15:52:13 UTC
7163fd7 Bug 1633568 - Introduce a installation ping. r=Grisha, a=RyanVM This mobile-specific ping is intended to keep track of installs and Adjust attribution. The app should send two installation pings, based on different reasons: One sent immediately after the app starts. One sent immediately after the Adjust attribution data becomes available. If the app is later deleted and installed again, the installation pings must be sent again. This will will be a modern ping, sent to hostname/submit/mobile/docType/appVersion/docId. Differential Revision: https://phabricator.services.mozilla.com/D74073 14 May 2020, 05:57:13 UTC
4d64699 Bug 1633568 - AdjustHelper can inform more listeners about Attribution changes. r=Grisha, a=RyanVM TelemetryCorePingDelegate was already a listener for AdjustAttribution campaign changes. The new "installation" ping also needs all data about the AdjustAttribution when it changes. To keep a simple API AdjustHelper will now be able to inform more listeners about Attribution changes and will send the entire object, each callback being responsible to extract the data it needs. Differential Revision: https://phabricator.services.mozilla.com/D74072 06 May 2020, 14:52:02 UTC
c690c15 No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D75308 14 May 2020, 14:07:11 UTC
fab2058 Bug 1617992 - add bouncer support for Mac PKG format. r=rail, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D73250 04 May 2020, 15:17:58 UTC
3ed4147 Bug 1628871 - Add policy for Encrypted Media Extensions. r=mconley,fluent-reviewers,flod, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D70765 14 April 2020, 20:48:11 UTC
f18f2a7 Bug 1628871 - Don't show DRM install message if eme pref is locked. r=bryce, a=jcristau 05 May 2020, 20:25:00 UTC
ab03464 Bug 1608421 - Only run the bugzilla-components task on mozilla-central. r=jmaher, a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D74329 07 May 2020, 22:38:13 UTC
c6ab8db Bug 1632717 - r=jwalden, a=jcristau Differential Revision: https://phabricator.services.mozilla.com/D72476 29 April 2020, 20:11:25 UTC
e21c354 Bug 1609174 - Followup, make sure bouncer is in worker aliases and support by-release-level on esr, initially from D58018. r=rail, a=RyanVM Patch is only slated for ESR68 Differential Revision: https://phabricator.services.mozilla.com/D74717 11 May 2020, 18:06:06 UTC
bd88971 Bug 1619965 - Simplify clearing of mWaitingFactoryOp. r=janv, a=RyanVM mWaitingFactoryOp is now always cleared when the last maybe blocked database is removed in FactoryOp::NoteDatabaseClosed. Depends on D74020 Differential Revision: https://phabricator.services.mozilla.com/D74021 09 April 2020, 08:53:21 UTC
44fbd9b Bug 1619965 - Remove duplication between NoteDatabaseClosed methods. r=janv, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D74020 09 April 2020, 09:23:39 UTC
744e202 Bug 1609174 - Add nazgul counterparts for remaining bouncer jobs. r=rail, a=RyanVM Add nazgul counterpart for bouncer-locations Add nazgul counterpart for partnew-repack-bouncer-sub Differential Revision: https://phabricator.services.mozilla.com/D67887 31 March 2020, 15:36:40 UTC
ca8bbda No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D74665 11 May 2020, 14:06:44 UTC
61544ef Backed out 3 changesets (bug 1633568) DONTBUILD Backed out changeset fc35d7e69e44 (bug 1633568) Backed out changeset fe76f80393ad (bug 1633568) Backed out changeset 31b72a62024a (bug 1633568) 08 May 2020, 16:37:15 UTC
ca14b5a Bug 1633568 - Document the installation ping a=RyanVM-for-testing Differential Revision: https://phabricator.services.mozilla.com/D74075 08 May 2020, 15:52:13 UTC
85041c8 Bug 1633568 - Introduce a installation ping This mobile-specific ping is intended to keep track of installs and Adjust attribution. The app should send two installation pings, based on different reasons: One sent immediately after the app starts. One sent immediately after the Adjust attribution data becomes available. If the app is later deleted and installed again, the installation pings must be sent again. This will will be a modern ping, sent to hostname/submit/mobile/docType/appVersion/docId. Differential Revision: https://phabricator.services.mozilla.com/D74073 08 May 2020, 15:48:01 UTC
704ef88 Bug 1633568 - AdjustHelper can inform more listeners about Attribution changes TelemetryCorePingDelegate was already a listener for AdjustAttribution campaign changes. The new "installation" ping also needs all data about the AdjustAttribution when it changes. To keep a simple API AdjustHelper will now be able to inform more listeners about Attribution changes and will send the entire object, each callback being responsible to extract the data it needs. Differential Revision: https://phabricator.services.mozilla.com/D74072 06 May 2020, 14:52:02 UTC
9cf6102 No Bug, mozilla-esr68 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D74237 07 May 2020, 14:05:27 UTC
91db1a3 No bug - Tagging 416007f3bb6c5a70edb59449e5c8fa4e25b318a9 with FIREFOX_68_8_0esr_RELEASE a=release CLOSED TREE DONTBUILD 05 May 2020, 12:55:53 UTC
fbc26d3 No bug - Tagging 416007f3bb6c5a70edb59449e5c8fa4e25b318a9 with FENNEC_68_8_0_RELEASE a=release CLOSED TREE DONTBUILD 05 May 2020, 12:54:26 UTC
125c1d8 Bug 1566336 - Build clang from git rather than subversion. r=glandium, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D73178 31 July 2019, 20:51:09 UTC
cf01480 No Bug, mozilla-esr68 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D73703 04 May 2020, 14:04:32 UTC
478a459 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 04 May 2020, 15:03:58 UTC
e4ccc99 No Bug, mozilla-esr68 repo-update blocklist remote-settings - a=repo-update r=RyanVM DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D73272 30 April 2020, 14:01:16 UTC
0562870 No bug - Tagging 416007f3bb6c5a70edb59449e5c8fa4e25b318a9 with FIREFOX_68_8_0esr_BUILD2 a=release CLOSED TREE DONTBUILD 29 April 2020, 21:55:54 UTC
d1f270d No bug - Tagging 416007f3bb6c5a70edb59449e5c8fa4e25b318a9 with FENNEC_68_8_0_BUILD2 a=release CLOSED TREE DONTBUILD 29 April 2020, 21:50:08 UTC
7d8f035 Bug 1633331: Update tzdata in ICU data files to 2020a. r=jwalden, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D72589 27 April 2020, 07:50:22 UTC
930f01f Bug 1574139: Fix an issue that prevented updates from completing if usernames contained a dot at the end of the username and general hardening of our file path verification. r=mhowell a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D71607 20 April 2020, 20:18:37 UTC
7d8293a Bug 1580963 - Cherry-pick some servo changes from a rustc upgrade. a=RyanVM This cherry-picks from Servo commit 98e4a53b724. Differential Revision: https://phabricator.services.mozilla.com/D45738 12 September 2019, 21:09:27 UTC
ab6a68e Bug 1633838 - Remove Gmail Microphone intervention. r=miketaylr, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D73066 29 April 2020, 15:12:19 UTC
e74344f No bug - Tagging 8cb09c6adfab28858b4e463c36036e7dadd0853c with FIREFOX_68_8_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 27 April 2020, 20:34:15 UTC
9f13ebf No bug - Tagging 8cb09c6adfab28858b4e463c36036e7dadd0853c with FENNEC_68_8_0_BUILD1 a=release CLOSED TREE DONTBUILD 27 April 2020, 20:29:24 UTC
e35d646 Bug 1628076 - Ensure sFactory alive while it is calling Abort; r=asuth a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D72511 21 April 2020, 19:57:46 UTC
8135bf5 Bug 1611520 - gcc-10: Include <cstddef> in FunctionTypeTraits.h r=gerald a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D61014 01 February 2020, 10:23:38 UTC
a9fffd2 No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D72678 27 April 2020, 15:10:44 UTC
back to top