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

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

Issue 11416249: Make KeyboardEvent cross-browser consistent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: moved instance variables to constructor Created 8 years, 1 month 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/html/src/KeyCode.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/scripts/htmlrenamer.py
diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
index 00c7b3341f7b3a5795b5face76a836218b741c12..9c43084c8a516ff39cbfbb2a5deb6e99eb3b9fb6 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -89,9 +89,11 @@ _private_html_members = set([
'Element.setAttribute',
'Element.setAttributeNS',
'Event.initEvent',
+ 'UIEvent.initUIEvent',
'EventTarget.addEventListener',
'EventTarget.dispatchEvent',
'EventTarget.removeEventListener',
+ 'KeyboardEvent.keyIdentifier',
'LocalWindow.getComputedStyle',
'MouseEvent.initMouseEvent',
'Node.appendChild',
@@ -103,6 +105,8 @@ _private_html_members = set([
'Node.namespaceURI',
'Node.removeChild',
'Node.replaceChild',
+ 'UIEvent.keyCode',
+ 'UIEvent.charCode',
'ShadowRoot.getElementById',
'ShadowRoot.getElementsByClassName',
'ShadowRoot.getElementsByTagName',
@@ -257,6 +261,7 @@ _removed_html_members = set([
"MenuElement.compact",
"HTMLOptionsCollection.*",
"HTMLPropertiesCollection.*",
+ "KeyboardEvent.initKeyboardEvent",
"SelectElement.remove",
"NamedNodeMap.*",
"Node.isEqualNode",
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/html/src/KeyCode.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698