| Index: appengine/chromium_build/tests/console_test.files/test_parse_master/in_console.html
|
| diff --git a/appengine/chromium_build/tests/console_test.files/test_parse_master/in_console.html b/appengine/chromium_build/tests/console_test.files/test_parse_master/in_console.html
|
| index ae60665dbdd2a616232ab0769ff4d8fbf62d3ea1..0df348a2a288956fb0519486dd2e02fb8f84845b 100644
|
| --- a/appengine/chromium_build/tests/console_test.files/test_parse_master/in_console.html
|
| +++ b/appengine/chromium_build/tests/console_test.files/test_parse_master/in_console.html
|
| @@ -214,7 +214,7 @@
|
| a("../tryserver.blink/waterfall", "tryserver.blink", ""),
|
| aView("../chromium.fyi", "", "chromium.fyi"),
|
| aView("../chromium.memory", "", "chromium.memory"),
|
| - aView("../chromium.memory.fyi", "", "chromium.memory.fyi"),
|
| + aView("../chromium.memory.full", "", "chromium.memory.full"),
|
| aView("../chromium.chromiumos", "", "chromium.chromiumos"),
|
| aView("../chromiumos", "", "chromiumos"),
|
| aView("../client.nacl", "", "client.nacl"),
|
| @@ -252,7 +252,7 @@
|
| c.linux = '';
|
| c.chromium_chromiumos = '';
|
| c.memory = '';
|
| - c.memory_fyi = '';
|
| + c.memory.full = '';
|
| c.perf = '';
|
| c.cros = '';
|
| c.chrome = '';
|
| @@ -266,7 +266,7 @@
|
| c.status_linux = '../chromium.linux';
|
| c.status_cros = '../chromium.chromiumos';
|
| c.status_memory = '../chromium.memory';
|
| - c.status_memory_fyi = '../chromium.memory.fyi';
|
| + c.status_memory.full = '../chromium.memory.full';
|
| c.status_chrome = '../chromium.chrome';
|
| c.status_perf = '../chromium.perf';
|
| c.status_lkgr = '../chromium.lkgr';
|
| @@ -300,7 +300,7 @@
|
| c.bar_mac = BarUrl('chromium.mac');
|
| c.bar_linux = BarUrl('chromium.linux');
|
| c.bar_memory = BarUrl('chromium.memory');
|
| - c.bar_memory_fyi = BarUrl('chromium.memory.fyi');
|
| + c.bar_memory.full = BarUrl('chromium.memory.full');
|
| c.bar_perf = BarUrl('chromium.perf');
|
| c.bar_chrome = BarUrl('chromium.chrome');
|
| c.bar_lkgr = BarUrl('chromium.lkgr');
|
| @@ -465,7 +465,7 @@
|
| 'LKGR', 'width="25%"', 'id="LKGRLink"')));
|
|
|
| document.write(tr(
|
| - HTMLBaseBar(c.status_memory_fyi, c.bar_memory_fyi, c.memory_fyi,
|
| + HTMLBaseBar(c.status_memory.full, c.bar_memory.full, c.memory.full,
|
| 'Memory<br>FYI', 'width="100%" colspan=6', '')));
|
|
|
| document.write(tr(
|
|
|