Closed
Bug 1324119
Opened 9 years ago
Closed 9 years ago
DownloadTaskbarProgress.jsm is missing due to being removed from mozilla-central in Bug 1319762
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(seamonkey2.50+ fixed)
RESOLVED
FIXED
seamonkey2.50
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file, 2 obsolete files)
14.19 KB,
patch
|
iannbugzilla
:
review+
frg
:
feedback+
|
Details | Diff | Splinter Review |
navigator.js tries to import DownloadTaskbarProgress.jsm which now fails since it has been removed from mozilla-central in Bug 1319762
Components.utils.import("resource://gre/modules/DownloadTaskbarProgress.jsm");
This creates a cascade of errors which results in a non-functioning browser.
![]() |
Assignee | |
Updated•9 years ago
|
status-seamonkey2.50:
--- → affected
tracking-seamonkey2.50:
--- → +
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Just add it to comm-central. No history because I don't think it's worth it.
![]() |
Assignee | |
Updated•9 years ago
|
Attachment #8819441 -
Flags: review?(iann_bugzilla)
Attachment #8819441 -
Flags: review+
Attachment #8819441 -
Flags: feedback?(frgrahl)
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Patch that applies without errors.
Attachment #8819441 -
Attachment is obsolete: true
Attachment #8819441 -
Flags: review?(iann_bugzilla)
Attachment #8819441 -
Flags: feedback?(frgrahl)
Attachment #8819531 -
Flags: review?(iann_bugzilla)
Attachment #8819531 -
Flags: feedback?(frgrahl)
![]() |
||
Comment 3•9 years ago
|
||
Comment on attachment 8819531 [details] [diff] [review]
(Patch that actually applies) Copy DownloadTaskbarProgress.jsm to /suite/
Works. Go for it without history. If I ever find the time I am planning to either remove or rewrite DownloadTaskbarProgress.jsm in Bug 888915. The current one causes problems with the js download manager.
Attachment #8819531 -
Flags: feedback?(frgrahl) → feedback+
![]() |
||
Updated•9 years ago
|
Blocks: 2.50BulkMalfunctions
Comment on attachment 8819531 [details] [diff] [review]
(Patch that actually applies) Copy DownloadTaskbarProgress.jsm to /suite/
r/a=me for short term fix
Attachment #8819531 -
Flags: review?(iann_bugzilla) → review+
![]() |
||
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.50
Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
Comment on attachment 8934442 [details]
Bug 1324119 - Remove the sole use of MOZALLOC_HAVE_XMALLOC.
Sorry, wrong bug number.
Attachment #8934442 -
Attachment is obsolete: true
Attachment #8934442 -
Flags: review?(erahm)
You need to log in
before you can comment on or make changes to this bug.
Description
•