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

Unified Diff: appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/in.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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/in.html
diff --git a/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/in.html b/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/in.html
index 7b14a33025d5a8065e70edd7ac45bd28285da708..41713cb6f032f0bb36b9b142d6262d8233e7c221 100644
--- a/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/in.html
+++ b/appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/in.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);
« no previous file with comments | « appengine/chromium_build/tests/fetch_test.files/test_fetch_direct/exp.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698