nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)nsIHandlerInfo getURLHandlerInfoFromOS(in nsIURI aURL, out boolean aFound); |
Given a URL, looks up the handler info from the operating system. This should be overridden by each operating systems implementation.
nsIHandlerInfo getURLHandlerInfoFromOS( in nsIURI aURL, out boolean aFound );
aURL
aFound
An nsIHanderInfo
for the protocol.