|
Stubbing out the initial library for Chrome application support.
This adds the core skeleton of Chrome application support with a sample function that allows creating a new window (in dart2js).
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=17299
Total comments: 6
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+139 lines, -18 lines) |
Patch |
 |
M |
sdk/lib/_internal/compiler/implementation/compiler.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/libraries.dart
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sdk/lib/chrome/dart2js/chrome_dart2js.dart
|
View
|
1
2
3
4
|
1 chunk |
+46 lines, -0 lines |
2 comments
|
Download
|
 |
A + |
sdk/lib/chrome/dartium/chrome_dartium.dart
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
tests/chrome/chrome.status
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A |
tests/chrome/sample_test.dart
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/create_sdk.py
|
View
|
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/dom/scripts/dartdomgenerator.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
tools/dom/src/chrome/sample.dart
|
View
|
1
2
3
4
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tools/dom/templates/html/dart2js/chrome_dart2js.darttemplate
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
tools/dom/templates/html/dartium/chrome_dartium.darttemplate
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/test.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|