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

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

Issue 11470009: Removing more APIs from Document. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing tests. Created 8 years 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: sdk/lib/html/scripts/htmlrenamer.py
diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
index d64ada5ed2b03e9c19096aeca803dbd403312ca1..881abf2a5c60750edc3cff36934923a4fd727669 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -48,7 +48,9 @@ _private_html_members = set([
'Document.createElement',
'Document.createElementNS',
'Document.createEvent',
+ 'Document.createRange',
'Document.createTextNode',
+ 'Document.createTouch',
'Document.createTouchList',
'Document.getElementById',
'Document.getElementsByClassName',
@@ -61,9 +63,12 @@ _private_html_members = set([
'Document.body',
'Document.caretRangeFromPoint',
'Document.elementFromPoint',
+ 'Document.getCSSCanvasContext',
'Document.head',
'Document.lastModified',
+ 'Document.preferredStylesheetSet',
'Document.referrer',
+ 'Document.selectedStylesheetSet',
'Document.styleSheets',
'Document.title',
'Document.webkitCancelFullScreen',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/html/templates/html/impl/impl_HTMLDocument.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698