Index: masters/master.tryserver.chromiumos/public_html/announce.html |
=================================================================== |
--- masters/master.tryserver.chromiumos/public_html/announce.html (revision 105558) |
+++ masters/master.tryserver.chromiumos/public_html/announce.html (working copy) |
@@ -1,7 +1,152 @@ |
-<h3>Have a question?</h3> |
-<ol> |
- <li>See <a href='http://dev.chromium.org/developers/testing/try-server-usage' |
- target='_blank'>http://dev.chromium.org/developers/testing/try-server-usage</a>! |
- </li> |
- <li>Currently using <a href='http://chromium-status.appspot.com/lkgr' target='_blank'>this revision</a></li> |
-</ol> |
+<script> |
+ function autoLink(className) { |
+ var comments = document.querySelectorAll(className); |
+ for(var i = 0; i < comments.length; i++) { |
+ comments[i].innerHTML = comments[i].innerHTML.replace(/http:\/\/[^ \t\n<]*/g, '<a href="$&">$&</a>'); |
+ } |
+ } |
+ |
+ window.onload = function() { |
+ autoLink('.DevComment'); |
+ } |
+</script> |
+ |
+<div class="Announcement"> |
+ |
+<iframe width="100%" height="44" frameborder="0" scrolling="no" src="http://chromiumos-status.appspot.com/current"></iframe> |
+ |
+<center style="padding: 0 7px"> |
+ <table width="100%" valign="top" bgcolor="#efefef" style="-webkit-border-bottom-left-radius: 24px; -webkit-border-bottom-right-radius: 24px; -moz-border-bottom-right-radius: 24px; -moz-border-bottom-right-radius: 24px; box-shadow: 2px 2px 6px rgba(0,0,0,0.6); -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);"> |
+ <tr> |
+ <td width="23%"> |
+ <table valign="top" width="100%"> |
+ <tr> |
+ <td style="text-align: right;"> |
+ <b>Builds:</b> |
+ </td> |
+ <td> |
+ <a href="http://chromiumos-status.appspot.com">status</a> |
+ <a href="one_line_per_build">manage all</a> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td style="text-align: right;"> |
+ <b>ChromiumOS:</b> |
+ </td> |
+ <td> |
+ <a href="http://src.chromium.org/cgi-bin/gitweb.cgi">sources</a> | |
+ <a href="http://codereview.chromium.org/">reviews</a> | |
+ <a href="http://code.google.com/p/chromium-os/issues/list?can=2&q=&sort=pri+mstone&colspec=ID%20Stars%20Pri%20Area%20Type%20Status%20Summary%20Modified%20Owner%20Mstone">bugs</a> | |
+ <a href="http://dev.chromium.org/chromium-os">dev</a> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td style="text-align: right;"> |
+ <b>Sheriffs:</b> |
+ </td> |
+ <td> |
+ <script src='./sheriff.js'></script>, |
+ <script src='./sheriff2.js'></script> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td style="text-align: right;"> |
+ <b>Navigate:</b> |
+ </td> |
+ <td colspan="2"> |
+ <a href="http://dev.chromium.org/developers/testing/chromium-build-infrastructure/tour-of-the-chromium-buildbot">about</a> | |
+ <a href="./waterfall/help">customize</a> | |
+ <a href="./waterfall">waterfall</a> | |
+ <a href="./waterfall?show_events=true&failures_only=true">failures</a> | |
+ <a href="./console">console</a> | |
+ <a href="../chromium.fyi/waterfall?builder=ChromiumOS+%28x86%29&builder=ChromiumOS+%28arm%29&builder=ChromiumOS+%28tegra2%29">chromium.fyi</a> |
+ </td> |
+ </tr> |
+ </table> |
+ </td> |
+ <td width="1" bgcolor="#CCCCCC"> |
+ </td> |
+ <td width="2%"> |
+ </td> |
+ <td width="72%"> |
+ <table width="100%"> |
+ <script language="javascript"> |
+ var important = [ |
+ "builder=x86+generic+PFQ", |
+ "builder=arm+generic+PFQ", |
+ "builder=tegra2+PFQ", |
+ "builder=x86+generic+full", |
+ "builder=arm+generic+full", |
+ "builder=tegra2+full", |
+ "builder=tegra2+seaboard+full", |
+ "builder=x86+pineview+full", |
+ "builder=x86+generic+chrome+PFQ", |
+ "builder=arm+generic+chrome+PFQ", |
+ "builder=tegra2+chrome+PFQ", |
+ "builder=chromiumos+sdk", |
+ "builder=arm-tegra2-seaboard-toolchain", |
+ "builder=x86-generic-gcc_46", |
+ "builder=arm-tegra2-seaboard-gcc_46", |
+ "reload=30", |
+ ].join("&"); |
+ var chrome = [ |
+ "builder=x86+generic+chrome+PFQ", |
+ "builder=arm+generic+chrome+PFQ", |
+ "builder=tegra2+chrome+PFQ", |
+ "reload=30", |
+ ].join("&"); |
+ var chromium_chromiumos = [ |
+ "builder=ChromiumOS+(x86)", |
+ "builder=ChromiumOS+(arm)", |
+ "builder=ChromiumOS+(tegra2)", |
+ "titles=on", |
+ ].join("&"); |
+ |
+ var arm = [ |
+ "builder=arm+generic+PFQ", |
+ "builder=tegra2+PFQ", |
+ "builder=arm+generic+full", |
+ "builder=tegra2+full", |
+ "builder=tegra2+seaboard+full", |
+ "reload=30", |
+ ].join("&"); |
+ var x86 = [ |
+ "builder=x86+generic+PFQ", |
+ "builder=x86+generic+full", |
+ "builder=x86+pineview+full", |
+ "reload=30", |
+ ].join("&"); |
+ |
+ var memory = "" |
+ |
+ |
+ var bar = "http://build.chromium.org/p/chromiumos/horizontal_one_box_per_builder" |
+ var bar_chromium_chromiumos = "http://build.chromium.org/p/chromium.chromiumos/horizontal_one_box_per_builder" |
+ var bar_memory = "http://build.chromium.org/p/chromium.memory/horizontal_one_box_per_builder"; |
+ |
+ var waterfall = '../chromiumos/waterfall' |
+ var waterfall_chromium_chromiumos = '../chromium.chromiumos/waterfall' |
+ var waterfall_memory = "../chromium.memory/waterfall" |
+ |
+ function GetUrl(type, content) { |
+ return type + "?" + content; |
+ } |
+ |
+ function DisplayBar(waterfall_url, bar_url, content, name) { |
+ document.write("<tr><td><a href='" + GetUrl(waterfall_url, content) + "'>" + name + "</a></td><td width='99%'><iframe width='100%' height='20' frameborder='0' scrolling='no' src='" + GetUrl(bar_url, content) + "'></iframe></td></tr>\n"); |
+ } |
+ DisplayBar(waterfall, bar, important, "important"); |
+ DisplayBar(waterfall, bar, x86, "x86"); |
+ DisplayBar(waterfall, bar, arm, "arm"); |
+ DisplayBar(waterfall, bar, chrome, "chrome"); |
+ DisplayBar(waterfall_chromium_chromiumos, bar_chromium_chromiumos, chromium_chromiumos, "chromium.chromiumos") |
+ </script> |
+ </table> |
+ </td> |
+ <td width="3%"> |
+ </td> |
+ </tr> |
+ </table> |
+</center> |
+ |
+</div> |