[Webkit-unassigned] [Bug 135346] Make WKOriginDataManager correctly operate on IndexedDatabases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 28 12:59:42 PDT 2014


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





--- Comment #1 from Brady Eidson <beidson at apple.com>  2014-07-28 12:59:55 PST ---
In this patch, open handles to the database files on disk will not be notified and invalidated.

This is probably quite an acceptable situation for now. because:
    - For read-only operations, they will continue functioning as normal on the unlinked file.
    - For write operations, they will start producing errors as SQLite notices the missing backing store.

But it should still be fixed, and I filed https://bugs.webkit.org/show_bug.cgi?id=135347 to track that in a followup

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list