mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Implement HTML::ImageBitmap creation from HTML::ImageData
This commit is contained in:
parent
8404df55d8
commit
81ccb655b4
Notes:
github-actions[bot]
2025-06-30 16:08:53 +00:00
Author: https://github.com/ayeteadoe
Commit: 81ccb655b4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4801
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/gmta
7 changed files with 120 additions and 14 deletions
|
@ -38,6 +38,9 @@ public:
|
|||
// https://w3c.github.io/geolocation/#dfn-geolocation-task-source
|
||||
Geolocation,
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#bitmap-task-source
|
||||
BitmapTask,
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#navigation-and-traversal-task-source
|
||||
NavigationAndTraversal,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue