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

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

Issue 895813002: Tweak toString() for better type inference (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index f4bb12482dc1cc4c34ef0c1409b1ec309a64ca46..91d385e35b1f6d1a76f8b0dfb5baae312ade2614 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -57,6 +57,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'Document.createNodeIterator',
'Document.createTreeWalker',
'DOMException.name',
+ 'DOMException.toString',
'Element.createShadowRoot',
'Element.insertAdjacentElement',
'Element.insertAdjacentHTML',
@@ -67,6 +68,8 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'ElementEvents.mouseWheel',
'ElementEvents.transitionEnd',
'FileReader.result',
+ 'HTMLAnchorElement.toString',
+ 'HTMLAreaElement.toString',
'HTMLTableElement.createTBody',
'IDBCursor.next',
'IDBDatabase.transaction',
@@ -75,6 +78,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'IDBDatabase.transactionStores',
'KeyboardEvent.initKeyboardEvent',
'Location.origin',
+ 'Location.toString',
'MouseEvent.offsetX',
'MouseEvent.offsetY',
'Navigator.language',
@@ -85,6 +89,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'URL.createObjectUrlFromStream',
'URL.createObjectUrlFromBlob',
'URL.revokeObjectURL',
+ 'URL.toString',
'WheelEvent.deltaMode',
'WheelEvent.wheelDeltaX',
'WheelEvent.wheelDeltaY',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/templates/html/dart2js/impl_HTMLAnchorElement.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698