[Webkit-unassigned] [Bug 24524] Introduce ScriptFunctionCall and ScriptObject abstractions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 15:30:07 PDT 2009


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


dglazkov at chromium.org changed:

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




------- Comment #1 from dglazkov at chromium.org  2009-03-11 15:30 PDT -------
Created an attachment (id=28496)
 --> (https://bugs.webkit.org/attachment.cgi?id=28496&action=view)
Introduce ScriptObject and ScriptFunctionCall abstractions, v1.

 WebCore/ChangeLog                               |   29 ++++++
 WebCore/GNUmakefile.am                          |    5 +
 WebCore/WebCore.pro                             |    2 +
 WebCore/WebCore.vcproj/WebCore.vcproj           |   20 ++++
 WebCore/WebCore.xcodeproj/project.pbxproj       |   20 ++++
 WebCore/WebCoreSources.bkl                      |    2 +
 WebCore/bindings/js/ScriptFunctionCall.cpp      |  122 +++++++++++++++++++++++
 WebCore/bindings/js/ScriptFunctionCall.h        |   63 ++++++++++++
 WebCore/bindings/js/ScriptObject.cpp            |   63 ++++++++++++
 WebCore/bindings/js/ScriptObject.h              |   57 +++++++++++
 WebCore/bindings/js/ScriptObjectQuarantine.h    |   62 ++++++++++++
 WebCore/inspector/InspectorController.cpp       |   87 +---------------
 WebCore/inspector/InspectorController.h         |    4 -
 WebCore/inspector/InspectorDatabaseResource.cpp |   53 +++++++---
 WebCore/inspector/InspectorDatabaseResource.h   |   18 ++--
 15 files changed, 496 insertions(+), 111 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