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

Unified Diff: tools/dom/scripts/dartmetadata.py

Issue 16677011: Updating metadata after Chrome rolls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tools/dom/dom.json ('k') | tools/dom/scripts/htmleventgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/dartmetadata.py
diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
index a9a64de4d1a6475a0c903aa257c20dd207e3837e..34d151a4f52d34e9c17a11ae6fa4baf004b332e1 100644
--- a/tools/dom/scripts/dartmetadata.py
+++ b/tools/dom/scripts/dartmetadata.py
@@ -725,6 +725,8 @@ class DartMetadata(object):
annotations.append('@deprecated // %s' % support_level)
# TODO (blois): suppress generation of these APIs as a separate CL.
pass
+ elif dart_action == 'stable':
+ pass
else:
_logger.warn('Unknown dart_action - %s:%s' % (interface_id, member_id))
elif support_level == 'untriaged':
« no previous file with comments | « tools/dom/dom.json ('k') | tools/dom/scripts/htmleventgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698