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

Unified Diff: third_party/WebKit/Source/core/dom/URL.idl

Issue 1921063002: Factor File API's 'partial interface URL' impl into separate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « third_party/WebKit/Source/core/dom/DOMURL.cpp ('k') | third_party/WebKit/Source/core/fileapi/URLFileAPI.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/URL.idl
diff --git a/third_party/WebKit/Source/core/dom/URL.idl b/third_party/WebKit/Source/core/dom/URL.idl
index 881851b9e22b084b683b7ae1fdd36251f4d42fdb..1ffce7963b7648ec35b428d910834ee97bfd0fc8 100644
--- a/third_party/WebKit/Source/core/dom/URL.idl
+++ b/third_party/WebKit/Source/core/dom/URL.idl
@@ -37,13 +37,6 @@
// static USVString domainToASCII(USVString domain);
// static USVString domainToUnicode(USVString domain);
- // TODO(philipj): This should be in a partial interface definition:
- // File API
- // https://w3c.github.io/FileAPI/#creating-revoking
- // TODO(philipj): The return type should not be nullable.
- [RaisesException, CallWith=ExecutionContext] static DOMString? createObjectURL(Blob blob);
- [CallWith=ExecutionContext] static void revokeObjectURL(DOMString url);
-
stringifier attribute USVString href;
readonly attribute USVString origin;
@@ -58,4 +51,3 @@
readonly attribute URLSearchParams searchParams;
attribute USVString hash;
};
-
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMURL.cpp ('k') | third_party/WebKit/Source/core/fileapi/URLFileAPI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698