RESOLVED FIXED 250559
Local storage item is not removed from the cache in SQLiteStorageArea
https://bugs.webkit.org/show_bug.cgi?id=250559
Summary Local storage item is not removed from the cache in SQLiteStorageArea
Przemyslaw Gorszkowski
Reported 2023-01-13 03:32:22 PST
It seems that removing local storage item by Storage.removeItem()(https://developer.mozilla.org/en-US/docs/Web/API/Storage/removeItem) removes item from the database but it does not remove the item from the cache of SQLiteStorageArea. It can lead to increase memory usage on Network process. I found this issue when I was working on fix for https://bugs.webkit.org/show_bug.cgi?id=250470
Attachments
Przemyslaw Gorszkowski
Comment 1 2023-01-13 03:38:16 PST
Radar WebKit Bug Importer
Comment 2 2023-01-20 03:33:17 PST
EWS
Comment 3 2023-01-30 10:53:01 PST
Committed 259570@main (b69cf1887dfb): <https://commits.webkit.org/259570@main> Reviewed commits have been landed. Closing PR #8614 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.