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

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

Issue 23808005: Added back childNodes and getAttribute and setAttribute. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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/dom.json ('k') | tools/dom/src/AttributeMap.dart » ('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 c989f5ed9f91b60d7acbb3232ad6491e045844bb..d1cc2ba70bec676e974aa73e724ba4bb8122fbe0 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -211,13 +211,9 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Element.children',
'Element.childElementCount',
'Element.firstElementChild',
- 'Element.getAttribute',
- 'Element.getAttributeNS',
'Element.getElementsByTagName',
'Element.scrollIntoView',
'Element.scrollIntoViewIfNeeded',
- 'Element.setAttribute',
- 'Element.setAttributeNS',
'Element.removeAttribute',
'Element.removeAttributeNS',
'Element.hasAttribute',
@@ -276,7 +272,6 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'MutationEvent.initMutationEvent',
'MutationObserver.observe',
'Node.attributes',
- 'Node.childNodes',
'Node.localName',
'Node.namespaceURI',
'Node.removeChild',
« no previous file with comments | « tools/dom/dom.json ('k') | tools/dom/src/AttributeMap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698