[Webkit-unassigned] [Bug 32057] [bzt] Implement status bubble view
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 2 00:45:10 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32057
--- Comment #4 from Eric Seidel <eric at webkit.org> 2009-12-02 00:45:10 PST ---
(From update of attachment 44132)
Why not do this all at the end?
103 self._summary[attachment_id] = {}
make a temporary dictionary up front and assign it at the end. Then less
typing.
This line is kinda hard to aprse:
6 self._summary[attachment_id][self._queue_name_to_code(queue)] =
self._status_to_code(statuses[0].message if statuses else None)
We're gonna end up sending a lot of status-bubble html... but we can fix that
later.
I thought spaces don't matter anymore?
<body>{% for key, value in queue_status.items %}
34 <div class="status {{value}}" title="{{key}}: {{value}}">{{key}}</div>{%
endfor %}
35 </body>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list