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

ddkilzer at apple.com ddkilzer at apple.com
Thu Apr 8 00:59:17 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d10202739eb08f90e17530440a2903012b36ac8c
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 10 00:01:24 2010 +0000

    <http://webkit.org/b/33430> Fix rounded borders in queue status on older Firefox and Safari browsers
    
    Reviewed by Eric Seidel.
    
    * QueueStatusServer/templates/statusbubble.html: Added
    -moz-border-radius and -webkit-border-radius to provide rounded
    borders in older Firefox and Safari browsers.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53041 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 606aa39..2e757ae 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-09  David Kilzer  <ddkilzer at apple.com>
+
+        <http://webkit.org/b/33430> Fix rounded borders in queue status on older Firefox and Safari browsers
+
+        Reviewed by Eric Seidel.
+
+        * QueueStatusServer/templates/statusbubble.html: Added
+        -moz-border-radius and -webkit-border-radius to provide rounded
+        borders in older Firefox and Safari browsers.
+
 2010-01-09  Chris Jerdonek  <chris.jerdonek at gmail.com>
 
         Reviewed by David Kilzer.
diff --git a/WebKitTools/QueueStatusServer/templates/statusbubble.html b/WebKitTools/QueueStatusServer/templates/statusbubble.html
index fb6e07b..bc04cc1 100644
--- a/WebKitTools/QueueStatusServer/templates/statusbubble.html
+++ b/WebKitTools/QueueStatusServer/templates/statusbubble.html
@@ -12,6 +12,8 @@ body {
     float: left;
     margin: 1px;
     padding: 1px 2px;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #AAA;
     background-color: white;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list