[Webkit-unassigned] [Bug 185758] New: Web Inspector: Canvas: put `hasVisualEffect` behind an experimental setting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 21:27:12 PDT 2018


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

            Bug ID: 185758
           Summary: Web Inspector: Canvas: put `hasVisualEffect` behind an
                    experimental setting
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at devinrousso.com
                CC: inspector-bugzilla-changes at group.apple.com

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.  We should put this behind a setting so that if the user doesn't particularly need/care about `hasVisualEffect` they don't need to suffer the performance hit.

-- 
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/20180518/bb5d7d89/attachment.html>


More information about the webkit-unassigned mailing list