Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2 r=darin
This commit is contained in:
@@ -1978,7 +1978,7 @@ MicrosummaryResource.prototype = {
|
||||
get _httpAuthFailed() { return this.__httpAuthFailed },
|
||||
set _httpAuthFailed(newValue) { this.__httpAuthFailed = newValue },
|
||||
|
||||
getAuthPrompt: function(aPromptReason) {
|
||||
getAuthPrompt: function(aPromptReason, aIID) {
|
||||
this._httpAuthFailed = true;
|
||||
throw Components.results.NS_ERROR_NOT_AVAILABLE;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user