Skip to content

Commit

Permalink
Updates for Firefox 134 beta (#25230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Nov 26, 2024
1 parent 789695e commit 6619213
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/PushManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"version_added": "17"
},
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion api/ReadableStreamBYOBReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/align-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/justify-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/place-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/Promise.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand Down
4 changes: 2 additions & 2 deletions javascript/builtins/RegExp.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -236,7 +236,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
2 changes: 2 additions & 0 deletions lint/linter/test-spec-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const specsExceptions = [
'https://github.com/WebAssembly/threads/blob/main/proposal',
'https://github.com/WebAssembly/relaxed-simd/blob/main/proposals',
'https://github.com/WebAssembly/multi-memory/blob/main/proposals',
'https://github.com/WebAssembly/memory64/blob/main/proposals/memory64/Overview.md',
'https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md',
];

const allowedSpecURLs = [
Expand Down
9 changes: 4 additions & 5 deletions webassembly/jsStringBuiltins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
"webassembly": {
"jsStringBuiltins": {
"__compat": {
"spec_url": "https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md",
"support": {
"chrome": {
"version_added": "130"
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -31,7 +30,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
38 changes: 38 additions & 0 deletions webassembly/memory64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"webassembly": {
"memory64": {
"__compat": {
"spec_url": "https://github.com/WebAssembly/memory64/blob/main/proposals/memory64/Overview.md",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}

0 comments on commit 6619213

Please sign in to comment.