зеркало из https://github.com/mozilla/gecko-dev.git
Merge mozilla-central to autoland.
This commit is contained in:
Коммит
03b3f8984e
2
.hgtags
2
.hgtags
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче