[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:36:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 67de2e5581f690769042bfd8a920ddce431bec27
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 9 06:19:41 2010 +0000

    2010-11-08  Adam Barth  <abarth at webkit.org>
    
            Update help text to match behavior change.
    
            * code-review.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71607 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 851829d..b49555b 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-08  Adam Barth  <abarth at webkit.org>
 
+        Update help text to match behavior change.
+
+        * code-review.js:
+
+2010-11-08  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Restore normal meaning of double-click on patch review page?
diff --git a/BugsSite/code-review.js b/BugsSite/code-review.js
index c5ec566..ed82a8f 100644
--- a/BugsSite/code-review.js
+++ b/BugsSite/code-review.js
@@ -263,7 +263,7 @@
   $(document).ready(function() {
     crawlDiff();
     fetchHistory();
-    $(document.body).prepend('<div id="message"><div class="help">Double-click a line or select line numbers to add a comment.</div><div class="commentStatus"></div></div>');
+    $(document.body).prepend('<div id="message"><div class="help">Select line numbers to add a comment.</div><div class="commentStatus"></div></div>');
     $(document.body).prepend('<div id="toolbar"><div class="actions"><button id="preview_comments">Preview</button><button id="post_comments">Publish</button></div><div class="links"><span class="bugLink"></span></div>');
     $(document.body).prepend('<div id="comment_form" class="inactive"><div class="winter"></div><div class="lightbox"><iframe id="reviewform" src="attachment.cgi?id=' + attachment_id + '&action=reviewform"></iframe></div></div>');
     $(document.body).append('<div class="overallComments"><div class="description">Overall comments:</div><textarea></textarea></div>');

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list