| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Build Log</title> | 5 <title>Build Log</title> |
| 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 7 <script src="/static/common/js/time.js"></script> | 7 <script src="/static/common/js/time.js"></script> |
| 8 <script src="/static/common/third_party/js/jquery.min.js"></script> | 8 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 9 | 9 |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 <a href="https://github.com/luci">luci</a>, | 21 <a href="https://github.com/luci">luci</a>, |
| 22 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 22 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 23 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 23 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 24 </footer> | 24 </footer> |
| 25 <script> | 25 <script> |
| 26 (function () { | 26 (function () { |
| 27 'use strict'; | 27 'use strict'; |
| 28 milo.makeTimesLocal(); | 28 milo.makeTimesLocal(); |
| 29 })(); | 29 })(); |
| 30 </script> | 30 </script> |
| 31 |
| 32 <script> |
| 33 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 34 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 35 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 36 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 37 |
| 38 ga('create', 'UA-12345-01', 'auto'); |
| 39 ga('send', 'pageview'); |
| 40 </script> |
| 41 |
| OLD | NEW |