[Webkit-unassigned] [Bug 24109] Upstream V8 Script Abstraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 15:54:24 PST 2009


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


dglazkov at chromium.org changed:

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




------- Comment #1 from dglazkov at chromium.org  2009-02-23 15:54 PDT -------
Created an attachment (id=27897)
 --> (https://bugs.webkit.org/attachment.cgi?id=27897&action=view)
Add V8 Script abstractions, v1

 WebCore/ChangeLog                           |   66 +++++++++++++
 WebCore/bindings/v8/ScriptCachedFrameData.h |   52 ++++++++++
 WebCore/bindings/v8/ScriptCallFrame.cpp     |   62 ++++++++++++
 WebCore/bindings/v8/ScriptCallFrame.h       |   73 +++++++++++++++
 WebCore/bindings/v8/ScriptCallStack.cpp     |   58 ++++++++++++
 WebCore/bindings/v8/ScriptCallStack.h       |   59 ++++++++++++
 WebCore/bindings/v8/ScriptInstance.cpp      |   83 +++++++++++++++++
 WebCore/bindings/v8/ScriptInstance.h        |   63 +++++++++++++
 WebCore/bindings/v8/ScriptSourceCode.h      |   72 ++++++++++++++
 WebCore/bindings/v8/ScriptState.h           |   51 ++++++++++
 WebCore/bindings/v8/ScriptString.h          |   66 +++++++++++++
 WebCore/bindings/v8/ScriptValue.cpp         |   50 ++++++++++
 WebCore/bindings/v8/ScriptValue.h           |  134 +++++++++++++++++++++++++++
 13 files changed, 889 insertions(+), 0 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