[webkit-changes] [WebKit/WebKit] b69cf1: Remove item from cache of SQLiteStorageArea

Przemyslaw Gorszkowski noreply at github.com
Mon Jan 30 10:53:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b69cf1887dfb54e667a33bf906da064fcb305183
      https://github.com/WebKit/WebKit/commit/b69cf1887dfb54e667a33bf906da064fcb305183
  Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
  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




More information about the webkit-changes mailing list