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

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

Issue 1754523006: Beginning fix for KeyEvent,KeyboardEvent and UIEvent changes in roll 45 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merged Created 4 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 | « tools/dom/scripts/dartdomgenerator.py ('k') | tools/dom/src/dart2js_KeyEvent.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 158866f80b86872ae6c1e2f58953da5afd42d662..7bb618a95c1149d36689328ad3b4c7dd30de58eb 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -380,6 +380,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'UIEvent.layerY',
'UIEvent.pageX',
'UIEvent.pageY',
+ 'UIEvent.which',
'WheelEvent.initWebKitWheelEvent',
'WheelEvent.deltaX',
'WheelEvent.deltaY',
@@ -796,6 +797,9 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'HTMLUListElement.compact',
'HTMLUListElement.type',
'IDBDatabase.transaction', # We do this in a template without the generated implementation at all.
+ 'KeyboardEvent.charCode',
+ 'KeyboardEvent.keyCode',
+ 'KeyboardEvent.which',
'Location.valueOf',
'MessageEvent.data',
'MessageEvent.ports',
« no previous file with comments | « tools/dom/scripts/dartdomgenerator.py ('k') | tools/dom/src/dart2js_KeyEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698