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 Inspector | Assignee: | 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
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
<rdar://problem/99801408>