RESOLVED FIXED Bug 57918
Add QUOTA build flag for unified quota API
https://bugs.webkit.org/show_bug.cgi?id=57918
Summary Add QUOTA build flag for unified quota API
Kinuko Yasuda
Reported 2011-04-05 22:04:34 PDT
Per public discussion on public-webapps, we need unified quota API that allows webapps to request/query the current storage usage and quota. The spec is not fully specified yet and is subject to change, and the feature should be guarded by a new compile time flag. http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0346.html
Attachments
The first patch to add QUOTA flag (17.45 KB, patch)
2011-04-05 22:57 PDT, Dai Mikurube
no flags
Patch (19.07 KB, patch)
2011-04-05 23:58 PDT, Dai Mikurube
levin: review+
Dai Mikurube
Comment 1 2011-04-05 22:57:03 PDT
Created attachment 88369 [details] The first patch to add QUOTA flag
Kinuko Yasuda
Comment 2 2011-04-05 23:41:23 PDT
Comment on attachment 88369 [details] The first patch to add QUOTA flag Thanks for working on this! View in context: https://bugs.webkit.org/attachment.cgi?id=88369&action=review Have you forgotten to add the similar change in configure.ac (and top level ChangeLog)? > Source/WebCore/ChangeLog:1 > +2011-04-05 Dai Mikurube <dmikurube@google.com> Different address from the one in others (chromium.org vs google.com). > Source/WebCore/WebCore.pri:169 > +!contains(DEFINES, ENABLE_QUOTA=.): DEFINES += ENABLE_QUOTA=0 Seems like we should put this in Source/WebCore/features.pri instead? > Source/WebKit/chromium/ChangeLog:1 > +2011-04-05 Dai Mikurube <dmikurube@google.com> ditto. > Source/WebKit/chromium/features.gypi:78 > + 'ENABLE_QUOTA=1', Please do not enable this yet. (You can just remove this line for now) > Source/WebKit/mac/ChangeLog:1 > +2011-04-05 Dai Mikurube <dmikurube@google.com> ditto. > WebKitLibraries/ChangeLog:1 > +2011-04-05 Dai Mikurube <dmikurube@google.com> ditto.
Dai Mikurube
Comment 3 2011-04-05 23:58:29 PDT
Dai Mikurube
Comment 4 2011-04-06 00:00:08 PDT
Thank you for your comments. Modified the patch.
Kinuko Yasuda
Comment 5 2011-04-06 00:16:50 PDT
Comment on attachment 88379 [details] Patch Thanks, looks good to me.
Kinuko Yasuda
Comment 6 2011-04-06 20:26:08 PDT
Note You need to log in before you can comment on or make changes to this bug.