[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:52:44 PDT 2010


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





--- Comment #8 from Patrick Mueller <pmuellr at yahoo.com>  2010-04-14 12:52:42 PST ---
(In reply to comment #7)
> Adding an error message is a good idea.

Except it should probably be a code, and not a message, and thus the spec
should probably be updated.

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

Ah!  I see those now - but I had to search the spec to find them :-)   BTW, the
spec is available at the URL field value in this bug.  Why aren't such things
in the IDL?  Does the IDL not have a mechanism to describe these, or is the IDL
in the spec not matching up to the wording of the spec (I'm an IDL n00b) and so
the IDL in the spec needs to be updated.

In any case, we need to open up another bug to get those properties added. 
I'll do this if no one else has (quick search didn't find any hits)

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