[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 21:09:18 PDT 2008


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





------- Comment #29 from aroben at apple.com  2008-03-13 21:09 PDT -------
(In reply to comment #28)
> B. Programmatically changing window.location or the src attribute of a
> <frame>/<iframe> to a javascript: URI
> 
>    This will be prevented simply because we're going to be pausing JavaScript.

I should be slightly clearer here. If the programmatic change is in the code
that we are stepping through in the debugger, we will allow this to happen. If
the programmatic change is in other code, it won't be executing because
JavaScript will be paused.


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