[Webkit-unassigned] [Bug 71270] [chromium] Experiment in <canvas>.toBlob

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 05:56:44 PST 2011


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





--- Comment #3 from noel gordon <noel.gordon at gmail.com>  2011-12-19 05:56:45 PST ---
I prefer the sequential workqueue approach, it simpler to reason about and provides good sequential performance with no thread contention unlike the "experiment uno".

Parts of "experiment due" dealt with the mimeType detection changes in HTMLCanvasElement.cpp and changes to the toDataURL() area of ImageBufferSkia.cpp.  These made the patch harder to read.  I cut them out and submitted them separately to focus the patch on the toBlob() idea.  FIXME notes suggest the changes needed to the toBlob() spec prose.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list