Bug 97882 - [EFL][WK2] exceededDatabaseQuota event is not handled
Summary: [EFL][WK2] exceededDatabaseQuota event is not handled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 03:12 PDT by Chris Dumez
Modified: 2012-09-28 03:39 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.02 KB, patch)
2012-09-28 03:16 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-09-28 03:12:37 PDT
We currently don't handle the exceededDatabaseQuota callback from WKPageUIClient, causing WebDatabase requests to fail since 0 is currently used as database quota. We need to handle this callback and let the browser decide what to do.
If the browser does not handle the event, then we should return a realistic default quota (5MB is recommended by the spec).
Comment 1 Chris Dumez 2012-09-28 03:16:03 PDT
Created attachment 166190 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-28 03:39:38 PDT
Comment on attachment 166190 [details]
Patch

Clearing flags on attachment: 166190

Committed r129871: <http://trac.webkit.org/changeset/129871>
Comment 3 WebKit Review Bot 2012-09-28 03:39:42 PDT
All reviewed patches have been landed.  Closing bug.