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

Unified Diff: lib/html/scripts/htmlrenamer.py

Issue 11046025: Adding synchronous measurement methods to Element. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-adding mistakenly removed Element.rect API. Created 8 years, 2 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
Index: lib/html/scripts/htmlrenamer.py
diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
index 10a231c105f3cce451696ee9f0675dcde50f514c..8f5623070572026b7da17cbc624aaf3c37746d31 100644
--- a/lib/html/scripts/htmlrenamer.py
+++ b/lib/html/scripts/htmlrenamer.py
@@ -45,29 +45,15 @@ _private_html_members = set([
'Element.childElementCount',
'Element.children',
'Element.className',
- 'Element.clientHeight',
- 'Element.clientLeft',
- 'Element.clientTop',
- 'Element.clientWidth',
'Element.firstElementChild',
'Element.getAttribute',
- 'Element.getBoundingClientRect',
- 'Element.getClientRects',
'Element.getElementsByClassName',
'Element.getElementsByTagName',
'Element.hasAttribute',
'Element.lastElementChild',
- 'Element.offsetHeight',
- 'Element.offsetLeft',
- 'Element.offsetTop',
- 'Element.offsetWidth',
'Element.querySelector',
'Element.querySelectorAll',
'Element.removeAttribute',
- 'Element.scrollHeight',
- 'Element.scrollLeft',
- 'Element.scrollTop',
- 'Element.scrollWidth',
'Element.setAttribute',
'Event.initEvent',
'EventTarget.addEventListener',

Powered by Google App Engine
This is Rietveld 408576698