[Webkit-unassigned] [Bug 60793] New: Application cache status indicator gets stuck at DOWNLOADING after a failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 13 13:12:59 PDT 2011


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

           Summary: Application cache status indicator gets stuck at
                    DOWNLOADING after a failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: michaeln at google.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org


Steps to reproduce:
1) Open <http://nypop.com/~ap/webkit/indicator/test.html> with Web Inspector being open.
2) In Resources->Application Cache pane, observe that cache status remains DOWNLOADING.

This is wrong, because the cache fails to update, and the status is actually UNCACHED.

The reason for this is that Inspector is notified about status changes by ApplicationCacheGroup, but ApplicationCacheGroup is not an authority here. ApplicationCacheHost is the class that decides what the current status is.

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