Closed
Bug 1400337
Opened 7 years ago
Closed 7 years ago
throbber should have two states, gray for connecting and blue for transferring data
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: asa, Assigned: Gijs)
References
Details
(Keywords: regression, Whiteboard: [reserve-photon-animation])
Attachments
(1 file)
For several days I've only seen the gray throbber. It used to have two states, gray for connecting and blue for transferring data. Now it only shows gray. Tested Windows nightly builds on Win 10.
Comment 1•7 years ago
|
||
Mozregression says that bug 1380150 broke this.
Updated•7 years ago
|
Whiteboard: [photon-animation] → [photon-animation] [triage]
Assignee | ||
Comment 2•7 years ago
|
||
The issue is that the progress change listener never seems to get passed either request or webprogress objects, whatever its arguments/contracts might be pretending. As a result, we now no longer ever set the 'progress' flag:
https://dxr.mozilla.org/mozilla-central/rev/6be5c7d30d2def62a762ac187252eba626b23a92/browser/base/content/tabbrowser.xml#672-673
I don't really have a great idea for a fix off-hand. I'll keep looking for a bit.
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8909034 [details]
Bug 1400337 - only set 'progress' attribute if 'busy' is already set,
https://reviewboard.mozilla.org/r/180632/#review185828
Attachment #8909034 -
Flags: review+
Updated•7 years ago
|
Attachment #8909034 -
Flags: review?(dao+bmo)
Updated•7 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Flags: qe-verify?
Priority: -- → P1
Whiteboard: [photon-animation] [triage] → [reserve-photon-animation]
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8eb9099d21dd
only set 'progress' attribute if 'busy' is already set, r=jaws
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•7 years ago
|
Iteration: --- → 57.3 - Sep 19
Updated•7 years ago
|
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•