[Webkit-unassigned] [Bug 201057] New: IndexedDB: update size of database when database operation is completed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 16:37:04 PDT 2019


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

            Bug ID: 201057
           Summary: IndexedDB: update size of database when database
                    operation is completed
           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: sihui_liu at apple.com

Currently when a database operation is completed and its result gets posted to main thread, we re-compute the disk usage of the origin. 
This computation lists all databases in the origin directory and read the size of each database file. This is very inefficient because the completed operation should only affect one database.

-- 
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/20190822/d88f54d7/attachment-0001.html>


More information about the webkit-unassigned mailing list