RESOLVED FIXED 60590
Web Inspector: Application cache status always displayed as UNCACHED at first
https://bugs.webkit.org/show_bug.cgi?id=60590
Summary Web Inspector: Application cache status always displayed as UNCACHED at first
Alexey Proskuryakov
Reported 2011-05-10 15:34:31 PDT
Steps to reproduce: 1. Open any site that uses appcache (e.g. <http://www.webkit.org/demos/calendar/Calendar.html>). 2. Reload if opening it for the first time. 3. Open Web Inspector, go to Resources->Application Cache. Observe that the status is displayed as UNCACHED, which is incorrect. Notably, applicationCache.status value is 1, which stands for UNCACHED.
Attachments
Joseph Pecoraro
Comment 1 2011-05-10 15:48:46 PDT
> applicationCache.status value is 1, which stands for UNCACHED. Typo there, a value of 1 is IDLE.
Alexey Proskuryakov
Comment 2 2011-05-13 00:55:42 PDT
I thought that adding a call to updateApplicationCacheStatus() in InspectorApplicationCacheAgent::setFrontend() would fix this, but that didn't work. Perhaps like the forntend is not ready for notifications by the time setFrontend() is called. BTW, I'm wondering if online status bullet has the same problem - it starts with Online, and waits for notifications.
Alexey Proskuryakov
Comment 3 2011-05-13 14:05:29 PDT
The status indicator has been hidden in bug 60799 to avoid confusing developers.
Vsevolod Vlasov
Comment 4 2011-11-11 10:30:45 PST
Note You need to log in before you can comment on or make changes to this bug.