Closed
Bug 1189632
Opened 9 years ago
Closed 7 years ago
Decode Blob off the main thread in createImageBitmap()
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
DUPLICATE
of bug 1420223
Performance Impact | ? |
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: kaku, Unassigned)
References
Details
(Keywords: perf)
This is a followup to Bug1044102 Comment209.
While creating an ImageBitmap from a Blob, we would like to decode the blob off the main thread. This could be done once the Bug1181863 is ready.
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
You should be able to implement this now that bug 1181863 has landed.
Reporter | ||
Comment 2•9 years ago
|
||
Thanks for your help to refactor it!
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → tkuo
Comment 4•7 years ago
|
||
:kaku, are you actively working on this? Should it be considered for Quantum Flow?
Flags: needinfo?(kaku)
Updated•7 years ago
|
Whiteboard: [qf:?]
Reporter | ||
Comment 5•7 years ago
|
||
(In reply to :Gijs from comment #4)
> :kaku, are you actively working on this?
No, I am not.
> Should it be considered for Quantum Flow?
Leave this question to graphics people.
Flags: needinfo?(kaku)
Reporter | ||
Updated•7 years ago
|
Assignee: kaku → nobody
Updated•7 years ago
|
Component: DOM → Canvas: 2D
Summary: Followup to Bug1044102 - decode Blob off the main thread in createImageBitmap() → Decode Blob off the main thread in createImageBitmap()
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Performance Impact: --- → ?
Whiteboard: [qf:?]
You need to log in
before you can comment on or make changes to this bug.
Description
•