WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-14 18:54:42 PDT
<
rdar://problem/137923224
>
Charlie Wolfe
Comment 2
2024-10-14 18:56:18 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/35190
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.
Top of Page
Format For Printing
XML
Clone This Bug