Bugs 36789, 22861, and 38827 (all related to downloading files); change xfer component to use nsIFilePicker, handle content-disposition: http response header, and fix a l10n problem; r=slamm
git-svn-id: svn://10.0.0.236/trunk@210356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
117e1dede3
commit
52f409a15b
@ -80,7 +80,7 @@ function savePage( url )
|
||||
// When Necko lands, we need to receive the real nsIChannel and
|
||||
// do SelectFileAndTransferLocation!
|
||||
// Use this for now...
|
||||
xfer.SelectFileAndTransferLocationSpec( url, window );
|
||||
xfer.SelectFileAndTransferLocationSpec( url, window, "", "" );
|
||||
}
|
||||
catch( exception ) {
|
||||
// suppress NS_ERROR_ABORT exceptions for cancellation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user