[Webkit-unassigned] [Bug 57849] [Chromium] Add WebKit API to query and request unified offline-storage quota

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 11:09:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57849





--- Comment #5 from Eric U. <ericu at chromium.org>  2011-04-05 11:09:57 PST ---
(From update of attachment 88237)
View in context: https://bugs.webkit.org/attachment.cgi?id=88237&action=review

> Source/WebKit/chromium/public/WebFrameClient.h:374
> +        WebFrame*, WebStorageInfoType, WebStorageInfoCallbacks*) { }

Doesn't this need a parameter for how much quota is being requested?

> Source/WebKit/chromium/public/WebStorageInfoCallbacks.h:39
> +    virtual void didQueryStorageUsage(unsigned long long usageInBytes, unsigned long long quotaInBytes) = 0;

Why put these both in the same object?  Will any method ever need both of them?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list