[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 22 15:47:24 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58789|0                           |1
        is obsolete|                            |
  Attachment #58797|0                           |1
        is obsolete|                            |
  Attachment #58849|0                           |1
        is obsolete|                            |
  Attachment #58789|review?                     |
               Flag|                            |
  Attachment #58797|review?                     |
               Flag|                            |
  Attachment #58849|review?                     |
               Flag|                            |
  Attachment #59425|                            |review?
               Flag|                            |




--- Comment #20 from Joseph Pecoraro <joepeck at webkit.org>  2010-06-22 15:47:23 PST ---
Created an attachment (id=59425)
 --> (https://bugs.webkit.org/attachment.cgi?id=59425)
[PATCH] Part 1 - Add Total and Per-Origin Quota Preferences.

Taking a different approach. Making the individual parts a little smaller so they
are easier to review. This part adds the Preferences. They are not page/Settings,
they are set on the global ApplicationCacheStorage object returned from
cacheStorage(). Setting the maximumSize empties the database, so I only
set it when the preference changes instead of the usual place. Part 2 will
make use of this preference. I'm just making some tweaks.

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