[Webkit-unassigned] [Bug 194721] New: Web Inspector: make debounce Proxy into its own class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 13:47:46 PST 2019


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

            Bug ID: 194721
           Summary: Web Inspector: make debounce Proxy into its own class
           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

Using a `Proxy` with an instantiated object from a class will clash with other instances of the same class when trying to debounce.  This can be seen in `WI.TreeOutline.prototype.updateVirtualizedElements`, which get's `soon`d each time any operation would modify the DOM structure.

-- 
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/20190215/3d75c291/attachment.html>


More information about the webkit-unassigned mailing list