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

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

Issue 12320102: Cleaning up the TableElement API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 8d12bcdce7f8873ff3f64531cc6783d08de97bb4..705232a142404329779ca540d1d1c1afeeaf9db0 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -154,6 +154,17 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'Geolocation.getCurrentPosition',
'Geolocation.watchPosition',
'HashChangeEvent.initHashChangeEvent',
+ 'HTMLTableElement.createCaption',
+ 'HTMLTableElement.createTBody',
+ 'HTMLTableElement.createTFoot',
+ 'HTMLTableElement.createTHead',
+ 'HTMLTableElement.insertRow',
+ 'HTMLTableElement.rows',
+ 'HTMLTableElement.tBodies',
+ 'HTMLTableRowElement.cells',
+ 'HTMLTableRowElement.insertCell',
+ 'HTMLTableSectionElement.insertRow',
+ 'HTMLTableSectionElement.rows',
'IDBCursor.delete',
'IDBCursor.update',
'IDBDatabase.createObjectStore',

Powered by Google App Engine
This is Rietveld 408576698