Skip to content

Commit

Permalink
Firefox 125 shipped context loss events for canvas (#22852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Apr 19, 2024
1 parent b3b2e2b commit 652c33d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -1576,7 +1576,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
8 changes: 4 additions & 4 deletions api/HTMLCanvasElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -109,7 +109,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -130,7 +130,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -147,7 +147,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
4 changes: 2 additions & 2 deletions api/OffscreenCanvas.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "105"
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "105"
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand Down
4 changes: 2 additions & 2 deletions api/OffscreenCanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -1238,7 +1238,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 652c33d

Please sign in to comment.