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

sort by:
Revision Author Date Message Commit Date
30ce7b7 Bug 1626728 - Normalize shutdown. r=perry,jstutte, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D69463 --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : 63afe468c6a580c6c01623fd60c8393fc2c2a4e0 03 April 2020, 06:35:19 UTC
5aa0152 Backed out changeset 48349d4b2077 (bug 1626728) for assertion failures. --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH 03 April 2020, 05:35:26 UTC
79d1ea2 Bug 1626728 - Normalize shutdown. r=perry, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D69463 --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : b7170a7eaacb354090144be20ab92672e91a8a79 extra : intermediate-source : a3dd5ee8c5f25e3d2b068b1d9accee3a22f7d971 02 April 2020, 23:40:45 UTC
e005a98 Bug 1620818 - Release nsDocShell::mContentViewer properly. r=nika,peterv a=dveditz Differential Revision: https://phabricator.services.mozilla.com/D69383 --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : 8755eccf58cd6bd4fc1f00e6bcf45681d41da314 extra : intermediate-source : 2f3e381a0fedaf4d16a6bc1fd1a35751f6af99ba 02 April 2020, 14:43:50 UTC
4fa7e01 No bug - Bump Fennec version number to 68.6.1. a=release DONTBUILD --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : 7dbd79b8bc5996e941edbe7b288680ed65a9a5b5 06 March 2020, 15:24:13 UTC
317eeda Bug 1620779 - Use built-in cargo vendor to vendor wrench: Fix merge conflict. a=bustage-fix DONTBUILD --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : 249678c4a9d464c0663ac783f210f8e01289b431 09 March 2020, 17:02:19 UTC
2353e52 Bug 1620779 - Use built-in cargo vendor to vendor wrench / wgpu. a=NPOTB We were using the old cargo-vendor, which tries to fetch dependencies in a way that crates.io dislikes, leading to spurious timeouts. Use the built-in command instead. We no longer need the --relative-path flag because the built-in one uses a relative path by default. MANUAL PUSH: Fixing tree closure, so need to push on CLOSED TREE. Differential Revision: https://phabricator.services.mozilla.com/D65882 --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : d2ac41047c108daa9a8933fa53af59d695063d6f extra : intermediate-source : 00a7aedc07c36f3917a0a1bd3c7697b08c8c6de2 07 March 2020, 20:09:06 UTC
ad4b543 Bug 1620610 - Remove coalescing for tasks. r=catlee a=NPOTB Bug 1602446 disabled coalescing for tasks which was designed to reduce load on the pools which ran those tasks by skipping some of them. After coalescing was affecting almost no tasks, it started to coalesce more tasks in November 2019 (bug 1602446) up to a level for which too few tasks ran and test coverage was impacted. Coalescing got disabled and the conclusion is that coalescing is currently not needed. Differential Revision: https://phabricator.services.mozilla.com/D65733 --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : source : 2c5ffc223f40f811fac501f3bc858273ef274aaf extra : intermediate-source : 748a391a226471f6d633c851314869ecc23349a0 06 March 2020, 15:52:51 UTC
4b39376 No bug - Bump version number to 68.6.1. a=release --HG-- branch : FIREFOX_ESR_68_6_X_RELBRANCH extra : amend_source : 42590ba7645fa334a16f094d77893583da6d5414 09 March 2020, 16:48:27 UTC
c142008 Merge FIREFOX_68_6_0esr_BUILD2 to THUNDERBIRD_68_VERBRANCH. a=merge --HG-- branch : THUNDERBIRD_68_VERBRANCH 07 March 2020, 10:31:45 UTC
55c9b44 Bug 1618941 - Remove self-updater code. r=snorp, a=RyanVM The self-update functionality was initially needed for the first Fennec versions in a time when we needed the app published on multiple app stores from which not all offered an update mechanism. This code survived to this day but was guarded by many checks: - the app should be installed from outside of Google Play - the app should only be the Nightly version - user must have had the self-update option checked in settings - functionality was specifically enabled by us at compile time Giving it's previous importance and long history there are a lot of references in code to the self-update mechanism, many of them still in js or native code. To reduce the risk of regressions this code will remain there for the time being but I've removed all the client code which actually managed downloading an updated apk: - settings preferences related to the self-update functionality - the "Check for updates" and related buttons from about:about - Android notification support for the updater - all of the classes solely related to the self-update mechanisms and all declarations of such code from the app's AndroidManifest.xml. Differential Revision: https://phabricator.services.mozilla.com/D65189 03 March 2020, 18:34:01 UTC
e423a80 Bug 1617455 - Use empty array for empty locale string. r=zbraniecki, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D65223 --HG-- extra : source : 7f84d098a59e72c053d6127eb331481430d115c8 03 March 2020, 23:03:38 UTC
58f698a No Bug, mozilla-esr68 repo-update blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D65518 --HG-- extra : amend_source : 1e477247d6e47efef523686e8882e9915fb05df4 05 March 2020, 13:41:34 UTC
5033d46 No bug - Revert Fennec version bump. a=release 04 March 2020, 20:54:03 UTC
21f7c0e Bug 1614339 - Ensure CloseInternal alive until it is finished; r=baku a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D63643 --HG-- extra : source : 3df54b10a300c58e1cf98a2e69fcfe93101c8227 03 March 2020, 16:57:29 UTC
2799c80 merge mozilla-esr68 default branch to THUNDERBIRD_68_VERBRANCH. a=merge --HG-- branch : THUNDERBIRD_68_VERBRANCH 06 February 2020, 23:07:05 UTC
25c3e18 No bug - Revert Fennec version bump. a=release 06 February 2020, 21:18:31 UTC
db717db merge mozilla-esr68 default branch to THUNDERBIRD_68_VERBRANCH. a=merge --HG-- branch : THUNDERBIRD_68_VERBRANCH 06 February 2020, 10:44:07 UTC
bbc55d9 Bug 1607902 - Fix Sqlite VFS zName parsing for Sqlite versions >= 3.31.0 (uplift only patch). r=asuth a=RyanVM Sqlite 3.31.0 changed the zName layout, breaking our custom parsing of it. Due to this the VFS started crashing on Sqlite library upgrade. This fixes the parser, but only for Firefox versions it can be uplifted to, we can't fix versions already released, that may start crashing once system Sqlite gets updated to a newer version. Differential Revision: https://phabricator.services.mozilla.com//D60952 --HG-- extra : amend_source : cc3e8d893d79d25df774afce0aadbdb724bc390d 05 February 2020, 08:10:41 UTC
6b247ce Bug 1613275 - Regenerate expired certs not handled by Bug 1607845 a=RyanVM CLOSED TREE commands: openssl x509 -in security/manager/ssl/tests/unit/test_missing_intermediate/missing-intermediate.pem -outform der -out security/manager/ssl/tests/unit/test_missing_intermediate/missing-intermediate.der mach python ./build/pgo/genpgocert.py ./mach python ./security/manager/ssl/tests/unit/pycert.py <security/manager/ssl/tests/unit/test_certDB_import/emailEE.pem.certspec >security/manager/ssl/tests/unit/test_certDB_import/emailEE.pem ./mach python ./security/manager/ssl/tests/unit/pycert.py <security/manager/ssl/tests/unit/test_certDB_import/importedCA.pem.certspec >security/manager/ssl/tests/unit/test_certDB_import/importedCA.pem ./mach python ./security/manager/ssl/tests/unit/pycert.py <security/manager/ssl/tests/unit/test_intermediate_preloads/ee.pem.certspec >security/manager/ssl/tests/unit/test_intermediate_preloads/ee.pem ./mach python ./security/manager/ssl/tests/unit/pycert.py <security/manager/ssl/tests/unit/test_intermediate_preloads/ee2.pem.certspec >security/manager/ssl/tests/unit/test_intermediate_preloads/ee2.pem ./mach python ./security/manager/ssl/tests/unit/pycert.py <security/manager/ssl/tests/unit/test_intermediate_preloads/int.pem.certspec >security/manager/ssl/tests/unit/test_intermediate_preloads/int.pem ./mach python ./security/manager/ssl/tests/unit/pycert.py <security/manager/ssl/tests/unit/test_intermediate_preloads/int2.pem.certspec >security/manager/ssl/tests/unit/test_intermediate_preloads/int2.pem Differential Revision: https://phabricator.services.mozilla.com/D61653 --HG-- extra : source : 2319a64a3cd8ef4ac0b5a3204da43f8c12bb48fc extra : intermediate-source : bea2c03b14790f037e59bf1f84f62328470195e3 05 February 2020, 03:17:49 UTC
5f2df35 Automatic version bump CLOSED TREE NO BUG a=release DONTBUILD 04 February 2020, 16:06:26 UTC
017c8de No bug - Tagging 18251ad24c9a3b89c42d4098b64e71f54a1e4586 with FENNEC_68_5_0_RELEASE a=release CLOSED TREE DONTBUILD 04 February 2020, 16:06:21 UTC
fd769fd No bug - Tagging 18251ad24c9a3b89c42d4098b64e71f54a1e4586 with FENNEC_68_5_0_BUILD1 a=release CLOSED TREE DONTBUILD 03 February 2020, 23:05:36 UTC
8893fa6 No bug - Tagging 18251ad24c9a3b89c42d4098b64e71f54a1e4586 with FIREFOX_68_5_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 03 February 2020, 23:00:37 UTC
8648bb3 Bug 1612909 - Import WebCompat GoFaster 7.0.0 sources. r=miketaylr, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D61499 03 February 2020, 19:39:42 UTC
3cdc936 Bug 1596706. r=tcampbell a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D59963 --HG-- extra : source : 19fec8535fc309800469e147e6961ca3d9cc8729 extra : intermediate-source : 23ec77327b8f310b33bb64f928488c3999c67300 24 January 2020, 12:04:14 UTC
98bd450 Backed out changesets 0ff508fe674b and d545e6e91173 (bug 1607902) for various test failures. 03 February 2020, 17:47:53 UTC
3a0b766 Bug 1607902 - Bustage fix. r=mak, a=bustage 03 February 2020, 16:46:48 UTC
5629bae Bug 1605777 - Clear WrappingTextureSourceYCbCrBasic::mTexture correctly. r=nical, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D60639 --HG-- extra : source : e3b1a0aa6b1a55687e5aadcc5a419def3d76f326 23 January 2020, 11:11:46 UTC
59ac351 No Bug, mozilla-esr68 repo-update blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D61819 --HG-- extra : amend_source : 557556a24029324163baf15154d4723dc4b7d329 06 February 2020, 13:35:22 UTC
a34de66 Bug 1464451 - Fix intermittent failure in browser_ext_pageAction_context.js. r=rpl, a=test-only There is no guarantee that a tab has finished loading when the test resumes. As a result, it is possible for the page action's visibility state to reset (to invisible) between calling `pageAction.show()` and `pageAction.isShown()`. To prevent that from happening, wait until the tab has finished loading before resuming the test. Differential Revision: https://phabricator.services.mozilla.com/D61125 --HG-- extra : source : 497c03a44389993d8b4ca33043225fbdfbaad2d1 04 February 2020, 12:39:17 UTC
84fc70b Bug 1524810 - Intermittent browser/components/newtab/test/browser/browser_asrouter_targeting.js. r=k88hudson, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D60541 --HG-- extra : source : 269b833e19daf02525ae00d595774f523261494b extra : amend_source : 7d1cb7a8951950d6fa37ceded2b6090527f4357b 24 January 2020, 04:40:07 UTC
558e405 Bug 1605073 - Automatically ship Fennec beta releases. r=jlund, a=RyanVM Ship instead of promoting for automated betas Fennec Differential Revision: https://phabricator.services.mozilla.com/D60399 --HG-- extra : rebase_source : 8cb955bdfa084e69ea6cf077d0afc3a92444bfaa 20 January 2020, 13:23:34 UTC
db2be08 Bug 1606619 - Fix Firefox CVE-2018-12383 in Thunderbird, cleanup key3.db if migration is known to have succeeded. r=mkmelin,emk a=mkmelin Also includes ported fix from bug 1607652 for correct key3.db cleanup on Windows. r=emk --HG-- branch : THUNDERBIRD_68_VERBRANCH extra : amend_source : 4b0009605104164e702069d6347522ad27c665a4 12 January 2020, 08:27:36 UTC
3d00590 Merge e215d711213984716b1c44db7d1254397de6ef4b to THUNDERBIRD_68_VERBRANCH. a=merge --HG-- branch : THUNDERBIRD_68_VERBRANCH 22 January 2020, 09:23:35 UTC
50379db No bug - Bump version number to 68.4.2. a=release --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH 17 January 2020, 15:35:38 UTC
c64d27b Bug 1608478 - Enable Leanplum for users who have master password enabled; r=petru, a=RyanVM This fixes a recent regression that enabled all experiments for users that had master password enabled. Differential Revision: https://phabricator.services.mozilla.com/D59534 --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH extra : source : 632c2267777fa2aebd2bcaac89bc0c6f69dbc7e4 10 January 2020, 16:28:36 UTC
544bb52 Merge 8b51bf38ddbb00131188d833c1441bb37128634b to THUNDERBIRD_68_VERBRANCH. a=merge --HG-- branch : THUNDERBIRD_68_VERBRANCH 08 January 2020, 15:16:52 UTC
d5df62f Bug 1604490 - Enable Leanplum for users who have Master Password enabled. r=VladBaicu, a=RyanVM Added additional condition in order to enable Leanplum for users that have Master Password enabled. Depends on D57833 Differential Revision: https://phabricator.services.mozilla.com/D58137 --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH extra : source : 1cf25d4551222e6c72f0a4089ab894ea0daf2e6c 23 December 2019, 15:11:15 UTC
04bed26 Bug 1604249 - Add Leanplum user attribute for Master Password. r=VladBaicu, a=RyanVM Added user attribute for master password preference. Differential Revision: https://phabricator.services.mozilla.com/D57833 --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH extra : source : 41015e3b79c20b2000f63e24c0432ca4d90bebd0 23 December 2019, 16:19:19 UTC
d42d200 Bug 1607494 - Disable Ion for the PAC script thread. r=jandem, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D59558 --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH extra : source : eb7f3c7a14779d40170d6d26356212ac6cb0bfd4 10 January 2020, 19:28:02 UTC
3724e2d Bug 1602726 - Fall back to ShellExecuteEx if ShellExecuteByExplorer fails. r=aklotz a=RyanVM It turned out that `ShellExecuteByExplorer` does not work on VDI such as Citrix or Microsoft RemoteApp. This patch adds a fallback to the original launching code if `ShellExecuteByExplorer` fails. This will be a temporary solution until we find out a way to solve both interop issues `PreferSystem32Images` and VDI. Differential Revision: https://phabricator.services.mozilla.com/D58054 --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH extra : source : 32803329a54890816b12073799cb1c1c78ff9a2f extra : intermediate-source : a871b86915454a1f3d43629b5e761b1a29ac1df0 08 January 2020, 16:41:03 UTC
2a1291c Bug 1601905 - Add quotes for a path including whitespaces in ShellExecuteWithIFile. r=aklotz, a=RyanVM A fix for Bug 1588975 replaced the call to `LaunchWithIProcess` in `nsMIMEInfoWin::LaunchWithFile` with the call to `ShellExecuteWithIFile` to use `mozilla::ShellExecuteByExplorer`. This caused a regression that if a filepath contains whitespaces, we pass it to a target application without quoting it while the old codepath `ShellExecuteWithIFile` quoted a path accordingly in `assembleCmdLine`. A proposed fix is to quote a path in the same way as `assembleCmdLine` does. This patch also moves `assembleCmdLine` to an exported header so that we can add a unittest to cover both of `assembleCmdLine` and a new function `assembleSingleArgument. It would be better to refactor these functions in the future because many lines are duplicated. Differential Revision: https://phabricator.services.mozilla.com/D56646 --HG-- branch : FIREFOX_ESR_68_4_X_RELBRANCH extra : source : 529caf75be5dd183ee5505db791e0391ac8b7e2f extra : intermediate-source : 008191a25c1234573e52fc05cde362bc5b8028bb 19 December 2019, 15:39:02 UTC
bffe1e6 Bug 1601905 - Add quotes for a path including whitespaces in ShellExecuteWithIFile. r=aklotz a=request-by-mkmelin on THUNDERBIRD_68_VERBRANCH A fix for Bug 1588975 replaced the call to `LaunchWithIProcess` in `nsMIMEInfoWin::LaunchWithFile` with the call to `ShellExecuteWithIFile` to use `mozilla::ShellExecuteByExplorer`. This caused a regression that if a filepath contains whitespaces, we pass it to a target application without quoting it while the old codepath `ShellExecuteWithIFile` quoted a path accordingly in `assembleCmdLine`. A proposed fix is to quote a path in the same way as `assembleCmdLine` does. This patch also moves `assembleCmdLine` to an exported header so that we can add a unittest to cover both of `assembleCmdLine` and a new function `assembleSingleArgument. It would be better to refactor these functions in the future because many lines are duplicated. Differential Revision: https://phabricator.services.mozilla.com/D56646 --HG-- branch : THUNDERBIRD_68_VERBRANCH extra : source : 529caf75be5dd183ee5505db791e0391ac8b7e2f 19 December 2019, 15:39:02 UTC
cf8f292 Merge b9ced0dd1026bf43339ecd41b942d19f63ea72c6 to THUNDERBIRD_68_VERBRANCH. a=merge --HG-- branch : THUNDERBIRD_68_VERBRANCH 02 January 2020, 09:31:49 UTC
6d27104 Bug 1605867: Don't duplicate IPC shared memory when we might fail to launch the process correctly. r=handyman, a=jcristau 30 December 2019, 13:09:00 UTC
6cd28eb Bug 1603055 - Handle BigInt values in XPCVariant code. r=bz a=lizzard Ideally this code would use JS::ValueType with a switch-statement and rely on compiler exhaustiveness checking, but this is the safer patch. Differential Revision: https://phabricator.services.mozilla.com//D56727 --HG-- extra : amend_source : 6518d9cf2e265cd906ab52bad36e968f20f73452 11 December 2019, 13:27:28 UTC
3099ba8 No Bug, mozilla-esr68 repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update Differential Revision: https://phabricator.services.mozilla.com/D58245 26 December 2019, 13:26:51 UTC
a83c2c8 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD he -> 11c0628337b2 25 December 2019, 07:57:38 UTC
6decd13 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD be -> cd74004938a3 cy -> bcb07b64827c da -> aeb369de1a8f de -> 1ebc9b8e29a2 el -> a486f57ee5ea fr -> e00e5b733ebe hy-AM -> 7b54b3a5e088 id -> 922c5ca4c91b it -> 8abca5a47519 kab -> 24f861d71bb4 lt -> 1535eb3af54d pa-IN -> fa609da07c6a sl -> f920f4a7d708 25 December 2019, 06:56:12 UTC
28e3056 Automatic version bump CLOSED TREE NO BUG a=release DONTBUILD 24 December 2019, 12:58:25 UTC
e1e20c5 No bug - Tagging f3d3cd51bc51c135310e49263d3bc1da8e1943e1 with FENNEC_68_4b3_RELEASE a=release CLOSED TREE DONTBUILD 24 December 2019, 12:58:20 UTC
167ffa0 No bug - Tagging f3d3cd51bc51c135310e49263d3bc1da8e1943e1 with FENNEC_68_4b3_BUILD1 a=release CLOSED TREE DONTBUILD 24 December 2019, 08:40:57 UTC
57f396a no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD cak -> 1fd3a671345b de -> 58cec7076983 en-CA -> e54f06c56fdf id -> 5358b37573aa sl -> 8aa86496c18c 24 December 2019, 07:54:07 UTC
b6392de no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD id -> d7c1ee20ad79 pl -> 72e36c54d17a trs -> e6f202173613 23 December 2019, 18:53:06 UTC
73c2115 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD ja -> 6eb7315dd730 23 December 2019, 15:56:05 UTC
3f3cd8a no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD fy-NL -> 2a20b6d92aea gn -> b95688b22374 it -> 794377b28ca6 ko -> 573350f51219 sl -> d111a9dd0fb7 ur -> 5aeaca9fa307 23 December 2019, 14:15:03 UTC
ec86fc2 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD ar -> d32713de62d7 cy -> a977d6393616 de -> 1956f91a4321 es-ES -> 23c90156537f fi -> 1f757e35f26b he -> 7749f9495750 hu -> 649febb5058b it -> ff1ec160d5a4 kab -> 24810b627aed ko -> 1037181159a4 nb-NO -> ddd4dcfa6f40 nn-NO -> f95dbaf4c56d pa-IN -> b67d56f47b36 pl -> 91f356c4c633 ru -> dca9ba89488c sk -> 5819da396dfe sv-SE -> d16da11f0b05 ta -> f0e969596b13 th -> 81ae4d05c801 ur -> 899277eadc08 23 December 2019, 09:14:45 UTC
fd262aa Bug 1587534 - nsHttpChannel can return invalid content length for alternative data, r=valentin a=RyanVM CacheEntry::GetAltDataSize() can throw an error if the size isn't known yet, i.e. when the output stream wasn't closed yet. nsHttpChannel::OpenCacheInputStream() doesn't check the return value and in case of failure uninitialized altDataSize is stored in mAltDataLength. Differential Revision: https://phabricator.services.mozilla.com/D55085 --HG-- extra : source : c67998c390c1323d91cc4441b5f3a9faa48b8f84 28 November 2019, 11:09:09 UTC
bcfc33d no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD br -> cde987ba1ec2 fr -> 221bc04137c2 gn -> 259f035242e7 hy-AM -> 4966c1f773a2 it -> 3bc184537ef6 kk -> dc6f76eaba6c nl -> 2b6587f3df02 pa-IN -> 33923dd90e65 pt-BR -> 46a51798dc59 sk -> 6d8b85866f42 sl -> 9cbd8a32c7ad th -> 8fa8e42656fe tr -> 0ce56a07cff5 uk -> 1fce8d55724b ur -> c28aac4152ea zh-TW -> 86cc76425240 21 December 2019, 06:56:51 UTC
fcb3560 Bug 1588183 - Add additional preferences to policy. r=mconley, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D54588 --HG-- extra : source : 6a43e72770388d39476245c3dd111e1b1e5ababd 12 December 2019, 13:56:53 UTC
565f414 Bug 1600007 - Check entire policy for empty objects. r=mconley a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D55713 --HG-- extra : source : 6a6a05869aea5b7649ab05de5596e0e102956374 extra : intermediate-source : b156b3a231018a18051f2894930c30ba02bd078c 04 December 2019, 21:50:40 UTC
60f54f0 Bug 1600122 - Use the complete list of addons for determing policy. r=mixedpuppy a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D55732 --HG-- extra : source : d8b0a5b0a5afb91ec00330a5c2a9b341ff66ff5f extra : intermediate-source : 0c159faaff1985adede7330f7f48f19b25f782a0 04 December 2019, 09:56:50 UTC
a4184c1 Bug 1602843 - Preserve CSS input exactly during sanitization. r=hsivonen, a=RyanVM This avoids the mutation due to the different serialization in some cases. Differential Revision: https://phabricator.services.mozilla.com/D56732 20 December 2019, 19:41:29 UTC
e5efde6 Bug 1598337 - Add null check to prevent crash at nsApplicationChooser::Done. r=karlt a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D55352 --HG-- extra : source : 1330041fa8973ac2a56f074a7c1eee9bb1cff151 extra : intermediate-source : 8dbe22d47385cb23d3fd56fb37371d5005294f7e 02 December 2019, 19:48:17 UTC
2ed5fa7 Bug 1596778 - Fallback to the normal update path when a replace request fails. r=mhowell, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D54086 20 December 2019, 19:37:44 UTC
b96910a Merge fd17b62d5247 (FIREFOX_68_3_0esr_BUILD2) to THUNDERBIRD_68_VERBRANCH. a=jorgk DONTBUILD --HG-- branch : THUNDERBIRD_68_VERBRANCH 26 November 2019, 23:32:40 UTC
637f4ca Bug 1599223 - Remove balrog toplevel bz2 submission. r=tomprince, a=release Differential Revision: https://phabricator.services.mozilla.com/D54641 25 November 2019, 23:36:41 UTC
4b81b48 Bug 1599223 - Remove target.bz2.complete.mar. r=tomprince a=release Differential Revision: https://phabricator.services.mozilla.com/D54608 25 November 2019, 20:54:57 UTC
8d88937 Bug 1510494 - Disable update staging on Windows. r=mhowell, a=lizzard 25 November 2019, 22:59:26 UTC
368cb62 Bug 1510494 - write elevated updater log and status files to a new directory in the Maintenance Service directory. r=agashlin,mhowell, a=lizzard Differential Revision: https://phabricator.services.mozilla.com/D46627 25 November 2019, 22:58:59 UTC
b500430 No bug - Tagging e89208c41fa777ea2c64221c75cad9ff852aeafd with FIREFOX_68_3_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 25 November 2019, 19:49:48 UTC
8c7d3de No bug - Tagging e89208c41fa777ea2c64221c75cad9ff852aeafd with FENNEC_68_3b6_BUILD1 a=release CLOSED TREE DONTBUILD 25 November 2019, 19:44:45 UTC
c082201 Bug 1596078 - Use URI if shortcut title would otherwise be null or empty. r=AndreiLazar, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D54315 22 November 2019, 16:45:20 UTC
1a00619 Bug 1590453 - Ignore locked ping files. r=VladBaicu, a=RyanVM This case where the file would have already been locked, case in which a null is to be returned is already handled by the caller of the lockAndReadFileAndCloseStream method - https://hg.mozilla.org/releases/mozilla-esr68/file/5ed74d712d2cccd2b50eb2b831f5519b621807ae/mobile/android/base/java/org/mozilla/gecko/telemetry/stores/TelemetryJSONFilePingStore.java#l257 We just didn't account for the particular OverlappingFileLockException. Differential Revision: https://phabricator.services.mozilla.com/D54516 25 November 2019, 13:51:26 UTC
1689956 No Bug, mozilla-esr68 repo-update blocklist remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D54502 --HG-- extra : amend_source : 8aae711dcbb48049546f2cc5b777e51a1d72a7c1 25 November 2019, 13:23:22 UTC
21e7f6d Bug 1595536 - Allow the Firefox workmark to be as wide as the parent. r=AndreiLazar, a=lizzard Differential Revision: https://phabricator.services.mozilla.com/D54302 22 November 2019, 19:01:42 UTC
ede3b95 Bug 1593322 - Allow the sign-in text to be as wide as the parent. r=AndreiLazar, a=lizzard Differential Revision: https://phabricator.services.mozilla.com/D54259 22 November 2019, 08:43:37 UTC
ff9a11d Bug 1597273 - Handle logical shorthand animations with variable references correctly. r=hiro, a=lizzard When we physicalize the declarations for @keyframes, we end up having a physical declaration with an unparsed value with `from_shorthand` being the logical shorthand. Account for this case properly when substituting custom properties, to avoid panicking. Differential Revision: https://phabricator.services.mozilla.com/D53663 22 November 2019, 21:42:42 UTC
241b6b0 merge 3ab5223b7ada (default at 2019-11-18) to THUNDERBIRD_68_VERBRANCH. a=jorgk DONTBUILD --HG-- branch : THUNDERBIRD_68_VERBRANCH 18 November 2019, 21:24:22 UTC
ce06654 No bug - Tagging 86cca1750584d5a064b6e51e856ca18d7118d30d with FENNEC_68_3b5_BUILD1 a=release CLOSED TREE DONTBUILD 18 November 2019, 19:06:41 UTC
8b91e10 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD cy -> 129ceec31f23 hsb -> 5f158165f5c1 ja -> 639e80dfc1d4 uk -> d05f1dfd950c 18 November 2019, 16:00:49 UTC
fcdae14 merge f86692e9eb49 (default at 2019-11-13) to THUNDERBIRD_68_VERBRANCH. a=jorgk DONTBUILD --HG-- branch : THUNDERBIRD_68_VERBRANCH extra : amend_source : c53aa35bfb92390acb5796d241b5ff975819d095 13 November 2019, 20:14:25 UTC
843ba72 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD bn -> 445b211fd43a cs -> e618ec450e10 fi -> 7f403225d1e9 fr -> 2ab715234787 hr -> 8cc22f2773f8 id -> c75af69f5c54 rm -> 496a37d13cf1 sl -> 3832bbcbfb9d vi -> 5bdab073f5a9 13 November 2019, 18:00:22 UTC
0fe7564 No bug - Tagging bee37ce71ba5025366206c031f82f559c2d02382 with FENNEC_68_2_1_RELEASE a=release CLOSED TREE DONTBUILD 13 November 2019, 15:44:00 UTC
f56a600 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD cak -> 3af90d1738c9 de -> 2de6a8ef8f08 es-MX -> acb6f669290a fa -> 0e017d5f9795 fi -> af2df55da625 hi-IN -> c08147e8ef00 it -> 0bdb90fcaeae oc -> 03ada2ae0cef pt-BR -> 85e7ff1bcc09 pt-PT -> 161922a9c36d 13 November 2019, 09:00:27 UTC
c4b494e Bug 1595664: Remove unused tooltool manifests from repackge jobs; r=Callek a=tomprince Differential Revision: https://phabricator.services.mozilla.com/D52732 --HG-- extra : rebase_source : 7ada0f0b0a9cc4cf75c3d5bc82f31e717efaa844 12 November 2019, 22:19:55 UTC
7ec5b75 Bug 1580156 - Set WebRTC thread name. r=dmajor, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D51975 --HG-- extra : source : 0de59487070db211af91074884a00564363c8d85 07 November 2019, 20:22:42 UTC
55116da Bug 1594136 - Check for ended track in MediaStreamTrackAudioSourceNode. r=padenot a=pascalc Depends on D52521 Differential Revision: https://phabricator.services.mozilla.com/D52522 --HG-- extra : source : 7a55cb6e7aecdd0d3fb786fefe8cc165558b78e0 extra : intermediate-source : c61bae31a7293fd3df770ada76e310df57a15118 13 November 2019, 13:13:48 UTC
9f87891 Bug 1594136 - Add crashtest. r=padenot a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D52521 --HG-- extra : source : 9473f8de212155dedc4eb74165211636324262bc extra : intermediate-source : ff1db771cc637f454efb7ad42e4bd7f1b840f6d3 13 November 2019, 13:13:55 UTC
c321042 Bug 1444287, wait for the right page to load before performing the test, otherwise about:blank sometimes gets used, r=Gijs, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D52940 --HG-- extra : source : 4817e5961588294d16d7e194ed843b402bd48768 14 November 2019, 16:23:18 UTC
6a06ffc 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/D53412 18 November 2019, 13:18:13 UTC
f5d7c74 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD ast -> 30bd68198146 it -> 1878af47a45c pt-PT -> e59c2f9816ee 18 November 2019, 13:00:19 UTC
57d3332 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD eo -> 4b561b1491e1 it -> 9e6a5cb3c8fd 18 November 2019, 09:00:20 UTC
14850d8 no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD be -> cf1532b12fb0 ca -> 033e152ca89f de -> c4fa54c6c472 eo -> e8a7cae631c5 es-CL -> d14d04068ef6 es-ES -> 50f49b7b09ca fi -> 6296686ced4a he -> 506afbecd4f3 ja -> 0204854dee08 kab -> f54a1f2d63b1 lt -> a15b98602633 nb-NO -> 3bdc61173042 pl -> 8b89d8e2e56c pt-PT -> 01cb574078cd rm -> 45a7f2056786 trs -> 3084d379d644 18 November 2019, 07:00:20 UTC
cfbbc86 Bug 1595632 - don't hardcode TC root url for release start emails, r=Callek a=NPOTB Differential Revision: https://phabricator.services.mozilla.com/D52947 --HG-- extra : source : 7369676b8ab5d4ea0d0461299e0e8a10361a612c 14 November 2019, 03:15:51 UTC
d3d4d3e no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD be -> 0625493894ae cak -> bc4068ad3aa4 cs -> 6c21b2bb3354 de -> 36ba00b9d03d dsb -> c9e278bf52af eo -> db0990e30b61 es-AR -> 5c8e7086308f fi -> 37df7a966cf4 fy-NL -> f94ee08418ba he -> 05d0b1591eea hsb -> 29b3ad6c66f0 ja -> 2ae159b06fbb ka -> 74066bcc79f5 kk -> bcfa5562a9f0 nb-NO -> f076ddf80b35 nl -> 1cba8ab231c1 nn-NO -> d6f6550a381e oc -> 9ad9da6a0536 rm -> 55d252c68a1d ru -> 4b60f765fe48 sl -> 66b647b9927a sv-SE -> bf65bad80713 zh-TW -> 7967425f6dd6 17 November 2019, 14:00:19 UTC
2a18146 Bug 1318858 - Block Digital Guardian's module which crashes Firefox. r=aklotz a=lizzard Differential Revision: https://phabricator.services.mozilla.com//D52121 --HG-- extra : histedit_source : 5212445ed41d25135e4e845938be072183117528 07 November 2019, 02:08:28 UTC
317ad0d Bug 1530190 - Call SHGetFileInfo off the main thread in nsIconChannel on Windows. Rollup patch for esr68. r=tnikkel, aosmond a=lizzard This includes all patches from bugs 1530190, 1556360, 1557225, 1569772, 1553061, 1587850. This rollup includes all 8 patches from bug 1530190. The original bug: Call SHGetFileInfo off the main thread in nsIconChannel on Windows. r=tnikkel https://hg.mozilla.org/mozilla-central/rev/71bf2b9ca6ea Change description of DecodePool::mMutex to be more accurate. r=aosmond https://hg.mozilla.org/mozilla-central/rev/bb340bd557d4 Fix unified build bustage in image/Downscaler.cpp. r=aosmond https://hg.mozilla.org/mozilla-central/rev/875d43d35a71 De-unify image/DecodePool.cpp on Windows. r=aosmond https://hg.mozilla.org/mozilla-central/rev/8010faead0fd Use the image io thread to call SHGetFileInfo. r=aosmond https://hg.mozilla.org/mozilla-central/rev/2d9c02e85710 Allow nsIconChannel::Open to work on Windows. r=aosmond https://hg.mozilla.org/mozilla-central/rev/642316b68e6a Cleanup GetStockIcon from first patch. r=aosmond https://hg.mozilla.org/mozilla-central/rev/1d13cc5dbb8a Adjust assert expectations on toolkit/content/tests/chrome/test_bug437844.xul. r=aosmond https://hg.mozilla.org/mozilla-central/rev/17018058233c And then followups Bug 1556360. Release nsIconChannel on main thread. r=aosmond https://hg.mozilla.org/mozilla-central/rev/78531ba046cf Bug 1557225. Make MakeInputStream MOZ_MUST_USE. r=aosmond https://hg.mozilla.org/mozilla-central/rev/36796870862d Bug 1569772 - Release load group on main thread in win/nsIconChannel r=tnikkel https://hg.mozilla.org/mozilla-central/rev/31c85754cf94 And adjustments to the expected number of assertions in toolkit/content/tests/chrome/test_bug437844.xul Bug 1553061. Futher bump expected assert counts on toolkit/content/tests/chrome/test_bug437844.xul for beta. r=aosmond https://hg.mozilla.org/mozilla-central/rev/6c77591b195a Bug 1587850 - Expand expected assertions range for test_bug437844.xul; r=aosmond https://hg.mozilla.org/mozilla-central/rev/28e214b71343 --HG-- extra : histedit_source : b562cf3c85483a1c414cde639b7b8a34ffa84626 17 November 2019, 12:36:35 UTC
a431947 Bug 1585760 - Check that GetTextureForwarder isn't null in more places. r=sotaro, a=lizzard Depends on D51615 Differential Revision: https://phabricator.services.mozilla.com/D51616 --HG-- extra : source : 26df551013d3563a00d3be94a725196c43ac0306 extra : intermediate-source : c12729e7c41f81f24d9581b7b1bf8c20cc485526 extra : histedit_source : e09b6f8335533293ffd58d66dbf832b03f8d13a5 05 November 2019, 01:54:54 UTC
back to top