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

This commit is contained in:
law%netscape.com 2006-09-14 05:50:52 +00:00
Родитель 0950cc3ffb
Коммит d99640642d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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