[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 01:04:10 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit 04736ebfd7d32cb65fc85ef0a68ee3030af4cbcb
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