background preloader

Icon

Facebook Twitter

NsIFaviconService - MDC. Stores favicons for pages in bookmarks and history.

nsIFaviconService - MDC

Introduced Gecko 1.8 Inherits from: nsISupportsLast changed in Gecko 22.0 (Firefox 22.0 / Thunderbird 22.0 / SeaMonkey 2.19) Implemented by: @mozilla.org/browser/favicon-service;1. To use this service, use: Getting URI of current Favicon. NsIURI - MDC. This is an interface for an uniform resource identifier with internationalization support, offering attributes that allow setting and querying the basic components of a URI, and methods for performing basic operations on URIs.

nsIURI - MDC

Inherits from: nsISupportsLast changed in Gecko 6.0 (Firefox 6.0 / Thunderbird 6.0 / SeaMonkey 2.3) See the following RFCs for details: RFC3490: Internationalizing Domain Names in Applications (IDNA) RFC3986: Uniform Resource Identifier (URI): Generic Syntax RFC3987: Internationalized Resource Identifiers Subclasses of nsIURI, such as nsIURL, impose further structure on the URI. function makeURI(aURL, aOriginCharset, aBaseURI) { var ioService = Components.classes["@mozilla.org/network/io-service;1"] .getService(Components.interfaces.nsIIOService); return ioService.newURI(aURL, aOriginCharset, aBaseURI);}

Usage of nsIURI Interface. NsIWebBrowserPersist Interface.