Bug 314707
| Summary: | [Site Isolation] Fix loaded-registrable-domains-get-reported.html timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | New Bugs | Assignee: | zak ridouh <zakr> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
Under site isolation, a cross-origin iframe's LocalFrame is the root of its
own local frame tree (LocalFrame::isRootFrame() returns true when
m_rootFrame.get() == this), so WebPage::didCommitLoad was treating the
iframe commit as a root-frame navigation and calling
clearLoadedSubresourceDomains() — wiping the set immediately after the
iframe's own domain had been recorded.
Fix this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/64820
Radar WebKit Bug Importer
<rdar://problem/176951227>
EWS
Committed 313281@main (2472cf784a52): <https://commits.webkit.org/313281@main>
Reviewed commits have been landed. Closing PR #64820 and removing active labels.