[Webkit-unassigned] [Bug 69992] The local database can't be opened

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 05:37:36 PDT 2011


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





--- Comment #4 from Franky <franky.yang at intel.com>  2011-10-14 05:37:36 PST ---
(In reply to comment #2)
> ahn... just checked your code.
> 
> It's a configuration thing. By default WebKit-EFL uses 1MB as a max quota for database and you are trying to open a database with 2MB.
> 
> See documentation of ewk_view_exceeded_database_quota().
> 
> Basically, you just have to implement the method exceeded_database_quota() returning the new quota if you would like to allow this change for that site.

Thank you! After change my JS code, everything is ok now. Sorry for bother, it shouldn't be reported as a bug.

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