Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b69cf1887dfb54e667a33bf906da064fcb305183
https://github.com/WebKit/WebKit/commit/b69cf1887dfb54e667a33bf906da064fcb305183
Author: Przemyslaw Gorszkowski <[email protected]>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp
Log Message:
-----------
Remove item from cache of SQLiteStorageArea
https://bugs.webkit.org/show_bug.cgi?id=250559
Reviewed by Sihui Liu.
When Storage.removeItem method from Storage API is called,
the cached value in SQLiteStorageArea should be also removed.
It prevents increase the memory usage by network process.
* Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp:
(WebKit::SQLiteStorageArea::removeItem):
Canonical link: https://commits.webkit.org/259570@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes