[Webkit-unassigned] [Bug 29690] Application Cache event listeners can fire during script loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 09:50:58 PDT 2009


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





--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2009-09-25 09:50:56 PDT ---
> This might actually be correct behavior, I'm not sure yet. And this is not
> limited to appcache - all the new events that are posted asynchronously can get
> dispatched even when parsing is paused for an external script.

I'd be worried if this is the correct behavior.   If that is what the spec says
then maybe it should be fixed / clarified. A more realistic scenario then the
test case I provided is if there is applicationCache logic in the external
javascript file. For instance a simple library that interacts with the
applicationCache in order to provide users with a custom user interface (as
6.9.4.4 mentions a default User Agent Interface) indicating what is happening.

In this case I wouldn't want the applicationCache's checking event to fire
before that external script, which would contain handlers for these types of
events, is downloaded!

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