RESOLVED FIXED 23001
A call to applicationCache.update() from a cached event listener should be ignored
https://bugs.webkit.org/show_bug.cgi?id=23001
Summary A call to applicationCache.update() from a cached event listener should be ig...
Alexey Proskuryakov
Reported 2008-12-26 10:24:19 PST
Per HTML5, applicationCache.update() should be a no-op if cache group update status is not Idle - and it is reset to Idle after dispatching noupdate and cached events. We only have it right in noupdate case now.
Attachments
proposed fix (5.91 KB, patch)
2008-12-26 10:26 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2008-12-26 10:26:16 PST
Created attachment 26256 [details] proposed fix
Darin Adler
Comment 2 2008-12-26 10:47:30 PST
Comment on attachment 26256 [details] proposed fix r=me
Alexey Proskuryakov
Comment 3 2008-12-26 10:52:28 PST
Committed revision 39478.
Note You need to log in before you can comment on or make changes to this bug.