summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 17:03:48 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 17:03:48 +0000
commit3632c58208e0dc2d93fd5450bcd9c731fecb555f (patch)
tree94b72c71f4bec13af7acfaeab06737d1d416d525 /webkit/data
parent34591ebee0bdd1f1062c0f340b53641f10280f54 (diff)
downloadchromium_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/data')
-rw-r--r--webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js2
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt2
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt2
3 files changed, 0 insertions, 6 deletions
diff --git a/webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js b/webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js
index 06a51b0..0801dde 100644
--- a/webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js
+++ b/webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js
@@ -211,8 +211,6 @@ var properties = [
"getMatchedCSSRules",
"open",
"showModalDialog",
- "back",
- "forward",
"scrollBy",
"scrollTo",
"scroll",
diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt
index 41bb694..43cd16d 100644
--- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt
@@ -131,7 +131,6 @@ window.XPathResult : PASS
window.XSLTProcessor : PASS
window.alert : PASS
window.atob : PASS
-window.back : PASS
window.blur : PASS
window.btoa : PASS
window.captureEvents : PASS
@@ -148,7 +147,6 @@ window.devicePixelRatio : PASS
window.document : PASS
window.find : PASS
window.focus : PASS
-window.forward : PASS
window.frameElement : PASS
window.frames : PASS
window.getComputedStyle : PASS
diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt
index e7eeda5e..0157fd1 100644
--- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt
@@ -131,7 +131,6 @@ window.XPathResult IS function XPathResult() { [native code] }
window.XSLTProcessor IS function XSLTProcessor() { [native code] }
window.alert IS [object global]
window.atob IS [object global]
-window.back IS [object global]
window.blur IS [object global]
window.btoa IS [object global]
window.captureEvents IS [object global]
@@ -148,7 +147,6 @@ window.devicePixelRatio IS Number
window.document IS [object HTMLDocument]
window.find IS [object global]
window.focus IS [object global]
-window.forward IS [object global]
window.frameElement IS undefined
window.frames IS [object global]
window.getComputedStyle IS [object global]