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

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

Issue 11880036: Removing HTML elements by making them private. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 22bd880817fdbc946154d0bee147fab967f83da6..6633ff4ec3423a9b1fa95c22a53d85e63c933ce2 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -14,6 +14,7 @@ html_interface_renames = {
'DOMURL': 'Url',
'DOMWindow': 'Window',
'HTMLDocument' : 'HtmlDocument',
+ 'HTMLDirectoryElement' : '_DirectoryElement',
blois 2013/01/14 23:21:53 Should also add HTMLDirectoryElement.* to _removed
Andrei Mouravski 2013/01/14 23:54:23 Done.
'IDBAny': '_Any', # Suppressed, but needs to exist for Dartium.
'IDBFactory': 'IdbFactory', # Manual to avoid name conflicts.
'SVGDocument': 'SvgDocument', # Manual to avoid name conflicts.
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698