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

Unified Diff: sdk/lib/html/scripts/htmlrenamer.py

Issue 11412144: HTML human writable docs working end to end!... mostly... (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: All of Bob's code review changes.' Created 8 years, 1 month 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 | « sdk/lib/html/scripts/dartdomgenerator.py ('k') | tools/html_json_doc/bin/html_json_doc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/scripts/htmlrenamer.py
diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
index 74d135d04479d492907f6f2cbed6b448defa9564..e2ad5f7830bed5d8e88e7a316eaf44f3e273dd88 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -254,6 +254,7 @@ _removed_html_members = set([
"HTMLOptionsCollection.*",
"HTMLPropertiesCollection.*",
"SelectElement.remove",
+ "MenuElement.compact",
blois 2012/11/27 00:21:43 Why this change?
Andrei Mouravski 2012/11/27 00:30:14 I wanted to use MenuElement as a test to make sure
"NamedNodeMap.*",
"Node.isEqualNode",
"Node.get:TEXT_NODE",
« no previous file with comments | « sdk/lib/html/scripts/dartdomgenerator.py ('k') | tools/html_json_doc/bin/html_json_doc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698