[Webkit-unassigned] [Bug 71271] [Qt] Web Inspector: inspector UI becomes unresponsive on debugger pause

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 08:17:50 PST 2012


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





--- Comment #5 from Mozhaev Grigory <zcrendel at gmail.com>  2012-01-16 08:17:50 PST ---
(In reply to comment #1)
> I did some rough hack - removed isPaused() statement from a couple of the conditions in the following source files:
> 
>    WebCore/bindings/js/JSLazyEventListener.cpp (in ScriptValue ScriptController::executeScriptInWorld() func)
>    WebCore/bindings/js/ScriptController.cpp (in JSLazyEventListener::initializeJSFunction() func)
>    WebCore/bindings/js/JSEventListener.cpp (in JSEventListener::handleEvent() func)
> 
> Just like that:
>    if (!script->canExecuteScripts(AboutToExecuteScript))// || script->isPaused())
> 

I forgot to mention, what I also commented the following condition part:

    if (!scriptExecutionContext) // || scriptExecutionContext->isJSExecutionForbidden())
        return;

in  WebCore/bindings/js/JSEventListener.cpp (void JSEventListener::handleEvent(...) func)

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