[Webkit-unassigned] [Bug 99946] Add int64 wrapper for WebKit2 API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 02:34:55 PDT 2012


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





--- Comment #5 from Jiyeon Kim <jiyeon0402.kim at samsung.com>  2012-10-30 02:36:11 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Thank you for providing a rationale!
> > > 
> > > Int64 can have negative values. Is that a good match for application cache quota?
> > The return type of "defaultOriginQuota()" in ApplicationCacheStorage.h is "int64_t". Also "setDefaultOriginQuota()" argument is int64_t type. So I think It needs int64_t wrapper for supporting these APIs for webkit2.
> But I also think that quota doesn't need to be negative value.
I also have a plan to make some apis for getting disk usage of local storage and application cache. These apis will use StorageTracker::diskUsageForOrigin and ApplicationCache::diskUsageForOrigin return long long type. So I think we need int64 wrapper for WebKit2.
Please review this patch.

-- 
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