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

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

Issue 14954007: Changes for webkit roll 148757-149482 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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/html.status ('k') | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
===================================================================
--- tools/dom/scripts/htmlrenamer.py (revision 22764)
+++ tools/dom/scripts/htmlrenamer.py (working copy)
@@ -364,6 +364,7 @@
# TODO(jacobr): cleanup and augment this list.
_removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'Attr.*',
+ 'AudioBufferSourceNode.looping', # TODO(vsm): Use deprecated IDL annotation
'CSSStyleDeclaration.getPropertyCSSValue',
'CanvasRenderingContext2D.clearShadow',
'CanvasRenderingContext2D.drawImageFromRect',
@@ -614,6 +615,13 @@
'NodeIterator.expandEntityReferences',
'NodeIterator.filter',
'NodeList.item',
+ 'Performance.webkitClearMarks',
+ 'Performance.webkitClearMeasures',
+ 'Performance.webkitGetEntries',
+ 'Performance.webkitGetEntriesByName',
+ 'Performance.webkitGetEntriesByType',
+ 'Performance.webkitMark',
+ 'Performance.webkitMeasure',
'ShadowRoot.getElementsByTagNameNS',
'SVGStyledElement.getPresentationAttribute',
'WheelEvent.wheelDelta',
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698