[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:26:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6bc2bca20c2581ce18dbdb5d11a8b07fdc3d1a80
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 15 22:10:04 2010 +0000

    2010-09-15  Adam Barth  <abarth at webkit.org>
    
            Minor UI tweak to the review tool.  We want to display newlines in
            previous and frozen comments instead of collapsing them.
    
            * PrettyPatch/PrettyPatch.rb:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67569 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 14457d2..e19b9b9 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-15  Adam Barth  <abarth at webkit.org>
+
+        Minor UI tweak to the review tool.  We want to display newlines in
+        previous and frozen comments instead of collapsing them.
+
+        * PrettyPatch/PrettyPatch.rb:
+
 2010-09-14  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index aee5028..360dc30 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -284,7 +284,9 @@ body {
 }
 
 .previousComment, .frozenComment {
-  border: inset 1px; padding: 5px;
+  border: inset 1px;
+  padding: 5px;
+  white-space: pre-wrap;
 }
 
 .comment button {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list