[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87

abarth at webkit.org abarth at webkit.org
Wed Jan 20 22:23:04 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit c18260e214de71e83f1e40eb497693a4dd5689c2
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 14 00:49:41 2010 +0000

    2010-01-13  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.  Turn the mac-ews status bubbles back on now that this bot
            is running again.
    
            * QueueStatusServer/templates/statusbubble.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53216 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index b7c7bc0..06da135 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,12 @@
 2010-01-13  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed.  Turn the mac-ews status bubbles back on now that this bot
+        is running again.
+
+        * QueueStatusServer/templates/statusbubble.html:
+
+2010-01-13  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Darin Adler.
 
         REGRESSION(53133): webkit-patch land dies if it can't find a bug id.
diff --git a/WebKitTools/QueueStatusServer/templates/statusbubble.html b/WebKitTools/QueueStatusServer/templates/statusbubble.html
index cb9fa94..f7bf0ab 100644
--- a/WebKitTools/QueueStatusServer/templates/statusbubble.html
+++ b/WebKitTools/QueueStatusServer/templates/statusbubble.html
@@ -63,17 +63,15 @@ function statusDetail(patch_id) {
     title="{{ summary.qt_ews.status.date|timesince }} ago"{% endif %}>
   qt
 </div>
-<!-- Currently, we don't have hardware for the mac-ews.
-<div class="status {{ summary.mac_ews.state }}"{% if summary.mac_ews.status %}
-    onclick="statusDetail({{ summary.attachment_id }})"
-    title="{{ summary.mac_ews.status.date|timesince }} ago"{% endif %}>
-  mac
-</div>
--->
 <div class="status {{ summary.gtk_ews.state }}"{% if summary.gtk_ews.status %}
     onclick="statusDetail({{ summary.attachment_id }})"
     title="{{ summary.gtk_ews.status.date|timesince }} ago"{% endif %}>
   gtk
 </div>
+<div class="status {{ summary.mac_ews.state }}"{% if summary.mac_ews.status %}
+    onclick="statusDetail({{ summary.attachment_id }})"
+    title="{{ summary.mac_ews.status.date|timesince }} ago"{% endif %}>
+  mac
+</div>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list