Bug 82904 - Patch EWS status display should be live
Summary: Patch EWS status display should be live
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 08:37 PDT by Antti Koivisto
Modified: 2012-04-02 11:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2012-04-02 08:37:21 PDT
It would be nice if the display updated without reloading the page.
Comment 1 Eric Seidel (no email) 2012-04-02 11:11:55 PDT
Very doable.  status-bubble.html would just be set to meta-refresh so long as the patch was still in some queue.  (Probably need to be careful to only do it when the patch was in the top 30 or 50 in a dead queue did not cause all bubbles to refresh.

I'd recommend a minute poll time.
Comment 2 Eric Seidel (no email) 2012-04-02 11:13:53 PDT
http://trac.webkit.org/browser/trunk/Tools/QueueStatusServer/templates/statusbubble.html
http://trac.webkit.org/browser/trunk/Tools/QueueStatusServer/handlers/statusbubble.py

Just like we build the show_submit_to_ews bool, we'd just build another bool which is bubbles_will_need_refresh or similar.