Bug 245053 - Web Inspector: URL breakpoints should still be able to pause when script is disallowed
Summary: Web Inspector: URL breakpoints should still be able to pause when script is d...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-11 13:26 PDT by Devin Rousso
Modified: 2022-09-11 13:26 PDT (History)
3 users (show)

See Also:


Attachments

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