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

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

Issue 1725083002: Add MessageEvent.data template for dart2js, remove duplicate claims on ClipboardEvent and PointerEv… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | tools/dom/templates/html/impl/impl_MessageEvent.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index a1ebfe29f6617515150723175d055d38d825c227..36965dec5417d5011173231b4c35de99bc4432ee 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -141,7 +141,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'ApplicationCache,DOMApplicationCache,OfflineResourceList',
'Event':
- 'Event,InputEvent,ClipboardEvent',
+ 'Event,InputEvent',
'HTMLTableCellElement':
'HTMLTableCellElement,HTMLTableDataCellElement,HTMLTableHeaderCellElement',
@@ -151,7 +151,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'IDBOpenDBRequest':
'IDBOpenDBRequest,IDBVersionChangeRequest',
- 'MouseEvent': 'MouseEvent,DragEvent,PointerEvent,MSPointerEvent',
+ 'MouseEvent': 'MouseEvent,DragEvent',
'MutationObserver': 'MutationObserver,WebKitMutationObserver',
« no previous file with comments | « no previous file | tools/dom/templates/html/impl/impl_MessageEvent.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698