Closed
Bug 389183
Opened 19 years ago
Closed 19 years ago
Download Manager window remains empty
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha7
People
(Reporter: Peter6, Assigned: sdwilsh)
References
Details
Attachments
(1 file)
|
3.63 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007072211 Minefield/3.0a7pre ID:2007072211
repro:
open FF
start a download
open DM
result:
The download is not displayed at all
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageConnection.createStatement]
Source file: chrome://mozapps/content/downloads/downloads.js
Line: 443
regression from Bug 385875
| Reporter | ||
Comment 1•19 years ago
|
||
after you have downloaded something, which process you can follow with win explorer it gives the following error when you close the useless DM window:
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]
Source file: chrome://mozapps/content/downloads/downloads.js
Line: 515
| Assignee | ||
Comment 2•19 years ago
|
||
d'oh
This should do the trick
| Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #1)
> after you have downloaded something, which process you can follow with win
> explorer it gives the following error when you close the useless DM window:
> Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
> [nsIObserverService.removeObserver]
> Source file: chrome://mozapps/content/downloads/downloads.js
> Line: 515
expected since it never adds those because it fails before then
Comment 4•19 years ago
|
||
Comment on attachment 273323 [details] [diff] [review]
v1.0
r=mano
Attachment #273323 -
Flags: review?(mano) → review+
| Assignee | ||
Comment 5•19 years ago
|
||
Sorry about that...
Checking in toolkit/mozapps/downloads/content/downloads.js;
new revision: 1.68; previous revision: 1.67
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M7
| Reporter | ||
Comment 6•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007072215 Minefield/3.0a7pre ID:2007072215
Thanks Shawn
->VERIFIED
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•