[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

vestbo at webkit.org vestbo at webkit.org
Thu Feb 4 21:21:38 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 3f20605472f0e3eb16cbbbde7978858cb09ad70a
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 20 12:56:45 2010 +0000

    Adjust height of status-bubbles to prevent them being cut.
    
    Reviewed by Adam Barth.
    
    BugSite:
    
    * template/en/custom/attachment/edit.html.tmpl:
    * template/en/custom/attachment/list.html.tmpl:
    * template/en/custom/attachment/reviewform.html.tmpl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53544 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 8512676..8afe156 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-20  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Reviewed by Adam Barth.
+
+        Adjust height of status-bubbles to prevent them being cut.
+
+        * template/en/custom/attachment/edit.html.tmpl:
+        * template/en/custom/attachment/list.html.tmpl:
+        * template/en/custom/attachment/reviewform.html.tmpl:
+
 2010-01-08  David Kilzer  <ddkilzer at apple.com>
 
         <http://webkit.org/b/33410> Fix "View Plain Diff"/"View Formatted Diff" button
diff --git a/BugsSite/template/en/custom/attachment/edit.html.tmpl b/BugsSite/template/en/custom/attachment/edit.html.tmpl
index 85e7869..73fa390 100644
--- a/BugsSite/template/en/custom/attachment/edit.html.tmpl
+++ b/BugsSite/template/en/custom/attachment/edit.html.tmpl
@@ -262,7 +262,7 @@
 
         <div class="statusBubble">
           <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
-                  style="width: 300px; height: 18px; border: none;" scrolling="no">
+                  style="width: 300px; height: 20px; border: none;" scrolling="no">
           </iframe>
         </div>
         <br>
diff --git a/BugsSite/template/en/custom/attachment/list.html.tmpl b/BugsSite/template/en/custom/attachment/list.html.tmpl
index fd2202a..340bfa2 100644
--- a/BugsSite/template/en/custom/attachment/list.html.tmpl
+++ b/BugsSite/template/en/custom/attachment/list.html.tmpl
@@ -142,7 +142,7 @@
           [% IF attachment.ispatch %]
           <div class="statusBubble">
             <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
-                    style="width: 300px; height: 18px; border: none;" scrolling="no">
+                    style="width: 300px; height: 20px; border: none;" scrolling="no">
             </iframe>
           </div>
           [% END %]
diff --git a/BugsSite/template/en/custom/attachment/reviewform.html.tmpl b/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
index 14deb6c..b6a6994 100644
--- a/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
+++ b/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
@@ -91,7 +91,7 @@
     <td>
       <div class="statusBubble" style="margin-left: 30px;">
         <iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
-                style="width: 300px; height: 18px; border: none;" scrolling="no">
+                style="width: 300px; height: 20px; border: none;" scrolling="no">
         </iframe>
       </div>
     </td>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list