[webkit-reviews] review requested: [Bug 25470] Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler and related callsites : [Attachment 29898] Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 16:48:20 PDT 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 25470: Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler and
related callsites
https://bugs.webkit.org/show_bug.cgi?id=25470

Attachment 29898: Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler,
v1
https://bugs.webkit.org/attachment.cgi?id=29898&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 JavaScriptCore/ChangeLog			    |	 9 +
 .../Configurations/FeatureDefines.xcconfig	    |	 3 +-
 WebCore/ChangeLog				    |	18 ++
 WebCore/Configurations/FeatureDefines.xcconfig     |	 3 +-
 WebCore/WebCore.vcproj/build-generated-files.sh    |	 2 +-
 WebCore/bindings/js/JSConsoleCustom.cpp	    |	 4 +
 WebCore/bindings/js/JSDOMWindowBase.cpp	    |	 5 +-
 .../bindings/js/JSInspectorControllerCustom.cpp    |	28 +-
 WebCore/inspector/InspectorController.cpp	    |  324 ++++++++++----------
 WebCore/inspector/InspectorController.h	    |	82 +++---
 WebCore/inspector/InspectorController.idl	    |	32 +-
 WebCore/page/Console.cpp			    |	 2 +-
 WebKit/mac/ChangeLog				    |	 9 +
 WebKit/mac/Configurations/FeatureDefines.xcconfig  |	 3 +-
 WebKitTools/ChangeLog				    |	 9 +
 WebKitTools/Scripts/build-webkit		    |	 5 +
 16 files changed, 299 insertions(+), 239 deletions(-)


More information about the webkit-reviews mailing list