Closed
Bug 1211255
Opened 9 years ago
Closed 9 years ago
Downloads don't show up in download manager on Fennec
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
FIXED
mozilla44
People
(Reporter: JanH, Assigned: Gijs)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.43 KB,
patch
|
mak
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
After starting a download, it doesn't show up in the download manager any more.
If I have the download manager open while starting a download, it shows up, but if I later close and then re-open it, the download is missing again.
The regression window points to bug 1009795:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=10a4c5fbcca7d515fa287f89892fdd4c5e9a243e&tochange=cb7008d633835fa982492646de3cc191293fc28a
After having completed a new download and opening the download manager, the following error appears in the console:
> 14:25:32.345 Intl is not defined1 DownloadUtils.jsm:486:0
Reporter | ||
Updated•9 years ago
|
Summary: Downloads don't show up in download manager → Downloads don't show up in download manager on Fennec
Assignee | ||
Comment 1•9 years ago
|
||
[Tracking Requested - why for this release]:
Broken download things in Fennec
Ehsan, should this have used typeof instead?
Nick, why did tests not catch this? :-(
Comment 2•9 years ago
|
||
> Nick, why did tests not catch this? :-(
Was this intended for me? I haven't any specific knowledge of this code, or the tests surrounding it.
Flags: needinfo?(nalexander)
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #2)
> > Nick, why did tests not catch this? :-(
>
> Was this intended for me? I haven't any specific knowledge of this code, or
> the tests surrounding it.
Yes. I was assuming we have automated tests for downloading files on Fennec. Do we not? Is that hard for some reason? It sounds like we should have tests (quite independent of DownloadUtils.jsm itself).
Comment 4•9 years ago
|
||
ugh, yeah, a typeof check would be better there, sorry for not catching that.
Assignee | ||
Comment 5•9 years ago
|
||
I tested this on my local android device, and it does make downloads show up again.
Attachment #8669625 -
Flags: review?(paolo.mozmail)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Flags: needinfo?(ehsan)
Updated•9 years ago
|
Attachment #8669625 -
Flags: review?(paolo.mozmail) → review+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8669625 [details] [diff] [review]
Trivial patch
Approval Request Comment
[Feature/regressing bug #]: l10n fix to downloads code
[User impact if declined]: broken about:downloads / download manager on fennec
[Describe test coverage new/current, TreeHerder]: tests on desktop but apparently not on fennec...
[Risks and why]: one-line JS change that's pretty low-risk. Can't get any worse than totally busted!
[String/UUID change made/needed]: nope
Attachment #8669625 -
Flags: approval-mozilla-beta?
Attachment #8669625 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
tracking-fennec: ? → 42+
Comment 10•9 years ago
|
||
Sorry for the bustage and thanks for the quick fix, Gijs.
/me will learn js some day... :/
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 12•9 years ago
|
||
Comment on attachment 8669625 [details] [diff] [review]
Trivial patch
Sure, we want it! Should be in 42 beta 6.
Attachment #8669625 -
Flags: approval-mozilla-beta?
Attachment #8669625 -
Flags: approval-mozilla-beta+
Attachment #8669625 -
Flags: approval-mozilla-aurora?
Attachment #8669625 -
Flags: approval-mozilla-aurora+
Comment 13•9 years ago
|
||
Reporter | ||
Comment 14•9 years ago
|
||
Verified with today's Nightly (build 20151008030232).
Status: RESOLVED → VERIFIED
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Verified as fixed on latest Aurora and Firefox 42 Beta 6.
You need to log in
before you can comment on or make changes to this bug.
Description
•