[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da
paroga at webkit.org
paroga at webkit.org
Wed Dec 22 17:59:37 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 568500388197b14c1b7adf694763005f2f9d984e
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Dec 4 10:04:01 2010 +0000
2010-12-04 Patrick Gansterer <paroga at webkit.org>
Reviewed by Adam Barth.
Increase size of status bubbles
https://bugs.webkit.org/show_bug.cgi?id=50496
The current available space isn't enough to display all
pending results including position in the queue.
* 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@73326 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index b49555b..7a96534 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,17 @@
+2010-12-04 Patrick Gansterer <paroga at webkit.org>
+
+ Reviewed by Adam Barth.
+
+ Increase size of status bubbles
+ https://bugs.webkit.org/show_bug.cgi?id=50496
+
+ The current available space isn't enough to display all
+ pending results including position in the queue.
+
+ * template/en/custom/attachment/edit.html.tmpl:
+ * template/en/custom/attachment/list.html.tmpl:
+ * template/en/custom/attachment/reviewform.html.tmpl:
+
2010-11-08 Adam Barth <abarth at webkit.org>
Update help text to match behavior change.
diff --git a/BugsSite/template/en/custom/attachment/edit.html.tmpl b/BugsSite/template/en/custom/attachment/edit.html.tmpl
index 73fa390..4c593ef 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: 20px; border: none;" scrolling="no">
+ style="width: 300px; height: 40px; 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 f004891..2d52c74 100644
--- a/BugsSite/template/en/custom/attachment/list.html.tmpl
+++ b/BugsSite/template/en/custom/attachment/list.html.tmpl
@@ -156,7 +156,7 @@
[% END %]
<div class="statusBubble">
<iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
- style="width: 300px; height: 20px; border: none;" scrolling="no">
+ style="width: 450px; 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 09627bc..4ccdd73 100644
--- a/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
+++ b/BugsSite/template/en/custom/attachment/reviewform.html.tmpl
@@ -111,7 +111,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: 20px; border: none;" scrolling="no">
+ style="width: 450px; height: 20px; border: none;" scrolling="no">
</iframe>
</div>
</td>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list