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


The following commit has been merged in the debian/experimental branch:
commit b541af21cc05eebe19ab75f308f1a0edd658b98d
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 21 08:02:11 2010 +0000

    2010-09-21  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.
    
            [reviewtool] Publish button doesn't work
            https://bugs.webkit.org/show_bug.cgi?id=46168
    
            Darin's recent patch had a runtime error.  Sadly, we don't have any
            testing for this code.
    
            * code-review.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67931 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 74a58ea..fdf2d62 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-21  Adam Barth  <abarth at webkit.org>
+
+        Unreviewed.
+
+        [reviewtool] Publish button doesn't work
+        https://bugs.webkit.org/show_bug.cgi?id=46168
+
+        Darin's recent patch had a runtime error.  Sadly, we don't have any
+        testing for this code.
+
+        * code-review.js:
+
 2010-09-20  Darin Adler  <darin at apple.com>
 
         Reviewed by Adam Barth.
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index 5f534db..d21b3ac 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -306,7 +306,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=10"></script> 
+<script src="code-review.js?version=11"></script> 
 EOF
 
     def self.revisionOrDescription(string)
diff --git a/BugsSite/code-review.js b/BugsSite/code-review.js
index f550de7..8f66335 100644
--- a/BugsSite/code-review.js
+++ b/BugsSite/code-review.js
@@ -475,6 +475,6 @@
 
   $('#post_comments').live('click', function() {
     fillInReviewForm();
-    review_form.find('form').submit();
+    $('#reviewform').contents().find('form').submit();
   });
 })();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list