<!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 <ap@apple.com>
</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 <ap@apple.com>
+
</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
-# "AS IS" 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 = {
- "status_class": attachment.state_from_queue_status(queue_status) if queue_status else "none",
- "status_date": queue_status.date if queue_status else None,
- }
- return bubble
-
- def _build_row(self, attachment):
- row = {
- "bug_id": attachment.bug_id(),
- "attachment_id": attachment.id,
- "bubbles": [self._build_bubble(attachment, queue) for queue in self._ordered_queues],
- }
- return row
-
- def get(self):
- template_values = {
- "headers": self._header_names,
- "rows": [self._build_row(attachment) for attachment in Attachment.recent(limit=25)],
- }
- self.response.out.write(template.render("templates/dashboard.html", 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"> <html>
</span><span class="cx"> <head>
</span><span class="cx"> <title>WebKit Queues</title>
</span><del>-<link type="text/css" rel="stylesheet" href="/stylesheets/dashboard.css" />
</del><ins>+<link type="text/css" rel="stylesheet" href="/stylesheets/common.css" />
</ins><span class="cx"> <style>
</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>-<!DOCTYPE html>
-<html>
-<head>
-<title>WebKit Bot Status</title>
-<link type="text/css" rel="stylesheet" href="/stylesheets/dashboard.css" />
-<script>
-function statusDetail(patch_id) {
- // FIXME: We'd like to use AJAX to show the details on this page.
- window.location = "/patch/" + patch_id
-}
-</script>
-</head>
-<body>
-<h1>WebKit Bot Status</h1>
-<table>
- <thead>
- <tr>
- <th>Bug</th>
- <th>Attachment</th>
- {% for header in headers %}
- <th>{{ header }}</th>
- {% endfor %}
- </tr>
- </thead>
- <tbody>{% for row in rows %}
- <tr>
- <td class="status-cell">
- {{ row.bug_id|force_escape|webkit_bug_id|safe }}
- </td>
- <td class="status-cell">
- {{ row.attachment_id|force_escape|webkit_attachment_id|safe }}
- </td>
- {% for bubble in row.bubbles %}
- <td class="status-cell {{ bubble.status_class }}"
- {% if bubble.status %}
- onclick="statusDetail({{ row.attachment_id }})"
- title="{{ bubble.status_date|timesince }}"
- {% endif %}>
- </td>
- {% endfor %}
- </tr>{% endfor %}
- </tbody>
-</table>
-</html>
</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"> <html>
</span><span class="cx"> <head>
</span><span class="cx"> <title>Patch Status</title>
</span><del>-<link type="text/css" rel="stylesheet" href="/stylesheets/dashboard.css" />
</del><ins>+<link type="text/css" rel="stylesheet" href="/stylesheets/common.css" />
</ins><span class="cx"> </head>
</span><span class="cx"> <body>
</span><span class="cx"> <h1>
</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"> <html>
</span><span class="cx"> <head>
</span><span class="cx"> <title>{{ page_title }}</title>
</span><del>-<link type="text/css" rel="stylesheet" href="/stylesheets/dashboard.css" />
</del><ins>+<link type="text/css" rel="stylesheet" href="/stylesheets/common.css" />
</ins><span class="cx"> </head>
</span><span class="cx"> <body>
</span><span class="cx"> <h1>{{ page_title }}</h1>
</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"> <html>
</span><span class="cx"> <head>
</span><span class="cx"> <title>WebKit Queue Status</title>
</span><del>-<link type="text/css" rel="stylesheet" href="/stylesheets/dashboard.css" />
</del><ins>+<link type="text/css" rel="stylesheet" href="/stylesheets/common.css" />
</ins><span class="cx"> </head>
</span><span class="cx"> <body>
</span><span class="cx"> <h1>WebKit Queue Status</h1>
</span></span></pre>
</div>
</div>
</body>
</html>