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

Unified Diff: Source/core/fileapi/BlobPropertyBag.idl

Issue 1153543012: Sync the File API interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « Source/core/fileapi/Blob.idl ('k') | Source/core/fileapi/File.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/BlobPropertyBag.idl
diff --git a/Source/core/fileapi/BlobPropertyBag.idl b/Source/core/fileapi/BlobPropertyBag.idl
index 8c1f2956a7ffb8d8a86e4b28764c8329f758ced2..3c76693370f1468e3b71fc4e7c2f864ca603f110 100644
--- a/Source/core/fileapi/BlobPropertyBag.idl
+++ b/Source/core/fileapi/BlobPropertyBag.idl
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// https://w3c.github.io/FileAPI/#blob
+
// TODO(jsbell): This enum is non-standard.
// https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob
enum NormalizeLineEndings { "transparent", "native" };
-// http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob
dictionary BlobPropertyBag {
DOMString type = "";
« no previous file with comments | « Source/core/fileapi/Blob.idl ('k') | Source/core/fileapi/File.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698