[Webkit-unassigned] [Bug 200639] New: Web Inspector: REGRESSION: DOMDebugger: breakpoints are forcibly enabled when resolving DOM breakpoints for newly added nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 11:54:26 PDT 2019


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

            Bug ID: 200639
           Summary: Web Inspector: REGRESSION: DOMDebugger: breakpoints
                    are forcibly enabled when resolving DOM breakpoints
                    for newly added nodes
           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

# STEPS TO REPRODUCE:
1. inspect any page
2. set a DOM breakpoint
3. disable breakpoints
4. reload the page
 => breakpoints enabled

Since DOM breakpoints revolve around a given DOM node, we attempt to restore those breakpoints whenever new nodes are added by matching them to the path of the DOM breakpoint.  When doing so, we should be in a "temporarily restoring breakpoints" mode so that we don't forcibly enable all breakpoints.

-- 
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/20190812/4a093ee9/attachment-0001.html>


More information about the webkit-unassigned mailing list