|
|
Allow multiple tags in native clause.
This simplifies, but does not allow us to get rid of, the typeNameOf
functions.
The '*' is no longer necessary, so
native "*DOMWindow"
becomes
native "Window,DOMWindow".
Committed: https://code.google.com/p/dart/source/detail?r=21843
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+569 lines, -582 lines) |
Patch |
 |
M |
sdk/lib/_internal/compiler/implementation/compiler.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart
|
View
|
|
5 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/lib/native_helper.dart
|
View
|
|
4 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/html/dart2js/html_dart2js.dart
|
View
|
|
317 chunks |
+317 lines, -317 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
|
View
|
|
12 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/svg/dart2js/svg_dart2js.dart
|
View
|
|
143 chunks |
+143 lines, -143 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/typeddata/dart2js/typeddata_dart2js.dart
|
View
|
|
12 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/web_audio/dart2js/web_audio_dart2js.dart
|
View
|
|
27 chunks |
+27 lines, -27 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
View
|
|
27 chunks |
+27 lines, -27 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
|
View
|
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/dom/scripts/generator.py
|
View
|
|
2 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_Window.darttemplate
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|