[webkit-reviews] review requested: [Bug 25010] Convert all JS function invocations in InspectorController to use ScriptFunctionCall : [Attachment 29207] Refactor to replace all JS function invocations in InspectorController with ScriptFunctionCall, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 14:29:38 PDT 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 25010: Convert all JS function invocations in InspectorController to use
ScriptFunctionCall
https://bugs.webkit.org/show_bug.cgi?id=25010

Attachment 29207: Refactor to replace all JS function invocations in
InspectorController with ScriptFunctionCall, v1
https://bugs.webkit.org/attachment.cgi?id=29207&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 WebCore/ChangeLog				|   31 ++++++
 WebCore/bindings/js/ScriptFunctionCall.cpp	|   24 ++++
 WebCore/bindings/js/ScriptFunctionCall.h	|    9 ++
 WebCore/bindings/js/ScriptObjectQuarantine.cpp |   27 +++++
 WebCore/bindings/js/ScriptObjectQuarantine.h	|    4 +
 WebCore/inspector/InspectorController.cpp	|  135 +++++++----------------
 WebCore/inspector/InspectorController.h	|    3 -
 7 files changed, 136 insertions(+), 97 deletions(-)


More information about the webkit-reviews mailing list