Bug 616809 Remove CRs from netwerk r=biesi a=jst DONTBUILD

This commit is contained in:
Neil Rashbrook 2011-02-06 00:04:14 +00:00
Родитель a4df5eb448
Коммит 32c305081f
3 изменённых файлов: 9 добавлений и 9 удалений

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

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