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


The following commit has been merged in the debian/experimental branch:
commit 9306ea0412ad8d93b67d6a55efa6b896c8fe97a3
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 16 01:48:11 2010 +0000

    2010-09-15  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            [reviewtool] Show the status bubbles on the toolbar
            https://bugs.webkit.org/show_bug.cgi?id=45861
    
            * PrettyPatch/PrettyPatch.rb:
            * code-review.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67592 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 05bac07..0cd20db 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -2,6 +2,16 @@
 
         Reviewed by Eric Seidel.
 
+        [reviewtool] Show the status bubbles on the toolbar
+        https://bugs.webkit.org/show_bug.cgi?id=45861
+
+        * PrettyPatch/PrettyPatch.rb:
+        * code-review.js:
+
+2010-09-15  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
         [reviewtool] Allow setting review and commit-queue flags from main review screen
         https://bugs.webkit.org/show_bug.cgi?id=45860
 
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index 187701f..65c7ac6 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -296,9 +296,17 @@ body {
 .focused {
   border: 1px solid blue;
 }
+
+.statusBubble {
+  margin-left: 5px;
+  width: 175px;
+  height: 20px;
+  border: none;
+  vertical-align: middle;
+}
 </style>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
-<script src="code-review.js?version=8"></script> 
+<script src="code-review.js?version=9"></script> 
 EOF
 
     def self.revisionOrDescription(string)
diff --git a/BugsSite/code-review.js b/BugsSite/code-review.js
index c37b09a..67f204e 100644
--- a/BugsSite/code-review.js
+++ b/BugsSite/code-review.js
@@ -236,8 +236,8 @@
       });
 
       var details = $(data);
-
       addFlagsForAttachment(details);
+      $('#toolbar .actions').append($('<iframe class="statusBubble" src="https://webkit-commit-queue.appspot.com/status-bubble/' + attachment_id + '" scrolling="no"></iframe>'));
     });
   }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list