Closed
Bug 1147032
Opened 10 years ago
Closed 10 years ago
[music] Simplify the code for showing the scanning progress
Categories
(Firefox OS Graveyard :: Gaia::Music, defect)
Tracking
(b2g-master fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-master | --- | fixed |
People
(Reporter: squib, Assigned: squib)
References
Details
Attachments
(1 file)
Currently, the code for showing the little scanning process overlay is in db.js, which is a bad spot for it; db.js should just be a wrapper layer for MediaDB. This patch moves it to title_bar.js, which makes things a bit simpler.
I also changed things so that we use CSS to hide the scanning overlay when there's a back button in the header. That should be less bug-prone than our previous solution.
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8582543 -
Flags: review?(dkuo)
Comment 2•10 years ago
|
||
Comment on attachment 8582543 [details] [review]
[gaia] jimporter:music-db-refactor > mozilla-b2g:master
Jim, thanks for working on this, sorry for keeping you waiting the review, I have tested the patch roughly and it works fine, and the code looks good to me.
Attachment #8582543 -
Flags: review?(dkuo) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/5dfd0460eb6e616205154b0d219aa5123bf1abb3
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
status-b2g-master:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•