Closed
Bug 450239
Opened 17 years ago
Closed 15 years ago
helper application not found error shows null instead of path
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
DUPLICATE
of bug 442196
People
(Reporter: timeless, Assigned: glandium)
References
()
Details
Attachments
(1 file)
1.30 KB,
patch
|
Biesinger
:
review+
Gavin
:
review+
|
Details | Diff | Splinter Review |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494694
steps to reproduce:
When clicking on a downloadable link and choosing an application to open
the file with, if the application does not exists,
actual results:
the message printed when clicking OK contains (null)
expected results:
instead of the path.
Attachment #333391 -
Flags: review?(cbiesinger)
Comment 1•17 years ago
|
||
what's the likelihood of getting a test for this?
Comment 2•17 years ago
|
||
Comment on attachment 333391 [details] [diff] [review]
patch by Julien Danjou <julien@danjou.info>
r=biesi but I'm not really a toolkit peer
Attachment #333391 -
Flags: review?(cbiesinger) → review+
Updated•17 years ago
|
Attachment #333391 -
Flags: review+
Updated•17 years ago
|
Assignee: nobody → mh+mozilla
OS: Windows XP → All
Hardware: PC → All
Comment 3•17 years ago
|
||
(In reply to comment #1)
> what's the likelihood of getting a test for this?
Mike?
Assignee | ||
Comment 4•17 years ago
|
||
No idea ; how do you test the content of a dialog ?
Comment 5•17 years ago
|
||
We've got lots of chrome tests already for the download manager UI here:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/downloads/tests/chrome/
And this one tests the helper apps dialog:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/downloads/tests/chrome/test_unkownContentType_dialog_layout.xul
I'd by happy to assist in answering any questions to get the test done.
Assignee | ||
Comment 6•15 years ago
|
||
The bug was fixed by
http://hg.mozilla.org/mozilla-central/rev/653def1eb60e
(which doesn't reference this bug, and which bug it references doesn't match the issue, by the way ; Ccing roc, who did the push)
Is a testcase for this still wanted?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•