[Webkit-unassigned] [Bug 24989] Refactor InspectorResource to use ScriptObject/FunctionCall

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 1 12:18:36 PDT 2009


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


dglazkov at chromium.org changed:

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




------- Comment #1 from dglazkov at chromium.org  2009-04-01 12:18 PDT -------
Created an attachment (id=29172)
 --> (https://bugs.webkit.org/attachment.cgi?id=29172&action=view)
refactor InspectorResource to use ScriptObject/FunctionCall, v1.

 WebCore/ChangeLog                                  |   76 ++++
 .../bindings/js/JSInspectorControllerCustom.cpp    |   14 +-
 WebCore/bindings/js/ScriptFunctionCall.cpp         |    6 +
 WebCore/bindings/js/ScriptFunctionCall.h           |    1 +
 WebCore/bindings/js/ScriptObject.cpp               |   71 ++++
 WebCore/bindings/js/ScriptObject.h                 |   10 +
 WebCore/inspector/InspectorController.cpp          |  434 +++-----------------
 WebCore/inspector/InspectorController.h            |   16 +-
 WebCore/inspector/InspectorController.idl          |    4 +-
 WebCore/inspector/InspectorResource.cpp            |  315 +++++++++++---
 WebCore/inspector/InspectorResource.h              |  121 ++++--
 11 files changed, 571 insertions(+), 497 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