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 993213003: Support browser caching using hashes in serverMode (fixes #93, fixes #92) (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
OLDNEW
(Empty)
1 <html><head></head><body>
2 <script src="cached/c947f9f732203b97dd2882e63da78dbe/dev_compiler/runtime/harmon y_feature_check.js"></script>
3 <script src="cached/e0c88ce05fb3615397b4fd408c68cf8a/dev_compiler/runtime/dart_r untime.js"></script>
4 <script src="cached/fa4d5796ad409e1bbdbd3c64354488c4/dev_compiler/runtime/messag es_widget.js"></script>
5 <link rel="stylesheet" href="cached/307a7ef1e0cd0544d55c6f768f5e3886/dev_compile r/runtime/messages.css">
6 <script>
7 /* placehorder for unimplemented code libraries */
8 var math = Math;
9 var core = { int: { parse: Number }, print: e => console.log(e) };
10 var dom = { document: document };
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>
13 <script src="cached/2df704f47bff6d0c0c7056a29f2df0af/dir/html_input_e.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>
16 <script>html_input_a.main();</script>
17
18
19 </body></html>
OLDNEW
« no previous file with comments | « test/codegen/expect/server_mode/dir/html_input_e.js ('k') | test/codegen/expect/server_mode/html_input.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698