зеркало из https://github.com/mozilla/pjs.git
Update documentation. Bug 299851, patch by J.P.Klippel <jklippel@xtux.org>,
r=darin, sr=bzbarsky, a=bsmedberg
This commit is contained in:
Родитель
022ac24279
Коммит
967b3dd200
|
@ -49,12 +49,7 @@ interface nsIAboutModule : nsISupports
|
||||||
/**
|
/**
|
||||||
* Constructs a new channel for the about protocol module.
|
* Constructs a new channel for the about protocol module.
|
||||||
*
|
*
|
||||||
* @param originalURI - Specifies the original URI which caused the creation
|
* @param aURI the uri of the new channel
|
||||||
* of this channel. This can occur when the construction of one channel
|
|
||||||
* (e.g. for resource:) causes another channel to be created on its behalf
|
|
||||||
* (e.g. a file: channel), or if a redirect occurs, causing the current
|
|
||||||
* URL to become different from the original URL. If NULL, the aURI parameter
|
|
||||||
* will be used as the originalURI instead.
|
|
||||||
*/
|
*/
|
||||||
nsIChannel newChannel(in nsIURI aURI);
|
nsIChannel newChannel(in nsIURI aURI);
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче