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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 14 12:41:24 PDT 2008


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





------- Comment #37 from aroben at apple.com  2008-03-14 12:41 PDT -------
Created an attachment (id=19771)
 --> (http://bugs.webkit.org/attachment.cgi?id=19771&action=view)
[WIP] Pause JS timers, block javascript: URIs, block JS event handlers

This patch adds KJSProxy::[set]JavaScriptExecutionAllowed. Calling
setJavaScriptExecutionAllowed(false) will pause JS timers, block javascript:
URIs, and block JS event handlers. This patch depends on attachment 19769.

This takes care of items (1), (2), and (7) from comment 25.


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