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

Unified Diff: lib/dom/templates/html/interface/interface_Window.darttemplate

Issue 10905049: Implementing window.createObjectURL* (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Further API cleanup. Created 8 years, 3 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 | « lib/dom/templates/html/dart2js/impl_Window.darttemplate ('k') | lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/interface/interface_Window.darttemplate
diff --git a/lib/dom/templates/html/interface/interface_Window.darttemplate b/lib/dom/templates/html/interface/interface_Window.darttemplate
index 2cce70016a5bd7871585fbe8022f493ece59a2a1..65ab05bc39066f89336ff8a8563fb98f2069db9d 100644
--- a/lib/dom/templates/html/interface/interface_Window.darttemplate
+++ b/lib/dom/templates/html/interface/interface_Window.darttemplate
@@ -35,5 +35,8 @@ interface $ID$EXTENDS {
IDBFactory get indexedDB();
+ String createObjectUrl(object);
vsm 2012/09/05 21:17:23 Can you add comments on the interface? In particu
blois 2012/09/05 21:36:50 Done.
+ void revokeObjectUrl(String objectUrl);
+
$!MEMBERS
}
« no previous file with comments | « lib/dom/templates/html/dart2js/impl_Window.darttemplate ('k') | lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698