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

Unified Diff: sky/engine/bindings/IDLExtendedAttributes.txt

Issue 1135283005: Sky: Add a CustomDart attribute to the IDL compiler, and use that with Canvas (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: . Created 5 years, 7 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 | « no previous file | sky/engine/bindings/scripts/code_generator_dart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/IDLExtendedAttributes.txt
diff --git a/sky/engine/bindings/IDLExtendedAttributes.txt b/sky/engine/bindings/IDLExtendedAttributes.txt
index 02bfccb85bada938608621cbd727430d992785f9..46450c12e721ad24b68ea6d303752603fd4414fa 100644
--- a/sky/engine/bindings/IDLExtendedAttributes.txt
+++ b/sky/engine/bindings/IDLExtendedAttributes.txt
@@ -42,6 +42,10 @@ Constructor
ConstructorCallWith=ExecutionContext|Document
Custom=|Getter|Setter|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
CustomConstructor
+# Sky addition: if present, the IDL compiler will generate a private Dart
+# interface to be extended by an auxilary file <Interface>.dart next to
+# <Interface>.idl.
+CustomDart
CustomElementCallbacks
Default=Undefined
DependentLifetime
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/code_generator_dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698