[Webkit-unassigned] [Bug 182424] New: Complete ImageBitmap implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 2 02:03:16 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182424

            Bug ID: 182424
           Summary: Complete ImageBitmap implementation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Ms2ger at igalia.com
                CC: dino at apple.com
        Depends on: 182335, 182388

At the very least:

* Cannot create ImageBitmap with a negative width or height
  -> should be a minor fix
* createImageBitmap with HTMLVideoElement is not implemented
  -> bug 182388
* createImageBitmap with OffscreenCanvas is not implemented
  -> should be a minor fix; OffscreenCanvas::transferToImageBitmap() does something similar
* createImageBitmap with SVGImageElement is not implemented
* createImageBitmap with ImageData is not implemented
  -> needs to integrate mime sniffing code somehow
* createImageBitmap with Blob is not implemented
  -> needs to integrate mime sniffing code somehow


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=182335
[Bug 182335] Update imagebitmap tests.
https://bugs.webkit.org/show_bug.cgi?id=182388
[Bug 182388] Implement createImageBitmap(HTMLVideoElement)
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180202/63db3c9d/attachment.html>


More information about the webkit-unassigned mailing list