summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-21 23:58:08 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-21 23:58:08 +0000
commit6ea74bed6ddfe8f9f993a3770e303a7b5c6743ed (patch)
treebb50f33efd5266b299c485f700a77e315138faba
parentf376c0f4c84d20465fd3e8551f507707aa64679a (diff)
downloadchromium_src-6ea74bed6ddfe8f9f993a3770e303a7b5c6743ed.zip
chromium_src-6ea74bed6ddfe8f9f993a3770e303a7b5c6743ed.tar.gz
chromium_src-6ea74bed6ddfe8f9f993a3770e303a7b5c6743ed.tar.bz2
* Revert "* Enable HTMLCanvasElement::toDataURL() method for Javascript."
This reverts r3700 which broke the WebKit waterfall for this test. Review URL: http://codereview.chromium.org/7844 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3706 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/html/HTMLCanvasElement.idl3
-rw-r--r--webkit/tools/layout_tests/test_lists/win/tests_fixable.txt1
2 files changed, 1 insertions, 3 deletions
diff --git a/webkit/port/html/HTMLCanvasElement.idl b/webkit/port/html/HTMLCanvasElement.idl
index 485b177..d5c819c 100644
--- a/webkit/port/html/HTMLCanvasElement.idl
+++ b/webkit/port/html/HTMLCanvasElement.idl
@@ -34,9 +34,6 @@ module html {
attribute long width;
attribute long height;
- DOMString toDataURL(in [ConvertUndefinedOrNullToNullString] DOMString type)
- raises(DOMException);
-
#if defined(V8_BINDING)
CanvasRenderingContext2D getContext(in DOMString contextId);
#elif !defined(LANGUAGE_OBJECTIVE_C)
diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt
index 0d36c77..bb314eb 100644
--- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt
@@ -904,6 +904,7 @@ V8 | KJS # LayoutTests/fast/transforms/overflow-with-transform.html = FAIL
V8 | KJS # LayoutTests/fast/transforms/shadows.html = FAIL
V8 | KJS # LayoutTests/http/tests/misc/acid3.html = FAIL
V8 | KJS # DEFER : LayoutTests/http/tests/misc/frame-default-enc-same-domain.html = FAIL
+V8 | KJS # LayoutTests/http/tests/security/canvas-remote-read-remote-image.html = FAIL
V8 | KJS # LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL
V8 | KJS # LayoutTests/http/tests/security/cross-frame-access-object-prototype.html = FAIL
V8 | KJS # LayoutTests/http/tests/security/cross-origin-xsl-BLOCKED.html = FAIL