[Webkit-unassigned] [Bug 64177] ApplicationCache update should not immediately fail when reaching per-origin quota
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 12 12:07:15 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64177
--- Comment #16 from Alexey Proskuryakov <ap at webkit.org> 2011-07-12 12:07:15 PST ---
(From update of attachment 100196)
View in context: https://bugs.webkit.org/attachment.cgi?id=100196&action=review
> Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:940
> if (failureReason == ApplicationCacheStorage::TotalQuotaReached && !m_calledReachedMaxAppCacheSize) {
It's a pity that logic for total quota reached is so different from origin quota (I don't really understand what happens for global quota). Perhaps that's worth a FIXME too.
--
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