Bug 114391

Summary: Bugzilla should show bubbles from webkit-queues.appspot.com
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, alancutter, benjamin, eric, lforschler
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug
none
Fixed per comment benjamin: review+

Description Ryosuke Niwa 2013-04-10 16:35:36 PDT
Bugzilla should show bubbles from webkit-queues.appspot.com
Comment 1 Ryosuke Niwa 2013-04-10 16:38:05 PDT
Created attachment 197416 [details]
Fixes the bug
Comment 2 Benjamin Poulain 2013-04-10 16:49:41 PDT
Comment on attachment 197416 [details]
Fixes the bug

View in context: https://bugs.webkit.org/attachment.cgi?id=197416&action=review

> Websites/bugs.webkit.org/code-review.js:587
> +      statusBubble.src  = 'https://webkit-commit-queue.appspot.com/status-bubble/' + attachment_id;

? It is the old URL.
Comment 3 Ryosuke Niwa 2013-04-10 16:51:23 PDT
Comment on attachment 197416 [details]
Fixes the bug

View in context: https://bugs.webkit.org/attachment.cgi?id=197416&action=review

>> Websites/bugs.webkit.org/code-review.js:587
>> +      statusBubble.src  = 'https://webkit-commit-queue.appspot.com/status-bubble/' + attachment_id;
> 
> ? It is the old URL.

Oops fixed.
Comment 4 Ryosuke Niwa 2013-04-10 16:52:44 PDT
Created attachment 197449 [details]
Fixed per comment
Comment 5 Ryosuke Niwa 2013-04-10 16:58:59 PDT
Committed r148153: <http://trac.webkit.org/changeset/148153>