NEW 289945
[GTK][WPE] Limit size of serialized session state history data
https://bugs.webkit.org/show_bug.cgi?id=289945
Summary [GTK][WPE] Limit size of serialized session state history data
Adrian Perez
Reported 2025-03-18 02:38:24 PDT
In bug #155664 (173796@main) a cap was introduced for the iOS port, while for Mac the limit is UINT32_MAX. We should do something similar, and maybe even have a lower cap even for the GTK port, as 4 GiB of session data per web view sounds a bit ridiculous. For the WPE port, given the focus on embedded devices, we may want to have a somewhat lower limit.
Attachments
Michael Catanzaro
Comment 1 2025-03-18 07:58:54 PDT
Additional suggestion: in bug #264879 I wrote that page cache is being serialized into the session state. You can't always trust my comments on issue trackers unfortunately, but if that's really true, we should just not do that. That's overkill.
Note You need to log in before you can comment on or make changes to this bug.