Bug 59681

Summary: Expose webkitStorageInfo.requestQuota() for Quota API if QUOTA flag is enabled
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Kinuko Yasuda <kinuko>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 60355    
Attachments:
Description Flags
Patch levin: review+

Description Kinuko Yasuda 2011-04-28 03:02:26 PDT
Expose webkitStorageInfo.requestQuota() for Quota API if QUOTA flag is enabled.

Per public discussion on public-webapps, we should expose the unified quota API (vendor-prefixed one) that allows webapps to request the new storage quota.  Depending on platform it may trigger some notification UI.
http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0346.html

(StorageInfo's the other method, webkitStorageInfo.queryUsageAndQuota() is already added in issue 58648)
Comment 1 Kinuko Yasuda 2011-04-28 03:13:06 PDT
Created attachment 91457 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-01 10:55:25 PDT
Seems this is a new feature and should probably be announced to webkit-dev per the discussion at the contributors meeting.  See bug 59672.
Comment 3 Kinuko Yasuda 2011-05-06 01:54:51 PDT
(In reply to comment #2)
> Seems this is a new feature and should probably be announced to webkit-dev per the discussion at the contributors meeting.  See bug 59672.

Makes sense, I just sent out an email to webkit-dev to announce that we're planning to add the unifeid quota feature to WebKit.  Thanks,
Comment 4 Kinuko Yasuda 2011-05-18 06:37:08 PDT
David, could you or someone take a look at this?  Thanks.

(The feature announce has been made and so far getting no negative feedback)
Comment 5 Kinuko Yasuda 2011-05-18 08:31:57 PDT
Committed r86764: <http://trac.webkit.org/changeset/86764>