Bug 60573 - [WebKit2] exceededDatabaseQuota function on WKPageUIClient needs to provide information about the usage for both the origin overall and the database in question
Summary: [WebKit2] exceededDatabaseQuota function on WKPageUIClient needs to provide i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jessie Berlin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-05-10 13:28 PDT by Jessie Berlin
Modified: 2011-05-11 08:56 PDT (History)
1 user (show)

See Also:


Attachments
Patch (13.34 KB, patch)
2011-05-10 16:54 PDT, Jessie Berlin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jessie Berlin 2011-05-10 13:28:53 PDT
Currently, it only provides usage information for the database in question. To expose as much information as was available in the WK1 version, it needs to provide the usage information for the origin as well.

<rdar://problem/8246352>
Comment 1 Jessie Berlin 2011-05-10 16:54:37 PDT
Created attachment 93050 [details]
Patch
Comment 2 Jessie Berlin 2011-05-11 08:56:47 PDT
Comment on attachment 93050 [details]
Patch

Thanks for the review, Darin! Committed in http://trac.webkit.org/changeset/86231