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

Side by Side Diff: test/codegen/expect/server_mode/html_input.html

Issue 1016003003: sort classes in dependency order, or load lazily if needed, fixes #78 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/codegen/expect/dart/core.js ('k') | test/codegen/expect/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 <html><head></head><body> 1 <html><head></head><body>
2 <script src="cached/c947f9f732203b97dd2882e63da78dbe/dev_compiler/runtime/harmon y_feature_check.js"></script> 2 <script src="cached/c947f9f732203b97dd2882e63da78dbe/dev_compiler/runtime/harmon y_feature_check.js"></script>
3 <script src="cached/2bdc0ec592fe4223de9f0301baa5a86b/dev_compiler/runtime/dart_r untime.js"></script> 3 <script src="cached/0c52332e49bf61e3534702502dc39941/dev_compiler/runtime/dart_r untime.js"></script>
4 <script src="cached/0a83c1082266ca7c76e0153d1d0d65dc/dev_compiler/runtime/dart_c ore.js"></script> 4 <script src="cached/2ae6ade21800b0d0cebe2a0525c7b92b/dev_compiler/runtime/dart_c ore.js"></script>
5 <script src="cached/fa4d5796ad409e1bbdbd3c64354488c4/dev_compiler/runtime/messag es_widget.js"></script> 5 <script src="cached/fa4d5796ad409e1bbdbd3c64354488c4/dev_compiler/runtime/messag es_widget.js"></script>
6 <link rel="stylesheet" href="cached/307a7ef1e0cd0544d55c6f768f5e3886/dev_compile r/runtime/messages.css"> 6 <link rel="stylesheet" href="cached/307a7ef1e0cd0544d55c6f768f5e3886/dev_compile r/runtime/messages.css">
7 <script> 7 <script>
8 /* placehorder for unimplemented code libraries */ 8 /* placehorder for unimplemented code libraries */
9 var math = Math; 9 var math = Math;
10 var core = { int: { parse: Number }, print: e => console.log(e) }; 10 var core = { int: { parse: Number }, print: e => console.log(e) };
11 </script><script src="cached/e0fe26da0f62b92461fd9b150facff7e/dir/html_input_d.j s"></script> 11 </script><script src="cached/e0fe26da0f62b92461fd9b150facff7e/dir/html_input_d.j s"></script>
12 <script src="cached/fa9de9a33d7351e5d3e8cc73cf72dc6c/dir/html_input_b.js"></scri pt> 12 <script src="cached/fa9de9a33d7351e5d3e8cc73cf72dc6c/dir/html_input_b.js"></scri pt>
13 <script src="cached/2df704f47bff6d0c0c7056a29f2df0af/dir/html_input_e.js"></scri pt> 13 <script src="cached/2df704f47bff6d0c0c7056a29f2df0af/dir/html_input_e.js"></scri pt>
14 <script src="cached/23292ca0509f6bfd409afc158b5eeae2/dir/html_input_c.js"></scri pt> 14 <script src="cached/23292ca0509f6bfd409afc158b5eeae2/dir/html_input_c.js"></scri pt>
15 <script src="cached/af96cf335000b6882f811a6008fb051f/dir/html_input_a.js"></scri pt> 15 <script src="cached/af96cf335000b6882f811a6008fb051f/dir/html_input_a.js"></scri pt>
16 <script>html_input_a.main();</script> 16 <script>html_input_a.main();</script>
17 17
18 18
19 </body></html> 19 </body></html>
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/core.js ('k') | test/codegen/expect/sunflower.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698