[Webkit-unassigned] [Bug 250559] New: Local storage item is not removed from the cache in SQLiteStorageArea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 03:32:22 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250559

            Bug ID: 250559
           Summary: Local storage item is not removed from the cache in
                    SQLiteStorageArea
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pgorszkowski at igalia.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230113/8b93189b/attachment-0001.htm>


More information about the webkit-unassigned mailing list