clarify comment a bit, no bug, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@150834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d2095e6eef
commit
9729bc4b9a
@ -81,14 +81,15 @@ interface nsIURIContentListener : nsISupports
|
||||
* handle the load completely by itself. This
|
||||
* causes the URI Loader do nothing else...
|
||||
* <code>false</code> if the URI Loader should
|
||||
* continue handling the load.
|
||||
* continue handling the load and call the
|
||||
* returned streamlistener's methods.
|
||||
*/
|
||||
boolean doContent(in string aContentType,
|
||||
in boolean aIsContentPreferred,
|
||||
in nsIRequest aRequest,
|
||||
out nsIStreamListener aContentHandler);
|
||||
|
||||
/*
|
||||
/**
|
||||
* When given a uri to dispatch, if the URI is specified as 'preferred
|
||||
* content' then the uri loader tries to find a preferred content handler
|
||||
* for the content type. The thought is that many content listeners may
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user