[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
Sun Jul 14 20:33:33 PDT 2013


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





--- Comment #3 from Donggwan Kim <donggwan.kim at samsung.com>  2013-07-14 20:34:46 PST ---
I think following cases could be happened

1. when storeCopyOfCache is called for some reason after setCacheDirectory was called to initialize default cache directory by application
2. For test, it could be called more than once. For example, it was called two times in test_ewk_setting.cpp of Efl port.

In my humble opinion, there is no reason for limiting setCacheDirectory force to be called only one time. In other cases, (e.g. SQLDatabase, Local Storage ...) there are no limitation like this.

So i think it should be removed.

If you have any other opinion, please let me know.

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