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

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

Issue 14007012: Changes for the roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/scripts/fremontcutbuilder.py ('k') | tools/dom/scripts/systemnative.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 2604dd976750786ea9aac84b58abb3ecbd8e23d8..18a903627c26b0c2f6c2c5dcb422ea1c1055fb19 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -15,6 +15,7 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
'DOMCoreException': 'DomException',
'DOMFileSystem': 'FileSystem',
'DOMFormData': 'FormData',
+ 'DOMPoint': '_DomPoint',
'DOMURL': 'Url',
'DOMWindow': 'Window',
'EntryCallback': '_EntryCallback',
@@ -42,12 +43,9 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
'SVGGradientElement': '_GradientElement',
'SVGSVGElement': 'SvgSvgElement', # Manual to avoid name conflicts.
'WebGLVertexArrayObjectOES': 'VertexArrayObject',
- 'WebKitAnimationEvent': 'AnimationEvent',
'WebKitCSSKeyframeRule': 'CssKeyframeRule',
'WebKitCSSKeyframesRule': 'CssKeyframesRule',
'WebKitCSSTransformValue': 'CssTransformValue',
- 'WebKitPoint': '_DomPoint',
- 'WebKitTransitionEvent': '_WebKitTransitionEvent',
'XMLHttpRequest': 'HttpRequest',
'XMLHttpRequestException': 'HttpRequestException',
'XMLHttpRequestProgressEvent': 'HttpRequestProgressEvent',
@@ -359,8 +357,6 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'CanvasRenderingContext2D.setMiterLimit',
'CanvasRenderingContext2D.setShadow',
'CanvasRenderingContext2D.setStrokeColor',
- 'CanvasRenderingContext2D.webkitLineDash',
- 'CanvasRenderingContext2D.webkitLineDashOffset',
'CharacterData.remove',
'DOMWindow.call:blur',
'DOMWindow.call:focus',
« no previous file with comments | « tools/dom/scripts/fremontcutbuilder.py ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698