diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 17:03:48 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 17:03:48 +0000 |
commit | 3632c58208e0dc2d93fd5450bcd9c731fecb555f (patch) | |
tree | 94b72c71f4bec13af7acfaeab06737d1d416d525 /webkit/build | |
parent | 34591ebee0bdd1f1062c0f340b53641f10280f54 (diff) | |
download | chromium_src-3632c58208e0dc2d93fd5450bcd9c731fecb555f.zip chromium_src-3632c58208e0dc2d93fd5450bcd9c731fecb555f.tar.gz chromium_src-3632c58208e0dc2d93fd5450bcd9c731fecb555f.tar.bz2 |
Changes to unfork DOMWindow.
* Unfork some of the DOMWindow.idl.
Required small changes to the idl parser.
* Move DOMWindow related functions from v8_custom.cpp into Webkit's V8DOMWindowCustom
(see separate CL for the Webkit tree)
* Moves timers from DOMWindow code into the Webkit DOMTimer code.
* Removed a couple of junker methods (forward()/back()) from the IDL. I think they were not needed.
NOTE:
This is dependent on a webkit-tree change. Will roll deps in order to test this.
Review URL: http://codereview.chromium.org/21262
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9657 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index c3ea90f..657f59f 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -349,6 +349,7 @@ inputs = [ '$PORT_DIR/bindings/v8/extensions/Interval.cpp', '$PORT_DIR/bindings/v8/extensions/Playback.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8DOMWindowCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCollectionCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index b836735..2df370f 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -136,6 +136,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DOMWindowCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLCollectionCustom.cpp" > </File> |