[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 12:21:03 PDT 2010


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





--- Comment #7 from Michael Nordman <michaeln at google.com>  2010-04-14 12:21:02 PST ---
(In reply to comment #6)
> 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.

Adding an error message is a good idea.

The spec does call for some additional info available in the progress events
thru these attribute values. These aren't implemented yet in webcore (or
chrome).
- lengthComputable, should be true
- total, the number of URLs to process
- loaded, the number of URLs that have been processed (downloaded or skipped)

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