|
|
Added support for "bin-ified" resources, used to link the vmstats
web app files into the VM binary. create_resources.py takes a list
of resources and writes each as a byte array, then builds a resource
table. resources.h defines a simple lookup for these arrays, which
vmstats uses.
Committed: https://code.google.com/p/dart/source/detail?r=19569
Total comments: 2
Total comments: 89
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1070 lines, -30 lines) |
Patch |
 |
M |
runtime/bin/bin.gypi
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/resources.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/bargraph.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/isolate_list.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/models.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/packages/browser/dart.js
|
View
|
1
2
|
1 chunk |
+249 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/vmstats.css
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/vmstats.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats/vmstats.html
|
View
|
1
2
3
4
5
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmstats_impl.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+75 lines, -30 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmstats_sources.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/tools/create_resources.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|