void removeProtocolHandler(in AString protocol, in AString uri)
AString getHandlerURI(in AString uri)
void getContentHandlers(in AString contentType, out unsigned long count, [retval, array, size_is(count)] out nsIWebContentHandlerInfo handlers)
nsIWebContentHandlerInfo getAutoHandler(in AString contentType)
void loadPreferredHandler(in nsIRequest request)
void resetHandlersForType(in AString contentType)
readonly attribute AString contentType
readonly attribute AString uri
nsIWebContentHandlerInfo getWebContentHandlerByURI(in AString contentType, in AString uri)
void setAutoHandler(in AString contentType, in nsIWebContentHandlerInfo handler)
void removeContentHandler(in AString contentType, in AString uri)