[Webkit-unassigned] [Bug 22700] ApplicationCache should have size limit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 13:37:23 PDT 2009


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





------- Comment #12 from koivisto at iki.fi  2009-05-06 13:37 PDT -------
(From update of attachment 30016)

> -    bool storeNewestCache(ApplicationCacheGroup*); // Updates the cache group, but doesn't remove old cache.
> -    void store(ApplicationCacheResource*, ApplicationCache*);
> +    bool storeNewestCache(ApplicationCacheGroup*, int64_t maxAppCacheSize); // Updates the cache group, but doesn't remove old cache.
> +    void store(ApplicationCacheResource*, ApplicationCache*, int64_t maxAppCacheSize);
>      bool storeUpdatedType(ApplicationCacheResource*, ApplicationCache*);

Can we avoid adding the maxAppCacheSize arguments here? Cache size should be
reachable through the group or cache pointers.


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



More information about the webkit-unassigned mailing list