WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/network/protocol/about;1?what=feeds

This component implements the following interfaces:

Constants

A flag that indicates whether a URI is safe for untrusted content. If it is, web pages and so forth will be allowed to link to this about: URI. Otherwise, only chrome will be able to link to it.
PRUint32 nsIAboutModule.URI_SAFE_FOR_UNTRUSTED_CONTENT = 1
A flag that indicates whether script should be enabled for the given about: URI even if it's disabled in general.
PRUint32 nsIAboutModule.ALLOW_SCRIPT = 2

Methods

InterfaceMethod
nsIAboutModule PRUint32 getURIFlags ( nsIURI URI )
nsIAboutModule nsIChannel newChannel ( nsIURI URI )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com