[Webkit-unassigned] [Bug 77871] New: Using V8 ScriptControllerQt does not refresh the qtScriptEngine after new context creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 07:14:00 PST 2012


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

           Summary: Using V8 ScriptControllerQt does not refresh the
                    qtScriptEngine after new context creation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bo at kapowsoftware.com


ScriptController::clearWindowShell should also clear the m_qtScriptEngine:

#if PLATFORM(QT)
    m_qtScriptEngine.clear();
#endif

Else, consecutive calls to QWebFrame::evaluateJavaScript fails, due to the fact, that after calling QWebFrame::load the m_qtScriptEngine is not cleared.

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