RESOLVED FIXED 281467
Remove back/forward cache state from `HistoryItem`
https://bugs.webkit.org/show_bug.cgi?id=281467
Summary Remove back/forward cache state from `HistoryItem`
Charlie Wolfe
Reported 2024-10-14 18:54:29 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-10-14 18:54:42 PDT
Charlie Wolfe
Comment 2 2024-10-14 18:56:18 PDT
EWS
Comment 3 2024-10-15 17:26:12 PDT
Committed 285233@main (e72901245a13): <https://commits.webkit.org/285233@main> Reviewed commits have been landed. Closing PR #35190 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.