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

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

Issue 1013653004: Suppress generation of JsGlobal and JsType code and use window as the default value instead of {} f… (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: ptal 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/dom.js ('k') | test/codegen/expect/server_mode/html_input.html » ('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="dev_compiler/runtime/harmony_feature_check.js"></script> 2 <script src="dev_compiler/runtime/harmony_feature_check.js"></script>
3 <script src="dev_compiler/runtime/dart_runtime.js"></script> 3 <script src="dev_compiler/runtime/dart_runtime.js"></script>
4 <script src="dev_compiler/runtime/dart_core.js"></script> 4 <script src="dev_compiler/runtime/dart_core.js"></script>
5 <script> 5 <script>
6 /* placehorder for unimplemented code libraries */ 6 /* placehorder for unimplemented code libraries */
7 var math = Math; 7 var math = Math;
8 var core = { int: { parse: Number }, print: e => console.log(e) }; 8 var core = { int: { parse: Number }, print: e => console.log(e) };
9 var dom = { document: document };
10 </script><script src="dir/html_input_d.js"></script> 9 </script><script src="dir/html_input_d.js"></script>
11 <script src="dir/html_input_b.js"></script> 10 <script src="dir/html_input_b.js"></script>
12 <script src="dir/html_input_e.js"></script> 11 <script src="dir/html_input_e.js"></script>
13 <script src="dir/html_input_c.js"></script> 12 <script src="dir/html_input_c.js"></script>
14 <script src="dir/html_input_a.js"></script> 13 <script src="dir/html_input_a.js"></script>
15 <script>html_input_a.main();</script> 14 <script>html_input_a.main();</script>
16 15
17 16
18 </body></html> 17 </body></html>
OLDNEW
« no previous file with comments | « test/codegen/expect/dom.js ('k') | test/codegen/expect/server_mode/html_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698