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

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

Issue 12964003: Allowing renaming on DOM members on a per-method basis (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tools/dom/scripts/htmldartgenerator.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 8f77faa9b8ba13377b6541448438d100ff1dd9ea..0b1745700991a4f21b75923e8b30d626086311cd 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -32,6 +32,11 @@ interface TimeoutHandler {
};
[Supplemental]
+interface CanvasRenderingContext2D {
+ [DartName=createImageDataFromImageData] ImageData createImageData(in ImageData imagedata) raises (DOMException);
+};
+
+[Supplemental]
interface Console {
[Suppressed] void assert(in boolean condition);
[CallWith=ScriptArguments|ScriptState] void assertCondition(boolean condition);
@@ -241,15 +246,6 @@ interface IDBDatabase {
[Suppressed, CallWith=ScriptExecutionContext] IDBTransaction transaction(in DOMString storeName, in unsigned short mode)
raises (IDBDatabaseException);
};
-[Supplemental]
-interface IDBIndex {
- [DartName=getObject] IDBRequest get(in any key);
-};
-[Supplemental]
-interface IDBObjectStore {
- [DartName=getObject] IDBRequest get(in any key);
- [DartName=getObject] IDBRequest get(in IDBKeyRange key);
-};
[Supplemental]
interface IDBKeyRange {
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tools/dom/scripts/htmldartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698