Bug 281467
| Summary: | Remove back/forward cache state from `HistoryItem` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
| Component: | History | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Charlie Wolfe
To prepare for site isolation, most history state is being moved to the UI process rather than being stored in the history item maps within the web process, which will eventually be removed. Since the back/forward cache state on `HistoryItem` cannot be stored in the UI process, it should be moved into maps on `BackForwardCache`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137923224>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/35190
EWS
Committed 285233@main (e72901245a13): <https://commits.webkit.org/285233@main>
Reviewed commits have been landed. Closing PR #35190 and removing active labels.