зеркало из https://github.com/mozilla/gecko-dev.git
Bug 402458 - "saveDocument func calls internalSave with aSkipPrompt param in the wrong position @ contentAreaUtils.js:168" [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano sr=Neil a=blocking-firefox3+]
This commit is contained in:
Родитель
6a827653f0
Коммит
2071047fad
|
@ -166,7 +166,9 @@ function saveDocument(aDocument, aSkipPrompt)
|
|||
// Failure to get a content-disposition is ok
|
||||
}
|
||||
internalSave(aDocument.location.href, aDocument, null, contentDisposition,
|
||||
aDocument.contentType, false, null, null, aSkipPrompt);
|
||||
aDocument.contentType, false, null, null,
|
||||
aDocument.referrer ? makeURI(aDocument.referrer) : null,
|
||||
aSkipPrompt);
|
||||
}
|
||||
|
||||
function DownloadListener(win, transfer) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче