[webkit-reviews] review cancelled: [Bug 17133] Should support pausing JavaScript execution without hanging the process : [Attachment 19771] [WIP] Pause JS timers, block javascript: URIs, block JS event handlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 15 20:54:57 PDT 2008


Adam Roben (aroben) <aroben at apple.com> has cancelled 's request for review:
Bug 17133: Should support pausing JavaScript execution without hanging the
process
http://bugs.webkit.org/show_bug.cgi?id=17133

Attachment 19771: [WIP] Pause JS timers, block javascript: URIs, block JS event
handlers
http://bugs.webkit.org/attachment.cgi?id=19771&action=edit

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
After some more thinking, I've realized we don't need to worry about new timers
being installed while JavaScript is paused. The timers can only be installed
programmatically, which can't happen while JavaScript is paused.

So, the PausedTimeouts refactoring is not necessary, and I'll post a newer
version of this patch.


More information about the webkit-reviews mailing list