[Webkit-unassigned] [Bug 176936] New: Web Inspector: make recording swizzle async

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 14 11:51:52 PDT 2017


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

            Bug ID: 176936
           Summary: Web Inspector: make recording swizzle async
           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

In the case that we need to swizzle a CanvasPattern, we need to wait for the required Image (first argument) to have loaded before we attempt to create the pattern.  The current swizzle logic is such that even though we use a dataURL, it is still possible for the Image to not have loaded by the time we want to create the CanvasPattern.  As such, we should make the entire the swizzle system async so that we can wait to create the CanvasPattern until the required Image has loaded.

-- 
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/20170914/439e9936/attachment.html>


More information about the webkit-unassigned mailing list