[Webkit-unassigned] [Bug 25010] Convert all JS function invocations in InspectorController to use ScriptFunctionCall

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


https://bugs.webkit.org/show_bug.cgi?id=25010


dglazkov at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29207|                            |review?
               Flag|                            |




------- Comment #1 from dglazkov at chromium.org  2009-04-02 14:29 PDT -------
Created an attachment (id=29207)
 --> (https://bugs.webkit.org/attachment.cgi?id=29207&action=view)
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(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list