[Webkit-unassigned] [Bug 118584] [Application Cache] Assert failed if ApplicationCacheStorage::setCacheDirectory is called more than once.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 16 09:44:27 PDT 2013


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #206508|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2013-07-16 09:44:34 PST ---
(From update of attachment 206508)
If we are to allow changing directory on the fly, then we should ensure that on-disk database state doesn't get out of sync. So, we should either close it and open one from the new directory, or make this function assert when called in a situation where safe change is not possible.

-- 
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