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

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

Issue 11934004: Remove more classes and members by making them private. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged and stuff. 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 | « tests/html/element_types_test.dart ('k') | tools/dom/scripts/systemhtml.py » ('j') | 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 0561c2777518e52d70f8109a27d5aefef10443c9..a8e6e6846804950d7a3e49b1d71d1b18fbbf2453 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -15,8 +15,14 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
'DOMFormData': 'FormData',
'DOMURL': 'Url',
'DOMWindow': 'Window',
- 'HTMLDocument' : 'HtmlDocument',
+ 'HTMLAppletElement' : '_AppletElement',
+ 'HTMLBaseFontElement' : '_BaseFontElement',
'HTMLDirectoryElement' : '_DirectoryElement',
+ 'HTMLDocument' : 'HtmlDocument',
+ 'HTMLFontElement' : '_FontElement',
+ 'HTMLFrameElement' : '_FrameElement',
+ 'HTMLFrameSetElement' : '_FrameSetElement',
+ 'HTMLMarqueeElement' : '_MarqueeElement',
'IDBAny': '_Any', # Suppressed, but needs to exist for Dartium.
'IDBFactory': 'IdbFactory', # Manual to avoid name conflicts.
'SVGDocument': 'SvgDocument', # Manual to avoid name conflicts.
@@ -216,7 +222,6 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'Document.get:anchors',
'Document.get:characterSet',
'Document.get:compatMode',
- 'Document.get:compatMode',
'Document.get:defaultCharset',
'Document.get:doctype',
'Document.get:documentURI',
@@ -292,19 +297,20 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'HTMLAnchorElement.rev',
'HTMLAnchorElement.shape',
'HTMLAnchorElement.text',
+ 'HTMLAppletElement.*',
'HTMLAreaElement.noHref',
'HTMLBRElement.clear',
+ 'HTMLBaseFontElement.*',
'HTMLBodyElement.aLink',
'HTMLBodyElement.background',
'HTMLBodyElement.bgColor',
- 'HTMLBodyElement.bgColor',
'HTMLBodyElement.link',
'HTMLBodyElement.text',
- 'HTMLBodyElement.text',
'HTMLBodyElement.vLink',
'HTMLDListElement.compact',
'HTMLDirectoryElement.*',
'HTMLDivElement.align',
+ 'HTMLFontElement.*',
'HTMLFormElement.get:elements',
'HTMLFrameElement.*',
'HTMLFrameSetElement.*',
@@ -316,7 +322,6 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'HTMLHeadingElement.align',
'HTMLHtmlElement.manifest',
'HTMLHtmlElement.version',
- 'HTMLHtmlElement.version',
'HTMLIFrameElement.align',
'HTMLIFrameElement.frameBorder',
'HTMLIFrameElement.longDesc',
@@ -333,6 +338,7 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'HTMLLinkElement.charset',
'HTMLLinkElement.rev',
'HTMLLinkElement.target',
+ 'HTMLMarqueeElement.*',
'HTMLMenuElement.compact',
'HTMLMetaElement.scheme',
'HTMLOListElement.compact',
« no previous file with comments | « tests/html/element_types_test.dart ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698