[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 15:35:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a9af678892cacce622b9cd908f8f4db5282650f4
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 22:18:05 2010 +0000

    2010-11-08  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            Restore normal meaning of double-click on patch review page?
            https://bugs.webkit.org/show_bug.cgi?id=47641
    
            After this patch, you need to click on the line numbers to add a
            comment.
    
            * PrettyPatch/PrettyPatch.rb:
            * code-review.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71570 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index b69ea66..851829d 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,16 @@
+2010-11-08  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        Restore normal meaning of double-click on patch review page?
+        https://bugs.webkit.org/show_bug.cgi?id=47641
+
+        After this patch, you need to click on the line numbers to add a
+        comment.
+
+        * PrettyPatch/PrettyPatch.rb:
+        * code-review.js:
+
 2010-10-09  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index 0e7c3ae..7d84493 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -312,7 +312,7 @@ body {
 }
 </style>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
-<script src="code-review.js?version=13"></script> 
+<script src="code-review.js?version=14"></script> 
 EOF
 
     def self.revisionOrDescription(string)
diff --git a/BugsSite/code-review.js b/BugsSite/code-review.js
index 4064c89..c5ec566 100644
--- a/BugsSite/code-review.js
+++ b/BugsSite/code-review.js
@@ -253,7 +253,7 @@
   }
 
   function crawlDiff() {
-    $('.Line').each(idify).each(hoverify).dblclick(addCommentField);
+    $('.Line').each(idify).each(hoverify);
     $('.FileDiff').each(function() {
       var file_name = $(this).children('h1').text();
       files[file_name] = this;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list