Bug 245053

Summary: Web Inspector: URL breakpoints should still be able to pause when script is disallowed
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Devin Rousso
Reported 2022-09-11 13:26:16 PDT
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`)
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-11 13:26:31 PDT
Note You need to log in before you can comment on or make changes to this bug.