Merge mozilla-central to autoland.

This commit is contained in:
Cosmin Sabou 2021-03-23 00:05:36 +02:00
Родитель 54e4bd3357 be906232ee
Коммит 03b3f8984e
7 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -205,3 +205,5 @@ fddc94978eb7f42cca5d199b94164d133facc3e7 FIREFOX_BETA_86_BASE
c2587d0631380f8479d44d4759ab820ac2c1a241 FIREFOX_NIGHTLY_86_END
c27aac8c84b70e3611b04fc56927719419aefc64 FIREFOX_BETA_87_BASE
396d6048aec7d8118bf31637be4a3f5aa06d74ee FIREFOX_NIGHTLY_87_END
57704923d311a051831c7155363913d5473f2a73 FIREFOX_BETA_88_BASE
729eaf579f2827239182db122d59e42730ea540f FIREFOX_NIGHTLY_88_END

Просмотреть файл

@ -1 +1 @@
88.0a1
89.0a1

Просмотреть файл

@ -1 +1 @@
88.0a1
89.0a1

Просмотреть файл

@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------
88.0a1
89.0a1

Просмотреть файл

@ -40,3 +40,4 @@ skip-if = webrender # bug 1674060
[browser_accessibility_tree_nagivation.js]
[browser_accessibility_tree.js]
[browser_tabbing_order_telemetry.js]
disabled = bug 1694849 # tested telemetry probe expire with switch to version 89

Просмотреть файл

@ -7,7 +7,7 @@ var EXPORTED_SYMBOLS = [];
for (let [key, val] of Object.entries({
// Don't manually modify this line, as it is automatically replaced on merge day
// by the gecko_migration.py script.
WEAVE_VERSION: "1.90.0",
WEAVE_VERSION: "1.91.0",
// Sync Server API version that the client supports.
SYNC_API_VERSION: "1.5",

Просмотреть файл

@ -21,7 +21,7 @@ namespace mozilla {
* via a module loader.
*/
struct Module {
static const unsigned int kVersion = 88;
static const unsigned int kVersion = 89;
struct CIDEntry;