<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[174015] trunk/Tools</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/174015">174015</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2014-09-26 11:49:30 -0700 (Fri, 26 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Get rid of webkit-queues dashboard
https://bugs.webkit.org/show_bug.cgi?id=137141

Reviewed by Ryosuke Niwa.

* QueueStatusServer/app.yaml: Updated version.

* QueueStatusServer/templates/dashboard.html: Removed.
* QueueStatusServer/handlers/dashboard.py: Removed.
* QueueStatusServer/main.py:
Kill it!

* QueueStatusServer/stylesheets/common.css: Copied from Tools/QueueStatusServer/stylesheets/dashboard.css.
(.status-cell): Deleted.
(.status-cell:hover): Deleted.
(.status-cell.pass): Deleted.
(.status-cell.fail): Deleted.
(.status-cell.pending): Deleted.
(.status-cell.error): Deleted.
* QueueStatusServer/stylesheets/dashboard.css: Removed.
* QueueStatusServer/templates/activebots.html:
* QueueStatusServer/templates/patch.html:
* QueueStatusServer/templates/queuestatus.html:
* QueueStatusServer/templates/recentstatus.html:
Renamed dashboard.css to common.css, and removed dashboard-only rules.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsQueueStatusServerappyaml">trunk/Tools/QueueStatusServer/app.yaml</a></li>
<li><a href="#trunkToolsQueueStatusServermainpy">trunk/Tools/QueueStatusServer/main.py</a></li>
<li><a href="#trunkToolsQueueStatusServertemplatesactivebotshtml">trunk/Tools/QueueStatusServer/templates/activebots.html</a></li>
<li><a href="#trunkToolsQueueStatusServertemplatespatchhtml">trunk/Tools/QueueStatusServer/templates/patch.html</a></li>
<li><a href="#trunkToolsQueueStatusServertemplatesqueuestatushtml">trunk/Tools/QueueStatusServer/templates/queuestatus.html</a></li>
<li><a href="#trunkToolsQueueStatusServertemplatesrecentstatushtml">trunk/Tools/QueueStatusServer/templates/recentstatus.html</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsQueueStatusServerstylesheetscommoncss">trunk/Tools/QueueStatusServer/stylesheets/common.css</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkToolsQueueStatusServerhandlersdashboardpy">trunk/Tools/QueueStatusServer/handlers/dashboard.py</a></li>
<li><a href="#trunkToolsQueueStatusServerstylesheetsdashboardcss">trunk/Tools/QueueStatusServer/stylesheets/dashboard.css</a></li>
<li><a href="#trunkToolsQueueStatusServertemplatesdashboardhtml">trunk/Tools/QueueStatusServer/templates/dashboard.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/ChangeLog        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -1,5 +1,33 @@
</span><span class="cx"> 2014-09-26  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Get rid of webkit-queues dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=137141
+
+        Reviewed by Ryosuke Niwa.
+
+        * QueueStatusServer/app.yaml: Updated version.
+
+        * QueueStatusServer/templates/dashboard.html: Removed.
+        * QueueStatusServer/handlers/dashboard.py: Removed.
+        * QueueStatusServer/main.py:
+        Kill it!
+
+        * QueueStatusServer/stylesheets/common.css: Copied from Tools/QueueStatusServer/stylesheets/dashboard.css.
+        (.status-cell): Deleted.
+        (.status-cell:hover): Deleted.
+        (.status-cell.pass): Deleted.
+        (.status-cell.fail): Deleted.
+        (.status-cell.pending): Deleted.
+        (.status-cell.error): Deleted.
+        * QueueStatusServer/stylesheets/dashboard.css: Removed.
+        * QueueStatusServer/templates/activebots.html:
+        * QueueStatusServer/templates/patch.html:
+        * QueueStatusServer/templates/queuestatus.html:
+        * QueueStatusServer/templates/recentstatus.html:
+        Renamed dashboard.css to common.css, and removed dashboard-only rules.
+
+2014-09-26  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
</ins><span class="cx">         Get rid of Retry status in webkit-queues
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=137135
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsQueueStatusServerappyaml"></a>
<div class="modfile"><h4>Modified: trunk/Tools/QueueStatusServer/app.yaml (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/app.yaml        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/app.yaml        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> application: webkit-queues
</span><del>-version: 174009 # Bugzilla bug ID of last major change
</del><ins>+version: 174015 # Bugzilla bug ID of last major change
</ins><span class="cx"> runtime: python
</span><span class="cx"> api_version: 1
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsQueueStatusServerhandlersdashboardpy"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/QueueStatusServer/handlers/dashboard.py (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/handlers/dashboard.py        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/handlers/dashboard.py        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-# Copyright (C) 2009 Google Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-# 
-#     * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#     * Redistributions in binary form must reproduce the above
-# copyright notice, this list of conditions and the following disclaimer
-# in the documentation and/or other materials provided with the
-# distribution.
-#     * Neither the name of Google Inc. nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-# 
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-import operator
-
-from google.appengine.ext import webapp
-from google.appengine.ext.webapp import template
-
-from model.attachment import Attachment
-from model.queues import Queue
-
-
-class Dashboard(webapp.RequestHandler):
-    # We may want to sort these?
-    _ordered_queues = Queue.all()
-    _header_names = [queue.short_name() for queue in _ordered_queues]
-
-    def _build_bubble(self, attachment, queue):
-        queue_status = attachment.status_for_queue(queue)
-        bubble = {
-            &quot;status_class&quot;: attachment.state_from_queue_status(queue_status) if queue_status else &quot;none&quot;,
-            &quot;status_date&quot;: queue_status.date if queue_status else None,
-        }
-        return bubble
-
-    def _build_row(self, attachment):
-        row = {
-            &quot;bug_id&quot;: attachment.bug_id(),
-            &quot;attachment_id&quot;: attachment.id,
-            &quot;bubbles&quot;: [self._build_bubble(attachment, queue) for queue in self._ordered_queues],
-        }
-        return row
-
-    def get(self):
-        template_values = {
-            &quot;headers&quot;: self._header_names,
-            &quot;rows&quot;: [self._build_row(attachment) for attachment in Attachment.recent(limit=25)],
-        }
-        self.response.out.write(template.render(&quot;templates/dashboard.html&quot;, template_values))
</del></span></pre></div>
<a id="trunkToolsQueueStatusServermainpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/QueueStatusServer/main.py (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/main.py        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/main.py        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> from google.appengine.ext.webapp.util import run_wsgi_app
</span><span class="cx"> 
</span><span class="cx"> from handlers.activebots import ActiveBots
</span><del>-from handlers.dashboard import Dashboard
</del><span class="cx"> from handlers.gc import GC
</span><span class="cx"> from handlers.nextpatch import NextPatch
</span><span class="cx"> from handlers.patch import Patch
</span><span class="lines">@@ -60,7 +59,6 @@
</span><span class="cx"> 
</span><span class="cx"> routes = [
</span><span class="cx">     ('/', QueuesOverview),
</span><del>-    ('/dashboard', Dashboard),
</del><span class="cx">     ('/gc', GC),
</span><span class="cx">     ('/sync-queue-logs', SyncQueueLogs),
</span><span class="cx">     (r'/patch-status/(.*)/(.*)', PatchStatus),
</span></span></pre></div>
<a id="trunkToolsQueueStatusServerstylesheetscommoncssfromrev174008trunkToolsQueueStatusServerstylesheetsdashboardcss"></a>
<div class="copfile"><h4>Copied: trunk/Tools/QueueStatusServer/stylesheets/common.css (from rev 174008, trunk/Tools/QueueStatusServer/stylesheets/dashboard.css) (0 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/stylesheets/common.css                                (rev 0)
+++ trunk/Tools/QueueStatusServer/stylesheets/common.css        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -0,0 +1,98 @@
</span><ins>+body {
+  font-family: Verdana, Helvetica, sans-serif;
+  width: 600px;
+  padding: 0px;
+  color: #444;
+}
+h1 {
+  background-color: #EEE;
+  color: #444;
+  font-size: 14pt;
+  font-style: italic;
+  margin: 0px;
+  padding: 5px;
+}
+h2 {
+  background-color: #AAA;
+  color: white;
+  font-weight: bold;
+  font-size: 9pt;
+  margin: 0px;
+  padding: 5px;
+}
+ul {
+  margin: 0px;
+  padding: 0px;
+  list-style: none;
+}
+li {
+  padding: 5px;
+}
+table {
+  border-spacing: 0px;
+}
+th {
+  background-color: #AAA;
+  color: white;
+  padding: 5px;
+  width: 100px;
+  font-size: 9pt;
+}
+td {
+  text-align: center;
+}
+tr:hover, li:hover {
+  background-color: #EEE;
+}
+
+.status-group {
+  font-size: 90%;
+}
+
+.status-bug {
+  font-weight: bold;
+}
+
+.status-group ul {
+  font-size: 90%;
+}
+
+.status-group ul li {
+  padding: 2px 0 2px 7px;
+  overflow: hidden;
+}
+
+.status-group ul li:hover {
+  background: #ddd;
+}
+
+.status-date {
+  color: #AAA;
+  float: right;
+  font-size: 8pt;
+}
+
+.queue_bubble {
+    border: 1px solid black;
+    margin-bottom: 10px;
+    border-radius: 10px;
+    padding: 5px;
+}
+.queue_name {
+    float:left;
+}
+.last_heard_from {
+    float: right;
+}
+.status_text {
+    clear: both;
+}
+.alive {
+    background-color: #8FDF5F;
+}
+.behind {
+    background-color: #FFFC6C;
+}
+.dead {
+    background-color: #E98080;
+}
</ins></span></pre></div>
<a id="trunkToolsQueueStatusServerstylesheetsdashboardcss"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/QueueStatusServer/stylesheets/dashboard.css (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/stylesheets/dashboard.css        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/stylesheets/dashboard.css        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -1,127 +0,0 @@
</span><del>-body {
-  font-family: Verdana, Helvetica, sans-serif;
-  width: 600px;
-  padding: 0px;
-  color: #444;
-}
-h1 {
-  background-color: #EEE;
-  color: #444;
-  font-size: 14pt;
-  font-style: italic;
-  margin: 0px;
-  padding: 5px;
-}
-h2 {
-  background-color: #AAA;
-  color: white;
-  font-weight: bold;
-  font-size: 9pt;
-  margin: 0px;
-  padding: 5px;
-}
-ul {
-  margin: 0px;
-  padding: 0px;
-  list-style: none;
-}
-li {
-  padding: 5px;
-}
-table {
-  border-spacing: 0px;
-}
-th {
-  background-color: #AAA;
-  color: white;
-  padding: 5px;
-  width: 100px;
-  font-size: 9pt;
-}
-td {
-  text-align: center;
-}
-tr:hover, li:hover {
-  background-color: #EEE;
-}
-
-.status-group {
-  font-size: 90%;
-}
-
-.status-bug {
-  font-weight: bold;
-}
-
-.status-group ul {
-  font-size: 90%;
-}
-
-.status-group ul li {
-  padding: 2px 0 2px 7px;
-  overflow: hidden;
-}
-
-.status-group ul li:hover {
-  background: #ddd;
-}
-
-.status-date {
-  color: #AAA;
-  float: right;
-  font-size: 8pt;
-}
-
-.status-cell {
-  margin: 1px;
-  padding: 1px 2px;
-  font-size: 9pt;
-  border: 1px solid transparent;
-}
-.status-cell:hover {
-  border: 1px solid black;
-}
-.status-cell.pass {
-  background-color: #8FDF5F;
-  cursor: pointer;
-  /* border: 1px solid #4F8530; */
-}
-.status-cell.fail {
-  background-color: #E98080;
-  cursor: pointer;
-  /* border: 1px solid #A77272; */
-}
-.status-cell.pending {
-  background-color: #FFFC6C;
-  cursor: pointer;
-  /* border: 1px solid #C5C56D; */
-}
-.status-cell.error {
-  background-color: #E0B0FF;
-  cursor: pointer;
-  /* border: 1px solid #ACA0B3; */
-}
-.queue_bubble {
-    border: 1px solid black;
-    margin-bottom: 10px;
-    border-radius: 10px;
-    padding: 5px;
-}
-.queue_name {
-    float:left;
-}
-.last_heard_from {
-    float: right;
-}
-.status_text {
-    clear: both;
-}
-.alive {
-    background-color: #8FDF5F;
-}
-.behind {
-    background-color: #FFFC6C;
-}
-.dead {
-    background-color: #E98080;
-}
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsQueueStatusServertemplatesactivebotshtml"></a>
<div class="modfile"><h4>Modified: trunk/Tools/QueueStatusServer/templates/activebots.html (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/templates/activebots.html        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/templates/activebots.html        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;WebKit Queues&lt;/title&gt;
</span><del>-&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/dashboard.css&quot; /&gt;
</del><ins>+&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/common.css&quot; /&gt;
</ins><span class="cx"> &lt;style&gt;
</span><del>-/* Override the generic table styles from dashboard.css */
</del><ins>+/* Override the generic table styles from common.css */
</ins><span class="cx"> td {
</span><span class="cx">   text-align: left;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkToolsQueueStatusServertemplatesdashboardhtml"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/QueueStatusServer/templates/dashboard.html (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/templates/dashboard.html        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/templates/dashboard.html        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -1,44 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;title&gt;WebKit Bot Status&lt;/title&gt;
-&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/dashboard.css&quot; /&gt;
-&lt;script&gt;
-function statusDetail(patch_id) {
-  // FIXME: We'd like to use AJAX to show the details on this page.
-  window.location = &quot;/patch/&quot; + patch_id
-}
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;h1&gt;WebKit Bot Status&lt;/h1&gt;
-&lt;table&gt;
-  &lt;thead&gt;
-    &lt;tr&gt;
-      &lt;th&gt;Bug&lt;/th&gt;
-      &lt;th&gt;Attachment&lt;/th&gt;
-      {% for header in headers %}
-      &lt;th&gt;{{ header }}&lt;/th&gt;
-      {% endfor %}
-    &lt;/tr&gt;
-  &lt;/thead&gt;
-  &lt;tbody&gt;{% for row in rows %}
-    &lt;tr&gt;
-      &lt;td class=&quot;status-cell&quot;&gt;
-        {{ row.bug_id|force_escape|webkit_bug_id|safe }}
-      &lt;/td&gt;
-      &lt;td class=&quot;status-cell&quot;&gt;
-        {{ row.attachment_id|force_escape|webkit_attachment_id|safe }}
-      &lt;/td&gt;
-      {% for bubble in row.bubbles %}
-      &lt;td class=&quot;status-cell {{ bubble.status_class }}&quot;
-        {% if bubble.status %}
-          onclick=&quot;statusDetail({{ row.attachment_id }})&quot;
-          title=&quot;{{ bubble.status_date|timesince }}&quot;
-        {% endif %}&gt;
-      &lt;/td&gt;
-      {% endfor %}
-    &lt;/tr&gt;{% endfor %}
-  &lt;/tbody&gt;
-&lt;/table&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkToolsQueueStatusServertemplatespatchhtml"></a>
<div class="modfile"><h4>Modified: trunk/Tools/QueueStatusServer/templates/patch.html (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/templates/patch.html        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/templates/patch.html        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;Patch Status&lt;/title&gt;
</span><del>-&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/dashboard.css&quot; /&gt;
</del><ins>+&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/common.css&quot; /&gt;
</ins><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;h1&gt;
</span></span></pre></div>
<a id="trunkToolsQueueStatusServertemplatesqueuestatushtml"></a>
<div class="modfile"><h4>Modified: trunk/Tools/QueueStatusServer/templates/queuestatus.html (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/templates/queuestatus.html        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/templates/queuestatus.html        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;{{ page_title }}&lt;/title&gt;
</span><del>-&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/dashboard.css&quot; /&gt;
</del><ins>+&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/common.css&quot; /&gt;
</ins><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;h1&gt;{{ page_title }}&lt;/h1&gt;
</span></span></pre></div>
<a id="trunkToolsQueueStatusServertemplatesrecentstatushtml"></a>
<div class="modfile"><h4>Modified: trunk/Tools/QueueStatusServer/templates/recentstatus.html (174014 => 174015)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/QueueStatusServer/templates/recentstatus.html        2014-09-26 18:26:29 UTC (rev 174014)
+++ trunk/Tools/QueueStatusServer/templates/recentstatus.html        2014-09-26 18:49:30 UTC (rev 174015)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;WebKit Queue Status&lt;/title&gt;
</span><del>-&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/dashboard.css&quot; /&gt;
</del><ins>+&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;/stylesheets/common.css&quot; /&gt;
</ins><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;h1&gt;WebKit Queue Status&lt;/h1&gt;
</span></span></pre>
</div>
</div>

</body>
</html>