Ship OffscreenCanvas to release
Categories
(Core :: Graphics: Canvas2D, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Bug for tracking purposes for when we enable OffscreenCanvas to ship to release.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
bugherder |
Comment 4•2 years ago
|
||
FYI Docs work for this was tracked in https://github.com/mdn/content/issues/11591 . Last stage was compatibility data which is still in progress: https://github.com/mdn/browser-compat-data/pull/17880
Comment 5•2 years ago
•
|
||
Actually, one check. The browser compatibility data does not show FF as implementing the OffScreenCanvas
events contextlost
and contextrestored
. I assume this is an error in our data based what I am seeing in the code, but if you think we have not implemented these please let me know (I'm working on the data in https://github.com/mdn/browser-compat-data/pull/17880)
Comment 6•6 months ago
|
||
Andrew - can we remove the pref now? I'm reviewing a patch that adds another use of OffscreenCanvas in bug 1914102 and it would be nice if the API is guaranteed to be around.
(In reply to Hamish Willee from comment #5)
Actually, one check. The browser compatibility data does not show FF as implementing the
OffScreenCanvas
eventscontextlost
andcontextrestored
. I assume this is an error in our data based what I am seeing in the code, but if you think we have not implemented these please let me know (I'm working on the data in https://github.com/mdn/browser-compat-data/pull/17880)
The dev-doc-needed was added to bug 1736177 but never completed until this PR.
Comment 7•6 months ago
|
||
(In reply to Rob Wu [:robwu] from comment #6)
Andrew - can we remove the pref now? I'm reviewing a patch that adds another use of OffscreenCanvas in bug 1914102 and it would be nice if the API is guaranteed to be around.
Bug 1914083 is about removing the pref.
Description
•