[webkit-reviews] review granted: [Bug 96372] [WK2][WKTR] TestRunner needs to implement clearApplicationCacheForOrigin : [Attachment 163328] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 04:54:49 PDT 2012


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 96372: [WK2][WKTR] TestRunner needs to implement
clearApplicationCacheForOrigin
https://bugs.webkit.org/show_bug.cgi?id=96372

Attachment 163328: Patch
https://bugs.webkit.org/attachment.cgi?id=163328&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=163328&action=review


> Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePrivate.h:98
> +WK_EXPORT void WKBundleClearApplicationCacheForOrigin(WKBundleRef bundle,
WKStringRef origin);
>  WK_EXPORT void WKBundleSetAppCacheMaximumSize(WKBundleRef bundle, uint64_t
size);
>  WK_EXPORT uint64_t WKBundleGetAppCacheUsageForOrigin(WKBundleRef bundle,
WKStringRef origin);

Why are these api's inconsistent? AppCache vs ApplicationCache. That should
really be fixed


More information about the webkit-reviews mailing list