Changeset 71570 in webkit


Ignore:
Timestamp:
Nov 8, 2010, 2:18:05 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-11-08 Adam Barth <abarth@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:
Location:
trunk/BugsSite
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BugsSite/ChangeLog

    r69464 r71570  
     12010-11-08  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Restore normal meaning of double-click on patch review page?
     6        https://bugs.webkit.org/show_bug.cgi?id=47641
     7
     8        After this patch, you need to click on the line numbers to add a
     9        comment.
     10
     11        * PrettyPatch/PrettyPatch.rb:
     12        * code-review.js:
     13
    1142010-10-09  Adam Barth  <abarth@webkit.org>
    215
  • trunk/BugsSite/PrettyPatch/PrettyPatch.rb

    r68120 r71570  
    313313</style>
    314314<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    315 <script src="code-review.js?version=13"></script>
     315<script src="code-review.js?version=14"></script>
    316316EOF
    317317
  • trunk/BugsSite/code-review.js

    r68120 r71570  
    254254
    255255  function crawlDiff() {
    256     $('.Line').each(idify).each(hoverify).dblclick(addCommentField);
     256    $('.Line').each(idify).each(hoverify);
    257257    $('.FileDiff').each(function() {
    258258      var file_name = $(this).children('h1').text();
Note: See TracChangeset for help on using the changeset viewer.