From 4b702fe26034ba58b6df136050b6c1e380511ecf Mon Sep 17 00:00:00 2001 From: "dglazkov@google.com" Date: Mon, 27 Apr 2009 04:10:44 +0000 Subject: Introduce ScriptEventListner, Chromium side. R=levin BUG=10891 TEST=look at the merge page and see how everything is unforked. Review URL: http://codereview.chromium.org/98001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14582 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/build/V8Bindings/V8Bindings.vcproj | 8 ++++++++ webkit/webkit.gyp | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8fcb58e..6c53353 100644 --- a/DEPS +++ b/DEPS @@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@214", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@14516", + "/trunk/deps/third_party/WebKit@14581", "src/third_party/icu38": "/trunk/deps/third_party/icu38@13472", diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 63525ac..0321eba 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2921,6 +2921,14 @@ > + + + + diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 7a8fb4f..1ea30417 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1048,6 +1048,8 @@ '../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h', '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.cpp', '../third_party/WebKit/WebCore/bindings/v8/ScriptCallStack.h', + '../third_party/WebKit/WebCore/bindings/v8/ScriptEventListener.cpp', + '../third_party/WebKit/WebCore/bindings/v8/ScriptEventListener.h', '../third_party/WebKit/WebCore/bindings/v8/ScriptFunctionCall.cpp', '../third_party/WebKit/WebCore/bindings/v8/ScriptFunctionCall.h', '../third_party/WebKit/WebCore/bindings/v8/ScriptInstance.cpp', -- cgit v1.1