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

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: documentation fix 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
Index: sdk/lib/html/scripts/htmlrenamer.py
diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
index 3718d803a2d02a2e8013526d7302760d96028ee3..d4f951723f6c4688c9fb88ee5e799dc8307049d5 100644
--- a/sdk/lib/html/scripts/htmlrenamer.py
+++ b/sdk/lib/html/scripts/htmlrenamer.py
@@ -92,6 +92,7 @@ _private_html_members = set([
'EventTarget.addEventListener',
'EventTarget.dispatchEvent',
'EventTarget.removeEventListener',
+ 'KeyboardEvent.keyIdentifier',
'LocalWindow.getComputedStyle',
'MouseEvent.initMouseEvent',
'Node.appendChild',
@@ -103,6 +104,8 @@ _private_html_members = set([
'Node.namespaceURI',
'Node.removeChild',
'Node.replaceChild',
+ 'UIEvent.keyCode',
+ 'UIEvent.charCode',
'ShadowRoot.getElementById',
'ShadowRoot.getElementsByClassName',
'ShadowRoot.getElementsByTagName',
@@ -257,6 +260,7 @@ _removed_html_members = set([
"MenuElement.compact",
"HTMLOptionsCollection.*",
"HTMLPropertiesCollection.*",
+ "KeyboardEvent.initKeyboardEvent",
"SelectElement.remove",
"NamedNodeMap.*",
"Node.isEqualNode",

Powered by Google App Engine
This is Rietveld 408576698