[Webkit-unassigned] [Bug 37602] AppCache Progress Events - need to include additional info per the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 13:51:51 PDT 2010


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





--- Comment #2 from Patrick Mueller <pmuellr at yahoo.com>  2010-05-13 13:51:51 PST ---
Created an attachment (id=56020)
 --> (https://bugs.webkit.org/attachment.cgi?id=56020)
in-progress patch

First pass at changes to have the appcache "progress" event send a real ProgressEvent, with the new loadedItems and totalItems properties.  

The code is basically operational, as tested Web Inspector with a sample app I had lying around.

Issues:

- there may be a one-off issue with loadedItems
- almost sure that the appcache events will be leaked (still figuring out the RefPtr stuff)
- the totalItem count may not be quite correct
- add IBM copyrights as appropriate

Patch is against r58875, and is actually a plain old Git patch (not sure how to create an SVN friendly patch from Git)

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