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

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

Issue 292963002: SDK rebuild (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | 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 cd457d600ed0e3d7457a6488bb0fe2f9192369e5..7aa1b29e59d0b59f65008f96bf90b71950ef295f 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -23,12 +23,6 @@ interface AudioParam {
};
[Supplemental]
-interface Clipboard {
- [Suppressed] void setDragImage(HTMLImageElement image, long x, long y);
- [Custom] void setDragImage(Element element, long x, long y);
-};
-
-[Supplemental]
interface Document {
[Suppressed] DOMObject getCSSCanvasContext(DOMString contextId, DOMString name, long width, long height);
CanvasRenderingContext getCSSCanvasContext(DOMString contextId, DOMString name, long width, long height);
@@ -293,21 +287,6 @@ interface SQLResultSetRowList {
[Custom] Dictionary item(unsigned long index);
};
-[Supplemental]
-interface WebSocket {
- // Suppress the default since it has non-standard return type and add
- // overrides.
- [Suppressed] boolean send(ArrayBuffer data);
- [Suppressed] boolean send(ArrayBufferView data);
- [Suppressed] boolean send(Blob data);
- [Suppressed] boolean send(DOMString data);
-
- [Custom] void send(DOMString data);
- [Custom] void send(Blob data);
- [Custom] void send(ArrayBuffer data);
- [Custom] void send(ArrayBufferView data);
-};
-
[Supplemental, Constructor]
interface XMLHttpRequest {
[Custom] void send();
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698