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

Side by Side Diff: milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html

Issue 2801463002: Milo: Use custom config caching layer (Closed)
Patch Set: Review: Remove double logging Created 3 years, 8 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 | « milo/appengine/frontend/cron.yaml ('k') | milo/appengine/frontend/frontpage.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <html lang="en"> 4 <html lang="en">
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title>Milo</title> 6 <title>Milo</title>
7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
8 <script src="/static/common/js/time.js"></script> 8 <script src="/static/common/js/time.js"></script>
9 <script src="/static/common/third_party/js/jquery.min.js"></script> 9 <script src="/static/common/third_party/js/jquery.min.js"></script>
10 10
11 11
12 <body class="interface"> 12 <body class="interface">
13 <header> 13 <header>
14 Luci 14 Luci
15 <div> 15 <div>
16 16
17 <a href="https://login.url/?target=/foobar">login</a> 17 <a href="https://login.url/?target=/foobar">login</a>
18 18
19 </div> 19 </div>
20 </header> 20 </header>
21 <hr> 21 <hr>
22 22
23 <h1>Milo</h1> 23 <h1>Milo</h1>
24 24
25 25
26 Encountered error while loading front page: couldn&#39;t find ice cream
27
28
29
26 <h2> Module 1 30 <h2> Module 1
27 31
28 </h2> 32 </h2>
29 33
30 <h3> Example master A </h3> 34 <h3> Example master A </h3>
31 35
32 <li><a href="/master1/buildera">Example builder</a></li> 36 <li><a href="/master1/buildera">Example builder</a></li>
33 37
34 <li><a href="/master1/builderb">Example builder 2</a></li> 38 <li><a href="/master1/builderb">Example builder 2</a></li>
35 39
(...skipping 25 matching lines...) Expand all
61 <script> 65 <script>
62 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 66 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
63 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 67 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
64 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 68 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
65 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 69 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
66 70
67 ga('create', 'UA-12345-01', 'auto'); 71 ga('create', 'UA-12345-01', 'auto');
68 ga('send', 'pageview'); 72 ga('send', 'pageview');
69 </script> 73 </script>
70 74
OLDNEW
« no previous file with comments | « milo/appengine/frontend/cron.yaml ('k') | milo/appengine/frontend/frontpage.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698