- Component Viewer homepage.
- The Component Viewer can be used to research XPCOM components.
- Select View->Components->Containing...,
and type js in the prompt dialog. This will display all
components which contain the letters ``js'' in their
contract ID.
- Click on the @mozilla.org/moz/jssubscript-loader;1
component. When a component is selected, information appears in
the cview footer. This information can be copied to the clipboard
via the standard keyboard shortcuts for your platform.
- Open the @mozilla.org/moz/jssubscript-loader;1 node.
Opening a component node displays all scriptable interfaces supported
by that component. @mozilla.org/moz/jssubscript-loader;1
supports both nsISupports and
mozIJSSubScriptLoader.
- Locate mozIJSSubScriptLoader in the interface list, and
bring up a context menu (right click, if you have two mouse buttons.)
Select LXR Filename Lookup from the context menu.
|