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

Unified Diff: lib/html/scripts/generator.py

Issue 11044023: Finish Listifying html classes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
« lib/html/idl/dart/dart.idl ('K') | « lib/html/idl/dart/dart.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/generator.py
===================================================================
--- lib/html/scripts/generator.py (revision 13197)
+++ lib/html/scripts/generator.py (working copy)
@@ -879,6 +879,8 @@
'sequence': TypeData(clazz='Primitive', dart_type='List'),
'void': TypeData(clazz='Primitive', dart_type='void'),
+ 'WebKitAnimationList': TypeData(clazz='Interface',
+ dart_type='List<Animation>', suppress_public_interface=True),
'ClientRectList': TypeData(clazz='Interface', dart_type='List<ClientRect>',
suppress_public_interface=True),
'CSSRuleList': TypeData(clazz='Interface', dart_type='List<CSSRule>',
« lib/html/idl/dart/dart.idl ('K') | « lib/html/idl/dart/dart.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698