RESOLVED FIXED 200639
Web Inspector: REGRESSION: DOMDebugger: breakpoints are forcibly enabled when resolving DOM breakpoints for newly added nodes
https://bugs.webkit.org/show_bug.cgi?id=200639
Summary Web Inspector: REGRESSION: DOMDebugger: breakpoints are forcibly enabled when...
Devin Rousso
Reported 2019-08-12 11:54:26 PDT
# 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.
Attachments
Patch (2.44 KB, patch)
2019-08-12 11:59 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-08-12 11:59:58 PDT
Joseph Pecoraro
Comment 2 2019-08-12 20:42:14 PDT
Comment on attachment 376084 [details] Patch rs=me
WebKit Commit Bot
Comment 3 2019-08-12 20:50:47 PDT
Comment on attachment 376084 [details] Patch Clearing flags on attachment: 376084 Committed r248587: <https://trac.webkit.org/changeset/248587>
WebKit Commit Bot
Comment 4 2019-08-12 20:50:48 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-08-12 20:51:17 PDT
Note You need to log in before you can comment on or make changes to this bug.