[Webkit-unassigned] [Bug 17133] Should support pausing JavaScript execution without hanging the process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 13 12:11:15 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17133





------- Comment #25 from aroben at apple.com  2008-03-13 12:11 PDT -------
Here are the ways I currently know that JavaScript execution can be initiated:

1. JavaScript event handlers
2. Callbacks from window.setTimeout/window.setInterval
3. Callbacks from the client-side database storage API
4. JavaScript access from plugins (both NPAPI and WebKit plugins)
5. Parsing of a <script> tag in a document
6. Loading of a script resource completing
7. Loading of javascript: URIs
8. Calls from WebKit clients


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list