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

Side by Side Diff: appengine/chromium_build/tests/console_test.files/test_console_handler/exp_console.html

Issue 2201713002: Update waterfall for new master chromium.memory.full. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update tests Created 4 years, 4 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 <script> 2 <script>
3 /** 3 /**
4 * Pseudo namespace for chromium - keep it short because we are in a very 4 * Pseudo namespace for chromium - keep it short because we are in a very
5 * narrow scope for this file. 5 * narrow scope for this file.
6 * @type {Object} 6 * @type {Object}
7 */ 7 */
8 var c = {}; 8 var c = {};
9 9
10 /** 10 /**
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 <script> 197 <script>
198 document.write([ 198 document.write([
199 a("http://dev.chromium.org/developers/testing/chromium-build-inf rastructure/tour-of-the-chromium-buildbot", "about", ""), 199 a("http://dev.chromium.org/developers/testing/chromium-build-inf rastructure/tour-of-the-chromium-buildbot", "about", ""),
200 a("http://build.chromium.org/p/chromium/waterfall/help", "custom ize", ""), 200 a("http://build.chromium.org/p/chromium/waterfall/help", "custom ize", ""),
201 a("http://build.chromium.org/p/chromium/waterfall", "waterfall", ""), 201 a("http://build.chromium.org/p/chromium/waterfall", "waterfall", ""),
202 a("http://build.chromium.org/p/chromium/console", "console", "") , 202 a("http://build.chromium.org/p/chromium/console", "console", "") ,
203 a("http://build.chromium.org/p/chromium/../tryserver.chromium/wa terfall", "try", ""), 203 a("http://build.chromium.org/p/chromium/../tryserver.chromium/wa terfall", "try", ""),
204 aView("http://build.chromium.org/p/chromium/../chromium.fyi", "" , "experimental"), 204 aView("http://build.chromium.org/p/chromium/../chromium.fyi", "" , "experimental"),
205 a("http://build.chromium.org/p/chromium/waterfall?show_events=tr ue&failures_only=true", "failures", ""), 205 a("http://build.chromium.org/p/chromium/waterfall?show_events=tr ue&failures_only=true", "failures", ""),
206 aView("http://build.chromium.org/p/chromium/../chromium.memory", "", "memory"), 206 aView("http://build.chromium.org/p/chromium/../chromium.memory", "", "memory"),
207 aView("http://build.chromium.org/p/chromium/../chromium.memory.f yi", "", "memory fyi"), 207 aView("http://build.chromium.org/p/chromium/../chromium.memory.f ull", "", "memory.full"),
208 aView("http://build.chromium.org/p/chromium/../chromium.chromium os", "", "chromiumos chrome"), 208 aView("http://build.chromium.org/p/chromium/../chromium.chromium os", "", "chromiumos chrome"),
209 aView("http://build.chromium.org/p/chromium/../chromiumos", "", "chromiumos team"), 209 aView("http://build.chromium.org/p/chromium/../chromiumos", "", "chromiumos team"),
210 aView("http://build.chromium.org/p/chromium/../client.nacl", "", "NaCl")].join(' | ')); 210 aView("http://build.chromium.org/p/chromium/../client.nacl", "", "NaCl")].join(' | '));
211 </script> 211 </script>
212 </td> 212 </td>
213 </tr> 213 </tr>
214 </table> 214 </table>
215 </td> 215 </td>
216 <td width="1" bgcolor="#CCCCCC"> 216 <td width="1" bgcolor="#CCCCCC">
217 </td> 217 </td>
218 <td width="1%"> 218 <td width="1%">
219 </td> 219 </td>
220 <td width="70%"> 220 <td width="70%">
221 <table width="100%"> 221 <table width="100%">
222 <script language="javascript"> 222 <script language="javascript">
223 c.chromium = ''; 223 c.chromium = '';
224 c.chromium_chromiumos = ''; 224 c.chromium_chromiumos = '';
225 c.webkit = ''; 225 c.webkit = '';
226 c.memory = ''; 226 c.memory = '';
227 c.memory_fyi = ''; 227 c.memory.full = '';
228 c.perf = ''; 228 c.perf = '';
229 c.cros = ''; 229 c.cros = '';
230 c.chrome = ''; 230 c.chrome = '';
231 c.lkgr = ''; 231 c.lkgr = '';
232 c.pyauto = ''; 232 c.pyauto = '';
233 233
234 c.status = 'http://build.chromium.org/p/chromium/../chromium'; 234 c.status = 'http://build.chromium.org/p/chromium/../chromium';
235 c.status_cros = 'http://build.chromium.org/p/chromium/../chromium.ch romiumos'; 235 c.status_cros = 'http://build.chromium.org/p/chromium/../chromium.ch romiumos';
236 c.status_webkit = 'http://build.chromium.org/p/chromium/../chromium. webkit'; 236 c.status_webkit = 'http://build.chromium.org/p/chromium/../chromium. webkit';
237 c.status_memory = 'http://build.chromium.org/p/chromium/../chromium. memory'; 237 c.status_memory = 'http://build.chromium.org/p/chromium/../chromium. memory';
238 c.status_memory_fyi = 'http://build.chromium.org/p/chromium/../chrom ium.memory.fyi'; 238 c.status_memory.full = 'http://build.chromium.org/p/chromium/../chro mium.memory.full';
239 c.status_chrome = 'http://build.chromium.org/p/chromium/../chromium. chrome'; 239 c.status_chrome = 'http://build.chromium.org/p/chromium/../chromium. chrome';
240 c.status_perf = 'http://build.chromium.org/p/chromium/../chromium.pe rf'; 240 c.status_perf = 'http://build.chromium.org/p/chromium/../chromium.pe rf';
241 c.status_lkgr = 'http://build.chromium.org/p/chromium/../chromium.lk gr'; 241 c.status_lkgr = 'http://build.chromium.org/p/chromium/../chromium.lk gr';
242 c.status_pyauto = 'http://build.chromium.org/p/chromium/../chromium. pyauto'; 242 c.status_pyauto = 'http://build.chromium.org/p/chromium/../chromium. pyauto';
243 243
244 /** 244 /**
245 * Builds a reference for the iframe with boxes. 245 * Builds a reference for the iframe with boxes.
246 * @param {String} x the name of the waterfall. 246 * @param {String} x the name of the waterfall.
247 * @returns {String} The URL. 247 * @returns {String} The URL.
248 */ 248 */
249 function BarUrl(x) { 249 function BarUrl(x) {
250 return 'https://chromium-build.appspot.com/p/' + x + 250 return 'https://chromium-build.appspot.com/p/' + x +
251 '/horizontal_one_box_per_builder'; 251 '/horizontal_one_box_per_builder';
252 } 252 }
253 c.bar = BarUrl('chromium') 253 c.bar = BarUrl('chromium')
254 c.bar_webkit = 'https://chromium-build.appspot.com/p/chromium.webkit /horizontal_one_box_per_builder?chromiumconsole'; 254 c.bar_webkit = 'https://chromium-build.appspot.com/p/chromium.webkit /horizontal_one_box_per_builder?chromiumconsole';
255 c.bar_memory = BarUrl('chromium.memory'); 255 c.bar_memory = BarUrl('chromium.memory');
256 c.bar_memory_fyi = BarUrl('chromium.memory.fyi'); 256 c.bar_memory.full = BarUrl('chromium.memory.full');
257 c.bar_perf = BarUrl('chromium.perf'); 257 c.bar_perf = BarUrl('chromium.perf');
258 c.bar_chrome = BarUrl('chromium.chrome'); 258 c.bar_chrome = BarUrl('chromium.chrome');
259 c.bar_lkgr = BarUrl('chromium.lkgr'); 259 c.bar_lkgr = BarUrl('chromium.lkgr');
260 c.bar_pyauto = BarUrl('chromium.pyauto'); 260 c.bar_pyauto = BarUrl('chromium.pyauto');
261 c.bar_cros = BarUrl('chromium.chromiumos'); 261 c.bar_cros = BarUrl('chromium.chromiumos');
262 262
263 263
264 /** 264 /**
265 * Joins URL and search terms. 265 * Joins URL and search terms.
266 * @param {String} type The Url without the cgi search portion. 266 * @param {String} type The Url without the cgi search portion.
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 HTMLBaseBar(c.status_webkit, c.bar_webkit, c.webkit, 387 HTMLBaseBar(c.status_webkit, c.bar_webkit, c.webkit,
388 'Webkit', 'colspan=3', '') + 388 'Webkit', 'colspan=3', '') +
389 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf, 389 HTMLBaseBar(c.status_perf, c.bar_perf, c.perf,
390 'Perf', 'colspan=5', ''))); 390 'Perf', 'colspan=5', '')));
391 391
392 document.write(tr( 392 document.write(tr(
393 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr, 393 HTMLBaseBar(c.status_lkgr, c.bar_lkgr, c.lkgr,
394 'LKGR', 'width="10%"', 'id="LKGRLink"') + 394 'LKGR', 'width="10%"', 'id="LKGRLink"') +
395 HTMLBaseBar(c.status_pyauto, c.bar_pyauto, c.pyauto, 395 HTMLBaseBar(c.status_pyauto, c.bar_pyauto, c.pyauto,
396 'PyAuto', 'width="15%"', '') + 396 'PyAuto', 'width="15%"', '') +
397 HTMLBaseBar(c.status_memory_fyi, c.bar_memory_fyi, c.memory_fyi, 397 HTMLBaseBar(c.status_memory.full, c.bar_memory.full, c.memory.fu ll,
398 'Memory<br>FYI', 'width="50%" colspan=5', ''))); 398 'Memory<br>FYI', 'width="50%" colspan=5', '')));
399 399
400 setTimeout('DisplayLKGR()', 100); 400 setTimeout('DisplayLKGR()', 100);
401 </script> 401 </script>
402 </table> 402 </table>
403 </td> 403 </td>
404 </tr> 404 </tr>
405 </table> 405 </table>
406 </center> 406 </center>
407 407
(...skipping 9611 matching lines...) Expand 10 before | Expand all | Expand 10 after
10019 }, false); 10019 }, false);
10020 </script> 10020 </script>
10021 10021
10022 </div><div class="footer" style="clear:both"> 10022 </div><div class="footer" style="clear:both">
10023 <hr/> 10023 <hr/>
10024 [ <a class='collapse' href='#' OnClick='collapse(); return false;'>collapse</a > 10024 [ <a class='collapse' href='#' OnClick='collapse(); return false;'>collapse</a >
10025 <a class='uncollapse' href='#' OnClick='uncollapse(); return false;'>un-collap se</a> 10025 <a class='uncollapse' href='#' OnClick='uncollapse(); return false;'>un-collap se</a>
10026 <a class='merge' href="#" OnClick="merge(); return false;">merge</a> 10026 <a class='merge' href="#" OnClick="merge(); return false;">merge</a>
10027 <a class='unmerge' style='display: none' href="#" OnClick="unmerge(); return f alse;">un-merge</a> ] 10027 <a class='unmerge' style='display: none' href="#" OnClick="unmerge(); return f alse;">un-merge</a> ]
10028 </div> 10028 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698