зеркало из https://github.com/mozilla/gecko-dev.git
Add OpenURIVia which takes a static IP address.
(not part of the build)
This commit is contained in:
Родитель
bb4a08477e
Коммит
a7b46de416
|
@ -66,7 +66,7 @@ interface nsIURILoader : nsISupports
|
|||
aLoadGroup -> a load group you want the url to go into when we open it
|
||||
aContext -> the context associated with the url (can be null)
|
||||
aContentListener --> a content listener you want to give first crack
|
||||
at handling the uri.
|
||||
at handling the uri. (can be null)
|
||||
aContext --> same context for the AsyncOpen call that you would have passed
|
||||
if you were calling nsIIOChannel::AsyncOpen
|
||||
aReferringURI --> if a uri referral was involved....
|
||||
|
@ -78,6 +78,17 @@ interface nsIURILoader : nsISupports
|
|||
in nsIURIContentListener aContentListener,
|
||||
in nsIURI aReferringURI);
|
||||
|
||||
/* same call as OpenURI except this one takes an IP address to use as well...
|
||||
adapterBinding -> the local IP address to bind to*/
|
||||
|
||||
void openURIVia(in nsIURI aURI, in string aCommand, in string aWindowTarget,
|
||||
in nsIEventSinkGetter aEventSinkGetter,
|
||||
in nsILoadGroup aLoadGroup,
|
||||
in nsISupports aContext,
|
||||
in nsIURIContentListener aContentListener,
|
||||
in nsIURI aReferringURI,
|
||||
in unsigned long adapterBinding);
|
||||
|
||||
void dispatchContent(in string aContentType,
|
||||
in string aCommand,
|
||||
in string aWindowTarget,
|
||||
|
|
Загрузка…
Ссылка в новой задаче