Index: tools/dom/idl/dart/dart.idl |
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
index e7be42c290f90897a0c2900e526c6221cc518e73..7b1639a1c6eefdc0033ebb0c99df5ed1d89c18a7 100644 |
--- a/tools/dom/idl/dart/dart.idl |
+++ b/tools/dom/idl/dart/dart.idl |
@@ -67,6 +67,8 @@ interface TimeoutHandler { |
[Supplemental] |
interface CanvasRenderingContext2D { |
[DartName=createImageDataFromImageData] ImageData createImageData(ImageData imagedata); |
+ |
+ [Suppressed] attribute boolean webkitImageSmoothingEnabled; |
}; |
[Supplemental] |
@@ -334,6 +336,26 @@ interface Location { |
[CustomSetter] attribute DOMString hash; |
}; |
+// TODO(jacobr): reenable these new Blink features. |
+[Suppressed] |
+interface ImageBitmapFactories {}; |
+ |
+// See https://chromiumcodereview.appspot.com/15901002 for the V8 implementation of |
+// TextEncoder/TextDecoder |
+[Suppressed] |
+interface TextEncoder {}; |
+ |
+[Suppressed] |
+interface TextDecoder {}; |
+ |
+// TODO(jacobr): renable these as part of fixing dartbug.com/12537 |
+// We need to apply changes analogous to https://chromiumcodereview.appspot.com/21274004 |
+// to the Dart bindings so that we can reenable NodeIterator and TreeWalker |
+[Suppressed] |
+interface NodeIterator {}; |
+ |
+[Suppressed] |
+interface TreeWalker {}; |
[Supplemental] |
interface Window : EventTarget {}; |