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

Side by Side Diff: masters/master.chromium/templates/announce.html

Issue 2031423002: Improvements to the announce header. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove one more "|" Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 {% from "tree_status.html" import treestatus %} 2 {% from "tree_status.html" import treestatus %}
3 3
4 {% block header -%} 4 {% block header -%}
5 {{ super() }} 5 {{ super() }}
6 <hr/> 6 <hr/>
7 <script> 7 <script>
8 /** 8 /**
9 * Pseudo namespace for chromium - keep it short because we are in a very 9 * Pseudo namespace for chromium - keep it short because we are in a very
10 * narrow scope for this file. 10 * narrow scope for this file.
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <tr> 144 <tr>
145 <td width="29%"> 145 <td width="29%">
146 <table valign="top" width="100%"> 146 <table valign="top" width="100%">
147 <tr> 147 <tr>
148 <td style="text-align: right;"> 148 <td style="text-align: right;">
149 <b>Builds:</b> 149 <b>Builds:</b>
150 </td> 150 </td>
151 <td> 151 <td>
152 <a href="https://commondatastorage.googleapis.com/chromium-browser -snapshots/index.html">continuous</a> | 152 <a href="https://commondatastorage.googleapis.com/chromium-browser -snapshots/index.html">continuous</a> |
153 <a href="https://build.chromium.org/f/chromium/symsrv/index.html"> symbols</a> | 153 <a href="https://build.chromium.org/f/chromium/symsrv/index.html"> symbols</a> |
154 <a href="https://chromium-status.appspot.com">status</a> | 154 <a href="https://chromium-status.appspot.com">status</a>
155 <a href="https://blink-status.appspot.com">blink status</a>
156 </td> 155 </td>
157 </tr> 156 </tr>
158 <tr> 157 <tr>
159 <td style="text-align: right;"> 158 <td style="text-align: right;">
160 <b>Dashboards:</b> 159 <b>Dashboards:</b>
161 </td> 160 </td>
162 <td> 161 <td>
163 <a href="https://chromeperf.appspot.com/">perf</a> | 162 <a href="https://chromeperf.appspot.com/">perf</a> |
164 <a href="http://build.chromium.org/f/chromium/flakiness/">flakines s</a> | 163 <a href="http://build.chromium.org/f/chromium/flakiness/">flakines s</a> |
165 <a href="https://build.chromium.org/p/chromium/stats">stats</a> 164 <a href="https://build.chromium.org/p/chromium/stats">stats</a>
166 </td> 165 </td>
167 </tr> 166 </tr>
168 <tr> 167 <tr>
169 <td style="text-align: right;"> 168 <td style="text-align: right;">
170 <b>Chromium:</b> 169 <b>Chromium:</b>
171 </td> 170 </td>
172 <td> 171 <td>
173 <a href="https://src.chromium.org/viewvc/chrome">sources</a> | 172 <a href="https://chromium.googlesource.com/chromium/src">sources</ a> |
174 <a href="https://codereview.chromium.org/">reviews</a> | 173 <a href="https://codereview.chromium.org/">reviews</a> |
175 <a href="https://code.google.com/p/chromium/issues/list?can=2&q=&s ort=pri+mstone&colspec=ID%20Stars%20Pri%20Area%20Type%20Status%20Summary%20Modif ied%20Owner%20Mstone">bugs</a> | 174 <a href="https://bugs.chromium.org/p/chromium">bugs</a> |
176 <a href="http://dev.chromium.org/Home">dev</a> | 175 <a href="http://dev.chromium.org/Home">dev</a> |
177 <a href="https://www.google.com/support/chrome/">support</a> 176 <a href="https://www.google.com/support/chrome/">support</a>
178 </td> 177 </td>
179 </tr> 178 </tr>
180 <tr> 179 <tr>
181 <td style="text-align: right;"> 180 <td style="text-align: right;">
182 <b>Sheriffs:</b> 181 <b>Sheriffs:</b>
183 </td> 182 </td>
184 <td> 183 <td>
185 Chromium: <script src='https://chromium-build.appspot.com/p/chromi um/sheriff.js'></script>;<br> 184 Chromium: <script src='https://chromium-build.appspot.com/p/chromi um/sheriff.js'></script>;<br>
(...skipping 16 matching lines...) Expand all
202 <script src='https://chromium-build.appspot.com/p/chromium/trooper .js'></script> 201 <script src='https://chromium-build.appspot.com/p/chromium/trooper .js'></script>
203 </td> 202 </td>
204 </tr> 203 </tr>
205 <tr> 204 <tr>
206 <td style="text-align: right;"> 205 <td style="text-align: right;">
207 <b>Masters:</b> 206 <b>Masters:</b>
208 </td> 207 </td>
209 <td colspan="2"> 208 <td colspan="2">
210 <script> 209 <script>
211 document.write([ 210 document.write([
211 aView("../chromium.android", "", "chromium.android"),
212 aView("../chromium.chromedriver", "", "chromium.chromedriver"),
213 aView("../chromium.fyi", "", "chromium.fyi"),
214 aView("../chromium.gpu", "", "chromium.gpu"),
215 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"),
216 aView("../chromium.perf", "", "chromium.perf"),
217 aView("../chromium.perf.fyi", "", "chromium.perf.fyi"),
218 aView("../chromium.webkit", "", "chromium.webkit"),
219 aView("../chromium.webrtc", "", "chromium.webrtc"),
220 aView("../chromiumos", "", "chromiumos"),
221 ].join(' | '));
222 </script>
223 </td>
224 </tr>
225 <tr>
226 <td style="text-align: right;">
227 <b>TryServers:</b>
228 </td>
229 <td colspan="2">
230 <script>
231 document.write([
212 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""), 232 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""),
213 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""), 233 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""),
214 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""), 234 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""),
215 a("../tryserver.chromium.android/waterfall", "tryserver.chromium .android", ""), 235 a("../tryserver.chromium.android/waterfall", "tryserver.chromium .android", ""),
216 a("../tryserver.blink/waterfall", "tryserver.blink", ""), 236 a("../tryserver.blink/waterfall", "tryserver.blink", ""),
217 aView("../chromium.android", "", "chromium.android"), 237 ].join(' | '));
218 aView("../chromium.fyi", "", "chromium.fyi"),
219 aView("../chromium.memory", "", "chromium.memory"),
220 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"),
221 aView("../chromium.chromiumos", "", "chromium.chromiumos"),
222 aView("../chromiumos", "", "chromiumos"),
223 aView("../client.nacl", "", "client.nacl"),
224 aView("../chromium.webkit", "", "chromium.webkit")].join(' | ')) ;
225 </script> 238 </script>
226 </td> 239 </td>
227 </tr> 240 </tr>
228 <tr> 241 <tr>
229 <td style="text-align: right;"> 242 <td style="text-align: right;">
230 <b>Navigate:</b> 243 <b>Navigate:</b>
231 </td> 244 </td>
232 <td colspan="2"> 245 <td colspan="2">
233 <script> 246 <script>
234 document.write([ 247 document.write([
235 a("http://dev.chromium.org/developers/testing/chromium-build-inf rastructure/tour-of-the-chromium-buildbot", "about", ""), 248 a("http://dev.chromium.org/developers/testing/chromium-build-inf rastructure/tour-of-the-chromium-buildbot", "about", ""),
236 a("./waterfall/help", "customize", ""), 249 a("./waterfall/help", "customize", ""),
237 a("./waterfall", "waterfall", ""), 250 a("./waterfall", "waterfall", ""),
238 a("./console", "console", ""), 251 a("./console", "console", ""),
239 a("./waterfall?show_events=true&failures_only=true", "failures", "")].join(' | ')); 252 ].join(' | '));
240 </script> 253 </script>
241 </td> 254 </td>
242 </tr> 255 </tr>
243 </table> 256 </table>
244 </td> 257 </td>
245 <td width="1" bgcolor="#CCCCCC"> 258 <td width="1" bgcolor="#CCCCCC">
246 </td> 259 </td>
247 <td width="1%"> 260 <td width="1%">
248 </td> 261 </td>
249 <td width="70%"> 262 <td width="70%">
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 </center> 506 </center>
494 507
495 </div> 508 </div>
496 {% endblock header %} 509 {% endblock header %}
497 510
498 {% block footer %} 511 {% block footer %}
499 512
500 {{ super() }} 513 {{ super() }}
501 {# <p>Debug info: {{ debuginfo }}</p> #} 514 {# <p>Debug info: {{ debuginfo }}</p> #}
502 {% endblock %} 515 {% endblock %}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698