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

Side by Side Diff: samples/third_party/dromaeo/web/README

Issue 199003005: Package-ify Dromaeo and browser controller functionality (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « samples/third_party/dromaeo/web/LICENSE ('k') | samples/third_party/dromaeo/web/Suites.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a port of the Dromaeo benchmark (http://dromaeo.com/) to Dart. 1 This is a port of the Dromaeo benchmark (http://dromaeo.com/) to Dart.
2 See the attached LICENSE file in this directory. 2 See the attached LICENSE file in this directory.
3 3
4 To run the native Dart versions on Dartium: 4 To run the native Dart versions on Dartium:
5 5
6 (1) Use a Dartium chrome binary to open index.html in this directory. 6 (1) Use a Dartium chrome binary to open index.html in this directory.
7 By default, this will run JS vs a native Dart version (dart:html) 7 By default, this will run JS vs a native Dart version (dart:html)
8 designed to match the JS for speed. 8 designed to match the JS for speed.
9 9
10 To run compiled versions on standard browsers: 10 To run compiled versions on standard browsers:
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 - index-js.html?dart&query&html 49 - index-js.html?dart&query&html
50 50
51 To run all tests in Dartium, load: 51 To run all tests in Dartium, load:
52 52
53 - index.html?js|dart|frog|dart2js 53 - index.html?js|dart|frog|dart2js
54 54
55 To run all tests (except the native Dart) in a regular browser, load: 55 To run all tests (except the native Dart) in a regular browser, load:
56 56
57 - index-js.html?js|frog|dart2js 57 - index-js.html?js|frog|dart2js
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/web/LICENSE ('k') | samples/third_party/dromaeo/web/Suites.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698