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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 09:45:56 PDT 2011


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





--- Comment #2 from Lucas De Marchi <demarchi at webkit.org>  2011-10-13 09:45:56 PST ---
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.

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