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

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

Issue 16323007: Fix RtcDataChannel for Firefox nightly (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | 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 c08f2e053845ec9c1327623089766f88de1966c4..ba21c8a829b23ea95108792cce461e9f5b1b94f3 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -101,6 +101,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'RTCSessionDescription': 'RTCSessionDescription,mozRTCSessionDescription',
+ 'RTCDataChannel': 'RTCDataChannel,DataChannel',
blois 2013/06/12 14:44:18 Do you know which browser this is needed for?
blois 2013/06/12 14:45:22 Just saw the bug, Firefox (odd that they didn't fo
+
'TransitionEvent': 'TransitionEvent,WebKitTransitionEvent',
'WheelEvent': 'WheelEvent,MouseWheelEvent,MouseScrollEvent',
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698