Skip to content

Commit

Permalink
Updates for Firefox 122 beta (#21678)
Browse files Browse the repository at this point in the history
* Updates for Firefox 122 beta

* Forgot to fix experimental statuses

* Revert Clipboard API changes
  • Loading branch information
Elchi3 committed Jan 11, 2024
1 parent 94af9ba commit b28d7dc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 63 deletions.
32 changes: 16 additions & 16 deletions api/LargestContentfulPaint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -28,7 +28,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -44,7 +44,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -61,7 +61,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -78,7 +78,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -95,7 +95,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -112,7 +112,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -129,7 +129,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -146,7 +146,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -163,7 +163,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -180,7 +180,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -197,7 +197,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -214,7 +214,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -231,7 +231,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -248,7 +248,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -265,7 +265,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
35 changes: 4 additions & 31 deletions css/properties/offset-path.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,29 +179,9 @@
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "112",
"flags": [
{
"type": "preference",
"name": "layout.css.motion-path-ray.enabled",
"value_to_set": "true"
}
],
"notes": "<code>&lt;size&gt;</code> is optional with the default value <code>closest-side</code>."
},
{
"version_added": "72",
"flags": [
{
"type": "preference",
"name": "layout.css.motion-path-ray.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down Expand Up @@ -233,14 +213,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "118",
"flags": [
{
"type": "preference",
"name": "layout.css.motion-path-url.enabled",
"value_to_set": "true"
}
]
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand Down
18 changes: 2 additions & 16 deletions css/properties/offset-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "116",
"flags": [
{
"type": "preference",
"name": "layout.css.motion-path-offset-position.enabled",
"value_to_set": "true"
}
]
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -51,14 +44,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "116",
"flags": [
{
"type": "preference",
"name": "layout.css.motion-path-offset-position.enabled",
"value_to_set": "true"
}
]
"version_added": "122"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit b28d7dc

Please sign in to comment.