[Webkit-unassigned] [Bug 185635] Web Inspector: Canvas: it takes over a minute to process a 2 second recording

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 01:23:35 PDT 2018


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

Devin Rousso <webkit at devinrousso.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at devinrousso.com

--- Comment #2 from Devin Rousso <webkit at devinrousso.com> ---
This is most likely caused by <https://webkit.org/b/175282>.  There is no "easy" way to quickly determine if a particular visual action caused some pixels to change on the canvas, so we have to resort to checking every single pixel.  On larger canvases, this can take a long time, and the problem is compounded if there are a large number of visual actions in the recording.

-- 
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/20180515/aa86feb1/attachment.html>


More information about the webkit-unassigned mailing list