| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 h1 { | 3 h1 { |
| 4 font-family: sans-serif; | 4 font-family: sans-serif; |
| 5 } | 5 } |
| 6 #postWarning { | 6 #postWarning { |
| 7 color: red; | 7 color: red; |
| 8 } | 8 } |
| 9 textarea { | 9 textarea { |
| 10 width: calc(100%% - 10px); | 10 width: calc(100%% - 10px); |
| 11 height: 50vh; | 11 height: 50vh; |
| 12 } | 12 } |
| 13 .item { | 13 .item { |
| 14 font-weight: bold; | 14 font-weight: bold; |
| 15 } | 15 } |
| 16 .item:before { | 16 .item:before { |
| 17 content: '>>> '; | 17 content: '>>> '; |
| 18 } | 18 } |
| 19 </style> | 19 </style> |
| 20 | 20 |
| 21 <h1>Chromium CQ Status</h1> | 21 <h1>%(host)s CQ Status</h1> |
| 22 <pre> | 22 <pre> |
| 23 Source code: | 23 Source code: |
| 24 <a href="https://chromium.googlesource.com/infra/infra/+/master/appengine/chromi
um_cq_status/">https://chromium.googlesource.com/infra/infra/+/master/appengine/
chromium_cq_status/</a> | 24 <a href="https://chromium.googlesource.com/infra/infra/+/master/appengine/chromi
um_cq_status/">https://chromium.googlesource.com/infra/infra/+/master/appengine/
chromium_cq_status/</a> |
| 25 Use "<a href="http://commondatastorage.googleapis.com/chrome-infra-docs/flat/dep
ot_tools/docs/html/depot_tools_tutorial.html">fetch</a> infra" to clone the dev
repos. | 25 Use "<a href="http://commondatastorage.googleapis.com/chrome-infra-docs/flat/dep
ot_tools/docs/html/depot_tools_tutorial.html">fetch</a> infra" to clone the dev
repos. |
| 26 | 26 |
| 27 | 27 |
| 28 | 28 |
| 29 Site directory listing: | 29 Site directory listing: |
| 30 | 30 |
| 31 <span class="item"><a href="/recent">/recent</a></span> | 31 <span class="item"><a href="/recent">/recent</a></span> |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 | 307 |
| 308 // Add Google Analytics integration | 308 // Add Google Analytics integration |
| 309 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 309 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 310 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 310 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 311 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m
) | 311 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m
) |
| 312 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 312 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 313 | 313 |
| 314 ga('create', 'UA-55762617-13', {'siteSpeedSampleRate': 100}); | 314 ga('create', 'UA-55762617-13', {'siteSpeedSampleRate': 100}); |
| 315 ga('send', 'pageview'); | 315 ga('send', 'pageview'); |
| 316 </script> | 316 </script> |
| OLD | NEW |