Bug 43339

Summary: Web Inspector: debugger code should serialize call frames to InspectorObjects
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Yury Semikhatsky 2010-08-02 05:19:22 PDT
Web Inspector: debugger code should serialize call frames to InspectorObject. Now it uses SerializedScriptValue.
Comment 1 Yury Semikhatsky 2010-08-02 07:49:04 PDT
Created attachment 63219 [details]
Patch
Comment 2 Yury Semikhatsky 2010-08-02 23:34:38 PDT
Created attachment 63302 [details]
Patch
Comment 3 Yury Semikhatsky 2010-08-03 02:33:53 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/bindings/js/ScriptValue.cpp
	M	WebCore/bindings/v8/ScriptValue.cpp
	M	WebCore/inspector/InjectedScript.cpp
	M	WebCore/inspector/InjectedScript.h
	M	WebCore/inspector/Inspector.idl
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorController.h
	M	WebCore/inspector/InspectorFrontend.cpp
	M	WebCore/inspector/InspectorFrontend.h
	M	WebCore/inspector/front-end/InspectorBackendStub.js
Committed r64540