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

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

Issue 1744093002: Migrated changed for sdk/lib genernation from integration branch to master (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | 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
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index b05f9cc1760ba5db8d1c39f6a71c836a8c7f64e7..addddd92d9f79eb543c949b6bc015cd0076eb6ce 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -268,10 +268,6 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Element.scrollTop',
'Element.scrollWidth',
'Element.scrollHeight',
- 'Element.clientLeft',
- 'Element.clientTop',
- 'Element.clientWidth',
- 'Element.clientHeight',
'Event.initEvent',
'EventTarget.addEventListener',
@@ -832,13 +828,6 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'NodeList.item',
'ParentNode.append',
'ParentNode.prepend',
- 'Performance.webkitClearMarks',
- 'Performance.webkitClearMeasures',
- 'Performance.webkitGetEntries',
- 'Performance.webkitGetEntriesByName',
- 'Performance.webkitGetEntriesByType',
- 'Performance.webkitMark',
- 'Performance.webkitMeasure',
'ShadowRoot.getElementsByTagNameNS',
'SVGElement.getPresentationAttribute',
'SVGElementInstance.on:wheel',
« no previous file with comments | « no previous file | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698