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

Unified Diff: core/html/HTMLSlotElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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 | « core/html/HTMLSelectElement.idl ('k') | core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLSlotElement.idl
diff --git a/modules/filesystem/FileCallback.idl b/core/html/HTMLSlotElement.idl
similarity index 78%
rename from modules/filesystem/FileCallback.idl
rename to core/html/HTMLSlotElement.idl
index 2a692ba166d82a4ce38c60ca81452a65e61ee5d8..3dc032a15a7c6e14e2218a5e5553559911c4c328 100644
--- a/modules/filesystem/FileCallback.idl
+++ b/core/html/HTMLSlotElement.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2015 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -7,10 +7,6 @@
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
* * Neither the name of Google Inc. nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
@@ -28,6 +24,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-callback interface FileCallback {
- void handleEvent(File file);
+// http://w3c.github.io/webcomponents/spec/shadow/#the-slot-element
+
+[
+ RuntimeEnabled=ShadowDOMV1,
+] interface HTMLSlotElement : HTMLElement {
+ [Reflect] attribute DOMString name;
+ [ImplementedAs=getAssignedNodesForBinding] sequence<Node> getAssignedNodes(optional AssignedNodesOptions options);
};
« no previous file with comments | « core/html/HTMLSelectElement.idl ('k') | core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698