[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:18:53 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 94a8cd4c69598263f5e6d878e8c9c242d4c145f3
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