[webkit-reviews] review requested: [Bug 24109] Upstream V8 Script Abstraction : [Attachment 27897] Add V8 Script abstractions, v1

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


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 24109: Upstream V8 Script Abstraction
https://bugs.webkit.org/show_bug.cgi?id=24109

Attachment 27897: Add V8 Script abstractions, v1
https://bugs.webkit.org/attachment.cgi?id=27897&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 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(-)


More information about the webkit-reviews mailing list