[Webkit-unassigned] [Bug 24529] Add support in Web Inspector for examining/changing data for HTML5 offline-Web-applications (application cache)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 19 10:40:51 PDT 2010


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





--- Comment #13 from Michael Nordman <michaeln at google.com>  2010-04-19 10:40:50 PST ---
(In reply to comment #11)
> Done with the Easy Part. The UI:
> http://grab.by/3PXh
> 
> I don't think this will be a good way to show "FALLBACK" information. I'll have
> to experiment once I start working more with Application Cache and actually get
> data from the backend!

A good start. The 'type' column may need some work? Entries can be of multiple
types. Really its more of a bitfield than an enumerated type. We could "dumb it
down" in the UI, but not sure we should? Let's say the usual case is what your
calling 'manifest' for entries listed in the CACHE section of the file. Some of
those may also be 'master' entries or 'fallback' entries. We also have to
represent entries listed in the NETWORK section (confusingly also referred to
as the online white list in the spec).

There is also the update status value, and date/times the refer to the appcache
as whole rather than individual entries. Maybe visually we could use a non
scrollable pane above the scrollable list view containing the entries for this
type info.

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