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: sky/engine/core/dom/Element.idl

Issue 950603002: Port sky-scrollable to Dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: sky/engine/core/dom/Element.idl
diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
index 9741ef4a91d2997339cfc938dbd53409dede7fe0..54c8fb17211d8817710b664e1f969a2bb88ca3e7 100644
--- a/sky/engine/core/dom/Element.idl
+++ b/sky/engine/core/dom/Element.idl
@@ -12,6 +12,7 @@
[CustomElementCallbacks, RaisesException] void setAttribute(DOMString name, optional DOMString value);
[CustomElementCallbacks] void removeAttribute(DOMString name);
+ [CustomElementCallbacks, RaisesException] void setAttributes(sequence<Attr> attributes);
abarth-chromium 2015/02/21 09:15:49 Adding this API seemed easier than writing a loop
sequence<Attr> getAttributes();
readonly attribute ShadowRoot shadowRoot;

Powered by Google App Engine
This is Rietveld 408576698