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

Side by Side Diff: test/codegen/expect/sunflower/sunflower.html

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 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
« no previous file with comments | « test/codegen/expect/sunflower/painter.js ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><!-- Copyright (c) 2012, the Dart project authors. Please see th e AUTHORS file 1 <!DOCTYPE html><!-- Copyright (c) 2012, the Dart project authors. Please see th e AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a 2 for details. All rights reserved. Use of this source code is governed by a
3 BSD-style license that can be found in the LICENSE file. --><html><head> 3 BSD-style license that can be found in the LICENSE file. --><html><head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Sunflower Demo</title> 5 <title>Sunflower Demo</title>
6 <link type="text/css" rel="stylesheet" href="sunflower.css"> 6 <link type="text/css" rel="stylesheet" href="sunflower.css">
7 </head> 7 </head>
8 <body> 8 <body>
9 <h1>drfibonacci's Sunflower Spectacular</h1> 9 <h1>drfibonacci's Sunflower Spectacular</h1>
10 <p>A canvas 2D demo.</p> 10 <p>A canvas 2D demo.</p>
11 11
12 <div id="container"> 12 <div id="container">
13 <canvas id="canvas" width="300" height="300" class="center"></canvas> 13 <canvas id="canvas" width="300" height="300" class="center"></canvas>
14 <form class="center"> 14 <form class="center">
15 <input id="slider" type="range" max="1000" value="500"> 15 <input id="slider" type="range" max="1000" value="500">
16 </form> 16 </form>
17 <br> 17 <br>
18 <img src="math.png" width="350px" height="42px" class="center"> 18 <img src="math.png" width="350px" height="42px" class="center">
19 </div> 19 </div>
20 20
21 <footer> 21 <footer>
22 <p id="summary"> </p> 22 <p id="summary"> </p>
23 <p id="notes"> </p> 23 <p id="notes"> </p>
24 </footer> 24 </footer>
25 25
26 <script src="../dev_compiler/runtime/harmony_feature_check.js"></script> 26 <script src="../dev_compiler/runtime/harmony_feature_check.js"></script>
27 <script src="../dev_compiler/runtime/dart_library.js"></script> 27 <script src="../dev_compiler/runtime/dart_library.js"></script>
28 <script src="../dev_compiler/runtime/dart/_utils.js"></script>
29 <script src="../dev_compiler/runtime/dart/_errors.js"></script>
30 <script src="../dev_compiler/runtime/dart/_generators.js"></script>
31 <script src="../dev_compiler/runtime/dart/_types.js"></script>
32 <script src="../dev_compiler/runtime/dart/_rtti.js"></script>
33 <script src="../dev_compiler/runtime/dart/_classes.js"></script>
34 <script src="../dev_compiler/runtime/dart/_operations.js"></script>
35 <script src="../dev_compiler/runtime/dart/_runtime.js"></script> 28 <script src="../dev_compiler/runtime/dart/_runtime.js"></script>
36 <script src="../dev_compiler/runtime/dart/core.js"></script> 29 <script src="../dev_compiler/runtime/dart/core.js"></script>
37 <script src="../dev_compiler/runtime/dart/collection.js"></script> 30 <script src="../dev_compiler/runtime/dart/collection.js"></script>
38 <script src="../dev_compiler/runtime/dart/_internal.js"></script> 31 <script src="../dev_compiler/runtime/dart/_internal.js"></script>
39 <script src="../dev_compiler/runtime/dart/math.js"></script> 32 <script src="../dev_compiler/runtime/dart/math.js"></script>
40 <script src="../dev_compiler/runtime/dart/_interceptors.js"></script> 33 <script src="../dev_compiler/runtime/dart/_interceptors.js"></script>
41 <script src="../dev_compiler/runtime/dart/async.js"></script> 34 <script src="../dev_compiler/runtime/dart/async.js"></script>
42 <script src="../dev_compiler/runtime/dart/_foreign_helper.js"></script> 35 <script src="../dev_compiler/runtime/dart/_foreign_helper.js"></script>
43 <script src="../dev_compiler/runtime/dart/_js_embedded_names.js"></script> 36 <script src="../dev_compiler/runtime/dart/_js_embedded_names.js"></script>
44 <script src="../dev_compiler/runtime/dart/_js_helper.js"></script> 37 <script src="../dev_compiler/runtime/dart/_js_helper.js"></script>
(...skipping 12 matching lines...) Expand all
57 <script src="circle.js"></script> 50 <script src="circle.js"></script>
58 <script src="../js/js.js"></script> 51 <script src="../js/js.js"></script>
59 <script src="dom.js"></script> 52 <script src="dom.js"></script>
60 <script src="painter.js"></script> 53 <script src="painter.js"></script>
61 <script src="sunflower.js"></script> 54 <script src="sunflower.js"></script>
62 <script>dart_library.start('sunflower/sunflower');</script> 55 <script>dart_library.start('sunflower/sunflower');</script>
63 56
64 57
65 58
66 </body></html> 59 </body></html>
OLDNEW
« no previous file with comments | « test/codegen/expect/sunflower/painter.js ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698