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

Side by Side Diff: milo/frontend/expectations/buildbot.build-Debug_page-_gerritCL_1234.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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 $(this).click(); 218 $(this).click();
219 } 219 }
220 }); 220 });
221 }); 221 });
222 </script> 222 </script>
223 223
224 <footer> 224 <footer>
225 <hr> 225 <hr>
226 <a href="https://github.com/luci">luci</a>, 226 <a href="https://github.com/luci">luci</a>,
227 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 227 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
228 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 228 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b><br>
229 version: <b>testVersionID</b><br>
229 </footer> 230 </footer>
230 <script> 231 <script>
231 (function () { 232 (function () {
232 'use strict'; 233 'use strict';
233 milo.makeTimesLocal(); 234 milo.makeTimesLocal();
234 milo.annotateDurations(); 235 milo.annotateDurations();
235 $(document).tooltip({ 236 $(document).tooltip({
236 show: false, 237 show: false,
237 hide: false 238 hide: false
238 }); 239 });
(...skipping 11 matching lines...) Expand all
250 <script> 251 <script>
251 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 252 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
252 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 253 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
253 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 254 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
254 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 255 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
255 256
256 ga('create', 'UA-12345-01', 'auto'); 257 ga('create', 'UA-12345-01', 'auto');
257 ga('send', 'pageview'); 258 ga('send', 'pageview');
258 </script> 259 </script>
259 260
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698