[Webkit-unassigned] [Bug 203128] New: Remove IDBBackingStoreTemporaryFileHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 17:08:53 PDT 2019


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

            Bug ID: 203128
           Summary: Remove IDBBackingStoreTemporaryFileHandler
           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

IDBBackingStoreTemporaryFileHandler has only one member function, and implementation of that is to delete files.
We can remove this class and delete the temporary files at the places where objects of this class are used.

By doing this, we no longer need to pass the NetworkProcess/InProcessIDBServer all the way down to SQLiteIDBBackingStore, which leads to cross-thread copying.

-- 
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/20191018/8ed34038/attachment-0001.html>


More information about the webkit-unassigned mailing list