mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 616809 Remove CRs from netwerk r=biesi a=jst DONTBUILD
This commit is contained in:
parent
a4df5eb448
commit
32c305081f
@ -420,8 +420,8 @@ nsHttpAuthEntry::Set(const char *path,
|
||||
rv = mIdent.Set(*ident);
|
||||
}
|
||||
else if (mIdent.IsEmpty()) {
|
||||
// If we are not given an identity and our cached identity has not been
|
||||
// initialized yet (so is currently empty), initialize it now by
|
||||
// If we are not given an identity and our cached identity has not been
|
||||
// initialized yet (so is currently empty), initialize it now by
|
||||
// filling it with nulls. We need to do that because consumers expect
|
||||
// that mIdent is initialized after this function returns.
|
||||
rv = mIdent.Set(nsnull, nsnull, nsnull);
|
||||
|
@ -136,7 +136,7 @@ interface nsIHttpAuthenticator : nsISupports
|
||||
*/
|
||||
|
||||
/**
|
||||
* Indicates that the authenticator has used an out-of-band or internal
|
||||
* Indicates that the authenticator has used an out-of-band or internal
|
||||
* source of identity and tells the consumer that it must not cache
|
||||
* the returned identity because it might not be valid and would overwrite
|
||||
* the cached identity. See bug 542318 comment 32.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ifdef XPI_NAME
|
||||
httpd.jar:
|
||||
% component {54ef6f81-30af-4b1d-ac55-8ba811293e41} components/httpd.js
|
||||
% contract @mozilla.org/server/jshttp;1 {54ef6f81-30af-4b1d-ac55-8ba811293e41}
|
||||
% interfaces components/test_necko.xpt
|
||||
#endif
|
||||
#ifdef XPI_NAME
|
||||
httpd.jar:
|
||||
% component {54ef6f81-30af-4b1d-ac55-8ba811293e41} components/httpd.js
|
||||
% contract @mozilla.org/server/jshttp;1 {54ef6f81-30af-4b1d-ac55-8ba811293e41}
|
||||
% interfaces components/test_necko.xpt
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user