Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF105 gfx.offscreencanvas.enabled enabled by default #17880

Merged
merged 9 commits into from Sep 30, 2022
20 changes: 4 additions & 16 deletions api/HTMLCanvasElement.json
Expand Up @@ -1207,21 +1207,9 @@
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "preview"
},
{
"version_added": "44",
"flags": [
{
"type": "preference",
"name": "gfx.offscreencanvas.enabled",
"value_to_set": "true"
}
]
}
],
"firefox": {
"version_added": "105"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand All @@ -1237,7 +1225,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down