Closed
Bug 47203
Opened 24 years ago
Closed 24 years ago
Old Unknown File Type dialog still appears when downloading from FTP
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: mscott)
References
()
Details
(Whiteboard: [nsbeta3-][easy*][PDTP2][rtm++] se-radar)
Attachments
(2 files)
Build ID: 20000731008 M18
If you download from an FTP site, the old pickapp dialog is still thrown. We
need to use the new 'super helper app' dialog. See bug 28584...
Reporter | ||
Comment 1•24 years ago
|
||
Must fix for beta3 or user can't use helper apps when downloading from FTP
sites (PickApp doesn't work from that dialog).
nav triage team:
gotta use that spiffy new 'super helper app' dialog!
Whiteboard: nsbeta3
Reporter | ||
Comment 3•24 years ago
|
||
marking nsbeta3+, which I assume pchen meant to do.
Whiteboard: nsbeta3 → [nsbeta3+]
This will be fixed when 45066 is fixed.
This depends on a P2...moving this to P2. Adding [PDTP2]
Priority: P1 → P2
Whiteboard: [nsbeta3+][easy*] → [nsbeta3+][easy*][PDTP2]
Comment 6•24 years ago
|
||
adding mostfreq, to ease my queries --coz i run into this often, but can never
remember the bugid. ;)
found a useful test case:
1. go to ftp://ftp.mozilla.org/pub/mozilla/nightly/ and go into any subdirectory
that has a zip file, eg, mozilla-win32.zip.
2. double-click on the zip file to start downloading.
result: the unknown file type dialog appears.
actual: since it's a known filetype (zip), the new downloading dialog should
appear. by contrast, this *does* work if you access an ftp link that's on an
html page. for example, clicking the Windows build link on
http://www.mozillazine.org (in the builds status bar near the top of the page).
Keywords: mostfreq
Comment 7•24 years ago
|
||
PDT agrees P2
Comment 8•24 years ago
|
||
Removing mostfreq - this bug does not yet qualify for this keyword under the
established criteria.
Gerv
Keywords: mostfreq
Comment 9•24 years ago
|
||
adding se-radar to status so that i can find this bug more easily. pls don't
remove it [yet], thx.
Whiteboard: [nsbeta3+][easy*][PDTP2] → [nsbeta3+][easy*][PDTP2] se-radar
Assignee | ||
Comment 10•24 years ago
|
||
re-assigning. I have a fix for this in my tree now that i have a progress dialog
for the helper app dialog. I think we're ready to throw the switch.
Assignee: law → mscott
Assignee | ||
Comment 11•24 years ago
|
||
selmer and i decided to hold off on this fix until rtm since we are so close to
getting the beta out the door. I didn't get it checked by the deadline of last
thursday at midnight.
Comment 12•24 years ago
|
||
nsbeta3- then
Whiteboard: [nsbeta3+][easy*][PDTP2] se-radar → [nsbeta3-][easy*][PDTP2] se-radar
Comment 13•24 years ago
|
||
rtm+, part of Scott's helper app package.
Whiteboard: [nsbeta3-][easy*][PDTP2] se-radar → [nsbeta3-][easy*][PDTP2][rtm+] se-radar
Assignee | ||
Comment 14•24 years ago
|
||
Assignee | ||
Comment 15•24 years ago
|
||
I just realized I never posted the diffs....
Comment 16•24 years ago
|
||
mscott can you list the reviewers in order to get an rtm++.
Assignee | ||
Comment 17•24 years ago
|
||
oops, I posted the wrong patch to this bug.
attaching the correct patch.
sr=rpotts
Assignee | ||
Comment 18•24 years ago
|
||
Assignee | ||
Comment 19•24 years ago
|
||
still waiting for the extra plsus from PDT so I can check this in
tonight....I'll ping them directly.
Assignee | ||
Comment 20•24 years ago
|
||
just to re-iterate, r=alecf, sr=rpotts
Comment 21•24 years ago
|
||
PDT marking [rtm++], cc'ing mcarlson just in case there's l10n impact (we think
there shouldn't be)
Whiteboard: [nsbeta3-][easy*][PDTP2][rtm+] se-radar → [nsbeta3-][easy*][PDTP2][rtm++] se-radar
Assignee | ||
Comment 22•24 years ago
|
||
there shouldn't be any I10N impact. I re-used strings we already had for another
dialog.
Assignee | ||
Comment 23•24 years ago
|
||
This is now fixed on the tip and the branch. Clicking on ftp urls, typing urls
in the urlbar, etc. all properly invoke the helper app dialog instead of the
ucth handler dialog.
Before, only links clicked in a web page used to trigger this dialog.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 24•24 years ago
|
||
I believe there is still a L10N impact even if you do re-use strings from
another dialog. But nonetheless, this fix is fine since it's checked in before
10/13. thanks
Comment 25•24 years ago
|
||
using today's 2000.10.04.xx-n6 [opt comm branch] bits on linux, winnt and mac os
9.0, i've vrfy'd this as fixed (ie, the helper app download dialog appears
instead of the old unknown filetype one) via these tests:
1. went through all the http and ftp links on this webpage (single-clicked the
links):
http://www.mozilla.org/quality/browser/front-end/testcases/xpapps-gui/download.html
2. double-clicked (to initiate download) links from ftp pages, namely
directories in ftp://ftp.mozilla.org/pub/mozilla/nightly/ --tested on zip, exe,
tar.gz and bin files.
if someone could vrfy this on the trunk, that'd be great!
Keywords: vtrunk
Comment 26•24 years ago
|
||
1. went through all the http and ftp links on this webpage (single-clicked the
links):
2. double-clicked (to initiate download) links from ftp pages, namely
directories in ftp://ftp.mozilla.org/pub/mozilla/nightly/ --tested on zip, exe,
tar.gz and bin files.
Verified Fixed on trunk builds
linux 101708 RedHat 6.2
win32 101704 NT 4
mac 101704 Mac OS9
Setting bug to Verified and removing vtrunk keyword
se, thanks for pointing to good verification resources. you made this one very
easy.
Status: RESOLVED → VERIFIED
Keywords: vtrunk
You need to log in
before you can comment on or make changes to this bug.
Description
•