Bug 43475 - Web Inspector: serialize CPU profiles to InspectorValues
Summary: Web Inspector: serialize CPU profiles to InspectorValues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 02:41 PDT by Yury Semikhatsky
Modified: 2010-08-04 05:23 PDT (History)
10 users (show)

See Also:


Attachments
Patch (24.10 KB, patch)
2010-08-04 03:16 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2010-08-04 02:41:34 PDT
Web Inspector: serialize CPU profiles to InspectorValues when passing them to the frontend.
Comment 1 Yury Semikhatsky 2010-08-04 03:16:58 PDT
Created attachment 63435 [details]
Patch
Comment 2 Pavel Feldman 2010-08-04 03:26:06 PDT
Comment on attachment 63435 [details]
Patch

WebCore/inspector/InspectorController.cpp:1499
 +  #if USE(JSC)
Do you still need this?
Comment 3 Yury Semikhatsky 2010-08-04 03:30:07 PDT
(In reply to comment #2)
> (From update of attachment 63435 [details])
> WebCore/inspector/InspectorController.cpp:1499
>  +  #if USE(JSC)
> Do you still need this?

No, removed.
Comment 4 Yury Semikhatsky 2010-08-04 05:23:05 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/Android.jscbindings.mk
	M	WebCore/CMakeLists.txt
	M	WebCore/ChangeLog
	M	WebCore/GNUmakefile.am
	M	WebCore/WebCore.pro
	M	WebCore/WebCore.vcproj/WebCore.vcproj
	M	WebCore/WebCore.xcodeproj/project.pbxproj
	A	WebCore/bindings/js/ScriptProfile.cpp
	M	WebCore/bindings/js/ScriptProfile.h
	M	WebCore/bindings/js/ScriptProfiler.cpp
	M	WebCore/bindings/scripts/CodeGeneratorJS.pm
	M	WebCore/bindings/v8/ScriptProfile.cpp
	M	WebCore/bindings/v8/ScriptProfile.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
Committed r64642