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

Unified Diff: client/dom/scripts/systemhtml.py

Issue 9677012: Port the SVG code to the wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « client/dom/frog/dom_frog.dart ('k') | client/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: client/dom/scripts/systemhtml.py
diff --git a/client/dom/scripts/systemhtml.py b/client/dom/scripts/systemhtml.py
index bd32feb411e8eeda2be102e03ca9d0fda8bb10fe..23206c6496fcdccc50dd036292bd286edc33602d 100644
--- a/client/dom/scripts/systemhtml.py
+++ b/client/dom/scripts/systemhtml.py
@@ -45,6 +45,7 @@ _private_html_members = set([
'Node.attributes',
'Node.childNodes',
'Document.createElement',
+ 'Document.createElementNS',
'Document.createEvent',
'Document.createTextNode',
'Document.createTouchList',
@@ -112,6 +113,8 @@ _html_library_remove = set([
"Document.get:inputEncoding",
"Document.getElementById",
"Document.getElementsByClassName",
+ "Document.get:height",
+ "Document.get:width",
"Element.getElementsByClassName",
"Element.getElementsByTagNameNS",
"Element.getElementsByTagName",
@@ -129,7 +132,6 @@ _html_library_remove = set([
"Document.createAttribute",
"Document.querySelectorAll",
"Document.get:URL",
- "Document.createElementNS",
"Document.createEntityReference",
"Document.get:documentURI",
"Document.set:documentURI",
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/dom/templates/html/impl/impl_Element.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698