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

Conversation

hamishwillee
Copy link
Collaborator

@hamishwillee hamishwillee commented Sep 26, 2022

FF105 enables OffScreenCanvas by default in https://bugzilla.mozilla.org/show_bug.cgi?id=1779009.

@queengooborg

  1. I have removed the preference versions gfx.offscreencanvas.enabled now that 105 is released. I can put it back if needed (all done in one commit).
  2. Note that the preference was "partial implementation" and points to the meta bug: https://bugzil.la/1390089 - that appears to be mostly done, and the outstanding stuff is just bugs. So I have NOT marked the released version as partial.

Other docs work for this tracked in mdn/content#11591.

FYI @bsmth

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 26, 2022
@@ -461,7 +468,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "105"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. This one is the accessor for 2d context.

}
}
},
"commit": {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, this was added in FF105. The chrome version isn't certain but it was certainly around this time based on various chromium bugs - and this matches the parent.

@bsmth
Copy link
Member

bsmth commented Sep 27, 2022

Thanks @hamishwillee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants