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

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

Issue 12747009: Undeprecating some Element position APIs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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') | tools/dom/templates/html/impl/impl_Element.darttemplate » ('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 190c1c196de3bddbf4c5908d25b6a7409656693d..352dd34cff43fb0f27441de614f6cdfcf49ad816 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -163,10 +163,6 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'Element.childElementCount',
'Element.children',
'Element.className',
- 'Element.clientHeight',
- 'Element.clientLeft',
- 'Element.clientTop',
- 'Element.clientWidth',
'Element.firstElementChild',
'Element.getAttribute',
'Element.getAttributeNS',
@@ -174,10 +170,6 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'Element.hasAttribute',
'Element.hasAttributeNS',
'Element.lastElementChild',
- 'Element.offsetHeight',
- 'Element.offsetLeft',
- 'Element.offsetTop',
- 'Element.offsetWidth',
'Element.querySelectorAll',
'Element.removeAttribute',
'Element.removeAttributeNS',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/templates/html/impl/impl_Element.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698