Bug 274804
Summary: | [Site Isolation] Back forward items for cross-origin iframe navigations are ignored | ||
---|---|---|---|
Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
Component: | WebKit Process Model | Assignee: | Charlie Wolfe <charliew> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | nham, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Charlie Wolfe
We should only expect an additional back forward item for the initial load of a root child frame. Separate back forward items are already created when navigating within a child frame (even without site isolation), so we don’t need to set any additional state on those items. This was causing us to skip over cross-origin iframe navigations when moving in the back forward list. Going back/forward to cross-origin iframes still doesn’t work correctly for different reasons.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128902889>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/29194
EWS
Committed 279486@main (df735d5e5a8a): <https://commits.webkit.org/279486@main>
Reviewed commits have been landed. Closing PR #29194 and removing active labels.