OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
6 * are met: | 6 * are met: |
7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 '</a>' + | 304 '</a>' + |
305 '</summary>' + | 305 '</summary>' + |
306 '<table>' + | 306 '<table>' + |
307 '<tr>' + | 307 '<tr>' + |
308 '<td><a href="http://build.chromium.org/p/chromium.w
ebkit/waterfall?builder=Linux">Linux</a></td>' + | 308 '<td><a href="http://build.chromium.org/p/chromium.w
ebkit/waterfall?builder=Linux">Linux</a></td>' + |
309 '<td>554</td>' + | 309 '<td>554</td>' + |
310 '</tr>' + | 310 '</tr>' + |
311 '</table>' + | 311 '</table>' + |
312 '</details>' + | 312 '</details>' + |
313 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie
w=rev&revision=555">555</a>' + | 313 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie
w=rev&revision=555">555</a>' + |
314 '<br>' + | 314 '<br>'; |
315 'Last roll is to <a href="http://src.chromium.org/viewvc/blink?v
iew=rev&revision=500">500</a><span class="warning">(55 revisions behind)</sp
an>, current autoroll <a href="https://codereview.chromium.org/1000">500:550</a>
'); | 315 // 'Last roll is to <a href="http://src.chromium.org/viewvc/blin
k?view=rev&revision=500">500</a><span class="warning">(55 revisions behind)<
/span>, current autoroll <a href="https://codereview.chromium.org/1000">500:550<
/a>'); |
316 start(); | 316 start(); |
317 }); | 317 }); |
318 }); | 318 }); |
319 | 319 |
320 asyncTest("RevisionDetailsBigRoll", 2, function() { | 320 asyncTest("RevisionDetailsBigRoll", 2, function() { |
321 var rollFromRevision = 440; | 321 var rollFromRevision = 440; |
322 var rollToRevision = 550; | 322 var rollToRevision = 550; |
323 var simulator = new NetworkSimulator(); | 323 var simulator = new NetworkSimulator(); |
324 simulator.json = function(url) | 324 simulator.json = function(url) |
325 { | 325 { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 '</table>' + | 368 '</table>' + |
369 '</details>' + | 369 '</details>' + |
370 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie
w=rev&revision=555">555</a>' + | 370 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie
w=rev&revision=555">555</a>' + |
371 '<br>' + | 371 '<br>' + |
372 'Last roll is to <a href="http://src.chromium.org/viewvc/blink?v
iew=rev&revision=440">440</a><span class="critical">(115 revisions behind)</
span>, current autoroll <a href="https://codereview.chromium.org/1000">440:550</
a>'); | 372 'Last roll is to <a href="http://src.chromium.org/viewvc/blink?v
iew=rev&revision=440">440</a><span class="critical">(115 revisions behind)</
span>, current autoroll <a href="https://codereview.chromium.org/1000">440:550</
a>'); |
373 start(); | 373 start(); |
374 }); | 374 }); |
375 }); | 375 }); |
376 | 376 |
377 })(); | 377 })(); |
OLD | NEW |