[Webkit-unassigned] [Bug 178282] New: Web Inspector: send a DOM node with each Canvas payload and eliminate Canvas.requestNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 13 13:30:28 PDT 2017


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

            Bug ID: 178282
           Summary: Web Inspector: send a DOM node with each Canvas
                    payload and eliminate Canvas.requestNode
           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

All the UI that relates to Canvas uses the canvas' node.  We currently get the node via a protocol method, but since we always need the node in the UI, we might as well save a trip and just include the nodeId in the Canvas payload.  Doing this will eliminate the need for Canvas.requestNode.

-- 
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/20171013/e2a5d49e/attachment.html>


More information about the webkit-unassigned mailing list