Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 23064024: Attempt to land Dartium roll a second time. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/dom.json ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {};
« no previous file with comments | « tools/dom/dom.json ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698