RESOLVED FIXED 183247
Implement createImageBitmap(Blob)
https://bugs.webkit.org/show_bug.cgi?id=183247
Summary Implement createImageBitmap(Blob)
Ms2ger (he/him; ⌚ UTC+1/+2)
Reported 2018-03-01 09:23:20 PST
.
Attachments
Patch (22.09 KB, patch)
2018-03-01 09:31 PST, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags
Patch (23.90 KB, patch)
2018-03-06 02:55 PST, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags
Patch (24.05 KB, patch)
2018-03-06 03:56 PST, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 1 2018-03-01 09:31:07 PST
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 2 2018-03-06 02:55:14 PST
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 3 2018-03-06 03:56:31 PST
Dean Jackson
Comment 4 2018-04-06 11:30:11 PDT
Comment on attachment 335082 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335082&action=review > Source/WebCore/html/ImageBitmap.cpp:592 > +void ImageBitmap::createFromBuffer( > + Ref<ArrayBuffer>&& arrayBuffer, > + String mimeType, > + long long expectedContentLength, > + const URL& sourceUrl, > + ImageBitmapOptions&& options, > + std::optional<IntRect> rect, > + ImageBitmap::Promise&& promise) We normally just put everything on a single line
WebKit Commit Bot
Comment 5 2018-04-06 12:33:37 PDT
Comment on attachment 335082 [details] Patch Clearing flags on attachment: 335082 Committed r230350: <https://trac.webkit.org/changeset/230350>
WebKit Commit Bot
Comment 6 2018-04-06 12:33:39 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2018-04-06 12:34:16 PDT
Note You need to log in before you can comment on or make changes to this bug.