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

eric at webkit.org eric at webkit.org
Thu Apr 8 00:50:58 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a3a1391b974c2468649952522cb409ae75458032
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 28 07:05:53 2009 +0000

    2009-12-27  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            Status bubble shouldn't be transparent for bots that haven't run yet
            https://bugs.webkit.org/show_bug.cgi?id=32977
    
            * QueueStatusServer/templates/statusbubble.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52593 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 165950a..cd6afd0 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,15 @@
 
         Reviewed by Eric Seidel.
 
+        Status bubble shouldn't be transparent for bots that haven't run yet
+        https://bugs.webkit.org/show_bug.cgi?id=32977
+
+        * QueueStatusServer/templates/statusbubble.html:
+
+2009-12-27  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
         [QueueStatusServer] Run gc cron job less often
         https://bugs.webkit.org/show_bug.cgi?id=32958
 
diff --git a/WebKitTools/QueueStatusServer/templates/statusbubble.html b/WebKitTools/QueueStatusServer/templates/statusbubble.html
index cddf654..6e5d13e 100644
--- a/WebKitTools/QueueStatusServer/templates/statusbubble.html
+++ b/WebKitTools/QueueStatusServer/templates/statusbubble.html
@@ -14,6 +14,7 @@ body {
     padding: 1px 2px;
     border-radius: 5px;
     border: 1px solid #AAA;
+    background-color: white;
     font-size: 11px;
 }
 .pass {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list