[webkit-reviews] review requested: [Bug 25063] Refactor InspectorController to use ScriptState/Object : [Attachment 29291] Refactor InspectorController to use ScriptObject/State, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 6 15:58:12 PDT 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 25063: Refactor InspectorController to use ScriptState/Object
https://bugs.webkit.org/show_bug.cgi?id=25063

Attachment 29291: Refactor InspectorController to use ScriptObject/State, v1
https://bugs.webkit.org/attachment.cgi?id=29291&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 WebCore/ChangeLog				    |	24 ++
 WebCore/GNUmakefile.am 			    |	 1 +
 WebCore/WebCore.pro				    |	 1 +
 WebCore/WebCore.vcproj/WebCore.vcproj		    |	 4 +
 WebCore/WebCore.xcodeproj/project.pbxproj	    |	 4 +
 WebCore/WebCoreSources.bkl			    |	 1 +
 .../bindings/js/JSInspectorControllerCustom.cpp    |	 2 +-
 WebCore/bindings/js/ScriptObject.cpp		    |	30 +++
 WebCore/bindings/js/ScriptObject.h		    |	10 +
 WebCore/bindings/js/ScriptState.cpp		    |	44 ++++
 WebCore/bindings/js/ScriptState.h		    |	 3 +
 WebCore/inspector/InspectorController.cpp	    |  232 ++++++--------------
 WebCore/inspector/InspectorController.h	    |	16 +-
 13 files changed, 197 insertions(+), 175 deletions(-)


More information about the webkit-reviews mailing list