| Index: appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html
|
| diff --git a/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html b/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html
|
| index 7b14a33025d5a8065e70edd7ac45bd28285da708..41713cb6f032f0bb36b9b142d6262d8233e7c221 100644
|
| --- a/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html
|
| +++ b/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html
|
| @@ -510,7 +510,7 @@ document.addEventListener("DOMContentLoaded", SetupView, false);
|
| aView("../chromium.fyi", "", "experimental"),
|
| a("./waterfall?show_events=true&failures_only=true", "failures", ""),
|
| aView("../chromium.memory", "", "memory"),
|
| - aView("../chromium.memory.fyi", "", "memory fyi"),
|
| + aView("../chromium.memory.full", "", "memory.full"),
|
| aView("../chromium.chromiumos", "", "chromiumos chrome"),
|
| aView("../chromiumos", "", "chromiumos team"),
|
| aView("../client.nacl", "", "NaCl")].join(' | '));
|
| @@ -530,7 +530,7 @@ document.addEventListener("DOMContentLoaded", SetupView, false);
|
| c.chromium_chromiumos = '';
|
| c.webkit = 'builder=Webkit+Win+Builder+%28deps%29&builder=Webkit+Win+%28deps%29&builder=Webkit+Mac+Builder+%28deps%29&builder=Webkit+Mac10.6+%28deps%29&builder=Webkit+Linux+%28deps%29';
|
| c.memory = '';
|
| - c.memory_fyi = '';
|
| + c.memory.full = '';
|
| c.perf = '';
|
| c.cros = '';
|
| c.chrome = '';
|
| @@ -541,7 +541,7 @@ document.addEventListener("DOMContentLoaded", SetupView, false);
|
| c.status_cros = '../chromium.chromiumos';
|
| c.status_webkit = '../chromium.webkit';
|
| 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';
|
| @@ -559,7 +559,7 @@ document.addEventListener("DOMContentLoaded", SetupView, false);
|
| c.bar = BarUrl('chromium')
|
| c.bar_webkit = 'http://build.chromium.org/p/chromium.webkit/horizontal_one_box_per_builder';
|
| 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');
|
| @@ -700,7 +700,7 @@ document.addEventListener("DOMContentLoaded", SetupView, false);
|
| 'LKGR', 'width="10%"', 'id="LKGRLink"') +
|
| HTMLBaseBar(c.status_pyauto, c.bar_pyauto, c.pyauto,
|
| 'PyAuto', 'width="15%"', '') +
|
| - 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="50%" colspan=5', '')));
|
|
|
| setTimeout('DisplayLKGR()', 100);
|
|
|