[Webkit-unassigned] [Bug 245053] New: Web Inspector: URL breakpoints should still be able to pause when script is disallowed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 11 13:26:16 PDT 2022


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

            Bug ID: 245053
           Summary: Web Inspector: URL breakpoints should still be able to
                    pause when script is disallowed
           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

this would include situations like using a `DOMParser` to create an entire subtree, and then adding the root of that subtree to the main DOM

e.g. any `<img>`/`<iframe>`/etc. inside the subtree could trigger network requests, but since we're in the middle of layout we cannot pause (see `isSafeToUpdateStyleOrLayout`)

-- 
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/20220911/625b03d8/attachment.htm>


More information about the webkit-unassigned mailing list