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

Side by Side Diff: milo/frontend/expectations/buildbot.build-Debug_page-_win_chromium_rel_ng_246309.html

Issue 2977173002: [milo] add milo version to page base (Closed)
Patch Set: Created 3 years, 5 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
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> 6 <title>
7 7
8 Failed 8 Failed
9 9
10 - 10 -
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 $(this).click(); 1110 $(this).click();
1111 } 1111 }
1112 }); 1112 });
1113 }); 1113 });
1114 </script> 1114 </script>
1115 1115
1116 <footer> 1116 <footer>
1117 <hr> 1117 <hr>
1118 <a href="https://github.com/luci">luci</a>, 1118 <a href="https://github.com/luci">luci</a>,
1119 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 1119 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
1120 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 1120 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b><br>
1121 version: <b>testVersionID</b><br>
1121 </footer> 1122 </footer>
1122 <script> 1123 <script>
1123 (function () { 1124 (function () {
1124 'use strict'; 1125 'use strict';
1125 milo.makeTimesLocal(); 1126 milo.makeTimesLocal();
1126 milo.annotateDurations(); 1127 milo.annotateDurations();
1127 $(document).tooltip({ 1128 $(document).tooltip({
1128 show: false, 1129 show: false,
1129 hide: false 1130 hide: false
1130 }); 1131 });
(...skipping 11 matching lines...) Expand all
1142 <script> 1143 <script>
1143 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 1144 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
1144 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 1145 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
1145 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 1146 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
1146 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 1147 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
1147 1148
1148 ga('create', 'UA-12345-01', 'auto'); 1149 ga('create', 'UA-12345-01', 'auto');
1149 ga('send', 'pageview'); 1150 ga('send', 'pageview');
1150 </script> 1151 </script>
1151 1152
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698