[Webkit-unassigned] [Bug 64581] Web Inspector: ApplicationCache UI is confusing and incorrect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 17:16:18 PDT 2011


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





--- Comment #3 from Michael Nordman <michaeln at google.com>  2011-11-03 17:16:17 PST ---
That sounds like it'd be an improvement. The set of nodes on the right-hand-side will definitely not be too big (at most one node per frame in the page).

Do you plan on using the manifestUrl as the label for the nodes in the right-hand-side?

There is a detail that you should be aware of. Different frames broadly associated to the same manifest url, can be narrowly associated to different 'versions' of that manifest. The detailed list of entries and timeStamps/size values of the ApplicationCacheHost::CacheInfo structure will be different even though the manifestUrl is the same. The ApplicationCacheHost::fillResourceList() and applicationCacheInfo() method, reflect what the info of the specific version associated with that specific doc/worker context. 

With that in mind, if two frames in the same 'tab' are using the same manifest url, it might be best to go ahead and have the same 'url' listed multiple times in the list on the rhs. When clicked on, query the specific 'host' for the detailed listing and info to populate the lhs.

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