---------------------------------------------------------------- 2010-01-02 Firefox 3.5.6 Gecko 1.9.1.6 (20091201) Win32 From: http://tidbits.sydv.net/firefox/xul/xul-component-classes.txt Listed using the following code: [[ var fi = FileIO.open('C:\\test.txt'); alert(''); var z = -1; var infs = new Array(); for (var x in Components.classes) infs[z++] = Components.classes[x]; infs.sort(); text = '----------------------------------------------------------------'+"\n"; text = text+' Components.classes[*] '+"\n"; text = text+'----------------------------------------------------------------'+"\n"; for (x = 0; x < infs.length; x++) text = text+infs[x]+"\n"; text = text+'----------------------------------------------------------------'+"\n"; var z = -1; var infs = new Array(); text = text+' Components.interfaces.*] '+"\n"; text = text+'----------------------------------------------------------------'+"\n"; for (var x in Components.interfaces) infs[z++] = Components.interfaces[x]; infs.sort(); for (x = 0; x < infs.length; x++) text = text+infs[x]+"\n"; text = text+'----------------------------------------------------------------'; FileIO.write(fi, text); ]] ---------------------------------------------------------------- ---------------------------------------------------------------- Components.classes[*] ---------------------------------------------------------------- @mozilla.org/DOM/Level2/CSS/computedStyleDeclaration;1 @mozilla.org/PopupWindowManager;1 @mozilla.org/accessibilityService;1 @mozilla.org/accessibleRetrieval;1 @mozilla.org/alerts-service;1 @mozilla.org/appshell/appShellService;1 @mozilla.org/appshell/component/browser-status-filter;1 @mozilla.org/appshell/component/browser/instance;1 @mozilla.org/appshell/trytoclose;1 @mozilla.org/appshell/window-mediator;1 @mozilla.org/array;1 @mozilla.org/atom-service;1 @mozilla.org/autocomplete/controller;1 @mozilla.org/autocomplete/search;1?name=form-history @mozilla.org/autocomplete/search;1?name=history @mozilla.org/autocomplete/search;1?name=places-tag-autocomplete @mozilla.org/autocomplete/search;1?name=search-autocomplete @mozilla.org/autocomplete/simple-result;1 @mozilla.org/autoconfiguration;1 @mozilla.org/binaryinputstream;1 @mozilla.org/binaryoutputstream;1 @mozilla.org/browser/annotation-service;1 @mozilla.org/browser/default-browser-clh;1 @mozilla.org/browser/directory-provider;1 @mozilla.org/browser/download-history;1 @mozilla.org/browser/favicon-service;1 @mozilla.org/browser/feeds/result-service;1 @mozilla.org/browser/feeds/result-writer;1 @mozilla.org/browser/feeds/sniffer;1 @mozilla.org/browser/global-history;1 @mozilla.org/browser/global-history;2 @mozilla.org/browser/history-entry;1 @mozilla.org/browser/httpindex-service;1 @mozilla.org/browser/livemark-service;2 @mozilla.org/browser/nav-bookmarks-service;1 @mozilla.org/browser/nav-history-service;1 @mozilla.org/browser/places/import-export-service;1 @mozilla.org/browser/placesTransactionsService;1 @mozilla.org/browser/search-service;1 @mozilla.org/browser/session-history-entry;1 @mozilla.org/browser/session-history-transaction;1 @mozilla.org/browser/sessionstartup;1 @mozilla.org/browser/sessionstore;1 @mozilla.org/browser/shell-service;1 @mozilla.org/browser/shistory-internal;1 @mozilla.org/browser/shistory;1 @mozilla.org/browser/tagging-service;1 @mozilla.org/byte-buffer;1 @mozilla.org/categorymanager;1 @mozilla.org/channelclassifier @mozilla.org/charset-converter-manager;1 @mozilla.org/chrome/chrome-native-theme;1 @mozilla.org/chrome/chrome-registry;1 @mozilla.org/consoleservice;1 @mozilla.org/content-dispatch-chooser;1 @mozilla.org/content-pref/hostname-grouper;1 @mozilla.org/content-pref/service;1 @mozilla.org/content/canvas-rendering-context;1?id=2d @mozilla.org/content/css-parser;1 @mozilla.org/content/document-loader-factory;1 @mozilla.org/content/dom-selection;1 @mozilla.org/content/element/html;1?name=audio @mozilla.org/content/element/html;1?name=img @mozilla.org/content/element/html;1?name=option @mozilla.org/content/namespacemanager;1 @mozilla.org/content/plugin/document-loader-factory;1 @mozilla.org/content/post-content-iterator;1 @mozilla.org/content/pre-content-iterator;1 @mozilla.org/content/range-utils;1 @mozilla.org/content/range;1 @mozilla.org/content/style-sheet-service;1 @mozilla.org/content/subtree-content-iterator;1 @mozilla.org/content/syncload-dom-service;1 @mozilla.org/content/xmlhttprequest-bad-cert-handler;1 @mozilla.org/cookie/permission;1 @mozilla.org/cookieService;1 @mozilla.org/cookiemanager;1 @mozilla.org/crypto/fips-info-service;1 @mozilla.org/data-document-content-policy;1 @mozilla.org/dirIndex;1 @mozilla.org/dirIndexParser;1 @mozilla.org/docloaderservice;1 @mozilla.org/docshell/urifixup;1 @mozilla.org/document-charset-info;1 @mozilla.org/document-transformer;1?type=xslt @mozilla.org/dom/json;1 @mozilla.org/dom/storage;1 @mozilla.org/dom/storage;2 @mozilla.org/dom/storagemanager;1 @mozilla.org/dom/window-controller;1 @mozilla.org/dom/xpath-evaluator;1 @mozilla.org/download-manager-ui;1 @mozilla.org/download-manager;1 @mozilla.org/editor/editingsession;1 @mozilla.org/editor/editorcontroller;1 @mozilla.org/editor/editordocstatecontroller;1 @mozilla.org/editor/editorspellchecker;1 @mozilla.org/editor/htmleditor;1 @mozilla.org/editor/htmleditorcontroller;1 @mozilla.org/editor/texteditor;1 @mozilla.org/editor/txtsrvfilter;1 @mozilla.org/editor/txtsrvfiltermail;1 @mozilla.org/embedcomp/appstartup-notifier;1 @mozilla.org/embedcomp/base-command-controller;1 @mozilla.org/embedcomp/command-manager;1 @mozilla.org/embedcomp/command-params;1 @mozilla.org/embedcomp/controller-command-group;1 @mozilla.org/embedcomp/controller-command-table;1 @mozilla.org/embedcomp/cookieprompt-service;1 @mozilla.org/embedcomp/dialogparam;1 @mozilla.org/embedcomp/find;1 @mozilla.org/embedcomp/nbalert-service;1 @mozilla.org/embedcomp/printingprompt-service;1 @mozilla.org/embedcomp/prompt-service;1 @mozilla.org/embedcomp/rangefind;1 @mozilla.org/embedcomp/window-watcher;1 @mozilla.org/embedding/browser/content-policy;1 @mozilla.org/embedding/browser/nsCommandHandler;1 @mozilla.org/embedding/browser/nsWebBrowser;1 @mozilla.org/embedding/browser/nsWebBrowserPersist;1 @mozilla.org/embeddor.implemented/bookmark-charset-resolver;1 @mozilla.org/embeddor.implemented/web-content-handler-registrar;1 @mozilla.org/exceptionservice;1 @mozilla.org/exslt/regexp;1 @mozilla.org/extensions/addon-repository;1 @mozilla.org/extensions/blocklist;1 @mozilla.org/extensions/manager;1 @mozilla.org/fast-load-service;1 @mozilla.org/feed-entry;1 @mozilla.org/feed-generator;1 @mozilla.org/feed-person;1 @mozilla.org/feed-processor;1 @mozilla.org/feed-result;1 @mozilla.org/feed-textconstruct;1 @mozilla.org/feed-unescapehtml;1 @mozilla.org/feed;1 @mozilla.org/file/directory_service;1 @mozilla.org/file/local;1 @mozilla.org/filepicker;1 @mozilla.org/find/find_service;1 @mozilla.org/focus-event-suppressor-service;1 @mozilla.org/fuel/application;1 @mozilla.org/generic-factory;1 @mozilla.org/geolocation/provider;1 @mozilla.org/geolocation/service;1 @mozilla.org/gfx/devicecontext;1 @mozilla.org/gfx/devicecontextspec;1 @mozilla.org/gfx/fontenumerator;1 @mozilla.org/gfx/fontmetrics;1 @mozilla.org/gfx/image/frame;2 @mozilla.org/gfx/image;1 @mozilla.org/gfx/printerenumerator;1 @mozilla.org/gfx/printsession;1 @mozilla.org/gfx/printsettings-service;1 @mozilla.org/gfx/region;1 @mozilla.org/gfx/renderingcontext;1 @mozilla.org/gfx/screenmanager;1 @mozilla.org/globalprefsecuritycheck;1 @mozilla.org/hash-property-bag;1 @mozilla.org/helperapplauncherdialog;1 @mozilla.org/htmlparanoidfragmentsink;1 @mozilla.org/image/cache;1 @mozilla.org/image/container;1 @mozilla.org/image/decoder;2?type=image/bmp @mozilla.org/image/decoder;2?type=image/gif @mozilla.org/image/decoder;2?type=image/jpeg @mozilla.org/image/decoder;2?type=image/jpg @mozilla.org/image/decoder;2?type=image/pjpeg @mozilla.org/image/decoder;2?type=image/png @mozilla.org/image/decoder;2?type=image/vnd.microsoft.icon @mozilla.org/image/decoder;2?type=image/x-icon @mozilla.org/image/decoder;2?type=image/x-ms-bmp @mozilla.org/image/decoder;2?type=image/x-png @mozilla.org/image/decoder;2?type=image/x-xbitmap @mozilla.org/image/decoder;2?type=image/x-xbm @mozilla.org/image/decoder;2?type=image/xbm @mozilla.org/image/encoder;2?type=image/jpeg @mozilla.org/image/encoder;2?type=image/png @mozilla.org/image/loader;1 @mozilla.org/image/request;1 @mozilla.org/image/tools;1 @mozilla.org/inspector/deep-tree-walker;1 @mozilla.org/inspector/dom-utils;1 @mozilla.org/inspector/dom-view;1 @mozilla.org/inspector/flasher;1 @mozilla.org/inspector/search;1?type=cssvalue @mozilla.org/intl/charsetalias;1 @mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine @mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine @mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine @mozilla.org/intl/charsetdetect;1?type=ruprob @mozilla.org/intl/charsetdetect;1?type=ukprob @mozilla.org/intl/charsetdetect;1?type=universal_charset_detector @mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine @mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine @mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine @mozilla.org/intl/charsetdetectionadaptor;1 @mozilla.org/intl/collation-factory;1 @mozilla.org/intl/collation;1 @mozilla.org/intl/converter-input-stream;1 @mozilla.org/intl/converter-output-stream;1 @mozilla.org/intl/datetimeformat;1 @mozilla.org/intl/entityconverter;1 @mozilla.org/intl/lbrk;1 @mozilla.org/intl/metacharset;1 @mozilla.org/intl/nslanguageatomservice;1 @mozilla.org/intl/nslocaleservice;1 @mozilla.org/intl/platformcharset;1 @mozilla.org/intl/saveascharset;1 @mozilla.org/intl/scriptabledateformat;1 @mozilla.org/intl/scriptableunicodeconverter @mozilla.org/intl/semanticunitscanner;1 @mozilla.org/intl/stringbundle/text-override;1 @mozilla.org/intl/stringbundle;1 @mozilla.org/intl/stringcharsetdetect;1?type=cjk_parallel_state_machine @mozilla.org/intl/stringcharsetdetect;1?type=ja_parallel_state_machine @mozilla.org/intl/stringcharsetdetect;1?type=ko_parallel_state_machine @mozilla.org/intl/stringcharsetdetect;1?type=ruprob @mozilla.org/intl/stringcharsetdetect;1?type=ukprob @mozilla.org/intl/stringcharsetdetect;1?type=universal_charset_detector @mozilla.org/intl/stringcharsetdetect;1?type=zh_parallel_state_machine @mozilla.org/intl/stringcharsetdetect;1?type=zhcn_parallel_state_machine @mozilla.org/intl/stringcharsetdetect;1?type=zhtw_parallel_state_machine @mozilla.org/intl/texttosuburi;1 @mozilla.org/intl/texttransform;1?type=hankakutozenkaku @mozilla.org/intl/unicharcategory;1 @mozilla.org/intl/unicharutil;1 @mozilla.org/intl/unicode/decoder;1?charset=Big5 @mozilla.org/intl/unicode/decoder;1?charset=Big5-HKSCS @mozilla.org/intl/unicode/decoder;1?charset=EUC-JP @mozilla.org/intl/unicode/decoder;1?charset=EUC-KR @mozilla.org/intl/unicode/decoder;1?charset=GB2312 @mozilla.org/intl/unicode/decoder;1?charset=GEOSTD8 @mozilla.org/intl/unicode/decoder;1?charset=HZ-GB-2312 @mozilla.org/intl/unicode/decoder;1?charset=IBM850 @mozilla.org/intl/unicode/decoder;1?charset=IBM852 @mozilla.org/intl/unicode/decoder;1?charset=IBM855 @mozilla.org/intl/unicode/decoder;1?charset=IBM857 @mozilla.org/intl/unicode/decoder;1?charset=IBM862 @mozilla.org/intl/unicode/decoder;1?charset=IBM864 @mozilla.org/intl/unicode/decoder;1?charset=IBM864i @mozilla.org/intl/unicode/decoder;1?charset=IBM866 @mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-CN @mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-JP @mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-KR @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-1 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-10 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-11 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-13 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-14 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-15 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-16 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-2 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-3 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-4 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-5 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-E @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-I @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-7 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8 @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-E @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-I @mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-9 @mozilla.org/intl/unicode/decoder;1?charset=ISO-IR-111 @mozilla.org/intl/unicode/decoder;1?charset=KOI8-R @mozilla.org/intl/unicode/decoder;1?charset=KOI8-U @mozilla.org/intl/unicode/decoder;1?charset=Shift_JIS @mozilla.org/intl/unicode/decoder;1?charset=T.61-8bit @mozilla.org/intl/unicode/decoder;1?charset=TIS-620 @mozilla.org/intl/unicode/decoder;1?charset=UTF-16 @mozilla.org/intl/unicode/decoder;1?charset=UTF-16BE @mozilla.org/intl/unicode/decoder;1?charset=UTF-16LE @mozilla.org/intl/unicode/decoder;1?charset=UTF-32 @mozilla.org/intl/unicode/decoder;1?charset=UTF-32BE @mozilla.org/intl/unicode/decoder;1?charset=UTF-32LE @mozilla.org/intl/unicode/decoder;1?charset=UTF-7 @mozilla.org/intl/unicode/decoder;1?charset=UTF-8 @mozilla.org/intl/unicode/decoder;1?charset=VISCII @mozilla.org/intl/unicode/decoder;1?charset=armscii-8 @mozilla.org/intl/unicode/decoder;1?charset=gb18030 @mozilla.org/intl/unicode/decoder;1?charset=us-ascii @mozilla.org/intl/unicode/decoder;1?charset=windows-1250 @mozilla.org/intl/unicode/decoder;1?charset=windows-1251 @mozilla.org/intl/unicode/decoder;1?charset=windows-1252 @mozilla.org/intl/unicode/decoder;1?charset=windows-1253 @mozilla.org/intl/unicode/decoder;1?charset=windows-1254 @mozilla.org/intl/unicode/decoder;1?charset=windows-1255 @mozilla.org/intl/unicode/decoder;1?charset=windows-1256 @mozilla.org/intl/unicode/decoder;1?charset=windows-1257 @mozilla.org/intl/unicode/decoder;1?charset=windows-1258 @mozilla.org/intl/unicode/decoder;1?charset=windows-874 @mozilla.org/intl/unicode/decoder;1?charset=windows-936 @mozilla.org/intl/unicode/decoder;1?charset=x-euc-tw @mozilla.org/intl/unicode/decoder;1?charset=x-gbk @mozilla.org/intl/unicode/decoder;1?charset=x-imap4-modified-utf7 @mozilla.org/intl/unicode/decoder;1?charset=x-johab @mozilla.org/intl/unicode/decoder;1?charset=x-mac-arabic @mozilla.org/intl/unicode/decoder;1?charset=x-mac-ce @mozilla.org/intl/unicode/decoder;1?charset=x-mac-croatian @mozilla.org/intl/unicode/decoder;1?charset=x-mac-cyrillic @mozilla.org/intl/unicode/decoder;1?charset=x-mac-devanagari @mozilla.org/intl/unicode/decoder;1?charset=x-mac-farsi @mozilla.org/intl/unicode/decoder;1?charset=x-mac-greek @mozilla.org/intl/unicode/decoder;1?charset=x-mac-gujarati @mozilla.org/intl/unicode/decoder;1?charset=x-mac-gurmukhi @mozilla.org/intl/unicode/decoder;1?charset=x-mac-hebrew @mozilla.org/intl/unicode/decoder;1?charset=x-mac-icelandic @mozilla.org/intl/unicode/decoder;1?charset=x-mac-roman @mozilla.org/intl/unicode/decoder;1?charset=x-mac-romanian @mozilla.org/intl/unicode/decoder;1?charset=x-mac-turkish @mozilla.org/intl/unicode/decoder;1?charset=x-mac-ukrainian @mozilla.org/intl/unicode/decoder;1?charset=x-user-defined @mozilla.org/intl/unicode/decoder;1?charset=x-viet-tcvn5712 @mozilla.org/intl/unicode/decoder;1?charset=x-viet-vps @mozilla.org/intl/unicode/decoder;1?charset=x-windows-949 @mozilla.org/intl/unicode/encoder;1?charset=Adobe-Symbol-Encoding @mozilla.org/intl/unicode/encoder;1?charset=Big5-HKSCS @mozilla.org/intl/unicode/encoder;1?charset=EUC-JP @mozilla.org/intl/unicode/encoder;1?charset=EUC-KR @mozilla.org/intl/unicode/encoder;1?charset=GB2312 @mozilla.org/intl/unicode/encoder;1?charset=GEOSTD8 @mozilla.org/intl/unicode/encoder;1?charset=HZ-GB-2312 @mozilla.org/intl/unicode/encoder;1?charset=IBM850 @mozilla.org/intl/unicode/encoder;1?charset=IBM852 @mozilla.org/intl/unicode/encoder;1?charset=IBM855 @mozilla.org/intl/unicode/encoder;1?charset=IBM857 @mozilla.org/intl/unicode/encoder;1?charset=IBM862 @mozilla.org/intl/unicode/encoder;1?charset=IBM864 @mozilla.org/intl/unicode/encoder;1?charset=IBM864i @mozilla.org/intl/unicode/encoder;1?charset=IBM866 @mozilla.org/intl/unicode/encoder;1?charset=ISO-2022-JP @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-1 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-10 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-11 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-13 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-14 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-15 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-16 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-2 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-3 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-4 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-5 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-E @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-I @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-7 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8 @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-E @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-I @mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-9 @mozilla.org/intl/unicode/encoder;1?charset=ISO-IR-111 @mozilla.org/intl/unicode/encoder;1?charset=KOI8-R @mozilla.org/intl/unicode/encoder;1?charset=KOI8-U @mozilla.org/intl/unicode/encoder;1?charset=Shift_JIS @mozilla.org/intl/unicode/encoder;1?charset=T.61-8bit @mozilla.org/intl/unicode/encoder;1?charset=TIS-620 @mozilla.org/intl/unicode/encoder;1?charset=UTF-16 @mozilla.org/intl/unicode/encoder;1?charset=UTF-16BE @mozilla.org/intl/unicode/encoder;1?charset=UTF-16LE @mozilla.org/intl/unicode/encoder;1?charset=UTF-32 @mozilla.org/intl/unicode/encoder;1?charset=UTF-32BE @mozilla.org/intl/unicode/encoder;1?charset=UTF-32LE @mozilla.org/intl/unicode/encoder;1?charset=UTF-7 @mozilla.org/intl/unicode/encoder;1?charset=UTF-8 @mozilla.org/intl/unicode/encoder;1?charset=VISCII @mozilla.org/intl/unicode/encoder;1?charset=armscii-8 @mozilla.org/intl/unicode/encoder;1?charset=gb18030 @mozilla.org/intl/unicode/encoder;1?charset=hkscs-1 @mozilla.org/intl/unicode/encoder;1?charset=jis_0201 @mozilla.org/intl/unicode/encoder;1?charset=us-ascii @mozilla.org/intl/unicode/encoder;1?charset=windows-1250 @mozilla.org/intl/unicode/encoder;1?charset=windows-1251 @mozilla.org/intl/unicode/encoder;1?charset=windows-1252 @mozilla.org/intl/unicode/encoder;1?charset=windows-1253 @mozilla.org/intl/unicode/encoder;1?charset=windows-1254 @mozilla.org/intl/unicode/encoder;1?charset=windows-1255 @mozilla.org/intl/unicode/encoder;1?charset=windows-1256 @mozilla.org/intl/unicode/encoder;1?charset=windows-1257 @mozilla.org/intl/unicode/encoder;1?charset=windows-1258 @mozilla.org/intl/unicode/encoder;1?charset=windows-874 @mozilla.org/intl/unicode/encoder;1?charset=windows-936 @mozilla.org/intl/unicode/encoder;1?charset=x-adobe-euro @mozilla.org/intl/unicode/encoder;1?charset=x-euc-tw @mozilla.org/intl/unicode/encoder;1?charset=x-gbk @mozilla.org/intl/unicode/encoder;1?charset=x-imap4-modified-utf7 @mozilla.org/intl/unicode/encoder;1?charset=x-johab @mozilla.org/intl/unicode/encoder;1?charset=x-koreanjamo-0 @mozilla.org/intl/unicode/encoder;1?charset=x-mac-arabic @mozilla.org/intl/unicode/encoder;1?charset=x-mac-ce @mozilla.org/intl/unicode/encoder;1?charset=x-mac-croatian @mozilla.org/intl/unicode/encoder;1?charset=x-mac-cyrillic @mozilla.org/intl/unicode/encoder;1?charset=x-mac-devanagari @mozilla.org/intl/unicode/encoder;1?charset=x-mac-farsi @mozilla.org/intl/unicode/encoder;1?charset=x-mac-greek @mozilla.org/intl/unicode/encoder;1?charset=x-mac-gujarati @mozilla.org/intl/unicode/encoder;1?charset=x-mac-gurmukhi @mozilla.org/intl/unicode/encoder;1?charset=x-mac-hebrew @mozilla.org/intl/unicode/encoder;1?charset=x-mac-icelandic @mozilla.org/intl/unicode/encoder;1?charset=x-mac-roman @mozilla.org/intl/unicode/encoder;1?charset=x-mac-romanian @mozilla.org/intl/unicode/encoder;1?charset=x-mac-turkish @mozilla.org/intl/unicode/encoder;1?charset=x-mac-ukrainian @mozilla.org/intl/unicode/encoder;1?charset=x-mathematica1 @mozilla.org/intl/unicode/encoder;1?charset=x-mathematica2 @mozilla.org/intl/unicode/encoder;1?charset=x-mathematica3 @mozilla.org/intl/unicode/encoder;1?charset=x-mathematica4 @mozilla.org/intl/unicode/encoder;1?charset=x-mathematica5 @mozilla.org/intl/unicode/encoder;1?charset=x-mtextra @mozilla.org/intl/unicode/encoder;1?charset=x-tamilttf-0 @mozilla.org/intl/unicode/encoder;1?charset=x-tscii @mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmex @mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmmi @mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmr @mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmsy @mozilla.org/intl/unicode/encoder;1?charset=x-user-defined @mozilla.org/intl/unicode/encoder;1?charset=x-viet-tcvn5712 @mozilla.org/intl/unicode/encoder;1?charset=x-viet-vps @mozilla.org/intl/unicode/encoder;1?charset=x-windows-949 @mozilla.org/intl/unicode/encoder;1?charset=x-zapf-dingbats @mozilla.org/intl/unicodenormalizer;1 @mozilla.org/intl/utf8converterservice;1 @mozilla.org/intl/wbrk;1 @mozilla.org/intl/xmlencoding;1 @mozilla.org/io/multiplex-input-stream;1 @mozilla.org/io/string-input-stream;1 @mozilla.org/js/jsd/app-start-observer;2 @mozilla.org/js/jsd/debugger-service;1 @mozilla.org/js/xpc/ContextStack;1 @mozilla.org/js/xpc/ContextStackIterator;1 @mozilla.org/js/xpc/Exception;1 @mozilla.org/js/xpc/ID;1 @mozilla.org/js/xpc/RuntimeService;1 @mozilla.org/js/xpc/XPConnect;1 @mozilla.org/layout/content-policy;1 @mozilla.org/layout/contentserializer;1?mimetype=application/vnd.mozilla.xul+xml @mozilla.org/layout/contentserializer;1?mimetype=application/xhtml+xml @mozilla.org/layout/contentserializer;1?mimetype=application/xml @mozilla.org/layout/contentserializer;1?mimetype=image/svg+xml @mozilla.org/layout/contentserializer;1?mimetype=text/html @mozilla.org/layout/contentserializer;1?mimetype=text/plain @mozilla.org/layout/contentserializer;1?mimetype=text/xml @mozilla.org/layout/documentEncoder;1?type=application/xhtml+xml @mozilla.org/layout/documentEncoder;1?type=application/xml @mozilla.org/layout/documentEncoder;1?type=image/svg+xml @mozilla.org/layout/documentEncoder;1?type=text/html @mozilla.org/layout/documentEncoder;1?type=text/plain @mozilla.org/layout/documentEncoder;1?type=text/xml @mozilla.org/layout/form-processor;1 @mozilla.org/layout/htmlCopyEncoder;1 @mozilla.org/layout/htmlfragmentsink;1 @mozilla.org/layout/htmlfragmentsink;2 @mozilla.org/layout/htmlsanitizer;1 @mozilla.org/layout/plaintextsink;1 @mozilla.org/layout/xmlfragmentsink;1 @mozilla.org/layout/xmlfragmentsink;2 @mozilla.org/layout/xul-boxobject-container;1 @mozilla.org/layout/xul-boxobject-listbox;1 @mozilla.org/layout/xul-boxobject-menu;1 @mozilla.org/layout/xul-boxobject-popup;1 @mozilla.org/layout/xul-boxobject-scrollbox;1 @mozilla.org/layout/xul-boxobject-tree;1 @mozilla.org/layout/xul-boxobject;1 @mozilla.org/libjar/zip-reader-cache;1 @mozilla.org/libjar/zip-reader;1 @mozilla.org/locale/win32-locale;1 @mozilla.org/login-manager/loginInfo;1 @mozilla.org/login-manager/prompter;1 @mozilla.org/login-manager/storage/legacy;1 @mozilla.org/login-manager/storage/mozStorage;1 @mozilla.org/login-manager;1 @mozilla.org/memory-reporter-manager;1 @mozilla.org/microsummary/service;1 @mozilla.org/mime;1 @mozilla.org/moz/jsloader;1 @mozilla.org/moz/jssubscript-loader;1 @mozilla.org/netwerk/global-channel-event-sink;1 @mozilla.org/network/application-cache-namespace;1 @mozilla.org/network/application-cache-service;1 @mozilla.org/network/async-stream-copier;1 @mozilla.org/network/auth-module;1?name=kerb-gss @mozilla.org/network/auth-module;1?name=kerb-sspi @mozilla.org/network/auth-module;1?name=negotiate-gss @mozilla.org/network/auth-module;1?name=negotiate-sspi @mozilla.org/network/auth-module;1?name=ntlm @mozilla.org/network/auth-module;1?name=sasl-gssapi @mozilla.org/network/auth-module;1?name=sys-ntlm @mozilla.org/network/authprompt-adapter-factory;1 @mozilla.org/network/binary-detector;1 @mozilla.org/network/buffered-input-stream;1 @mozilla.org/network/buffered-output-stream;1 @mozilla.org/network/cache-service;1 @mozilla.org/network/content-sniffer;1 @mozilla.org/network/default-auth-prompt;1 @mozilla.org/network/default-prompt;1 @mozilla.org/network/dns-service;1 @mozilla.org/network/downloader;1 @mozilla.org/network/effective-tld-service;1 @mozilla.org/network/file-input-stream;1 @mozilla.org/network/file-output-stream;1 @mozilla.org/network/http-auth-manager;1 @mozilla.org/network/http-authenticator;1?scheme=basic @mozilla.org/network/http-authenticator;1?scheme=digest @mozilla.org/network/http-authenticator;1?scheme=negotiate @mozilla.org/network/http-authenticator;1?scheme=ntlm @mozilla.org/network/idn-service;1 @mozilla.org/network/incremental-download;1 @mozilla.org/network/input-stream-channel;1 @mozilla.org/network/input-stream-pump;1 @mozilla.org/network/io-service;1 @mozilla.org/network/load-group;1 @mozilla.org/network/mime-hdrparam;1 @mozilla.org/network/mime-input-stream;1 @mozilla.org/network/network-link-service;1 @mozilla.org/network/protocol-proxy-service;1 @mozilla.org/network/protocol/about;1?what= @mozilla.org/network/protocol/about;1?what=blank @mozilla.org/network/protocol/about;1?what=blocked @mozilla.org/network/protocol/about;1?what=buildconfig @mozilla.org/network/protocol/about;1?what=cache @mozilla.org/network/protocol/about;1?what=cache-entry @mozilla.org/network/protocol/about;1?what=certerror @mozilla.org/network/protocol/about;1?what=config @mozilla.org/network/protocol/about;1?what=crashes @mozilla.org/network/protocol/about;1?what=credits @mozilla.org/network/protocol/about;1?what=feeds @mozilla.org/network/protocol/about;1?what=licence @mozilla.org/network/protocol/about;1?what=license @mozilla.org/network/protocol/about;1?what=logo @mozilla.org/network/protocol/about;1?what=mozilla @mozilla.org/network/protocol/about;1?what=neterror @mozilla.org/network/protocol/about;1?what=plugins @mozilla.org/network/protocol/about;1?what=privatebrowsing @mozilla.org/network/protocol/about;1?what=rights @mozilla.org/network/protocol/about;1?what=robots @mozilla.org/network/protocol/about;1?what=sessionrestore @mozilla.org/network/protocol;1?name=about @mozilla.org/network/protocol;1?name=chrome @mozilla.org/network/protocol;1?name=data @mozilla.org/network/protocol;1?name=default @mozilla.org/network/protocol;1?name=feed @mozilla.org/network/protocol;1?name=file @mozilla.org/network/protocol;1?name=ftp @mozilla.org/network/protocol;1?name=gopher @mozilla.org/network/protocol;1?name=http @mozilla.org/network/protocol;1?name=https @mozilla.org/network/protocol;1?name=jar @mozilla.org/network/protocol;1?name=javascript @mozilla.org/network/protocol;1?name=moz-anno @mozilla.org/network/protocol;1?name=moz-icon @mozilla.org/network/protocol;1?name=moz-safe-about @mozilla.org/network/protocol;1?name=pcast @mozilla.org/network/protocol;1?name=resource @mozilla.org/network/protocol;1?name=view-source @mozilla.org/network/protocol;1?name=wyciwyg @mozilla.org/network/proxy-auto-config;1 @mozilla.org/network/request-observer-proxy;1 @mozilla.org/network/safe-file-output-stream;1 @mozilla.org/network/server-socket;1 @mozilla.org/network/simple-stream-listener;1 @mozilla.org/network/simple-uri;1 @mozilla.org/network/socket-provider-service;1 @mozilla.org/network/socket-transport-service;1 @mozilla.org/network/socket;2?type=socks @mozilla.org/network/socket;2?type=socks4 @mozilla.org/network/socket;2?type=ssl @mozilla.org/network/socket;2?type=starttls @mozilla.org/network/socket;2?type=udp @mozilla.org/network/standard-url;1 @mozilla.org/network/stream-listener-tee;1 @mozilla.org/network/stream-loader;1 @mozilla.org/network/stream-transport-service;1 @mozilla.org/network/sync-stream-listener;1 @mozilla.org/network/unichar-stream-loader;1 @mozilla.org/network/urichecker;1 @mozilla.org/network/url-parser;1?auth=maybe @mozilla.org/network/url-parser;1?auth=no @mozilla.org/network/url-parser;1?auth=yes @mozilla.org/network/util;1 @mozilla.org/no-data-protocol-content-policy;1 @mozilla.org/nsCMSDecoder;1 @mozilla.org/nsCMSEncoder;1 @mozilla.org/nsCMSMessage;1 @mozilla.org/nsCMSSecureMessage;1 @mozilla.org/nsCertPickDialogs;1 @mozilla.org/nsCertificateDialogs;1 @mozilla.org/nsClientAuthDialogs;1 @mozilla.org/nsDOMCryptoDialogs;1 @mozilla.org/nsFormSigningDialog;1 @mozilla.org/nsGeneratingKeypairInfoDialogs;1 @mozilla.org/nsSSLCertErrorDialog;1 @mozilla.org/nsSecurityWarningDialogs;1 @mozilla.org/nsTokenDialogs;1 @mozilla.org/nsTokenPasswordDialogs;1 @mozilla.org/nsdispatchsupport;1 @mozilla.org/nss_errors_service;1 @mozilla.org/nullprincipal;1 @mozilla.org/observer-service;1 @mozilla.org/offlinecacheupdate-service;1 @mozilla.org/offlinecacheupdate;1 @mozilla.org/oji/jvm-auth-tools;1 @mozilla.org/oji/jvm-mgr;1 @mozilla.org/parental-controls-service;1 @mozilla.org/parser/parser-service;1 @mozilla.org/passwordmanager/authpromptfactory;1 @mozilla.org/permissionmanager;1 @mozilla.org/permissions/contentblocker;1 @mozilla.org/persistent-properties;1 @mozilla.org/pipe;1 @mozilla.org/places/sync;1 @mozilla.org/plugin/host;1 @mozilla.org/plugin/manager;1 @mozilla.org/pref-localizedstring;1 @mozilla.org/pref-relativefile;1 @mozilla.org/preferences-service;1 @mozilla.org/preferences;1 @mozilla.org/prefetch-service;1 @mozilla.org/principal;1 @mozilla.org/privatebrowsing-wrapper;1 @mozilla.org/privatebrowsing;1 @mozilla.org/process/environment;1 @mozilla.org/process/util;1 @mozilla.org/profile/migrator;1?app=browser&type=dogbert @mozilla.org/profile/migrator;1?app=browser&type=ie @mozilla.org/profile/migrator;1?app=browser&type=opera @mozilla.org/profile/migrator;1?app=browser&type=phoenix @mozilla.org/profile/migrator;1?app=browser&type=seamonkey @mozilla.org/properties;1 @mozilla.org/psm;1 @mozilla.org/rdf/container-utils;1 @mozilla.org/rdf/container;1 @mozilla.org/rdf/content-sink;1 @mozilla.org/rdf/datasource;1?name=charset-menu @mozilla.org/rdf/datasource;1?name=composite-datasource @mozilla.org/rdf/datasource;1?name=extensions @mozilla.org/rdf/datasource;1?name=files @mozilla.org/rdf/datasource;1?name=httpindex @mozilla.org/rdf/datasource;1?name=in-memory-datasource @mozilla.org/rdf/datasource;1?name=local-store @mozilla.org/rdf/datasource;1?name=window-mediator @mozilla.org/rdf/datasource;1?name=xml-datasource @mozilla.org/rdf/rdf-service;1 @mozilla.org/rdf/resource-factory;1 @mozilla.org/rdf/serializer;1?format=ntriples @mozilla.org/rdf/xml-parser;1 @mozilla.org/rdf/xml-serializer;1 @mozilla.org/readconfig;1 @mozilla.org/recycling-allocator;1 @mozilla.org/safebrowsing/application;1 @mozilla.org/satchel/form-fill-controller;1 @mozilla.org/satchel/form-history-importer;1 @mozilla.org/satchel/form-history;1 @mozilla.org/saxparser/attributes;1 @mozilla.org/saxparser/xmlreader;1 @mozilla.org/scriptableinputstream;1 @mozilla.org/scriptableinterfaces;1 @mozilla.org/scripterror;1 @mozilla.org/scriptsecuritymanager;1 @mozilla.org/secure_browser_ui;1 @mozilla.org/security/certoverride;1 @mozilla.org/security/cipherinfo;1 @mozilla.org/security/crlmanager;1 @mozilla.org/security/crypto;1 @mozilla.org/security/datasignatureverifier;1 @mozilla.org/security/entropy;1 @mozilla.org/security/hash;1 @mozilla.org/security/hmac;1 @mozilla.org/security/keyobject;1 @mozilla.org/security/keyobjectfactory;1 @mozilla.org/security/nsASN1Tree;1 @mozilla.org/security/nsCertTree;1 @mozilla.org/security/nsscertcache;1 @mozilla.org/security/pk11tokendb;1 @mozilla.org/security/pkcs11;1 @mozilla.org/security/pkcs11moduledb;1 @mozilla.org/security/pkiparamblock;1 @mozilla.org/security/psmdownload;1 @mozilla.org/security/random-generator;1 @mozilla.org/security/recentbadcerts;1 @mozilla.org/security/script/nameset;1 @mozilla.org/security/sdr;1 @mozilla.org/security/streamcipher;1 @mozilla.org/security/x509certdb;1 @mozilla.org/sidebar;1 @mozilla.org/sound;1 @mozilla.org/spellcheck/dir-provider;1 @mozilla.org/spellchecker-inline;1 @mozilla.org/spellchecker/engine;1 @mozilla.org/spellchecker/i18nmanager;1 @mozilla.org/spellchecker/personaldictionary;1 @mozilla.org/spellchecker;1 @mozilla.org/storage/service;1 @mozilla.org/storage/statement-wrapper;1 @mozilla.org/storagestream;1 @mozilla.org/streamConverters;1 @mozilla.org/streamconv;1?from=application/http-index-format&to=text/html @mozilla.org/streamconv;1?from=application/mac-binhex40&to=*/* @mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.audio.feed&to=*/* @mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.feed&to=*/* @mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.video.feed&to=*/* @mozilla.org/streamconv;1?from=application/x-unknown-content-type&to=*/* @mozilla.org/streamconv;1?from=compress&to=uncompressed @mozilla.org/streamconv;1?from=deflate&to=uncompressed @mozilla.org/streamconv;1?from=gzip&to=uncompressed @mozilla.org/streamconv;1?from=multipart/byteranges&to=*/* @mozilla.org/streamconv;1?from=multipart/mixed&to=*/* @mozilla.org/streamconv;1?from=multipart/x-mixed-replace&to=*/* @mozilla.org/streamconv;1?from=text/ftp-dir&to=application/http-index-format @mozilla.org/streamconv;1?from=text/gopher-dir&to=application/http-index-format @mozilla.org/streamconv;1?from=text/plain&to=text/html @mozilla.org/streamconv;1?from=uncompressed&to=deflate @mozilla.org/streamconv;1?from=uncompressed&to=gzip @mozilla.org/streamconv;1?from=uncompressed&to=rawdeflate @mozilla.org/streamconv;1?from=uncompressed&to=x-gzip @mozilla.org/streamconv;1?from=x-compress&to=uncompressed @mozilla.org/streamconv;1?from=x-gzip&to=uncompressed @mozilla.org/supports-PRBool;1 @mozilla.org/supports-PRInt16;1 @mozilla.org/supports-PRInt32;1 @mozilla.org/supports-PRInt64;1 @mozilla.org/supports-PRTime;1 @mozilla.org/supports-PRUint16;1 @mozilla.org/supports-PRUint32;1 @mozilla.org/supports-PRUint64;1 @mozilla.org/supports-PRUint8;1 @mozilla.org/supports-array;1 @mozilla.org/supports-char;1 @mozilla.org/supports-cstring;1 @mozilla.org/supports-double;1 @mozilla.org/supports-float;1 @mozilla.org/supports-id;1 @mozilla.org/supports-interface-pointer;1 @mozilla.org/supports-string;1 @mozilla.org/supports-void;1 @mozilla.org/svg/svg-document;1 @mozilla.org/system-info;1 @mozilla.org/systemprincipal;1 @mozilla.org/textservices/textservicesdocument;1 @mozilla.org/thread-manager;1 @mozilla.org/thread-pool;1 @mozilla.org/timer;1 @mozilla.org/toolkit/URLFormatterService;1 @mozilla.org/toolkit/app-startup;1 @mozilla.org/toolkit/command-line;1 @mozilla.org/toolkit/console-clh;1 @mozilla.org/toolkit/crash-reporter;1 @mozilla.org/toolkit/default-clh;1 @mozilla.org/toolkit/native-app-support;1 @mozilla.org/toolkit/profile-migrator;1 @mozilla.org/toolkit/profile-service;1 @mozilla.org/transactionmanager;1 @mozilla.org/transfer;1 @mozilla.org/transformiix-nodeset;1 @mozilla.org/txttohtmlconv;1 @mozilla.org/typeaheadfind;1 @mozilla.org/updates/item;1 @mozilla.org/updates/post-update;1 @mozilla.org/updates/timer-manager;1 @mozilla.org/updates/update-checker;1 @mozilla.org/updates/update-manager;1 @mozilla.org/updates/update-prompt;1 @mozilla.org/updates/update-service;1 @mozilla.org/uriclassifierservice @mozilla.org/uriloader/content-handler;1?type=application/x-xpinstall @mozilla.org/uriloader/external-helper-app-service;1 @mozilla.org/uriloader/external-protocol-service;1 @mozilla.org/uriloader/handler-service;1 @mozilla.org/uriloader/local-handler-app;1 @mozilla.org/uriloader/psm-external-content-listener;1 @mozilla.org/uriloader/web-handler-app;1 @mozilla.org/uriloader;1 @mozilla.org/url-classifier/dbservice;1 @mozilla.org/url-classifier/hashcompleter;1 @mozilla.org/url-classifier/jslib;1 @mozilla.org/url-classifier/listmanager;1 @mozilla.org/url-classifier/streamupdater;1 @mozilla.org/url-classifier/utils;1 @mozilla.org/user_cert_picker;1 @mozilla.org/userinfo;1 @mozilla.org/uuid-generator;1 @mozilla.org/variant;1 @mozilla.org/view-manager;1 @mozilla.org/webnavigation-info;1 @mozilla.org/webshell;1 @mozilla.org/widget/appshell/win;1 @mozilla.org/widget/bidikeyboard;1 @mozilla.org/widget/clipboard;1 @mozilla.org/widget/clipboardhelper;1 @mozilla.org/widget/dragservice;1 @mozilla.org/widget/htmlformatconverter;1 @mozilla.org/widget/idleservice;1 @mozilla.org/widget/lookandfeel;1 @mozilla.org/widget/toolkit/win;1 @mozilla.org/widget/transferable;1 @mozilla.org/widgets/child_window/win;1 @mozilla.org/widgets/window/win;1 @mozilla.org/wifi/monitor;1 @mozilla.org/windows-registry-key;1 @mozilla.org/xbl;1 @mozilla.org/xhtmlparanoidfragmentsink;1 @mozilla.org/xml/xml-document;1 @mozilla.org/xml/xpointer;1?scheme=xpath1 @mozilla.org/xmlextras/domparser;1 @mozilla.org/xmlextras/xmlhttprequest;1 @mozilla.org/xmlextras/xmlserializer;1 @mozilla.org/xpcom/debug;1 @mozilla.org/xpcom/error-service;1 @mozilla.org/xpcom/ini-parser-factory;1 @mozilla.org/xpcom/memory-service;1 @mozilla.org/xpcom/simple-unichar-stream-factory;1 @mozilla.org/xpcom/version-comparator;1 @mozilla.org/xpcomproxy;1 @mozilla.org/xpfe/http-index-format-factory-constructor @mozilla.org/xpinstall/install-manager;1 @mozilla.org/xpinstall/installtrigger;1 @mozilla.org/xpti/interfaceinfomanager-service;1 @mozilla.org/xptinfo/loader;1&type=zip @mozilla.org/xre/app-info;1 @mozilla.org/xre/runtime;1 @mozilla.org/xtf/xml-contentbuilder;1 @mozilla.org/xtf/xtf-service;1 @mozilla.org/xul/xul-controllers;1 @mozilla.org/xul/xul-document;1 @mozilla.org/xul/xul-popup-manager;1 @mozilla.org/xul/xul-prototype-cache;1 @mozilla.org/xul/xul-sort-service;1 @mozilla.org/xul/xul-template-builder;1 @mozilla.org/xul/xul-tree-builder;1 @mozilla.org/zipwriter;1 @mozilla.org:/content/content-area-dragdrop;1 @from:http://tidbits.sydv.net/firefox/xul/xul-component-classes.txt function QueryInterface() { [native code] } ---------------------------------------------------------------- Components.interfaces.* ---------------------------------------------------------------- IDispatch extIApplication extIConsole extIEventItem extIEventListener extIEvents extIExtension extIExtensions extIPreference extIPreferenceBranch extISessionStorage fuelIAnnotations fuelIApplication fuelIBookmark fuelIBookmarkFolder fuelIBookmarkRoots fuelIBrowserTab fuelIWindow function QueryInterface() { [native code] } function canCallMethod() { [native code] } function canCreateWrapper() { [native code] } function canGetProperty() { [native code] } function canSetProperty() { [native code] } gfxIFormats gfxIImageFrame imgICache imgIContainer imgIContainerObserver imgIDecoder imgIDecoderObserver imgIEncoder imgILoad imgILoader imgIRequest imgITools inICSSValueSearch inIDOMUtils inIDOMView inIDeepTreeWalker inIFlasher inISearchObserver inISearchProcess jsdICallHook jsdIContext jsdIContextEnumerator jsdIDebuggerService jsdIEphemeral jsdIErrorHook jsdIExecutionHook jsdIFilter jsdIFilterEnumerator jsdINestCallback jsdIObject jsdIProperty jsdIScript jsdIScriptEnumerator jsdIScriptHook jsdIStackFrame jsdIValue mozIJSSubScriptLoader mozIPersonalDictionary mozISpellCheckingEngine mozISpellI18NManager mozISpellI18NUtil mozIStorageAggregateFunction mozIStorageConnection mozIStorageDataSet mozIStorageError mozIStorageFunction mozIStoragePendingStatement mozIStorageProgressHandler mozIStorageResultSet mozIStorageRow mozIStorageService mozIStorageStatement mozIStorageStatementCallback mozIStorageStatementParams mozIStorageStatementRow mozIStorageStatementWrapper mozIStorageValueArray mozITXTToHTMLConv nsIASN1Object nsIASN1PrintableItem nsIASN1Sequence nsIASN1Tree nsIAboutModule nsIAbstractWorker nsIAccessNode nsIAccessible nsIAccessibleCaretMoveEvent nsIAccessibleCoordinateType nsIAccessibleDocument nsIAccessibleEditableText nsIAccessibleEvent nsIAccessibleHyperLink nsIAccessibleHyperText nsIAccessibleImage nsIAccessibleProvider nsIAccessibleRelation nsIAccessibleRetrieval nsIAccessibleRole nsIAccessibleScrollType nsIAccessibleSelectable nsIAccessibleStateChangeEvent nsIAccessibleStates nsIAccessibleTable nsIAccessibleTableChangeEvent nsIAccessibleText nsIAccessibleTextChangeEvent nsIAccessibleValue nsIAccessibleWin32Object nsIActiveXSecurityPolicy nsIAddonInstallListener nsIAddonRepository nsIAddonSearchResult nsIAddonUpdateCheckListener nsIAlertsService nsIAnnotationObserver nsIAnnotationService nsIAppShellService nsIAppStartup nsIAppStartup2 nsIApplicationCache nsIApplicationCacheChannel nsIApplicationCacheContainer nsIApplicationCacheNamespace nsIApplicationCacheService nsIApplicationUpdateService nsIArray nsIAssociatedContentSecurity nsIAsyncInputStream nsIAsyncOutputStream nsIAsyncStreamCopier nsIAtom nsIAtomService nsIAuthInformation nsIAuthPrompt nsIAuthPrompt2 nsIAuthPromptAdapterFactory nsIAuthPromptCallback nsIAuthPromptProvider nsIAuthPromptWrapper nsIAutoCompleteController nsIAutoCompleteInput nsIAutoCompleteObserver nsIAutoCompletePopup nsIAutoCompleteResult nsIAutoCompleteSearch nsIAutoCompleteSimpleResult nsIAutoCompleteSimpleResultListener nsIBadCertListener2 nsIBaseWindow nsIBidiKeyboard nsIBidirectionalIterator nsIBinaryInputStream nsIBinaryOutputStream nsIBlocklistService nsIBoxObject nsIBrowserBoxObject nsIBrowserDOMWindow nsIBrowserGlue nsIBrowserHandler nsIBrowserHistory nsIBrowserHistory_MOZILLA_1_9_1_ADDITIONS nsIBrowserInstance nsIBrowserProfileMigrator nsIBrowserSearchService nsIBufferedInputStream nsIBufferedOutputStream nsIByteRangeRequest nsICMSMessageErrors nsICMSSecureMessage nsICRLInfo nsICRLManager nsICache nsICacheDeviceInfo nsICacheEntryDescriptor nsICacheEntryInfo nsICacheListener nsICacheMetaDataVisitor nsICacheService nsICacheSession nsICacheVisitor nsICachingChannel nsICancelable nsICategoryManager nsICertOverrideService nsICertPickDialogs nsICertTree nsICertTreeItem nsICertVerificationListener nsICertVerificationResult nsICertificateDialogs nsIChannel nsIChannelClassifier nsIChannelEventSink nsICharsetConverterManager nsICharsetResolver nsIChromeRegistry nsICipherInfo nsICipherInfoService nsICiter nsIClassInfo nsIClientAuthDialogs nsIClientAuthUserDecision nsIClipboard nsIClipboardCommands nsIClipboardDragDropHookList nsIClipboardDragDropHooks nsIClipboardHelper nsIClipboardOwner nsICollation nsICollationFactory nsICollection nsICommandController nsICommandHandler nsICommandHandlerInit nsICommandLine nsICommandLineHandler nsICommandLineValidator nsICommandManager nsICommandParams nsIComponentManager nsIComponentManagerObsolete nsIComponentRegistrar nsIConsoleListener nsIConsoleMessage nsIConsoleService nsIContainerBoxObject nsIContentDispatchChooser nsIContentFilter nsIContentHandler nsIContentPolicy nsIContentPrefObserver nsIContentPrefService nsIContentSniffer nsIContentURIGrouper nsIContentViewer nsIContentViewerContainer nsIContentViewerEdit nsIContentViewerFile nsIContextMenuInfo nsIContextMenuListener nsIContextMenuListener2 nsIController nsIControllerCommand nsIControllerCommandGroup nsIControllerCommandTable nsIControllerContext nsIControllers nsIConverterInputStream nsIConverterOutputStream nsICookie nsICookie2 nsICookieAcceptDialog nsICookieManager nsICookieManager2 nsICookiePermission nsICookiePromptService nsICookieService nsICrashReporter nsICryptoFIPSInfo nsICryptoHMAC nsICryptoHash nsICurrentCharsetListener nsIDBusHandlerApp nsIDNSListener nsIDNSRecord nsIDNSService nsIDOM3Attr nsIDOM3Document nsIDOM3DocumentEvent nsIDOM3EventTarget nsIDOM3Node nsIDOM3Text nsIDOM3TypeInfo nsIDOMAbstractView nsIDOMAttr nsIDOMBarProp nsIDOMBeforeUnloadEvent nsIDOMCDATASection nsIDOMCRMFObject nsIDOMCSS2Properties nsIDOMCSSCharsetRule nsIDOMCSSFontFaceRule nsIDOMCSSImportRule nsIDOMCSSMediaRule nsIDOMCSSMozDocumentRule nsIDOMCSSPageRule nsIDOMCSSPrimitiveValue nsIDOMCSSRule nsIDOMCSSRuleList nsIDOMCSSStyleDeclaration nsIDOMCSSStyleRule nsIDOMCSSStyleSheet nsIDOMCSSUnknownRule nsIDOMCSSValue nsIDOMCSSValueList nsIDOMCanvasGradient nsIDOMCanvasPattern nsIDOMCanvasRenderingContext2D nsIDOMCharacterData nsIDOMChromeWindow nsIDOMClientInformation nsIDOMClientRect nsIDOMClientRectList nsIDOMCommandEvent nsIDOMComment nsIDOMCounter nsIDOMCrypto nsIDOMCryptoDialogs nsIDOMDOMConfiguration nsIDOMDOMConstructor nsIDOMDOMException nsIDOMDOMImplementation nsIDOMDOMImplementationLS nsIDOMDOMStringList nsIDOMDataContainerEvent nsIDOMDataTransfer nsIDOMDocument nsIDOMDocumentCSS nsIDOMDocumentEvent nsIDOMDocumentFragment nsIDOMDocumentRange nsIDOMDocumentStyle nsIDOMDocumentTraversal nsIDOMDocumentType nsIDOMDocumentView nsIDOMDocumentXBL nsIDOMDragEvent nsIDOMElement nsIDOMElementCSSInlineStyle nsIDOMEntity nsIDOMEntityReference nsIDOMEvent nsIDOMEventGroup nsIDOMEventListener nsIDOMEventTarget nsIDOMFile nsIDOMFileException nsIDOMFileList nsIDOMGeoGeolocation nsIDOMGeoPosition nsIDOMGeoPositionCallback nsIDOMGeoPositionCoords nsIDOMGeoPositionError nsIDOMGeoPositionErrorCallback nsIDOMGeoPositionOptions nsIDOMGetSVGDocument nsIDOMHTMLAnchorElement nsIDOMHTMLAppletElement nsIDOMHTMLAreaElement nsIDOMHTMLAudioElement nsIDOMHTMLBRElement nsIDOMHTMLBaseElement nsIDOMHTMLBaseFontElement nsIDOMHTMLBodyElement nsIDOMHTMLButtonElement nsIDOMHTMLByteRanges nsIDOMHTMLCanvasElement nsIDOMHTMLCollection nsIDOMHTMLDListElement nsIDOMHTMLDirectoryElement nsIDOMHTMLDivElement nsIDOMHTMLDocument nsIDOMHTMLElement nsIDOMHTMLEmbedElement nsIDOMHTMLFieldSetElement nsIDOMHTMLFontElement nsIDOMHTMLFormElement nsIDOMHTMLFrameElement nsIDOMHTMLFrameSetElement nsIDOMHTMLHRElement nsIDOMHTMLHeadElement nsIDOMHTMLHeadingElement nsIDOMHTMLHtmlElement nsIDOMHTMLIFrameElement nsIDOMHTMLImageElement nsIDOMHTMLInputElement nsIDOMHTMLIsIndexElement nsIDOMHTMLLIElement nsIDOMHTMLLabelElement nsIDOMHTMLLegendElement nsIDOMHTMLLinkElement nsIDOMHTMLMapElement nsIDOMHTMLMediaElement nsIDOMHTMLMediaError nsIDOMHTMLMenuElement nsIDOMHTMLMetaElement nsIDOMHTMLModElement nsIDOMHTMLOListElement nsIDOMHTMLObjectElement nsIDOMHTMLOptGroupElement nsIDOMHTMLOptionElement nsIDOMHTMLOptionsCollection nsIDOMHTMLParagraphElement nsIDOMHTMLParamElement nsIDOMHTMLPreElement nsIDOMHTMLQuoteElement nsIDOMHTMLScriptElement nsIDOMHTMLSelectElement nsIDOMHTMLSourceElement nsIDOMHTMLStyleElement nsIDOMHTMLTableCaptionElement nsIDOMHTMLTableCellElement nsIDOMHTMLTableColElement nsIDOMHTMLTableElement nsIDOMHTMLTableRowElement nsIDOMHTMLTableSectionElement nsIDOMHTMLTextAreaElement nsIDOMHTMLTimeRanges nsIDOMHTMLTitleElement nsIDOMHTMLUListElement nsIDOMHTMLVideoElement nsIDOMHTMLVoidCallback nsIDOMHistory nsIDOMJSNavigator nsIDOMJSWindow nsIDOMKeyEvent nsIDOMLSException nsIDOMLSInput nsIDOMLSLoadEvent nsIDOMLSOutput nsIDOMLSParser nsIDOMLSParserFilter nsIDOMLSProgressEvent nsIDOMLSResourceResolver nsIDOMLSSerializer nsIDOMLSSerializerFilter nsIDOMLinkStyle nsIDOMLoadStatus nsIDOMLoadStatusEvent nsIDOMLocation nsIDOMMediaList nsIDOMMessageEvent nsIDOMMimeType nsIDOMMimeTypeArray nsIDOMModalContentWindow nsIDOMMouseEvent nsIDOMMouseScrollEvent nsIDOMMutationEvent nsIDOMNSCSS2Properties nsIDOMNSDataTransfer nsIDOMNSDataTransfer_MOZILLA_1_9_1 nsIDOMNSDocument nsIDOMNSDocumentStyle nsIDOMNSEditableElement nsIDOMNSElement nsIDOMNSEvent nsIDOMNSEventTarget nsIDOMNSFeatureFactory nsIDOMNSHTMLAnchorElement nsIDOMNSHTMLAnchorElement2 nsIDOMNSHTMLAreaElement nsIDOMNSHTMLAreaElement2 nsIDOMNSHTMLButtonElement nsIDOMNSHTMLDocument nsIDOMNSHTMLElement nsIDOMNSHTMLFormControlList nsIDOMNSHTMLFormElement nsIDOMNSHTMLFrameElement nsIDOMNSHTMLHRElement nsIDOMNSHTMLImageElement nsIDOMNSHTMLInputElement nsIDOMNSHTMLOptionCollection nsIDOMNSHTMLOptionElement nsIDOMNSHTMLSelectElement nsIDOMNSHTMLTextAreaElement nsIDOMNSRGBAColor nsIDOMNSRange nsIDOMNSUIEvent nsIDOMNSXBLFormControl nsIDOMNSXPathExpression nsIDOMNameList nsIDOMNamedNodeMap nsIDOMNavigator nsIDOMNavigatorGeolocation nsIDOMNode nsIDOMNodeFilter nsIDOMNodeIterator nsIDOMNodeList nsIDOMNodeSelector nsIDOMNotation nsIDOMNotifyPaintEvent nsIDOMOfflineResourceList nsIDOMPageTransitionEvent nsIDOMParser nsIDOMParserJS nsIDOMPkcs11 nsIDOMPlugin nsIDOMPluginArray nsIDOMPopupBlockedEvent nsIDOMProcessingInstruction nsIDOMProgressEvent nsIDOMRGBColor nsIDOMRange nsIDOMRangeException nsIDOMRect nsIDOMSVGAElement nsIDOMSVGAngle nsIDOMSVGAnimatedAngle nsIDOMSVGAnimatedBoolean nsIDOMSVGAnimatedEnumeration nsIDOMSVGAnimatedInteger nsIDOMSVGAnimatedLength nsIDOMSVGAnimatedLengthList nsIDOMSVGAnimatedNumber nsIDOMSVGAnimatedNumberList nsIDOMSVGAnimatedPathData nsIDOMSVGAnimatedPoints nsIDOMSVGAnimatedPreserveAspectRatio nsIDOMSVGAnimatedRect nsIDOMSVGAnimatedString nsIDOMSVGAnimatedTransformList nsIDOMSVGCircleElement nsIDOMSVGClipPathElement nsIDOMSVGComponentTransferFunctionElement nsIDOMSVGDefsElement nsIDOMSVGDescElement nsIDOMSVGDocument nsIDOMSVGElement nsIDOMSVGEllipseElement nsIDOMSVGEvent nsIDOMSVGException nsIDOMSVGFEBlendElement nsIDOMSVGFEColorMatrixElement nsIDOMSVGFEComponentTransferElement nsIDOMSVGFECompositeElement nsIDOMSVGFEConvolveMatrixElement nsIDOMSVGFEDiffuseLightingElement nsIDOMSVGFEDisplacementMapElement nsIDOMSVGFEDistantLightElement nsIDOMSVGFEFloodElement nsIDOMSVGFEFuncAElement nsIDOMSVGFEFuncBElement nsIDOMSVGFEFuncGElement nsIDOMSVGFEFuncRElement nsIDOMSVGFEGaussianBlurElement nsIDOMSVGFEImageElement nsIDOMSVGFEMergeElement nsIDOMSVGFEMergeNodeElement nsIDOMSVGFEMorphologyElement nsIDOMSVGFEOffsetElement nsIDOMSVGFEPointLightElement nsIDOMSVGFESpecularLightingElement nsIDOMSVGFESpotLightElement nsIDOMSVGFETileElement nsIDOMSVGFETurbulenceElement nsIDOMSVGFilterElement nsIDOMSVGFilterPrimitiveStandardAttributes nsIDOMSVGFitToViewBox nsIDOMSVGForeignObjectElement nsIDOMSVGGElement nsIDOMSVGGradientElement nsIDOMSVGImageElement nsIDOMSVGLength nsIDOMSVGLengthList nsIDOMSVGLineElement nsIDOMSVGLinearGradientElement nsIDOMSVGLocatable nsIDOMSVGMarkerElement nsIDOMSVGMaskElement nsIDOMSVGMatrix nsIDOMSVGMetadataElement nsIDOMSVGNumber nsIDOMSVGNumberList nsIDOMSVGPathElement nsIDOMSVGPathSeg nsIDOMSVGPathSegArcAbs nsIDOMSVGPathSegArcRel nsIDOMSVGPathSegClosePath nsIDOMSVGPathSegCurvetoCubicAbs nsIDOMSVGPathSegCurvetoCubicRel nsIDOMSVGPathSegCurvetoCubicSmoothAbs nsIDOMSVGPathSegCurvetoCubicSmoothRel nsIDOMSVGPathSegCurvetoQuadraticAbs nsIDOMSVGPathSegCurvetoQuadraticRel nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs nsIDOMSVGPathSegCurvetoQuadraticSmoothRel nsIDOMSVGPathSegLinetoAbs nsIDOMSVGPathSegLinetoHorizontalAbs nsIDOMSVGPathSegLinetoHorizontalRel nsIDOMSVGPathSegLinetoRel nsIDOMSVGPathSegLinetoVerticalAbs nsIDOMSVGPathSegLinetoVerticalRel nsIDOMSVGPathSegList nsIDOMSVGPathSegMovetoAbs nsIDOMSVGPathSegMovetoRel nsIDOMSVGPatternElement nsIDOMSVGPoint nsIDOMSVGPointList nsIDOMSVGPolygonElement nsIDOMSVGPolylineElement nsIDOMSVGPreserveAspectRatio nsIDOMSVGRadialGradientElement nsIDOMSVGRect nsIDOMSVGRectElement nsIDOMSVGSVGElement nsIDOMSVGScriptElement nsIDOMSVGStopElement nsIDOMSVGStylable nsIDOMSVGStyleElement nsIDOMSVGSwitchElement nsIDOMSVGSymbolElement nsIDOMSVGTSpanElement nsIDOMSVGTextContentElement nsIDOMSVGTextElement nsIDOMSVGTextPathElement nsIDOMSVGTextPositioningElement nsIDOMSVGTitleElement nsIDOMSVGTransform nsIDOMSVGTransformList nsIDOMSVGTransformable nsIDOMSVGURIReference nsIDOMSVGUnitTypes nsIDOMSVGUseElement nsIDOMSVGViewSpec nsIDOMSVGZoomAndPan nsIDOMSVGZoomEvent nsIDOMScreen nsIDOMSerializer nsIDOMSimpleGestureEvent nsIDOMSmartCardEvent nsIDOMStorage nsIDOMStorage2 nsIDOMStorageEvent nsIDOMStorageItem nsIDOMStorageList nsIDOMStorageManager nsIDOMStorageWindow nsIDOMStorageWindow_1_9_1 nsIDOMStyleSheet nsIDOMStyleSheetList nsIDOMText nsIDOMTextMetrics nsIDOMToString nsIDOMTreeWalker nsIDOMUIEvent nsIDOMUserDataHandler nsIDOMViewCSS nsIDOMWindow nsIDOMWindow2 nsIDOMWindowCollection nsIDOMWindowInternal nsIDOMWindowUtils nsIDOMXMLDocument nsIDOMXPathEvaluator nsIDOMXPathException nsIDOMXPathExpression nsIDOMXPathNSResolver nsIDOMXPathNamespace nsIDOMXPathResult nsIDOMXULButtonElement nsIDOMXULCheckboxElement nsIDOMXULCommandDispatcher nsIDOMXULCommandEvent nsIDOMXULContainerElement nsIDOMXULContainerItemElement nsIDOMXULControlElement nsIDOMXULDescriptionElement nsIDOMXULDocument nsIDOMXULElement nsIDOMXULImageElement nsIDOMXULLabelElement nsIDOMXULLabeledControlElement nsIDOMXULMenuListElement nsIDOMXULMultiSelectControlElement nsIDOMXULPopupElement nsIDOMXULSelectControlElement nsIDOMXULSelectControlItemElement nsIDOMXULTextBoxElement nsIDOMXULTreeElement nsIDataSignatureVerifier nsIDataType nsIDebug nsIDialogParamBlock nsIDirIndex nsIDirIndexListener nsIDirIndexParser nsIDirectoryEnumerator nsIDirectoryService nsIDirectoryServiceProvider nsIDirectoryServiceProvider2 nsIDocCharset nsIDocShell nsIDocShellHistory nsIDocShellLoadInfo nsIDocShellTreeItem nsIDocShellTreeNode nsIDocShellTreeOwner nsIDocShell_MOZILLA_1_9_1 nsIDocShell_MOZILLA_1_9_1_SessionStorage nsIDocShell_MOZILLA_1_9_1_dns nsIDocumentCharsetInfo nsIDocumentEncoder nsIDocumentEncoderNodeFixup nsIDocumentLoader nsIDocumentLoaderFactory nsIDocumentStateListener nsIDownload nsIDownloadHistory nsIDownloadManager nsIDownloadManagerUI nsIDownloadObserver nsIDownloadProgressListener nsIDownloader nsIDragDropHandler nsIDragService nsIDragSession nsIDynamicContainer nsIEditActionListener nsIEditingSession nsIEditor nsIEditorBoxObject nsIEditorDocShell nsIEditorIMESupport nsIEditorLogging nsIEditorMailSupport nsIEditorObserver nsIEditorSpellCheck nsIEditorStyleSheets nsIEffectiveTLDService nsIEmbeddingSiteWindow nsIEmbeddingSiteWindow2 nsIEncodedChannel nsIEntityConverter nsIEnumerator nsIEnvironment nsIErrorService nsIEventTarget nsIException nsIExceptionManager nsIExceptionProvider nsIExceptionService nsIExpatSink nsIExtendedExpatSink nsIExtensionManager nsIExternalHelperAppService nsIExternalProtocolHandler nsIExternalProtocolService nsIFTPChannel nsIFTPEventSink nsIFactory nsIFastLoadFileControl nsIFastLoadFileIO nsIFastLoadReadControl nsIFastLoadService nsIFastLoadWriteControl nsIFaviconService nsIFeed nsIFeedContainer nsIFeedElementBase nsIFeedEntry nsIFeedGenerator nsIFeedPerson nsIFeedProcessor nsIFeedProgressListener nsIFeedResult nsIFeedResultListener nsIFeedResultService nsIFeedTextConstruct nsIFeedWriter nsIFile nsIFileChannel nsIFileInputStream nsIFileOutputStream nsIFilePicker nsIFileProtocolHandler nsIFileURL nsIFind nsIFindService nsIFlavorDataProvider nsIFontEnumerator nsIFormFillController nsIFormHistory2 nsIFormHistoryImporter nsIFormSigningDialog nsIFormSubmitObserver nsIFormatConverter nsIForwardIterator nsIFrameLoader nsIFrameLoaderOwner nsIFullScreen nsIGConfService nsIGeneratingKeypairInfoDialogs nsIGeolocationPrompt nsIGeolocationProvider nsIGeolocationRequest nsIGeolocationUpdate nsIGlobalHistory nsIGlobalHistory2 nsIGlobalHistory3 nsIGnomeVFSMimeApp nsIGnomeVFSService nsIHTMLAbsPosEditor nsIHTMLEditor nsIHTMLInlineTableEditor nsIHTMLObjectResizeListener nsIHTMLObjectResizer nsIHTTPHeaderListener nsIHTTPIndex nsIHandlerApp nsIHandlerInfo nsIHandlerService nsIHashable nsIHelperAppLauncher nsIHelperAppLauncherDialog nsIHistoryEntry nsIHttpActivityObserver nsIHttpAuthManager nsIHttpAuthenticator nsIHttpChannel nsIHttpChannelInternal nsIHttpEventSink nsIHttpHeaderVisitor nsIHttpProtocolHandler nsIIDNService nsIIFrameBoxObject nsIINIParser nsIINIParserFactory nsIIOService nsIIOService2 nsIIdentityInfo nsIIdleService nsIImageDocument nsIImageLoadingContent nsIIncrementalDownload nsIInlineSpellChecker nsIInputIterator nsIInputStream nsIInputStreamCallback nsIInputStreamChannel nsIInputStreamPump nsIInputStreamTee nsIInstallLocation nsIInterfaceRequestor nsIJARChannel nsIJARProtocolHandler nsIJARURI nsIJSCID nsIJSID nsIJSIID nsIJSON nsIJSXMLHttpRequest nsIJVMConfig nsIJVMConfigManager nsIJVMManager nsIJVMPluginInstance nsIKeyObject nsIKeyObjectFactory nsIKeygenThread nsILineInputStream nsIListBoxObject nsILiveTitleNotificationSubject nsILivemarkService nsILoadContext nsILoadGroup nsILocalFile nsILocalFileWin nsILocalHandlerApp nsILocale nsILocaleService nsILoginInfo nsILoginManager nsILoginManagerIEMigrationHelper nsILoginManagerPrompter nsILoginManagerStorage nsILoginManager_MOZILLA_1_9_1 nsILoginMetaInfo nsIMIMEHeaderParam nsIMIMEInfo nsIMIMEInputStream nsIMIMEService nsIMarkupDocumentViewer nsIMemory nsIMemoryReporter nsIMemoryReporterManager nsIMenuBoxObject nsIMicrosummary nsIMicrosummaryGenerator nsIMicrosummaryObserver nsIMicrosummaryService nsIMicrosummarySet nsIModule nsIModuleLoader nsIMozIconURI nsIMultiPartChannel nsIMultiplexInputStream nsIMutable nsIMutableArray nsINSSCertCache nsINSSErrorsService nsINativeAppSupport nsINavBookmarkObserver nsINavBookmarkObserver_MOZILLA_1_9_1_ADDITIONS nsINavBookmarksService nsINavHistoryBatchCallback nsINavHistoryContainerResultNode nsINavHistoryFullVisitResultNode nsINavHistoryObserver nsINavHistoryObserver_MOZILLA_1_9_1_ADDITIONS nsINavHistoryQuery nsINavHistoryQueryOptions nsINavHistoryQueryResultNode nsINavHistoryResult nsINavHistoryResultNode nsINavHistoryResultTreeViewer nsINavHistoryResultViewer nsINavHistoryService nsINavHistoryVisitResultNode nsINestedURI nsINetUtil nsINetworkLinkService nsINonBlockingAlertService nsIOCSPResponder nsIOSChromeItem nsIObjectInputStream nsIObjectLoadingContent nsIObjectOutputStream nsIObserver nsIObserverService nsIOfflineCacheUpdate nsIOfflineCacheUpdateObserver nsIOfflineCacheUpdateService nsIOutputIterator nsIOutputStream nsIOutputStreamCallback nsIPK11Token nsIPK11TokenDB nsIPKCS11 nsIPKCS11Module nsIPKCS11ModuleDB nsIPKCS11Slot nsIPKIParamBlock nsIPasswordManager nsIPasswordManagerInternal nsIPermission nsIPermissionManager nsIPersistentProperties nsIPhonetic nsIPipe nsIPlacesImportExportService nsIPlacesTransactionsService nsIPlaintextEditor nsIPluginHost nsIPluginManager nsIPluginTag nsIPopupBoxObject nsIPopupWindowManager nsIPref nsIPrefBranch nsIPrefBranch2 nsIPrefBranchInternal nsIPrefLocalizedString nsIPrefService nsIPrefetchService nsIPrincipal nsIPrintOptions nsIPrintProgress nsIPrintProgressParams nsIPrintSettings nsIPrintSettingsService nsIPrintSettingsWin nsIPrintStatusFeedback nsIPrinterEnumerator nsIPrintingPrompt nsIPrintingPromptService nsIPrivateBrowsingService nsIProcess nsIProcess2 nsIProfile nsIProfileChangeStatus nsIProfileLock nsIProfileMigrator nsIProfileStartup nsIProfileUnlocker nsIProgrammingLanguage nsIProgressEventSink nsIPrompt nsIPromptFactory nsIPromptService nsIPromptService2 nsIProperties nsIProperty nsIPropertyBag nsIPropertyBag2 nsIPropertyElement nsIProtectedAuthThread nsIProtocolHandler nsIProtocolProxyCallback nsIProtocolProxyFilter nsIProtocolProxyService nsIProtocolProxyService2 nsIProxiedChannel nsIProxiedProtocolHandler nsIProxyAutoConfig nsIProxyInfo nsIProxyObjectManager nsIQTScriptablePlugin nsIRDFBlob nsIRDFCompositeDataSource nsIRDFContainer nsIRDFContainerUtils nsIRDFDataSource nsIRDFDate nsIRDFDelegateFactory nsIRDFInMemoryDataSource nsIRDFInferDataSource nsIRDFInt nsIRDFLiteral nsIRDFNode nsIRDFObserver nsIRDFPropagatableDataSource nsIRDFPurgeableDataSource nsIRDFRemoteDataSource nsIRDFResource nsIRDFService nsIRDFXMLParser nsIRDFXMLSerializer nsIRDFXMLSink nsIRDFXMLSinkObserver nsIRDFXMLSource nsIRandomAccessIterator nsIRandomGenerator nsIRecentBadCertsService nsIRecyclingAllocator nsIRefreshURI nsIRelativeFilePref nsIRequest nsIRequestObserver nsIRequestObserverProxy nsIResProtocolHandler nsIResumableChannel nsIRunnable nsISAXAttributes nsISAXContentHandler nsISAXDTDHandler nsISAXErrorHandler nsISAXLexicalHandler nsISAXLocator nsISAXMutableAttributes nsISAXXMLFilter nsISAXXMLReader nsISHContainer nsISHEntry nsISHTransaction nsISHistory nsISHistoryInternal nsISHistoryListener nsISMimeCert nsISOCKSSocketInfo nsISSLCertErrorDialog nsISSLErrorListener nsISSLSocketControl nsISSLStatus nsISSLStatusProvider nsISafeOutputStream nsISaveAsCharset nsIScreen nsIScreenManager nsIScreenManager_MOZILLA_1_9_1_BRANCH nsIScriptChannel nsIScriptError nsIScriptLoaderObserver nsIScriptSecurityManager nsIScriptableDateFormat nsIScriptableInputStream nsIScriptableInterfaces nsIScriptableInterfacesByID nsIScriptableRegion nsIScriptableUnescapeHTML nsIScriptableUnicodeConverter nsIScrollBoxObject nsIScrollable nsISearchContext nsISearchEngine nsISearchSubmission nsISearchableInputStream nsISecretDecoderRing nsISecretDecoderRingConfig nsISecureBrowserUI nsISecurityCheckedComponent nsISecurityEventSink nsISecurityInfoProvider nsISecurityWarningDialogs nsISeekableStream nsISelectElement nsISelection nsISelection2 nsISelectionController nsISelectionDisplay nsISelectionListener nsISelectionPrivate nsISemanticUnitScanner nsISerializable nsIServerSocket nsIServerSocketListener nsIServiceManager nsISessionStartup nsISessionStore nsISessionStore_MOZILLA_1_9_1 nsIShellService nsISidebar nsISidebarExternal nsISimpleEnumerator nsISimpleStreamListener nsISimpleUnicharStreamFactory nsISliderListener nsISocketProvider nsISocketProviderService nsISocketTransport nsISocketTransportService nsISound nsIStackFrame nsIStandardURL nsIStorageStream nsIStreamCipher nsIStreamConverter nsIStreamConverterService nsIStreamListener nsIStreamListenerTee nsIStreamLoader nsIStreamLoaderObserver nsIStreamTransportService nsIStringBundle nsIStringBundleOverride nsIStringBundleService nsIStringEnumerator nsIStringInputStream nsIStyleSheetService nsISupports nsISupportsArray nsISupportsCString nsISupportsChar nsISupportsDouble nsISupportsFloat nsISupportsID nsISupportsInterfacePointer nsISupportsPRBool nsISupportsPRInt16 nsISupportsPRInt32 nsISupportsPRInt64 nsISupportsPRTime nsISupportsPRUint16 nsISupportsPRUint32 nsISupportsPRUint64 nsISupportsPRUint8 nsISupportsPrimitive nsISupportsPriority nsISupportsString nsISupportsVoid nsISupportsWeakReference nsISyncLoadDOMService nsISyncStreamListener nsISystemProxySettings nsITXTToHTMLConv nsITableEditor nsITaggingService nsITextScroll nsITextServicesFilter nsITextToSubURI nsIThread nsIThreadEventFilter nsIThreadInternal nsIThreadManager nsIThreadObserver nsIThreadPool nsIThreadPoolListener nsITimelineService nsITimer nsITimerCallback nsITokenDialogs nsITokenPasswordDialogs nsIToolkitChromeRegistry nsIToolkitProfile nsIToolkitProfileService nsITooltipListener nsITooltipTextProvider nsITraceableChannel nsITransaction nsITransactionList nsITransactionListener nsITransactionManager nsITransfer nsITransferable nsITransport nsITransportEventSink nsITransportSecurityInfo nsITreeBoxObject nsITreeColumn nsITreeColumns nsITreeContentView nsITreeSelection nsITreeView nsITypeAheadFind nsIURI nsIURIChecker nsIURIClassifier nsIURIClassifierCallback nsIURIContentListener nsIURIFixup nsIURILoader nsIURIRefObject nsIURL nsIURLFormatter nsIURLParser nsIUTF8ConverterService nsIUTF8StringEnumerator nsIUUIDGenerator nsIUnicharInputStream nsIUnicharLineInputStream nsIUnicharOutputStream nsIUnicharStreamListener nsIUnicharStreamLoader nsIUnicharStreamLoaderObserver nsIUnicodeNormalizer nsIUpdate nsIUpdateCheckListener nsIUpdateChecker nsIUpdateItem nsIUpdateManager nsIUpdatePatch nsIUpdatePrompt nsIUpdateTimerManager nsIUploadChannel nsIUrlClassifierCallback nsIUrlClassifierDBService nsIUrlClassifierDBServiceWorker nsIUrlClassifierHashCompleter nsIUrlClassifierHashCompleterCallback nsIUrlClassifierStreamUpdater nsIUrlClassifierUpdateObserver nsIUrlClassifierUtils nsIUrlListManager nsIUrlListManagerCallback nsIUserCertPicker nsIUserInfo nsIVariant nsIVersionComparator nsIWeakReference nsIWebBrowser nsIWebBrowserChrome nsIWebBrowserChrome2 nsIWebBrowserChromeFocus nsIWebBrowserFind nsIWebBrowserFindInFrames nsIWebBrowserFocus nsIWebBrowserPersist nsIWebBrowserPrint nsIWebBrowserSetup nsIWebBrowserStream nsIWebContentConverterService nsIWebContentHandlerInfo nsIWebContentHandlerRegistrar nsIWebHandlerApp nsIWebNavigation nsIWebNavigationInfo nsIWebPageDescriptor nsIWebProgress nsIWebProgressListener nsIWebProgressListener2 nsIWifiAccessPoint nsIWifiListener nsIWifiMonitor nsIWinAppHelper nsIWindowCreator nsIWindowCreator2 nsIWindowDataSource nsIWindowMediator nsIWindowMediatorListener nsIWindowProvider nsIWindowWatcher nsIWindowsRegKey nsIWindowsShellService nsIWorker nsIWorkerErrorEvent nsIWorkerGlobalScope nsIWorkerMessageEvent nsIWorkerMessagePort nsIWorkerNavigator nsIWorkerScope nsIWritablePropertyBag nsIWritablePropertyBag2 nsIWritableVariant nsIWyciwygChannel nsIX509Cert nsIX509Cert2 nsIX509Cert3 nsIX509CertDB nsIX509CertDB2 nsIX509CertList nsIX509CertValidity nsIXBLAccessible nsIXMLContentBuilder nsIXMLHttpRequest nsIXMLHttpRequestEventTarget nsIXMLHttpRequestUpload nsIXPCComponents nsIXPCComponents_Classes nsIXPCComponents_ClassesByID nsIXPCComponents_Constructor nsIXPCComponents_Exception nsIXPCComponents_ID nsIXPCComponents_Results nsIXPCComponents_Utils nsIXPCComponents_utils_Sandbox nsIXPCConstructor nsIXPCException nsIXPCWrappedJSObjectGetter nsIXPIDialogService nsIXPIInstallInfo nsIXPIProgressDialog nsIXPInstallManager nsIXPTLoader nsIXPTLoaderSink nsIXPointerResult nsIXSLTException nsIXSLTProcessor nsIXSLTProcessorObsolete nsIXSLTProcessorPrivate nsIXTFAttributeHandler nsIXTFElement nsIXTFElementFactory nsIXTFElementWrapper nsIXTFPrivate nsIXULAppInfo nsIXULBrowserWindow nsIXULBuilderListener nsIXULChromeRegistry nsIXULOverlayProvider nsIXULRuntime nsIXULSortService nsIXULTemplateBuilder nsIXULTemplateQueryProcessor nsIXULTemplateResult nsIXULTemplateRuleFilter nsIXULTreeBuilder nsIXULTreeBuilderObserver nsIXULWindow nsIZipEntry nsIZipReader nsIZipReaderCache nsIZipWriter nsPICommandUpdater nsPIDNSService nsPIEditorTransaction nsPIExternalAppLauncher nsPIPlacesDatabase nsPISocketTransportService rdfIDataSource rdfISerializer rdfITripleVisitor txIEXSLTRegExFunctions txIFunctionEvaluationContext txINodeSet txIXPathObject xpcIJSModuleLoader xpcIJSWeakReference ---------------------------------------------------------------- From: http://tidbits.sydv.net/firefox/xul/xul-component-classes.txt ----------------------------------------------------------------