[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
Wed Apr 14 11:48:03 PDT 2010


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





--- Comment #6 from Patrick Mueller <pmuellr at yahoo.com>  2010-04-14 11:48:02 PST ---
(In reply to comment #4)
> Yes these were the exact places I was thinking of putting the appcache info.
> Only additional information we have is the time info such as last
> updated/created/accssed etc. (And ability to remove caches which you mentioned)
> 
> Also there needs to be an API for this so that we can get info from appcache
> asynchronously.

Beyond just debugger support, it would be nice to see the app-cache
implementation itself, as developer's see it, enhanced.  The reason we need
debug support is partially because the spec is pretty thin.

For instance, error events from app-cache come back with absolutely no
information.  What if we added an error code and/or message?  For progress
events, what if we sent back along with the event, the URL of the resource, and
actually progress numbers - which download this out of the total resource
downloads, and the total number of resource downloads that WebKit is going to
be making.

I don't remember if anyone's looking at enhancing the spec - though I think
someone mentioned at the meeting there was some work going on here.

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