Changeset 71570 in webkit
- Timestamp:
- Nov 8, 2010, 2:18:05 PM (14 years ago)
- Location:
- trunk/BugsSite
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BugsSite/ChangeLog
r69464 r71570 1 2010-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 1 14 2010-10-09 Adam Barth <abarth@webkit.org> 2 15 -
trunk/BugsSite/PrettyPatch/PrettyPatch.rb
r68120 r71570 313 313 </style> 314 314 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 315 <script src="code-review.js?version=1 3"></script>315 <script src="code-review.js?version=14"></script> 316 316 EOF 317 317 -
trunk/BugsSite/code-review.js
r68120 r71570 254 254 255 255 function crawlDiff() { 256 $('.Line').each(idify).each(hoverify) .dblclick(addCommentField);256 $('.Line').each(idify).each(hoverify); 257 257 $('.FileDiff').each(function() { 258 258 var file_name = $(this).children('h1').text();
Note:
See TracChangeset
for help on using the changeset viewer.