[webkit-reviews] review canceled: [Bug 40627] Limit ApplicationCache Total and Per-Origin Storage Capacity (Quotas) : [Attachment 58797] [PATCH] Part 1 - Add Per-Origin quota logic, and persistence. (include stdint.h)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 15:47:23 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has canceled Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 40627: Limit ApplicationCache Total and Per-Origin Storage Capacity
(Quotas)
https://bugs.webkit.org/show_bug.cgi?id=40627

Attachment 58797: [PATCH] Part 1 - Add Per-Origin quota logic, and persistence.
(include stdint.h)
https://bugs.webkit.org/attachment.cgi?id=58797&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
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.


More information about the webkit-reviews mailing list