[Webkit-unassigned] [Bug 40627] Limit ApplicationCache Total and Per-Origin Storage Capacity (Quotas)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 20:29:45 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58849|                            |review?
               Flag|                            |




--- Comment #15 from Joseph Pecoraro <joepeck at webkit.org>  2010-06-15 20:29:42 PST ---
Created an attachment (id=58849)
 --> (https://bugs.webkit.org/attachment.cgi?id=58849)
[PATCH] Part 3 - Test Case

This adds a test case but it doesn't call setQuota directly on an ApplicationCacheGroup,
instead it uses the preference, and creates a new cache group by changing the manifest url
(this causes a new group to be created).

After speaking with Alexey, and making these tests, I think "Per-Origin" is the wrong
name for this bug. And ApplicationCacheGroupQuota is misleading, because its
really a quota on the ApplicationCaches themselves, it just happens that the size counter
is in ApplicationCacheGroup because thats where the resource loads happen.

So, feel free to suggest better names or suggest that I move things around.

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