[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 13:06:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1c3719bdd43d8e9bce82aea8ad749e980221ba76
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 6 23:46:52 2010 +0000

    2010-09-06  Adam Barth  <abarth at webkit.org>
    
            Small UI tweak to the reviewtool.  Make the Ok/Cancel buttons a bit
            bigger.
    
            * PrettyPatch/PrettyPatch.rb:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66857 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index d0e5a4b..ebe28ed 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-06  Adam Barth  <abarth at webkit.org>
 
+        Small UI tweak to the reviewtool.  Make the Ok/Cancel buttons a bit
+        bigger.
+
+        * PrettyPatch/PrettyPatch.rb:
+
+2010-09-06  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         [reviewtool] Add a quick animation for opening/closing comment boxes
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index ffccd39..2c75809 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -290,9 +290,13 @@ body {
 .previousComment, .frozenComment {
   border: inset 1px; padding: 5px;
 }
+
+.comment button {
+  width: 6em;
+}
 </style>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
-<script src="code-review.js?version=5"></script> 
+<script src="code-review.js?version=6"></script> 
 EOF
 
     def self.revisionOrDescription(string)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list