Chromium Code Reviews

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

Issue 1133343005: Test Dartium with appendHtml sanitizing. Will immediately revert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 40ee519f45254a56cd178d9f4b2e84d3b91c3db4..8d0b7ee9b48aba9917e4f51dc8c6bf38be593384 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -237,6 +237,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'Element.childElementCount',
'Element.firstElementChild',
'Element.getElementsByTagName',
+ 'Element.insertAdjacentHTML',
'Element.scrollIntoView',
'Element.scrollIntoViewIfNeeded',
'Element.removeAttribute',

Powered by Google App Engine