Closed
Bug 809275
Opened 12 years ago
Closed 12 years ago
[statusbar] add logic to show an icon if there are active downloads
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-basecamp:+)
RESOLVED
FIXED
blocking-basecamp | + |
People
(Reporter: julienw, Assigned: julienw)
References
Details
Attachments
(1 file, 3 obsolete files)
(deleted),
patch
|
julienw
:
review+
|
Details | Diff | Splinter Review |
when implementing Bug 802605, I want to add some generic code in statusbar.js that will be used by the update-manager as well.
This code manages how the "active download" icon is displayed.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 1•12 years ago
|
||
honestly I didn't run the tests because I don't know how to do this yet ;)
But I did test various cases manually directly on the phone.
Assignee | ||
Comment 2•12 years ago
|
||
This new patch slightly changes the statusbar javascript file to make it easily testable. Also it adds a simple mock file for l10N so that statusbar.js doesn't crash during tests.
Attachment #678984 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #679077 -
Flags: review?(timdream+bugs)
Assignee | ||
Comment 3•12 years ago
|
||
see github pull request https://github.com/mozilla-b2g/gaia/pull/6232
Comment 4•12 years ago
|
||
Comment on attachment 679077 [details] [diff] [review]
new patch with working tests
r=me commit c2f9c11. There is only one small readability nit, you are welcome to ignore it. Thank you for writing Unit test too.
https://github.com/mozilla-b2g/gaia/pull/6232
Attachment #679077 -
Flags: review?(timdream+bugs) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Fixed the readability issue.
Attachment #679077 -
Attachment is obsolete: true
Attachment #679223 -
Flags: review?(timdream+bugs)
Assignee | ||
Updated•12 years ago
|
Attachment #679223 -
Attachment description: https://github.com/mozilla-b2g/gaia/pull/6232 → patch
Comment 6•12 years ago
|
||
Comment on attachment 679223 [details] [diff] [review]
patch
You can just carry over the r+ :)
Attachment #679223 -
Flags: review?(timdream+bugs) → review+
Assignee | ||
Comment 7•12 years ago
|
||
for some reason (ie: this was my fault), the CSS file didn't get the name changes I made in the classes in the HTML file.
updated the PR in https://github.com/mozilla-b2g/gaia/pull/6232
Attachment #679312 -
Flags: review+
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 679223 [details] [diff] [review]
patch
this patch is obsolete
Attachment #679223 -
Attachment is obsolete: true
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 679312 [details] [diff] [review]
patch
Vivien, I need this for Bug 802605.
It was reviewed by :timdream already.
Attachment #679312 -
Flags: feedback?(21)
Attachment #679312 -
Flags: feedback?(21)
Comment 11•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Gaia → Gaia::System
You need to log in
before you can comment on or make changes to this bug.
Description
•