https://bugs.webkit.org/show_bug.cgi?id=98329
Reviewed by Eric Seidel.
Make the status bubble iframe big enough.
* template/en/custom/attachment/edit.html.tmpl:
* template/en/custom/attachment/list.html.tmpl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@130352
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-10-03 Simon Fraser <simon.fraser@apple.com>
+
+ Make the status bubble iframe big enough to show all the bubbles
+ https://bugs.webkit.org/show_bug.cgi?id=98329
+
+ Reviewed by Eric Seidel.
+
+ Make the status bubble iframe big enough.
+
+ * template/en/custom/attachment/edit.html.tmpl:
+ * template/en/custom/attachment/list.html.tmpl:
+
2012-10-03 Simon Pena <spena@igalia.com>
ruby1.9 fails in PrettyPatch.rb with invalid byte sequence in UTF-8
<div class="statusBubble">
<iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
- style="width: 300px; height: 40px; border: none;" scrolling="no">
+ style="width: 480px; height: 40px; border: none;" scrolling="no">
</iframe>
</div>
<br>
[% END %]
<div class="statusBubble">
<iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
- style="width: 450px; height: 20px; border: none;" scrolling="no">
+ style="width: 500px; height: 20px; border: none;" scrolling="no">
</iframe>
</div>
[% END %]