[Webkit-unassigned] [Bug 43585] New: Remove Invalid Asserts for Application Cache Quotas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 16:06:39 PDT 2010


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

           Summary: Remove Invalid Asserts for Application Cache Quotas
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: ddkilzer at webkit.org


These ASSERTs were added in:
<http://webkit.org/b/40627> Limit ApplicationCache Total and Per-Origin Storage Capacity (Quotas)

They will always fail the first time with a client that uses a non-unlimited quota because:
  - ApplicationCacheStorage's singleton is initialized with noQuota defaults
  - WebApplicationCache uses the above singleton
  - When initializing the WebView _preferencesChanged will call setter, which runs this
     ASSERT before the default quota is being set for the first time!

  [WebApplicationCache setDefaultOriginQuota:[preferences applicationCacheDefaultOriginQuota]];

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