WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
245053
Web Inspector: URL breakpoints should still be able to pause when script is disallowed
https://bugs.webkit.org/show_bug.cgi?id=245053
Summary
Web Inspector: URL breakpoints should still be able to pause when script is d...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-09-11 13:26:31 PDT
<
rdar://problem/99801408
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug