RESOLVED FIXED 243704
Group WKWebView state which is per-process into a struct
https://bugs.webkit.org/show_bug.cgi?id=243704
Summary Group WKWebView state which is per-process into a struct
Simon Fraser (smfr)
Reported 2022-08-08 18:00:49 PDT
We often have bugs where we forget to reset state on WKWebView when the web process terminates (the same is true on WebPageProxy, which I will fix separately). To make it harder to create such bugs, group all the data that needs to be reset on web process termination into a struct. `_processWillSwapOrDidExit` can then just reinitialize this struct.
Attachments
Simon Fraser (smfr)
Comment 1 2022-08-08 21:29:39 PDT
Radar WebKit Bug Importer
Comment 2 2022-08-15 18:01:18 PDT
EWS
Comment 3 2022-08-16 00:39:29 PDT
Committed 253459@main (ba12984f136d): <https://commits.webkit.org/253459@main> Reviewed commits have been landed. Closing PR #3138 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.