Bug 287998
| Summary: | [Site Isolation] Main frame history state may be incorrectly created when navigating during iframe creation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
| Component: | History | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 288063 | ||
| Bug Blocks: | |||
Charlie Wolfe
Site Isolation introduces an unavoidable race condition where the history state committed by a web process may have been created for a frame that the UI process has already destroyed. When this happens, we should return early instead of adding an incorrect back/forward item.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145164046>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/40888
EWS
Committed 290673@main (da11536420a6): <https://commits.webkit.org/290673@main>
Reviewed commits have been landed. Closing PR #40888 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 288063
Charlie Wolfe
*** This bug has been marked as a duplicate of bug 288073 ***