Closed
Bug 822330
Opened 11 years ago
Closed 11 years ago
No showing DL meter in win7 taskbar with downloading on private window
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
Firefox 20
People
(Reporter: tetsuharu, Assigned: ehsan.akhgari)
References
Details
(Whiteboard: [mentor=jdm][lang=js])
Attachments
(2 files)
23.73 KB,
image/png
|
Details | |
2.82 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
[Environment] -http://hg.mozilla.org/mozilla-central/rev/c8a1314aa449 [Step to Reproduce] Download files on private window. [Result] No showing download indicator in windows taskbar. [more info] *Is this regression, or by design of per-window private browsing? *Attached screenshot is DL meter when downloading on normal-window.
Comment 1•11 years ago
|
||
The relevant code is here: http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/downloads/DownloadTaskbarProgress.jsm The changes won't be difficult - just make the addListener call addPrivacyAwareListener, and then make the uses of activeDownloads and activeDownloads count extend to cover activePrivateDownloads and activePrivateDownloadCount.
Whiteboard: [mentor=jdm][lang=js]
Assignee | ||
Comment 2•11 years ago
|
||
Updated•11 years ago
|
Attachment #694589 -
Flags: review?(josh) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b36ac0574c7
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3b36ac0574c7
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
You need to log in
before you can comment on or make changes to this bug.
Description
•