RESOLVED FIXED 25010
Convert all JS function invocations in InspectorController to use ScriptFunctionCall
https://bugs.webkit.org/show_bug.cgi?id=25010
Summary Convert all JS function invocations in InspectorController to use ScriptFunct...
Dimitri Glazkov (Google)
Reported 2009-04-02 14:08:10 PDT
This is fairly straightforward refactoring.
Attachments
Refactor to replace all JS function invocations in InspectorController with ScriptFunctionCall, v1 (16.56 KB, patch)
2009-04-02 14:29 PDT, Dimitri Glazkov (Google)
timothy: review+
Dimitri Glazkov (Google)
Comment 1 2009-04-02 14:29:38 PDT
Created attachment 29207 [details] Refactor to replace all JS function invocations in InspectorController with ScriptFunctionCall, v1 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(-)
Dimitri Glazkov (Google)
Comment 2 2009-04-02 14:49:10 PDT
Note You need to log in before you can comment on or make changes to this bug.