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

Unified Diff: third_party/WebCore/Modules/filesystem/HTMLInputElementFileSystem.idl

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « lib/html/frog/html_frog.dart ('k') | third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/filesystem/HTMLInputElementFileSystem.idl
diff --git a/third_party/WebCore/editing/UndoManager.idl b/third_party/WebCore/Modules/filesystem/HTMLInputElementFileSystem.idl
similarity index 87%
copy from third_party/WebCore/editing/UndoManager.idl
copy to third_party/WebCore/Modules/filesystem/HTMLInputElementFileSystem.idl
index 5ee7bea189e6e5d8f3d08cc6ff85a7d5e3a03226..d1c10a4fbfd1019af9d5e45d10c0531a1fd43bf6 100644
--- a/third_party/WebCore/editing/UndoManager.idl
+++ b/third_party/WebCore/Modules/filesystem/HTMLInputElementFileSystem.idl
@@ -31,13 +31,11 @@
module core {
interface [
- Conditional=UNDO_MANAGER
- ] UndoManager {
- void undo();
- void redo();
-
- void clearUndo();
- void clearRedo();
+ Conditional=FILE_SYSTEM,
+ Supplemental=HTMLInputElement
+ ] HTMLInputElementFileSystem {
+ readonly attribute [V8EnabledAtRuntime=FileSystem,CallWith=ScriptExecutionContext] EntryArray webkitEntries;
};
}
+
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698