RESOLVED FIXED 96379
[WK2][WKTR] TestRunner needs to implement setApplicationCacheOriginQuota
https://bugs.webkit.org/show_bug.cgi?id=96379
Summary [WK2][WKTR] TestRunner needs to implement setApplicationCacheOriginQuota
Chris Dumez
Reported 2012-09-11 05:34:17 PDT
TestRunner needs to implement setApplicationCacheOriginQuota. This is needed by the following test cases: LayoutTests/http/tests/appcache/origin-quota-continued-download-multiple-manifests.html LayoutTests/http/tests/appcache/origin-quota-continued-download.html LayoutTests/http/tests/appcache/origin-quota.html
Attachments
Patch (7.76 KB, patch)
2012-09-11 05:46 PDT, Chris Dumez
kenneth: review+
kenneth: commit-queue-
Patch for landing (7.78 KB, patch)
2012-09-11 06:42 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-09-11 05:46:25 PDT
Chris Dumez
Comment 2 2012-09-11 05:46:53 PDT
Unforunately, tests cannot be unskipped yet due to Bug 96374.
Kenneth Rohde Christiansen
Comment 3 2012-09-11 05:48:30 PDT
Comment on attachment 163343 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=163343&action=review > Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePrivate.h:100 > +WK_EXPORT void WKBundleSetApplicationCacheOriginQuota(WKBundleRef bundle, WKStringRef origin, uint64_t quota); so quote is in MB? I think the variable name should make that clearer
Chris Dumez
Comment 4 2012-09-11 06:42:51 PDT
Created attachment 163352 [details] Patch for landing Take Kenneth's feedback into consideration.
WebKit Review Bot
Comment 5 2012-09-11 08:23:14 PDT
Comment on attachment 163352 [details] Patch for landing Clearing flags on attachment: 163352 Committed r128190: <http://trac.webkit.org/changeset/128190>
WebKit Review Bot
Comment 6 2012-09-11 08:23:19 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.