imagebitmap: Remove ImageBitmap from experimental web platform features (#38050)

Enable by default the DOM "ImageBitmap" interface previously gated
behind
"dom.imagebitmap.enabled" preference as experimental web platform
feature.

https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#imagebitmap

NOTE: Non blocking non supported functionality:
- vector HTMImageElement, bitmap/vector SVGImageElement
- EXIF image orientation

Testing: Covered by existing WPT tests

Fixes: #34112

Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
This commit is contained in:
Andrei Volykhin 2025-07-14 13:20:02 +03:00 committed by GitHub
parent 54a02d5a34
commit bf0e3f84d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 6 deletions

View file

@ -9,7 +9,7 @@
* You are granted a license to use, reproduce and create derivative works of this document.
*/
[Exposed=(Window,Worker), Serializable, Transferable, Pref="dom_imagebitmap_enabled"]
[Exposed=(Window,Worker), Serializable, Transferable]
interface ImageBitmap {
readonly attribute unsigned long width;
readonly attribute unsigned long height;