[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

abarth at webkit.org abarth at webkit.org
Thu Apr 8 00:59:30 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 59a6f3d932cdf64e1a318c481777179073652cc2
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 10 22:53:31 2010 +0000

    2010-01-10  Adam Barth  <abarth at webkit.org>
    
            Unreviewed cosmetic change.  Remove the status bubble for mac-ews
            because we don't have hardware for it at the moment.
    
            * QueueStatusServer/templates/statusbubble.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53054 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index fe9c41c..3907f01 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-10  Adam Barth  <abarth at webkit.org>
+
+        Unreviewed cosmetic change.  Remove the status bubble for mac-ews
+        because we don't have hardware for it at the moment.
+
+        * QueueStatusServer/templates/statusbubble.html:
+
 2010-01-09  Daniel Bates  <dbates at webkit.org>
 
         No review, rolling out r53044.
diff --git a/WebKitTools/QueueStatusServer/templates/statusbubble.html b/WebKitTools/QueueStatusServer/templates/statusbubble.html
index bc04cc1..cb9fa94 100644
--- a/WebKitTools/QueueStatusServer/templates/statusbubble.html
+++ b/WebKitTools/QueueStatusServer/templates/statusbubble.html
@@ -63,11 +63,13 @@ 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 %}>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list