[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

abarth at webkit.org abarth at webkit.org
Thu Feb 4 21:24:01 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 57816bed3c92fead5d961c0dd3f1fdf50c90dacc
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 22 00:34:49 2010 +0000

    2010-01-21  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.  Add missing "ago" for style in the status bubble.
    
            * QueueStatusServer/templates/statusbubble.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53658 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index fcf2604..812cdde 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2010-01-21  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed.  Add missing "ago" for style in the status bubble.
+
+        * QueueStatusServer/templates/statusbubble.html:
+
+2010-01-21  Adam Barth  <abarth at webkit.org>
+
         Reviewed by David Levin.
 
         [style-queue] should not complain about identifier names with underscores under WebKit/gtk/webkit/
diff --git a/WebKitTools/QueueStatusServer/templates/statusbubble.html b/WebKitTools/QueueStatusServer/templates/statusbubble.html
index f7bf0ab..d1f331c 100644
--- a/WebKitTools/QueueStatusServer/templates/statusbubble.html
+++ b/WebKitTools/QueueStatusServer/templates/statusbubble.html
@@ -50,7 +50,7 @@ function statusDetail(patch_id) {
 <!-- FIXME: Find some way to remove this copy-and-paste code! -->
 <div class="status {{ summary.style_queue.state }}"{% if summary.style_queue.status %}
     onclick="statusDetail({{ summary.attachment_id }})"
-    title="{{ summary.style_queue.status.date|timesince }}"{% endif %}>
+    title="{{ summary.style_queue.status.date|timesince }} ago"{% endif %}>
   style
 </div>
 <div class="status {{ summary.chromium_ews.state }}"{% if summary.chromium_ews.status %}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list