Closed
Bug 484397
Opened 17 years ago
Closed 17 years ago
SeaMonkey fails browser_nsIDownloadManagerUI.js due to missing Cc/Ci/Cr
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: kairo, Assigned: kairo)
References
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
With bug 381157 enabling the toolkit download manager in SeaMonkey, we fail browser_nsIDownloadManagerUI.js due to missing Cc/Ci/Cr - even with the tree-based UI we succeed when those are defined as the test only checks if the dialog is actually up, but no internals of it.
| Assignee | ||
Comment 1•17 years ago
|
||
This patch makes the patch succeed in SeaMonkey with the downloadmanager patches and also still succeeds in Minefield.
Attachment #368524 -
Flags: review?(sdwilsh)
Comment 2•17 years ago
|
||
Comment on attachment 368524 [details] [diff] [review]
declare Cc/Ci/Cr
r=sdwilsh
Attachment #368524 -
Flags: review?(sdwilsh) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Pushed on trunk as http://hg.mozilla.org/mozilla-central/rev/95596bfe6d7e - will wait for green test cycles before pushing to 1.9.1
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•