зеркало из https://github.com/mozilla/pjs.git
Bug 403115 - Option missing to save password for HTTP auth. r=benjamin, sr=cbiesinger, blocking1.9=mconnor
This commit is contained in:
Родитель
a862da7e78
Коммит
449d2f1dfb
|
@ -137,7 +137,8 @@ NS_NewAuthPrompter2(nsIAuthPrompt2 **result, nsIDOMWindow *aParent)
|
|||
rv = factory->GetPrompt(aParent,
|
||||
NS_GET_IID(nsIAuthPrompt2),
|
||||
reinterpret_cast<void**>(result));
|
||||
if (NS_SUCCEEDED(rv))
|
||||
// Bug 403115. Don't suppress error if interface isn't supported.
|
||||
if (NS_SUCCEEDED(rv) || rv == NS_NOINTERFACE)
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче