[Webkit-unassigned] [Bug 236533] New: Web Inspector: merge WI.OverlayManager into WI.DOMNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 11 17:00:25 PST 2022


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

            Bug ID: 236533
           Summary: Web Inspector: merge WI.OverlayManager into WI.DOMNode
           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: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

There's really nothing substantial about `WI.OverlayManager` that requires it to exist. All of the methods, members, etc. can be moved to `WI.DOMNode`, resulting in clearer calling code (since callers currently have to provide a `WI.DOMNode` to `WI.OverlayManager` methods) and fewer collections (e.g. it's no longer necessary to have a "list of nodes showing a grid overlay").

-- 
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/20220212/3bdd589f/attachment-0001.htm>


More information about the webkit-unassigned mailing list