summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-03-16 15:57:02 +0000
committertnn <tnn@pkgsrc.org>2010-03-16 15:57:02 +0000
commit941c15b90a3f3b8979f7d88e90ac035cbe8758a7 (patch)
tree5a6813e3a77af86a4beab61f5eaca8068a423796 /devel
parent0940b65aa3385f3121f244bc3f275d68859936fb (diff)
downloadpkgsrc-941c15b90a3f3b8979f7d88e90ac035cbe8758a7.tar.gz
Update to firefox-3.6.2.
.2 is not formally released yet, but is release tagged in the scm and I want to get this update in before we freeze the tree. "Firefox 3.6 is built on Mozilla's Gecko 1.9.2 web rendering platform, which has been under development since early 2009 and contains many improvements for web developers, add-on developers, and users." - Improved JavaScript performance, overall browser responsiveness, and startup time. - The ability for web developers to indicate that scripts should run asynchronously to speed up page load times. - Continued support for downloadable web fonts using the new WOFF font format. - Support for new CSS attributes such as gradients, background sizing, and pointer events. - Support for new DOM and HTML5 specifications including the Drag & Drop API and the File API, which allow for more interactive web pages.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/Makefile30
-rw-r--r--devel/xulrunner/PLIST7053
-rw-r--r--devel/xulrunner/buildlink3.mk8
-rw-r--r--devel/xulrunner/dist.mk13
-rw-r--r--devel/xulrunner/distinfo39
-rw-r--r--devel/xulrunner/options.mk6
-rw-r--r--devel/xulrunner/patches/patch-ak30
-rw-r--r--devel/xulrunner/patches/patch-ao19
-rw-r--r--devel/xulrunner/patches/patch-bb46
-rw-r--r--devel/xulrunner/patches/patch-bc20
-rw-r--r--devel/xulrunner/patches/patch-mb64
-rw-r--r--devel/xulrunner/patches/patch-mf6
-rw-r--r--devel/xulrunner/patches/patch-na122
-rw-r--r--devel/xulrunner/patches/patch-pa7
-rw-r--r--devel/xulrunner/patches/patch-pb8
-rw-r--r--devel/xulrunner/patches/patch-pc8
-rw-r--r--devel/xulrunner/patches/patch-pd6
-rw-r--r--devel/xulrunner/patches/patch-pe18
-rw-r--r--devel/xulrunner/patches/patch-pf11
-rw-r--r--devel/xulrunner/patches/patch-pg6
-rw-r--r--devel/xulrunner/patches/patch-ra6
-rw-r--r--devel/xulrunner/patches/patch-rc8
-rw-r--r--devel/xulrunner/patches/patch-xh181
-rw-r--r--devel/xulrunner/patches/patch-xi213
24 files changed, 3501 insertions, 4427 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index f7dacddcb65..50c5df0cb8d 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2010/02/17 18:32:18 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2010/03/16 15:57:02 tnn Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -11,9 +11,7 @@ LICENSE= mpl-1.1
MOZILLA_DIR= # empty
-PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul-embedding-unstable.pc.in
PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul-embedding.pc.in
-PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul-unstable.pc.in
PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul.pc.in
PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in
PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-gtkmozembed.pc.in
@@ -35,16 +33,6 @@ pre-configure:
cd ${WRKSRC}/js/src && autoconf
cd ${WRKSRC}/nsprpub && autoconf
-INCLUDE_SUBDIRS=\
- caps chardet commandhandler content cookie docshell dom \
- downloads embedcomponents exthandler fastfind find gfx \
- gtkembedmoz htmlparser imglib2 intl java js layout libreg \
- locale loginmgr mimetype necko nkcache nspr oji pipboot pipnss \
- places pref profdirserviceprovider rdf shistory spellchecker \
- string thebes toolkitcomps uconv uriloader webbrowserpersist \
- webbrwsr webshell widget windowwatcher xpcom xpconnect xulapp \
- plugin liveconnect
-
post-install:
# XXX fix the pkg-config files instead
rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
@@ -53,18 +41,8 @@ post-install:
rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \
${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
- ${INSTALL_LIB} ${WRKSRC}/dist/lib/libunicharutil_external_s.a \
- ${DESTDIR}${PREFIX}/lib/xulrunner
-.for dir in ${INCLUDE_SUBDIRS}
- cd ${WRKSRC}/dist/include && \
- ${INSTALL_DATA} `find ${dir} -name "*.h" -print` \
- ${DESTDIR}${PREFIX}/include/xulrunner/unstable
-.endfor
- cd ${WRKSRC}/dist/include && ${INSTALL_DATA} \
- js/jsproto.tbl mozilla-config.h gtkembedmoz/gtkmozembed_glue.cpp \
- ${DESTDIR}${PREFIX}/include/xulrunner/unstable
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete
- cd ${WRKSRC}/dist/include/nspr/obsolete && ${INSTALL_DATA} protypes.h \
- ${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete
+ rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
+ ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a \
+ ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST
index c445065958d..085b38c7a16 100644
--- a/devel/xulrunner/PLIST
+++ b/devel/xulrunner/PLIST
@@ -1,2268 +1,2184 @@
-@comment $NetBSD: PLIST,v 1.18 2009/10/28 11:36:36 tnn Exp $
+@comment $NetBSD: PLIST,v 1.19 2010/03/16 15:57:02 tnn Exp $
bin/xulrunner
-include/xulrunner/stable/base64.h
-include/xulrunner/stable/blapit.h
-include/xulrunner/stable/cert.h
-include/xulrunner/stable/certdb.h
-include/xulrunner/stable/certt.h
-include/xulrunner/stable/ciferfam.h
-include/xulrunner/stable/cmmf.h
-include/xulrunner/stable/cmmft.h
-include/xulrunner/stable/cms.h
-include/xulrunner/stable/cmsreclist.h
-include/xulrunner/stable/cmst.h
-include/xulrunner/stable/crmf.h
-include/xulrunner/stable/crmft.h
-include/xulrunner/stable/cryptohi.h
-include/xulrunner/stable/cryptoht.h
-include/xulrunner/stable/domstubs.h
-include/xulrunner/stable/ecl-exp.h
-include/xulrunner/stable/hasht.h
-include/xulrunner/stable/jar-ds.h
-include/xulrunner/stable/jar.h
-include/xulrunner/stable/jarfile.h
-include/xulrunner/stable/jni.h
-include/xulrunner/stable/jni_md.h
-include/xulrunner/stable/jri.h
-include/xulrunner/stable/jri_md.h
-include/xulrunner/stable/jritypes.h
-include/xulrunner/stable/key.h
-include/xulrunner/stable/keyhi.h
-include/xulrunner/stable/keyt.h
-include/xulrunner/stable/keythi.h
-include/xulrunner/stable/md/_aix32.cfg
-include/xulrunner/stable/md/_aix64.cfg
-include/xulrunner/stable/md/_beos.cfg
-include/xulrunner/stable/md/_bsdi.cfg
-include/xulrunner/stable/md/_darwin.cfg
-include/xulrunner/stable/md/_dgux.cfg
-include/xulrunner/stable/md/_freebsd.cfg
-include/xulrunner/stable/md/_hpux32.cfg
-include/xulrunner/stable/md/_hpux64.cfg
-include/xulrunner/stable/md/_irix32.cfg
-include/xulrunner/stable/md/_irix64.cfg
-include/xulrunner/stable/md/_linux.cfg
-include/xulrunner/stable/md/_ncr.cfg
-include/xulrunner/stable/md/_nec.cfg
-include/xulrunner/stable/md/_netbsd.cfg
-include/xulrunner/stable/md/_nextstep.cfg
-include/xulrunner/stable/md/_nto.cfg
-include/xulrunner/stable/md/_openbsd.cfg
-include/xulrunner/stable/md/_os2.cfg
-include/xulrunner/stable/md/_osf1.cfg
-include/xulrunner/stable/md/_qnx.cfg
-include/xulrunner/stable/md/_reliantunix.cfg
-include/xulrunner/stable/md/_riscos.cfg
-include/xulrunner/stable/md/_scoos.cfg
-include/xulrunner/stable/md/_solaris.cfg
-include/xulrunner/stable/md/_sony.cfg
-include/xulrunner/stable/md/_sunos4.cfg
-include/xulrunner/stable/md/_symbian.cfg
-include/xulrunner/stable/md/_unixware.cfg
-include/xulrunner/stable/md/_unixware7.cfg
-include/xulrunner/stable/md/_win95.cfg
-include/xulrunner/stable/md/_winnt.cfg
-include/xulrunner/stable/mozIJSSubScriptLoader.h
-include/xulrunner/stable/npapi.h
-include/xulrunner/stable/npfunctions.h
-include/xulrunner/stable/npruntime.h
-include/xulrunner/stable/nptypes.h
-include/xulrunner/stable/nsArrayEnumerator.h
-include/xulrunner/stable/nsArrayUtils.h
-include/xulrunner/stable/nsAutoLock.h
-include/xulrunner/stable/nsBaseHashtable.h
-include/xulrunner/stable/nsCOMArray.h
-include/xulrunner/stable/nsCOMPtr.h
-include/xulrunner/stable/nsCRTGlue.h
-include/xulrunner/stable/nsCategoryCache.h
-include/xulrunner/stable/nsClassHashtable.h
-include/xulrunner/stable/nsComponentManagerUtils.h
-include/xulrunner/stable/nsCycleCollectionParticipant.h
-include/xulrunner/stable/nsCycleCollector.h
-include/xulrunner/stable/nsDataHashtable.h
-include/xulrunner/stable/nsDebug.h
-include/xulrunner/stable/nsDeque.h
-include/xulrunner/stable/nsDirectoryServiceDefs.h
-include/xulrunner/stable/nsDirectoryServiceUtils.h
-include/xulrunner/stable/nsEmbedAPI.h
-include/xulrunner/stable/nsEmbedCID.h
-include/xulrunner/stable/nsEmbedString.h
-include/xulrunner/stable/nsEnumeratorUtils.h
-include/xulrunner/stable/nsError.h
-include/xulrunner/stable/nsGenericFactory.h
-include/xulrunner/stable/nsHashKeys.h
-include/xulrunner/stable/nsIASN1Object.h
-include/xulrunner/stable/nsIASN1Sequence.h
-include/xulrunner/stable/nsIArray.h
-include/xulrunner/stable/nsICRLInfo.h
-include/xulrunner/stable/nsICategoryManager.h
-include/xulrunner/stable/nsICertificateDialogs.h
-include/xulrunner/stable/nsIChannel.h
-include/xulrunner/stable/nsIClassInfo.h
-include/xulrunner/stable/nsIClassInfoImpl.h
-include/xulrunner/stable/nsIClipboardCommands.h
-include/xulrunner/stable/nsIComponentManager.h
-include/xulrunner/stable/nsIComponentRegistrar.h
-include/xulrunner/stable/nsIContextMenuListener.h
-include/xulrunner/stable/nsICookie.h
-include/xulrunner/stable/nsICookieManager.h
-include/xulrunner/stable/nsID.h
-include/xulrunner/stable/nsIDOM3DocumentEvent.h
-include/xulrunner/stable/nsIDOM3EventTarget.h
-include/xulrunner/stable/nsIDOMAbstractView.h
-include/xulrunner/stable/nsIDOMAttr.h
-include/xulrunner/stable/nsIDOMBarProp.h
-include/xulrunner/stable/nsIDOMCDATASection.h
-include/xulrunner/stable/nsIDOMCSSPrimitiveValue.h
-include/xulrunner/stable/nsIDOMCSSRule.h
-include/xulrunner/stable/nsIDOMCSSRuleList.h
-include/xulrunner/stable/nsIDOMCSSStyleDeclaration.h
-include/xulrunner/stable/nsIDOMCSSStyleSheet.h
-include/xulrunner/stable/nsIDOMCSSValue.h
-include/xulrunner/stable/nsIDOMCSSValueList.h
-include/xulrunner/stable/nsIDOMCharacterData.h
-include/xulrunner/stable/nsIDOMComment.h
-include/xulrunner/stable/nsIDOMDOMException.h
-include/xulrunner/stable/nsIDOMDOMImplementation.h
-include/xulrunner/stable/nsIDOMDocument.h
-include/xulrunner/stable/nsIDOMDocumentEvent.h
-include/xulrunner/stable/nsIDOMDocumentFragment.h
-include/xulrunner/stable/nsIDOMDocumentRange.h
-include/xulrunner/stable/nsIDOMDocumentStyle.h
-include/xulrunner/stable/nsIDOMDocumentType.h
-include/xulrunner/stable/nsIDOMDocumentView.h
-include/xulrunner/stable/nsIDOMElement.h
-include/xulrunner/stable/nsIDOMElementCSSInlineStyle.h
-include/xulrunner/stable/nsIDOMEntity.h
-include/xulrunner/stable/nsIDOMEntityReference.h
-include/xulrunner/stable/nsIDOMEvent.h
-include/xulrunner/stable/nsIDOMEventGroup.h
-include/xulrunner/stable/nsIDOMEventListener.h
-include/xulrunner/stable/nsIDOMEventTarget.h
-include/xulrunner/stable/nsIDOMHTMLAnchorElement.h
-include/xulrunner/stable/nsIDOMHTMLAppletElement.h
-include/xulrunner/stable/nsIDOMHTMLAreaElement.h
-include/xulrunner/stable/nsIDOMHTMLAudioElement.h
-include/xulrunner/stable/nsIDOMHTMLBRElement.h
-include/xulrunner/stable/nsIDOMHTMLBaseElement.h
-include/xulrunner/stable/nsIDOMHTMLBaseFontElement.h
-include/xulrunner/stable/nsIDOMHTMLBodyElement.h
-include/xulrunner/stable/nsIDOMHTMLButtonElement.h
-include/xulrunner/stable/nsIDOMHTMLByteRanges.h
-include/xulrunner/stable/nsIDOMHTMLCollection.h
-include/xulrunner/stable/nsIDOMHTMLDListElement.h
-include/xulrunner/stable/nsIDOMHTMLDirectoryElement.h
-include/xulrunner/stable/nsIDOMHTMLDivElement.h
-include/xulrunner/stable/nsIDOMHTMLDocument.h
-include/xulrunner/stable/nsIDOMHTMLElement.h
-include/xulrunner/stable/nsIDOMHTMLEmbedElement.h
-include/xulrunner/stable/nsIDOMHTMLFieldSetElement.h
-include/xulrunner/stable/nsIDOMHTMLFontElement.h
-include/xulrunner/stable/nsIDOMHTMLFormElement.h
-include/xulrunner/stable/nsIDOMHTMLFrameElement.h
-include/xulrunner/stable/nsIDOMHTMLFrameSetElement.h
-include/xulrunner/stable/nsIDOMHTMLHRElement.h
-include/xulrunner/stable/nsIDOMHTMLHeadElement.h
-include/xulrunner/stable/nsIDOMHTMLHeadingElement.h
-include/xulrunner/stable/nsIDOMHTMLHtmlElement.h
-include/xulrunner/stable/nsIDOMHTMLIFrameElement.h
-include/xulrunner/stable/nsIDOMHTMLImageElement.h
-include/xulrunner/stable/nsIDOMHTMLInputElement.h
-include/xulrunner/stable/nsIDOMHTMLIsIndexElement.h
-include/xulrunner/stable/nsIDOMHTMLLIElement.h
-include/xulrunner/stable/nsIDOMHTMLLabelElement.h
-include/xulrunner/stable/nsIDOMHTMLLegendElement.h
-include/xulrunner/stable/nsIDOMHTMLLinkElement.h
-include/xulrunner/stable/nsIDOMHTMLMapElement.h
-include/xulrunner/stable/nsIDOMHTMLMediaElement.h
-include/xulrunner/stable/nsIDOMHTMLMediaError.h
-include/xulrunner/stable/nsIDOMHTMLMenuElement.h
-include/xulrunner/stable/nsIDOMHTMLMetaElement.h
-include/xulrunner/stable/nsIDOMHTMLModElement.h
-include/xulrunner/stable/nsIDOMHTMLOListElement.h
-include/xulrunner/stable/nsIDOMHTMLObjectElement.h
-include/xulrunner/stable/nsIDOMHTMLOptGroupElement.h
-include/xulrunner/stable/nsIDOMHTMLOptionElement.h
-include/xulrunner/stable/nsIDOMHTMLOptionsCollection.h
-include/xulrunner/stable/nsIDOMHTMLParagraphElement.h
-include/xulrunner/stable/nsIDOMHTMLParamElement.h
-include/xulrunner/stable/nsIDOMHTMLPreElement.h
-include/xulrunner/stable/nsIDOMHTMLQuoteElement.h
-include/xulrunner/stable/nsIDOMHTMLScriptElement.h
-include/xulrunner/stable/nsIDOMHTMLSelectElement.h
-include/xulrunner/stable/nsIDOMHTMLSourceElement.h
-include/xulrunner/stable/nsIDOMHTMLStyleElement.h
-include/xulrunner/stable/nsIDOMHTMLTableCaptionElem.h
-include/xulrunner/stable/nsIDOMHTMLTableCellElement.h
-include/xulrunner/stable/nsIDOMHTMLTableColElement.h
-include/xulrunner/stable/nsIDOMHTMLTableElement.h
-include/xulrunner/stable/nsIDOMHTMLTableRowElement.h
-include/xulrunner/stable/nsIDOMHTMLTableSectionElem.h
-include/xulrunner/stable/nsIDOMHTMLTextAreaElement.h
-include/xulrunner/stable/nsIDOMHTMLTimeRanges.h
-include/xulrunner/stable/nsIDOMHTMLTitleElement.h
-include/xulrunner/stable/nsIDOMHTMLUListElement.h
-include/xulrunner/stable/nsIDOMHTMLVideoElement.h
-include/xulrunner/stable/nsIDOMHTMLVoidCallback.h
-include/xulrunner/stable/nsIDOMMediaList.h
-include/xulrunner/stable/nsIDOMMouseEvent.h
-include/xulrunner/stable/nsIDOMMouseScrollEvent.h
-include/xulrunner/stable/nsIDOMNamedNodeMap.h
-include/xulrunner/stable/nsIDOMNode.h
-include/xulrunner/stable/nsIDOMNodeList.h
-include/xulrunner/stable/nsIDOMNotation.h
-include/xulrunner/stable/nsIDOMProcessingInstruction.h
-include/xulrunner/stable/nsIDOMProgressEvent.h
-include/xulrunner/stable/nsIDOMRange.h
-include/xulrunner/stable/nsIDOMStorage.h
-include/xulrunner/stable/nsIDOMStorageEvent.h
-include/xulrunner/stable/nsIDOMStorageItem.h
-include/xulrunner/stable/nsIDOMStorageList.h
-include/xulrunner/stable/nsIDOMStorageWindow.h
-include/xulrunner/stable/nsIDOMStorageWindow_1_9_1.h
-include/xulrunner/stable/nsIDOMStyleSheet.h
-include/xulrunner/stable/nsIDOMStyleSheetList.h
-include/xulrunner/stable/nsIDOMText.h
-include/xulrunner/stable/nsIDOMUIEvent.h
-include/xulrunner/stable/nsIDOMWindow.h
-include/xulrunner/stable/nsIDOMWindow2.h
-include/xulrunner/stable/nsIDOMWindowCollection.h
-include/xulrunner/stable/nsIDOMWindowUtils.h
-include/xulrunner/stable/nsIDebug.h
-include/xulrunner/stable/nsIDirectoryService.h
-include/xulrunner/stable/nsIEmbeddingSiteWindow.h
-include/xulrunner/stable/nsIFactory.h
-include/xulrunner/stable/nsIFile.h
-include/xulrunner/stable/nsIFileURL.h
-include/xulrunner/stable/nsIGenericFactory.h
-include/xulrunner/stable/nsIGlobalHistory.h
-include/xulrunner/stable/nsIHashable.h
-include/xulrunner/stable/nsIHistoryEntry.h
-include/xulrunner/stable/nsIHttpChannel.h
-include/xulrunner/stable/nsIHttpHeaderVisitor.h
-include/xulrunner/stable/nsIIOService.h
-include/xulrunner/stable/nsIInputStream.h
-include/xulrunner/stable/nsIInterfaceRequestor.h
-include/xulrunner/stable/nsIInterfaceRequestorUtils.h
-include/xulrunner/stable/nsIJSON.h
-include/xulrunner/stable/nsILoadGroup.h
-include/xulrunner/stable/nsILocalFile.h
-include/xulrunner/stable/nsIMemory.h
-include/xulrunner/stable/nsIModule.h
-include/xulrunner/stable/nsIMutableArray.h
-include/xulrunner/stable/nsINIParser.h
-include/xulrunner/stable/nsIObserver.h
-include/xulrunner/stable/nsIObserverService.h
-include/xulrunner/stable/nsIOutputStream.h
-include/xulrunner/stable/nsIPrefBranch.h
-include/xulrunner/stable/nsIPrefBranch2.h
-include/xulrunner/stable/nsIPrefLocalizedString.h
-include/xulrunner/stable/nsIPrefService.h
-include/xulrunner/stable/nsIProfile.h
-include/xulrunner/stable/nsIProfileChangeStatus.h
-include/xulrunner/stable/nsIProgrammingLanguage.h
-include/xulrunner/stable/nsIPromptService.h
-include/xulrunner/stable/nsIProperties.h
-include/xulrunner/stable/nsIProtocolHandler.h
-include/xulrunner/stable/nsIRequest.h
-include/xulrunner/stable/nsIRequestObserver.h
-include/xulrunner/stable/nsISHistory.h
-include/xulrunner/stable/nsISHistoryListener.h
-include/xulrunner/stable/nsIScriptableInputStream.h
-include/xulrunner/stable/nsISecurityWarningDialogs.h
-include/xulrunner/stable/nsISelection.h
-include/xulrunner/stable/nsIServiceManager.h
-include/xulrunner/stable/nsISimpleEnumerator.h
-include/xulrunner/stable/nsIStreamListener.h
-include/xulrunner/stable/nsISupports.h
-include/xulrunner/stable/nsISupportsBase.h
-include/xulrunner/stable/nsISupportsImpl.h
-include/xulrunner/stable/nsISupportsPrimitives.h
-include/xulrunner/stable/nsISupportsUtils.h
-include/xulrunner/stable/nsITooltipListener.h
-include/xulrunner/stable/nsITooltipTextProvider.h
-include/xulrunner/stable/nsITraceRefcnt.h
-include/xulrunner/stable/nsITraceableChannel.h
-include/xulrunner/stable/nsIURI.h
-include/xulrunner/stable/nsIURIContentListener.h
-include/xulrunner/stable/nsIURL.h
-include/xulrunner/stable/nsIUnicharStreamListener.h
-include/xulrunner/stable/nsIUploadChannel.h
-include/xulrunner/stable/nsIWeakReference.h
-include/xulrunner/stable/nsIWeakReferenceUtils.h
-include/xulrunner/stable/nsIWebBrowser.h
-include/xulrunner/stable/nsIWebBrowserChrome.h
-include/xulrunner/stable/nsIWebBrowserChromeFocus.h
-include/xulrunner/stable/nsIWebBrowserFind.h
-include/xulrunner/stable/nsIWebBrowserFocus.h
-include/xulrunner/stable/nsIWebBrowserPrint.h
-include/xulrunner/stable/nsIWebBrowserSetup.h
-include/xulrunner/stable/nsIWebBrowserStream.h
-include/xulrunner/stable/nsIWebProgress.h
-include/xulrunner/stable/nsIWebProgressListener.h
-include/xulrunner/stable/nsIWindowCreator.h
-include/xulrunner/stable/nsIWindowWatcher.h
-include/xulrunner/stable/nsIX509Cert.h
-include/xulrunner/stable/nsIX509CertDB.h
-include/xulrunner/stable/nsIX509CertValidity.h
-include/xulrunner/stable/nsInterfaceHashtable.h
-include/xulrunner/stable/nsMemory.h
-include/xulrunner/stable/nsObjCExceptions.h
-include/xulrunner/stable/nsParserDataListener.h
-include/xulrunner/stable/nsQuickSort.h
-include/xulrunner/stable/nsRefPtrHashtable.h
-include/xulrunner/stable/nsServiceManagerUtils.h
-include/xulrunner/stable/nsStringAPI.h
-include/xulrunner/stable/nsStringGlue.h
-include/xulrunner/stable/nsTArray.h
-include/xulrunner/stable/nsTHashtable.h
-include/xulrunner/stable/nsTObserverArray.h
-include/xulrunner/stable/nsTPtrArray.h
-include/xulrunner/stable/nsTWeakRef.h
-include/xulrunner/stable/nsTextFormatter.h
-include/xulrunner/stable/nsTraceRefcnt.h
-include/xulrunner/stable/nsUnicharUtils.h
-include/xulrunner/stable/nsVersionComparator.h
-include/xulrunner/stable/nsVoidArray.h
-include/xulrunner/stable/nsWeakReference.h
-include/xulrunner/stable/nsXPCOM.h
-include/xulrunner/stable/nsXPCOMCID.h
-include/xulrunner/stable/nsXPCOMGlue.h
-include/xulrunner/stable/nsXPCOMStrings.h
-include/xulrunner/stable/nscore.h
-include/xulrunner/stable/nspr.h
-include/xulrunner/stable/nsrootidl.h
-include/xulrunner/stable/nss.h
-include/xulrunner/stable/nssb64.h
-include/xulrunner/stable/nssb64t.h
-include/xulrunner/stable/nssbase.h
-include/xulrunner/stable/nssbaset.h
-include/xulrunner/stable/nssck.api
-include/xulrunner/stable/nssckbi.h
-include/xulrunner/stable/nssckepv.h
-include/xulrunner/stable/nssckft.h
-include/xulrunner/stable/nssckfw.h
-include/xulrunner/stable/nssckfwc.h
-include/xulrunner/stable/nssckfwt.h
-include/xulrunner/stable/nssckg.h
-include/xulrunner/stable/nssckmdt.h
-include/xulrunner/stable/nssckt.h
-include/xulrunner/stable/nssilckt.h
-include/xulrunner/stable/nssilock.h
-include/xulrunner/stable/nsslocks.h
-include/xulrunner/stable/nssrwlk.h
-include/xulrunner/stable/nssrwlkt.h
-include/xulrunner/stable/nssutil.h
-include/xulrunner/stable/obsolete/pralarm.h
-include/xulrunner/stable/obsolete/probslet.h
-include/xulrunner/stable/obsolete/protypes.h
-include/xulrunner/stable/obsolete/prsem.h
-include/xulrunner/stable/ocsp.h
-include/xulrunner/stable/ocspt.h
-include/xulrunner/stable/p12.h
-include/xulrunner/stable/p12plcy.h
-include/xulrunner/stable/p12t.h
-include/xulrunner/stable/pk11func.h
-include/xulrunner/stable/pk11pqg.h
-include/xulrunner/stable/pk11priv.h
-include/xulrunner/stable/pk11pub.h
-include/xulrunner/stable/pk11sdr.h
-include/xulrunner/stable/pkcs11.h
-include/xulrunner/stable/pkcs11f.h
-include/xulrunner/stable/pkcs11n.h
-include/xulrunner/stable/pkcs11p.h
-include/xulrunner/stable/pkcs11t.h
-include/xulrunner/stable/pkcs11u.h
-include/xulrunner/stable/pkcs12.h
-include/xulrunner/stable/pkcs12t.h
-include/xulrunner/stable/pkcs7t.h
-include/xulrunner/stable/plarena.h
-include/xulrunner/stable/plarenas.h
-include/xulrunner/stable/plbase64.h
-include/xulrunner/stable/pldhash.h
-include/xulrunner/stable/plerror.h
-include/xulrunner/stable/plgetopt.h
-include/xulrunner/stable/plhash.h
-include/xulrunner/stable/plresolv.h
-include/xulrunner/stable/plstr.h
-include/xulrunner/stable/portreg.h
-include/xulrunner/stable/pratom.h
-include/xulrunner/stable/prbit.h
-include/xulrunner/stable/prclist.h
-include/xulrunner/stable/prcmon.h
-include/xulrunner/stable/prcountr.h
-include/xulrunner/stable/prcpucfg.h
-include/xulrunner/stable/prcvar.h
-include/xulrunner/stable/prdtoa.h
-include/xulrunner/stable/preenc.h
-include/xulrunner/stable/prenv.h
-include/xulrunner/stable/prerr.h
-include/xulrunner/stable/prerror.h
-include/xulrunner/stable/prinet.h
-include/xulrunner/stable/prinit.h
-include/xulrunner/stable/prinrval.h
-include/xulrunner/stable/prio.h
-include/xulrunner/stable/pripcsem.h
-include/xulrunner/stable/private/pprio.h
-include/xulrunner/stable/private/pprthred.h
-include/xulrunner/stable/private/prpriv.h
-include/xulrunner/stable/prlink.h
-include/xulrunner/stable/prlock.h
-include/xulrunner/stable/prlog.h
-include/xulrunner/stable/prlong.h
-include/xulrunner/stable/prmem.h
-include/xulrunner/stable/prmon.h
-include/xulrunner/stable/prmwait.h
-include/xulrunner/stable/prnetdb.h
-include/xulrunner/stable/prolock.h
-include/xulrunner/stable/prpdce.h
-include/xulrunner/stable/prprf.h
-include/xulrunner/stable/prproces.h
-include/xulrunner/stable/prrng.h
-include/xulrunner/stable/prrwlock.h
-include/xulrunner/stable/prshm.h
-include/xulrunner/stable/prshma.h
-include/xulrunner/stable/prsystem.h
-include/xulrunner/stable/prthread.h
-include/xulrunner/stable/prtime.h
-include/xulrunner/stable/prtpool.h
-include/xulrunner/stable/prtrace.h
-include/xulrunner/stable/prtypes.h
-include/xulrunner/stable/prvrsion.h
-include/xulrunner/stable/prwin16.h
-include/xulrunner/stable/secasn1.h
-include/xulrunner/stable/secasn1t.h
-include/xulrunner/stable/seccomon.h
-include/xulrunner/stable/secder.h
-include/xulrunner/stable/secdert.h
-include/xulrunner/stable/secdig.h
-include/xulrunner/stable/secdigt.h
-include/xulrunner/stable/secerr.h
-include/xulrunner/stable/sechash.h
-include/xulrunner/stable/secitem.h
-include/xulrunner/stable/secmime.h
-include/xulrunner/stable/secmod.h
-include/xulrunner/stable/secmodt.h
-include/xulrunner/stable/secoid.h
-include/xulrunner/stable/secoidt.h
-include/xulrunner/stable/secpkcs5.h
-include/xulrunner/stable/secpkcs7.h
-include/xulrunner/stable/secport.h
-include/xulrunner/stable/shsign.h
-include/xulrunner/stable/smime.h
-include/xulrunner/stable/ssl.h
-include/xulrunner/stable/sslerr.h
-include/xulrunner/stable/sslproto.h
-include/xulrunner/stable/sslt.h
-include/xulrunner/stable/utilrename.h
-include/xulrunner/stable/xpcom-config.h
-${PLIST.jit}include/xulrunner/unstable/Assembler.h
-${PLIST.jit}include/xulrunner/unstable/Fragmento.h
-${PLIST.jit}include/xulrunner/unstable/LIR.h
-${PLIST.jit}include/xulrunner/unstable/Native.h
-${PLIST.jit}include/xulrunner/unstable/Native${NANOJIT_ARCH}.h
-include/xulrunner/unstable/ImageErrors.h
-include/xulrunner/unstable/ImageLogging.h
-include/xulrunner/unstable/NSReg.h
-include/xulrunner/unstable/ProxyJNI.h
-${PLIST.jit}include/xulrunner/unstable/RegAlloc.h
-${PLIST.jit}include/xulrunner/unstable/TraceTreeDrawer.h
-include/xulrunner/unstable/VerReg.h
-include/xulrunner/unstable/XPCIDispatch.h
-${PLIST.jit}include/xulrunner/unstable/avmplus.h
-include/xulrunner/unstable/base64.h
-include/xulrunner/unstable/blapit.h
-include/xulrunner/unstable/bool.h
-include/xulrunner/unstable/cert.h
-include/xulrunner/unstable/certdb.h
-include/xulrunner/unstable/certt.h
-include/xulrunner/unstable/ciferfam.h
-include/xulrunner/unstable/cmmf.h
-include/xulrunner/unstable/cmmft.h
-include/xulrunner/unstable/cms.h
-include/xulrunner/unstable/cmsreclist.h
-include/xulrunner/unstable/cmst.h
-include/xulrunner/unstable/crmf.h
-include/xulrunner/unstable/crmft.h
-include/xulrunner/unstable/cryptohi.h
-include/xulrunner/unstable/cryptoht.h
-include/xulrunner/unstable/domstubs.h
-include/xulrunner/unstable/ecl-exp.h
-include/xulrunner/unstable/ftpCore.h
-include/xulrunner/unstable/gfxASurface.h
-include/xulrunner/unstable/gfxAlphaRecovery.h
-include/xulrunner/unstable/gfxBlur.h
-include/xulrunner/unstable/gfxColor.h
-include/xulrunner/unstable/gfxContext.h
-include/xulrunner/unstable/gfxCore.h
-include/xulrunner/unstable/gfxFont.h
-include/xulrunner/unstable/gfxFontTest.h
-include/xulrunner/unstable/gfxFontUtils.h
-include/xulrunner/unstable/gfxGdkNativeRenderer.h
-include/xulrunner/unstable/gfxIFormats.h
-include/xulrunner/unstable/gfxIImageFrame.h
-include/xulrunner/unstable/gfxImageSurface.h
-include/xulrunner/unstable/gfxMatrix.h
-include/xulrunner/unstable/gfxPDFSurface.h
-include/xulrunner/unstable/gfxPSSurface.h
-include/xulrunner/unstable/gfxPangoFonts.h
-include/xulrunner/unstable/gfxPath.h
-include/xulrunner/unstable/gfxPattern.h
-include/xulrunner/unstable/gfxPlatform.h
-include/xulrunner/unstable/gfxPlatformGtk.h
-include/xulrunner/unstable/gfxPoint.h
-include/xulrunner/unstable/gfxRect.h
-include/xulrunner/unstable/gfxSkipChars.h
-include/xulrunner/unstable/gfxTextRunCache.h
-include/xulrunner/unstable/gfxTextRunWordCache.h
-include/xulrunner/unstable/gfxTypes.h
-include/xulrunner/unstable/gfxUserFontSet.h
-include/xulrunner/unstable/gfxUtils.h
-include/xulrunner/unstable/gfxXlibSurface.h
-include/xulrunner/unstable/gfxtypes.h
-include/xulrunner/unstable/gtkmozembed.h
-include/xulrunner/unstable/gtkmozembed_glue.cpp
-include/xulrunner/unstable/gtkmozembed_internal.h
-include/xulrunner/unstable/hasht.h
-include/xulrunner/unstable/imgICache.h
-include/xulrunner/unstable/imgIContainer.h
-include/xulrunner/unstable/imgIContainerObserver.h
-include/xulrunner/unstable/imgIDecoder.h
-include/xulrunner/unstable/imgIDecoderObserver.h
-include/xulrunner/unstable/imgIEncoder.h
-include/xulrunner/unstable/imgILoad.h
-include/xulrunner/unstable/imgILoader.h
-include/xulrunner/unstable/imgIRequest.h
-include/xulrunner/unstable/imgITools.h
-include/xulrunner/unstable/interpreter.h
-include/xulrunner/unstable/jar-ds.h
-include/xulrunner/unstable/jar.h
-include/xulrunner/unstable/jarfile.h
-include/xulrunner/unstable/javaString.h
-include/xulrunner/unstable/javaThreads.h
-include/xulrunner/unstable/java_lang_String.h
-include/xulrunner/unstable/jdk_java_lang_String.h
-include/xulrunner/unstable/jmc.h
-include/xulrunner/unstable/jni.h
-include/xulrunner/unstable/jni_md.h
-include/xulrunner/unstable/jri.h
-include/xulrunner/unstable/jri_md.h
-include/xulrunner/unstable/jriext.h
-include/xulrunner/unstable/jritypes.h
-include/xulrunner/unstable/js-config.h
-include/xulrunner/unstable/jsapi.h
-include/xulrunner/unstable/jsarena.h
-include/xulrunner/unstable/jsarray.h
-include/xulrunner/unstable/jsatom.h
-include/xulrunner/unstable/jsautocfg.h
-include/xulrunner/unstable/jsautokw.h
-include/xulrunner/unstable/jsbit.h
-include/xulrunner/unstable/jsbool.h
-${PLIST.jit}include/xulrunner/unstable/jsbuiltins.h
-include/xulrunner/unstable/jsclist.h
-include/xulrunner/unstable/jscntxt.h
-include/xulrunner/unstable/jscompat.h
-include/xulrunner/unstable/jsdate.h
-include/xulrunner/unstable/jsdbgapi.h
-include/xulrunner/unstable/jsdhash.h
-include/xulrunner/unstable/jsdtoa.h
-include/xulrunner/unstable/jsemit.h
-include/xulrunner/unstable/jsfun.h
-include/xulrunner/unstable/jsgc.h
-include/xulrunner/unstable/jshash.h
-include/xulrunner/unstable/jsinterp.h
-include/xulrunner/unstable/jsiter.h
-include/xulrunner/unstable/jsjava.h
-include/xulrunner/unstable/jslock.h
-include/xulrunner/unstable/jslong.h
-include/xulrunner/unstable/jsmath.h
-include/xulrunner/unstable/jsnum.h
-include/xulrunner/unstable/jsobj.h
-include/xulrunner/unstable/json.h
-include/xulrunner/unstable/jsopcode.h
-include/xulrunner/unstable/jsotypes.h
-include/xulrunner/unstable/jsparse.h
-include/xulrunner/unstable/jsprf.h
-include/xulrunner/unstable/jsproto.tbl
-include/xulrunner/unstable/jsprvtd.h
-include/xulrunner/unstable/jspubtd.h
-include/xulrunner/unstable/jsregexp.h
-include/xulrunner/unstable/jsscan.h
-include/xulrunner/unstable/jsscope.h
-include/xulrunner/unstable/jsscript.h
-include/xulrunner/unstable/jsstaticcheck.h
-include/xulrunner/unstable/jsstddef.h
-include/xulrunner/unstable/jsstdint.h
-include/xulrunner/unstable/jsstr.h
-include/xulrunner/unstable/jstracer.h
-include/xulrunner/unstable/jstypes.h
-include/xulrunner/unstable/jsutil.h
-include/xulrunner/unstable/jsversion.h
-include/xulrunner/unstable/jsxdrapi.h
-include/xulrunner/unstable/jsxml.h
-include/xulrunner/unstable/jvmmgr.h
-include/xulrunner/unstable/key.h
-include/xulrunner/unstable/keyhi.h
-include/xulrunner/unstable/keyt.h
-include/xulrunner/unstable/keythi.h
-include/xulrunner/unstable/mozAutoDocUpdate.h
-include/xulrunner/unstable/mozFlushType.h
-include/xulrunner/unstable/mozIJSSubScriptLoader.h
-include/xulrunner/unstable/mozIPersonalDictionary.h
-include/xulrunner/unstable/mozISanitizingSerializer.h
-include/xulrunner/unstable/mozISpellCheckingEngine.h
-include/xulrunner/unstable/mozISpellI18NManager.h
-include/xulrunner/unstable/mozISpellI18NUtil.h
-include/xulrunner/unstable/mozITXTToHTMLConv.h
-include/xulrunner/unstable/mozcontainer.h
-include/xulrunner/unstable/mozdrawingarea.h
-include/xulrunner/unstable/mozilla-config.h
-${PLIST.jit}include/xulrunner/unstable/nanojit.h
-include/xulrunner/unstable/necko-config.h
-include/xulrunner/unstable/netCore.h
-include/xulrunner/unstable/netscape_javascript_JSException.h
-include/xulrunner/unstable/netscape_javascript_JSObject.h
-include/xulrunner/unstable/npapi.h
-include/xulrunner/unstable/npfunctions.h
-include/xulrunner/unstable/npruntime.h
-include/xulrunner/unstable/nptypes.h
-include/xulrunner/unstable/nsASocketHandler.h
-include/xulrunner/unstable/nsAString.h
-include/xulrunner/unstable/nsAXPCNativeCallContext.h
-include/xulrunner/unstable/nsAboutProtocolUtils.h
-include/xulrunner/unstable/nsAgg.h
-include/xulrunner/unstable/nsAlgorithm.h
-include/xulrunner/unstable/nsAppDirectoryServiceDefs.h
-include/xulrunner/unstable/nsArrayEnumerator.h
-include/xulrunner/unstable/nsArrayUtils.h
-include/xulrunner/unstable/nsAtomListUtils.h
-include/xulrunner/unstable/nsAtomService.h
-include/xulrunner/unstable/nsAttrName.h
-include/xulrunner/unstable/nsAudioStream.h
-include/xulrunner/unstable/nsAutoJSValHolder.h
-include/xulrunner/unstable/nsAutoLock.h
-include/xulrunner/unstable/nsAutoPtr.h
-include/xulrunner/unstable/nsAutoRef.h
-include/xulrunner/unstable/nsBaseHashtable.h
-include/xulrunner/unstable/nsBidi.h
-include/xulrunner/unstable/nsBidiFrames.h
-include/xulrunner/unstable/nsBidiPresUtils.h
-include/xulrunner/unstable/nsBindingManager.h
-include/xulrunner/unstable/nsCDefaultURIFixup.h
-include/xulrunner/unstable/nsCDocShell.h
-include/xulrunner/unstable/nsCExternalHandlerService.h
-include/xulrunner/unstable/nsCOMArray.h
-include/xulrunner/unstable/nsCOMPtr.h
-include/xulrunner/unstable/nsCPasswordManager.h
-include/xulrunner/unstable/nsCPasswordManagerInternal.h
-include/xulrunner/unstable/nsCRT.h
-include/xulrunner/unstable/nsCRTGlue.h
-include/xulrunner/unstable/nsCSSAnonBoxList.h
-include/xulrunner/unstable/nsCSSAnonBoxes.h
-include/xulrunner/unstable/nsCSSFrameConstructor.h
-include/xulrunner/unstable/nsCSSKeywordList.h
-include/xulrunner/unstable/nsCSSKeywords.h
-include/xulrunner/unstable/nsCSSPropList.h
-include/xulrunner/unstable/nsCSSProperty.h
-include/xulrunner/unstable/nsCSSProps.h
-include/xulrunner/unstable/nsCSSPseudoClassList.h
-include/xulrunner/unstable/nsCSSPseudoClasses.h
-include/xulrunner/unstable/nsCSSPseudoElementList.h
-include/xulrunner/unstable/nsCSSPseudoElements.h
-include/xulrunner/unstable/nsCSSRuleProcessor.h
-include/xulrunner/unstable/nsCSSStruct.h
-include/xulrunner/unstable/nsCSSStyleSheet.h
-include/xulrunner/unstable/nsCSSValue.h
-include/xulrunner/unstable/nsCTooltipTextProvider.h
-include/xulrunner/unstable/nsCUPSShim.h
-include/xulrunner/unstable/nsCURILoader.h
-include/xulrunner/unstable/nsCWebBrowser.h
-include/xulrunner/unstable/nsCWebBrowserPersist.h
-include/xulrunner/unstable/nsCacheService.h
-include/xulrunner/unstable/nsCaret.h
-include/xulrunner/unstable/nsCaseTreatment.h
-include/xulrunner/unstable/nsCategoryCache.h
-include/xulrunner/unstable/nsCategoryManagerUtils.h
-include/xulrunner/unstable/nsChangeHint.h
-include/xulrunner/unstable/nsChannelProperties.h
-include/xulrunner/unstable/nsChannelReader.h
-include/xulrunner/unstable/nsCharTraits.h
-include/xulrunner/unstable/nsCharsetDetectionAdaptorCID.h
-include/xulrunner/unstable/nsCheapSets.h
-include/xulrunner/unstable/nsClassHashtable.h
-include/xulrunner/unstable/nsClientRect.h
-include/xulrunner/unstable/nsCollation.h
-include/xulrunner/unstable/nsCollationCID.h
-include/xulrunner/unstable/nsColor.h
-include/xulrunner/unstable/nsColorNameList.h
-include/xulrunner/unstable/nsColorNames.h
-include/xulrunner/unstable/nsCom.h
-include/xulrunner/unstable/nsCommaSeparatedTokenizer.h
-include/xulrunner/unstable/nsCompatibility.h
-include/xulrunner/unstable/nsComponentManagerUtils.h
-include/xulrunner/unstable/nsContentCID.h
-include/xulrunner/unstable/nsContentCreatorFunctions.h
-include/xulrunner/unstable/nsContentDLF.h
-include/xulrunner/unstable/nsContentErrors.h
-include/xulrunner/unstable/nsContentList.h
-include/xulrunner/unstable/nsContentPolicyUtils.h
-include/xulrunner/unstable/nsContentUtils.h
-include/xulrunner/unstable/nsCoord.h
-include/xulrunner/unstable/nsCopySupport.h
-include/xulrunner/unstable/nsCppSharedAllocator.h
-include/xulrunner/unstable/nsCycleCollectionParticipant.h
-include/xulrunner/unstable/nsCycleCollector.h
-include/xulrunner/unstable/nsDOMCID.h
-include/xulrunner/unstable/nsDOMCSSDeclaration.h
-include/xulrunner/unstable/nsDOMClassInfoID.h
-include/xulrunner/unstable/nsDOMError.h
-include/xulrunner/unstable/nsDOMFile.h
-include/xulrunner/unstable/nsDOMJSUtils.h
-include/xulrunner/unstable/nsDOMScriptObjectHolder.h
-include/xulrunner/unstable/nsDOMString.h
-include/xulrunner/unstable/nsDataHashtable.h
-include/xulrunner/unstable/nsDateTimeFormatCID.h
-include/xulrunner/unstable/nsDebug.h
-include/xulrunner/unstable/nsDebugImpl.h
-include/xulrunner/unstable/nsDefaultPlugin.h
-include/xulrunner/unstable/nsDependentString.h
-include/xulrunner/unstable/nsDependentSubstring.h
-include/xulrunner/unstable/nsDeque.h
-include/xulrunner/unstable/nsDetectionConfident.h
-include/xulrunner/unstable/nsDeviceContext.h
-include/xulrunner/unstable/nsDirectoryService.h
-include/xulrunner/unstable/nsDirectoryServiceDefs.h
-include/xulrunner/unstable/nsDirectoryServiceUtils.h
-include/xulrunner/unstable/nsDisplayList.h
-include/xulrunner/unstable/nsDocLoader.h
-include/xulrunner/unstable/nsDocShellCID.h
-include/xulrunner/unstable/nsDocShellLoadTypes.h
-include/xulrunner/unstable/nsDocumentCharsetInfoCID.h
-include/xulrunner/unstable/nsDoubleHashtable.h
-include/xulrunner/unstable/nsEmbedString.h
-include/xulrunner/unstable/nsEncoderDecoderUtils.h
-include/xulrunner/unstable/nsEnumeratorUtils.h
-include/xulrunner/unstable/nsError.h
-include/xulrunner/unstable/nsEscape.h
-include/xulrunner/unstable/nsEvent.h
-include/xulrunner/unstable/nsEventDispatcher.h
-include/xulrunner/unstable/nsEventQueue.h
-include/xulrunner/unstable/nsExpirationTracker.h
-include/xulrunner/unstable/nsFastLoadService.h
-include/xulrunner/unstable/nsFixedSizeAllocator.h
-include/xulrunner/unstable/nsFont.h
-include/xulrunner/unstable/nsFrameList.h
-include/xulrunner/unstable/nsFrameManager.h
-include/xulrunner/unstable/nsFrameManagerBase.h
-include/xulrunner/unstable/nsFrameSelection.h
-include/xulrunner/unstable/nsFrameTraversal.h
-include/xulrunner/unstable/nsGTKToolkit.h
-include/xulrunner/unstable/nsGUIEvent.h
-include/xulrunner/unstable/nsGenericFactory.h
-include/xulrunner/unstable/nsGfxCIID.h
-include/xulrunner/unstable/nsGkAtomList.h
-include/xulrunner/unstable/nsGkAtoms.h
-include/xulrunner/unstable/nsGrid.h
-include/xulrunner/unstable/nsGridCell.h
-include/xulrunner/unstable/nsGridLayout2.h
-include/xulrunner/unstable/nsGridRow.h
-include/xulrunner/unstable/nsGridRowGroupLayout.h
-include/xulrunner/unstable/nsGridRowLayout.h
-include/xulrunner/unstable/nsGridRowLeafFrame.h
-include/xulrunner/unstable/nsGridRowLeafLayout.h
-include/xulrunner/unstable/nsHTMLAudioElement.h
-include/xulrunner/unstable/nsHTMLMediaElement.h
-include/xulrunner/unstable/nsHTMLParts.h
-include/xulrunner/unstable/nsHTMLReflowMetrics.h
-include/xulrunner/unstable/nsHTMLReflowState.h
-include/xulrunner/unstable/nsHTMLTagList.h
-include/xulrunner/unstable/nsHTMLTags.h
-include/xulrunner/unstable/nsHTMLTokens.h
-include/xulrunner/unstable/nsHTMLVideoElement.h
-include/xulrunner/unstable/nsHashKeys.h
-include/xulrunner/unstable/nsHashPropertyBag.h
-include/xulrunner/unstable/nsHashSets.h
-include/xulrunner/unstable/nsHashtable.h
-include/xulrunner/unstable/nsIASN1Object.h
-include/xulrunner/unstable/nsIASN1PrintableItem.h
-include/xulrunner/unstable/nsIASN1Sequence.h
-include/xulrunner/unstable/nsIAboutModule.h
-include/xulrunner/unstable/nsIAllocator.h
-include/xulrunner/unstable/nsIAnnotationService.h
-include/xulrunner/unstable/nsIAnonymousContentCreator.h
-include/xulrunner/unstable/nsIAppShell.h
-include/xulrunner/unstable/nsIAppStartupNotifier.h
-include/xulrunner/unstable/nsIApplicationCache.h
-include/xulrunner/unstable/nsIApplicationCacheChannel.h
-include/xulrunner/unstable/nsIApplicationCacheContainer.h
-include/xulrunner/unstable/nsIApplicationCacheService.h
-include/xulrunner/unstable/nsIArray.h
-include/xulrunner/unstable/nsIAssociatedContentSecurity.h
-include/xulrunner/unstable/nsIAsyncInputStream.h
-include/xulrunner/unstable/nsIAsyncOutputStream.h
-include/xulrunner/unstable/nsIAsyncStreamCopier.h
-include/xulrunner/unstable/nsIAtom.h
-include/xulrunner/unstable/nsIAtomService.h
-include/xulrunner/unstable/nsIAttribute.h
-include/xulrunner/unstable/nsIAuthInformation.h
-include/xulrunner/unstable/nsIAuthModule.h
-include/xulrunner/unstable/nsIAuthPrompt.h
-include/xulrunner/unstable/nsIAuthPrompt2.h
-include/xulrunner/unstable/nsIAuthPromptAdapterFactory.h
-include/xulrunner/unstable/nsIAuthPromptCallback.h
-include/xulrunner/unstable/nsIAuthPromptProvider.h
-include/xulrunner/unstable/nsIAuthPromptWrapper.h
-include/xulrunner/unstable/nsIBadCertListener2.h
-include/xulrunner/unstable/nsIBaseDOMException.h
-include/xulrunner/unstable/nsIBaseWindow.h
-include/xulrunner/unstable/nsIBidiKeyboard.h
-include/xulrunner/unstable/nsIBinaryInputStream.h
-include/xulrunner/unstable/nsIBinaryOutputStream.h
-include/xulrunner/unstable/nsIBlocklistService.h
-include/xulrunner/unstable/nsIBoxObject.h
-include/xulrunner/unstable/nsIBrowserBoxObject.h
-include/xulrunner/unstable/nsIBrowserDOMWindow.h
-include/xulrunner/unstable/nsIBrowserHistory.h
-include/xulrunner/unstable/nsIBufEntropyCollector.h
-include/xulrunner/unstable/nsIBufferedStreams.h
-include/xulrunner/unstable/nsIByteBuffer.h
-include/xulrunner/unstable/nsIByteRangeRequest.h
-include/xulrunner/unstable/nsICMSDecoder.h
-include/xulrunner/unstable/nsICMSEncoder.h
-include/xulrunner/unstable/nsICMSMessage.h
-include/xulrunner/unstable/nsICMSMessage2.h
-include/xulrunner/unstable/nsICMSMessageErrors.h
-include/xulrunner/unstable/nsICMSSecureMessage.h
-include/xulrunner/unstable/nsICRLInfo.h
-include/xulrunner/unstable/nsICRLManager.h
-include/xulrunner/unstable/nsICSSDeclaration.h
-include/xulrunner/unstable/nsICSSGroupRule.h
-include/xulrunner/unstable/nsICSSImportRule.h
-include/xulrunner/unstable/nsICSSLoader.h
-include/xulrunner/unstable/nsICSSLoaderObserver.h
-include/xulrunner/unstable/nsICSSNameSpaceRule.h
-include/xulrunner/unstable/nsICSSOMFactory.h
-include/xulrunner/unstable/nsICSSParser.h
-include/xulrunner/unstable/nsICSSPseudoComparator.h
-include/xulrunner/unstable/nsICSSRule.h
-include/xulrunner/unstable/nsICSSRuleList.h
-include/xulrunner/unstable/nsICSSStyleRule.h
-include/xulrunner/unstable/nsICSSStyleRuleDOMWrapper.h
-include/xulrunner/unstable/nsICSSStyleSheet.h
-include/xulrunner/unstable/nsICache.h
-include/xulrunner/unstable/nsICacheEntryDescriptor.h
-include/xulrunner/unstable/nsICacheListener.h
-include/xulrunner/unstable/nsICacheService.h
-include/xulrunner/unstable/nsICacheSession.h
-include/xulrunner/unstable/nsICacheVisitor.h
-include/xulrunner/unstable/nsICachingChannel.h
-include/xulrunner/unstable/nsICancelable.h
-include/xulrunner/unstable/nsICanvasElement.h
-include/xulrunner/unstable/nsICanvasFrame.h
-include/xulrunner/unstable/nsICanvasRenderingContextInternal.h
-include/xulrunner/unstable/nsICategoryManager.h
-include/xulrunner/unstable/nsICertOverrideService.h
-include/xulrunner/unstable/nsICertPickDialogs.h
-include/xulrunner/unstable/nsICertTree.h
-include/xulrunner/unstable/nsICertificateDialogs.h
-include/xulrunner/unstable/nsIChannel.h
-include/xulrunner/unstable/nsIChannelClassifier.h
-include/xulrunner/unstable/nsIChannelEventSink.h
-include/xulrunner/unstable/nsICharRepresentable.h
-include/xulrunner/unstable/nsICharsetAlias.h
-include/xulrunner/unstable/nsICharsetConverterManager.h
-include/xulrunner/unstable/nsICharsetDetectionAdaptor.h
-include/xulrunner/unstable/nsICharsetDetectionObserver.h
-include/xulrunner/unstable/nsICharsetDetector.h
-include/xulrunner/unstable/nsICharsetResolver.h
-include/xulrunner/unstable/nsICheckboxControlFrame.h
-include/xulrunner/unstable/nsIChromeRegistry.h
-include/xulrunner/unstable/nsICipherInfo.h
-include/xulrunner/unstable/nsIClassInfo.h
-include/xulrunner/unstable/nsIClassInfoImpl.h
-include/xulrunner/unstable/nsIClassicPluginFactory.h
-include/xulrunner/unstable/nsIClientAuthDialogs.h
-include/xulrunner/unstable/nsIClipboard.h
-include/xulrunner/unstable/nsIClipboardCommands.h
-include/xulrunner/unstable/nsIClipboardDragDropHookList.h
-include/xulrunner/unstable/nsIClipboardDragDropHooks.h
-include/xulrunner/unstable/nsIClipboardHelper.h
-include/xulrunner/unstable/nsIClipboardOwner.h
-include/xulrunner/unstable/nsICollation.h
-include/xulrunner/unstable/nsICollection.h
-include/xulrunner/unstable/nsIComboboxControlFrame.h
-include/xulrunner/unstable/nsICommandHandler.h
-include/xulrunner/unstable/nsICommandLine.h
-include/xulrunner/unstable/nsICommandLineHandler.h
-include/xulrunner/unstable/nsICommandLineRunner.h
-include/xulrunner/unstable/nsICommandLineValidator.h
-include/xulrunner/unstable/nsICommandManager.h
-include/xulrunner/unstable/nsICommandParams.h
-include/xulrunner/unstable/nsIComponentManager.h
-include/xulrunner/unstable/nsIComponentManagerObsolete.h
-include/xulrunner/unstable/nsIComponentRegistrar.h
-include/xulrunner/unstable/nsIComputedDOMStyle.h
-include/xulrunner/unstable/nsIConsoleListener.h
-include/xulrunner/unstable/nsIConsoleMessage.h
-include/xulrunner/unstable/nsIConsoleService.h
-include/xulrunner/unstable/nsIContainerBoxObject.h
-include/xulrunner/unstable/nsIContent.h
-include/xulrunner/unstable/nsIContentDispatchChooser.h
-include/xulrunner/unstable/nsIContentHandler.h
-include/xulrunner/unstable/nsIContentIterator.h
-include/xulrunner/unstable/nsIContentPolicy.h
-include/xulrunner/unstable/nsIContentSerializer.h
-include/xulrunner/unstable/nsIContentSink.h
-include/xulrunner/unstable/nsIContentSniffer.h
-include/xulrunner/unstable/nsIContentViewer.h
-include/xulrunner/unstable/nsIContentViewerContainer.h
-include/xulrunner/unstable/nsIContentViewerEdit.h
-include/xulrunner/unstable/nsIContentViewerFile.h
-include/xulrunner/unstable/nsIContextMenuListener.h
-include/xulrunner/unstable/nsIContextMenuListener2.h
-include/xulrunner/unstable/nsIControllerCommand.h
-include/xulrunner/unstable/nsIControllerCommandTable.h
-include/xulrunner/unstable/nsIControllerContext.h
-include/xulrunner/unstable/nsIConverterInputStream.h
-include/xulrunner/unstable/nsIConverterOutputStream.h
-include/xulrunner/unstable/nsICookie.h
-include/xulrunner/unstable/nsICookie2.h
-include/xulrunner/unstable/nsICookieAcceptDialog.h
-include/xulrunner/unstable/nsICookieManager.h
-include/xulrunner/unstable/nsICookieManager2.h
-include/xulrunner/unstable/nsICookiePermission.h
-include/xulrunner/unstable/nsICookiePromptService.h
-include/xulrunner/unstable/nsICookieService.h
-include/xulrunner/unstable/nsICookieStorage.h
-include/xulrunner/unstable/nsICryptoFIPSInfo.h
-include/xulrunner/unstable/nsICryptoHMAC.h
-include/xulrunner/unstable/nsICryptoHash.h
-include/xulrunner/unstable/nsICurrentCharsetListener.h
-include/xulrunner/unstable/nsID.h
-include/xulrunner/unstable/nsIDNSListener.h
-include/xulrunner/unstable/nsIDNSRecord.h
-include/xulrunner/unstable/nsIDNSService.h
-include/xulrunner/unstable/nsIDOM3Attr.h
-include/xulrunner/unstable/nsIDOM3Document.h
-include/xulrunner/unstable/nsIDOM3DocumentEvent.h
-include/xulrunner/unstable/nsIDOM3EventTarget.h
-include/xulrunner/unstable/nsIDOM3Node.h
-include/xulrunner/unstable/nsIDOM3Text.h
-include/xulrunner/unstable/nsIDOM3TypeInfo.h
-include/xulrunner/unstable/nsIDOMAbstractView.h
-include/xulrunner/unstable/nsIDOMAttr.h
-include/xulrunner/unstable/nsIDOMBarProp.h
-include/xulrunner/unstable/nsIDOMBeforeUnloadEvent.h
-include/xulrunner/unstable/nsIDOMCDATASection.h
-include/xulrunner/unstable/nsIDOMCRMFObject.h
-include/xulrunner/unstable/nsIDOMCSS2Properties.h
-include/xulrunner/unstable/nsIDOMCSSCharsetRule.h
-include/xulrunner/unstable/nsIDOMCSSFontFaceRule.h
-include/xulrunner/unstable/nsIDOMCSSImportRule.h
-include/xulrunner/unstable/nsIDOMCSSMediaRule.h
-include/xulrunner/unstable/nsIDOMCSSMozDocumentRule.h
-include/xulrunner/unstable/nsIDOMCSSPageRule.h
-include/xulrunner/unstable/nsIDOMCSSPrimitiveValue.h
-include/xulrunner/unstable/nsIDOMCSSRule.h
-include/xulrunner/unstable/nsIDOMCSSRuleList.h
-include/xulrunner/unstable/nsIDOMCSSStyleDeclaration.h
-include/xulrunner/unstable/nsIDOMCSSStyleRule.h
-include/xulrunner/unstable/nsIDOMCSSStyleSheet.h
-include/xulrunner/unstable/nsIDOMCSSUnknownRule.h
-include/xulrunner/unstable/nsIDOMCSSValue.h
-include/xulrunner/unstable/nsIDOMCSSValueList.h
-include/xulrunner/unstable/nsIDOMCanvasRenderingContext2D.h
-include/xulrunner/unstable/nsIDOMCharacterData.h
-include/xulrunner/unstable/nsIDOMChromeWindow.h
-include/xulrunner/unstable/nsIDOMClassInfo.h
-include/xulrunner/unstable/nsIDOMClientInformation.h
-include/xulrunner/unstable/nsIDOMClientRect.h
-include/xulrunner/unstable/nsIDOMClientRectList.h
-include/xulrunner/unstable/nsIDOMCommandEvent.h
-include/xulrunner/unstable/nsIDOMComment.h
-include/xulrunner/unstable/nsIDOMCompositionListener.h
-include/xulrunner/unstable/nsIDOMConstructor.h
-include/xulrunner/unstable/nsIDOMContextMenuListener.h
-include/xulrunner/unstable/nsIDOMCounter.h
-include/xulrunner/unstable/nsIDOMCrypto.h
-include/xulrunner/unstable/nsIDOMCryptoDialogs.h
-include/xulrunner/unstable/nsIDOMDOMConfiguration.h
-include/xulrunner/unstable/nsIDOMDOMException.h
-include/xulrunner/unstable/nsIDOMDOMImplementation.h
-include/xulrunner/unstable/nsIDOMDOMImplementationLS.h
-include/xulrunner/unstable/nsIDOMDOMStringList.h
-include/xulrunner/unstable/nsIDOMDataContainerEvent.h
-include/xulrunner/unstable/nsIDOMDataTransfer.h
-include/xulrunner/unstable/nsIDOMDocument.h
-include/xulrunner/unstable/nsIDOMDocumentCSS.h
-include/xulrunner/unstable/nsIDOMDocumentEvent.h
-include/xulrunner/unstable/nsIDOMDocumentFragment.h
-include/xulrunner/unstable/nsIDOMDocumentRange.h
-include/xulrunner/unstable/nsIDOMDocumentStyle.h
-include/xulrunner/unstable/nsIDOMDocumentTraversal.h
-include/xulrunner/unstable/nsIDOMDocumentType.h
-include/xulrunner/unstable/nsIDOMDocumentView.h
-include/xulrunner/unstable/nsIDOMDocumentXBL.h
-include/xulrunner/unstable/nsIDOMDragEvent.h
-include/xulrunner/unstable/nsIDOMDragListener.h
-include/xulrunner/unstable/nsIDOMElement.h
-include/xulrunner/unstable/nsIDOMElementCSSInlineStyle.h
-include/xulrunner/unstable/nsIDOMEntity.h
-include/xulrunner/unstable/nsIDOMEntityReference.h
-include/xulrunner/unstable/nsIDOMEvent.h
-include/xulrunner/unstable/nsIDOMEventGroup.h
-include/xulrunner/unstable/nsIDOMEventListener.h
-include/xulrunner/unstable/nsIDOMEventTarget.h
-include/xulrunner/unstable/nsIDOMFile.h
-include/xulrunner/unstable/nsIDOMFileException.h
-include/xulrunner/unstable/nsIDOMFileList.h
-include/xulrunner/unstable/nsIDOMFocusListener.h
-include/xulrunner/unstable/nsIDOMFormListener.h
-include/xulrunner/unstable/nsIDOMGeoGeolocation.h
-include/xulrunner/unstable/nsIDOMGeoPosition.h
-include/xulrunner/unstable/nsIDOMGeoPositionCallback.h
-include/xulrunner/unstable/nsIDOMGeoPositionCoords.h
-include/xulrunner/unstable/nsIDOMGeoPositionError.h
-include/xulrunner/unstable/nsIDOMGeoPositionErrorCallback.h
-include/xulrunner/unstable/nsIDOMGeoPositionOptions.h
-include/xulrunner/unstable/nsIDOMGetSVGDocument.h
-include/xulrunner/unstable/nsIDOMHTMLAnchorElement.h
-include/xulrunner/unstable/nsIDOMHTMLAppletElement.h
-include/xulrunner/unstable/nsIDOMHTMLAreaElement.h
-include/xulrunner/unstable/nsIDOMHTMLAudioElement.h
-include/xulrunner/unstable/nsIDOMHTMLBRElement.h
-include/xulrunner/unstable/nsIDOMHTMLBaseElement.h
-include/xulrunner/unstable/nsIDOMHTMLBaseFontElement.h
-include/xulrunner/unstable/nsIDOMHTMLBodyElement.h
-include/xulrunner/unstable/nsIDOMHTMLButtonElement.h
-include/xulrunner/unstable/nsIDOMHTMLByteRanges.h
-include/xulrunner/unstable/nsIDOMHTMLCanvasElement.h
-include/xulrunner/unstable/nsIDOMHTMLCollection.h
-include/xulrunner/unstable/nsIDOMHTMLDListElement.h
-include/xulrunner/unstable/nsIDOMHTMLDirectoryElement.h
-include/xulrunner/unstable/nsIDOMHTMLDivElement.h
-include/xulrunner/unstable/nsIDOMHTMLDocument.h
-include/xulrunner/unstable/nsIDOMHTMLElement.h
-include/xulrunner/unstable/nsIDOMHTMLEmbedElement.h
-include/xulrunner/unstable/nsIDOMHTMLFieldSetElement.h
-include/xulrunner/unstable/nsIDOMHTMLFontElement.h
-include/xulrunner/unstable/nsIDOMHTMLFormElement.h
-include/xulrunner/unstable/nsIDOMHTMLFrameElement.h
-include/xulrunner/unstable/nsIDOMHTMLFrameSetElement.h
-include/xulrunner/unstable/nsIDOMHTMLHRElement.h
-include/xulrunner/unstable/nsIDOMHTMLHeadElement.h
-include/xulrunner/unstable/nsIDOMHTMLHeadingElement.h
-include/xulrunner/unstable/nsIDOMHTMLHtmlElement.h
-include/xulrunner/unstable/nsIDOMHTMLIFrameElement.h
-include/xulrunner/unstable/nsIDOMHTMLImageElement.h
-include/xulrunner/unstable/nsIDOMHTMLInputElement.h
-include/xulrunner/unstable/nsIDOMHTMLIsIndexElement.h
-include/xulrunner/unstable/nsIDOMHTMLLIElement.h
-include/xulrunner/unstable/nsIDOMHTMLLabelElement.h
-include/xulrunner/unstable/nsIDOMHTMLLegendElement.h
-include/xulrunner/unstable/nsIDOMHTMLLinkElement.h
-include/xulrunner/unstable/nsIDOMHTMLMapElement.h
-include/xulrunner/unstable/nsIDOMHTMLMediaElement.h
-include/xulrunner/unstable/nsIDOMHTMLMediaError.h
-include/xulrunner/unstable/nsIDOMHTMLMenuElement.h
-include/xulrunner/unstable/nsIDOMHTMLMetaElement.h
-include/xulrunner/unstable/nsIDOMHTMLModElement.h
-include/xulrunner/unstable/nsIDOMHTMLOListElement.h
-include/xulrunner/unstable/nsIDOMHTMLObjectElement.h
-include/xulrunner/unstable/nsIDOMHTMLOptGroupElement.h
-include/xulrunner/unstable/nsIDOMHTMLOptionElement.h
-include/xulrunner/unstable/nsIDOMHTMLOptionsCollection.h
-include/xulrunner/unstable/nsIDOMHTMLParagraphElement.h
-include/xulrunner/unstable/nsIDOMHTMLParamElement.h
-include/xulrunner/unstable/nsIDOMHTMLPreElement.h
-include/xulrunner/unstable/nsIDOMHTMLQuoteElement.h
-include/xulrunner/unstable/nsIDOMHTMLScriptElement.h
-include/xulrunner/unstable/nsIDOMHTMLSelectElement.h
-include/xulrunner/unstable/nsIDOMHTMLSourceElement.h
-include/xulrunner/unstable/nsIDOMHTMLStyleElement.h
-include/xulrunner/unstable/nsIDOMHTMLTableCaptionElem.h
-include/xulrunner/unstable/nsIDOMHTMLTableCellElement.h
-include/xulrunner/unstable/nsIDOMHTMLTableColElement.h
-include/xulrunner/unstable/nsIDOMHTMLTableElement.h
-include/xulrunner/unstable/nsIDOMHTMLTableRowElement.h
-include/xulrunner/unstable/nsIDOMHTMLTableSectionElem.h
-include/xulrunner/unstable/nsIDOMHTMLTextAreaElement.h
-include/xulrunner/unstable/nsIDOMHTMLTimeRanges.h
-include/xulrunner/unstable/nsIDOMHTMLTitleElement.h
-include/xulrunner/unstable/nsIDOMHTMLUListElement.h
-include/xulrunner/unstable/nsIDOMHTMLVideoElement.h
-include/xulrunner/unstable/nsIDOMHTMLVoidCallback.h
-include/xulrunner/unstable/nsIDOMHistory.h
-include/xulrunner/unstable/nsIDOMJSWindow.h
-include/xulrunner/unstable/nsIDOMKeyEvent.h
-include/xulrunner/unstable/nsIDOMKeyListener.h
-include/xulrunner/unstable/nsIDOMLSException.h
-include/xulrunner/unstable/nsIDOMLSInput.h
-include/xulrunner/unstable/nsIDOMLSLoadEvent.h
-include/xulrunner/unstable/nsIDOMLSOutput.h
-include/xulrunner/unstable/nsIDOMLSParser.h
-include/xulrunner/unstable/nsIDOMLSParserFilter.h
-include/xulrunner/unstable/nsIDOMLSProgressEvent.h
-include/xulrunner/unstable/nsIDOMLSResourceResolver.h
-include/xulrunner/unstable/nsIDOMLSSerializer.h
-include/xulrunner/unstable/nsIDOMLSSerializerFilter.h
-include/xulrunner/unstable/nsIDOMLinkStyle.h
-include/xulrunner/unstable/nsIDOMLoadListener.h
-include/xulrunner/unstable/nsIDOMLoadStatus.h
-include/xulrunner/unstable/nsIDOMLoadStatusEvent.h
-include/xulrunner/unstable/nsIDOMLocation.h
-include/xulrunner/unstable/nsIDOMMediaList.h
-include/xulrunner/unstable/nsIDOMMessageEvent.h
-include/xulrunner/unstable/nsIDOMMimeType.h
-include/xulrunner/unstable/nsIDOMMimeTypeArray.h
-include/xulrunner/unstable/nsIDOMModalContentWindow.h
-include/xulrunner/unstable/nsIDOMMouseEvent.h
-include/xulrunner/unstable/nsIDOMMouseListener.h
-include/xulrunner/unstable/nsIDOMMouseMotionListener.h
-include/xulrunner/unstable/nsIDOMMouseScrollEvent.h
-include/xulrunner/unstable/nsIDOMMutationEvent.h
-include/xulrunner/unstable/nsIDOMNSDocument.h
-include/xulrunner/unstable/nsIDOMNSDocumentStyle.h
-include/xulrunner/unstable/nsIDOMNSEditableElement.h
-include/xulrunner/unstable/nsIDOMNSElement.h
-include/xulrunner/unstable/nsIDOMNSEvent.h
-include/xulrunner/unstable/nsIDOMNSEventTarget.h
-include/xulrunner/unstable/nsIDOMNSFeatureFactory.h
-include/xulrunner/unstable/nsIDOMNSHTMLAnchorElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLAnchorElement2.h
-include/xulrunner/unstable/nsIDOMNSHTMLAreaElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLAreaElement2.h
-include/xulrunner/unstable/nsIDOMNSHTMLButtonElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLDocument.h
-include/xulrunner/unstable/nsIDOMNSHTMLElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLFormControlList.h
-include/xulrunner/unstable/nsIDOMNSHTMLFormElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLFrameElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLHRElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLImageElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLInputElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLOptionCollectn.h
-include/xulrunner/unstable/nsIDOMNSHTMLOptionElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLSelectElement.h
-include/xulrunner/unstable/nsIDOMNSHTMLTextAreaElement.h
-include/xulrunner/unstable/nsIDOMNSRGBAColor.h
-include/xulrunner/unstable/nsIDOMNSRange.h
-include/xulrunner/unstable/nsIDOMNSUIEvent.h
-include/xulrunner/unstable/nsIDOMNSXBLFormControl.h
-include/xulrunner/unstable/nsIDOMNSXPathExpression.h
-include/xulrunner/unstable/nsIDOMNameList.h
-include/xulrunner/unstable/nsIDOMNamedNodeMap.h
-include/xulrunner/unstable/nsIDOMNavigator.h
-include/xulrunner/unstable/nsIDOMNavigatorGeolocation.h
-include/xulrunner/unstable/nsIDOMNode.h
-include/xulrunner/unstable/nsIDOMNodeFilter.h
-include/xulrunner/unstable/nsIDOMNodeIterator.h
-include/xulrunner/unstable/nsIDOMNodeList.h
-include/xulrunner/unstable/nsIDOMNodeSelector.h
-include/xulrunner/unstable/nsIDOMNotation.h
-include/xulrunner/unstable/nsIDOMNotifyPaintEvent.h
-include/xulrunner/unstable/nsIDOMOfflineResourceList.h
-include/xulrunner/unstable/nsIDOMPageTransitionEvent.h
-include/xulrunner/unstable/nsIDOMParser.h
-include/xulrunner/unstable/nsIDOMPkcs11.h
-include/xulrunner/unstable/nsIDOMPlugin.h
-include/xulrunner/unstable/nsIDOMPluginArray.h
-include/xulrunner/unstable/nsIDOMPopupBlockedEvent.h
-include/xulrunner/unstable/nsIDOMProcessingInstruction.h
-include/xulrunner/unstable/nsIDOMProgressEvent.h
-include/xulrunner/unstable/nsIDOMRGBColor.h
-include/xulrunner/unstable/nsIDOMRange.h
-include/xulrunner/unstable/nsIDOMRangeException.h
-include/xulrunner/unstable/nsIDOMRect.h
-include/xulrunner/unstable/nsIDOMSVGAElement.h
-include/xulrunner/unstable/nsIDOMSVGAngle.h
-include/xulrunner/unstable/nsIDOMSVGAnimPresAspRatio.h
-include/xulrunner/unstable/nsIDOMSVGAnimTransformList.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedAngle.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedBoolean.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedEnum.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedInteger.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedLength.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedLengthList.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedNumber.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedNumberList.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedPathData.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedPoints.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedRect.h
-include/xulrunner/unstable/nsIDOMSVGAnimatedString.h
-include/xulrunner/unstable/nsIDOMSVGCircleElement.h
-include/xulrunner/unstable/nsIDOMSVGClipPathElement.h
-include/xulrunner/unstable/nsIDOMSVGDefsElement.h
-include/xulrunner/unstable/nsIDOMSVGDescElement.h
-include/xulrunner/unstable/nsIDOMSVGDocument.h
-include/xulrunner/unstable/nsIDOMSVGElement.h
-include/xulrunner/unstable/nsIDOMSVGEllipseElement.h
-include/xulrunner/unstable/nsIDOMSVGEvent.h
-include/xulrunner/unstable/nsIDOMSVGException.h
-include/xulrunner/unstable/nsIDOMSVGFilterElement.h
-include/xulrunner/unstable/nsIDOMSVGFilters.h
-include/xulrunner/unstable/nsIDOMSVGFitToViewBox.h
-include/xulrunner/unstable/nsIDOMSVGForeignObjectElem.h
-include/xulrunner/unstable/nsIDOMSVGGElement.h
-include/xulrunner/unstable/nsIDOMSVGGradientElement.h
-include/xulrunner/unstable/nsIDOMSVGImageElement.h
-include/xulrunner/unstable/nsIDOMSVGLength.h
-include/xulrunner/unstable/nsIDOMSVGLengthList.h
-include/xulrunner/unstable/nsIDOMSVGLineElement.h
-include/xulrunner/unstable/nsIDOMSVGListener.h
-include/xulrunner/unstable/nsIDOMSVGLocatable.h
-include/xulrunner/unstable/nsIDOMSVGMarkerElement.h
-include/xulrunner/unstable/nsIDOMSVGMaskElement.h
-include/xulrunner/unstable/nsIDOMSVGMatrix.h
-include/xulrunner/unstable/nsIDOMSVGMetadataElement.h
-include/xulrunner/unstable/nsIDOMSVGNumber.h
-include/xulrunner/unstable/nsIDOMSVGNumberList.h
-include/xulrunner/unstable/nsIDOMSVGPathElement.h
-include/xulrunner/unstable/nsIDOMSVGPathSeg.h
-include/xulrunner/unstable/nsIDOMSVGPathSegList.h
-include/xulrunner/unstable/nsIDOMSVGPatternElement.h
-include/xulrunner/unstable/nsIDOMSVGPoint.h
-include/xulrunner/unstable/nsIDOMSVGPointList.h
-include/xulrunner/unstable/nsIDOMSVGPolygonElement.h
-include/xulrunner/unstable/nsIDOMSVGPolylineElement.h
-include/xulrunner/unstable/nsIDOMSVGPresAspectRatio.h
-include/xulrunner/unstable/nsIDOMSVGRect.h
-include/xulrunner/unstable/nsIDOMSVGRectElement.h
-include/xulrunner/unstable/nsIDOMSVGSVGElement.h
-include/xulrunner/unstable/nsIDOMSVGScriptElement.h
-include/xulrunner/unstable/nsIDOMSVGStopElement.h
-include/xulrunner/unstable/nsIDOMSVGStylable.h
-include/xulrunner/unstable/nsIDOMSVGStyleElement.h
-include/xulrunner/unstable/nsIDOMSVGSwitchElement.h
-include/xulrunner/unstable/nsIDOMSVGSymbolElement.h
-include/xulrunner/unstable/nsIDOMSVGTSpanElement.h
-include/xulrunner/unstable/nsIDOMSVGTextContentElement.h
-include/xulrunner/unstable/nsIDOMSVGTextElement.h
-include/xulrunner/unstable/nsIDOMSVGTextPathElement.h
-include/xulrunner/unstable/nsIDOMSVGTextPositionElem.h
-include/xulrunner/unstable/nsIDOMSVGTitleElement.h
-include/xulrunner/unstable/nsIDOMSVGTransform.h
-include/xulrunner/unstable/nsIDOMSVGTransformList.h
-include/xulrunner/unstable/nsIDOMSVGTransformable.h
-include/xulrunner/unstable/nsIDOMSVGURIReference.h
-include/xulrunner/unstable/nsIDOMSVGUnitTypes.h
-include/xulrunner/unstable/nsIDOMSVGUseElement.h
-include/xulrunner/unstable/nsIDOMSVGViewSpec.h
-include/xulrunner/unstable/nsIDOMSVGZoomAndPan.h
-include/xulrunner/unstable/nsIDOMSVGZoomEvent.h
-include/xulrunner/unstable/nsIDOMSVGZoomListener.h
-include/xulrunner/unstable/nsIDOMScreen.h
-include/xulrunner/unstable/nsIDOMScriptObjectFactory.h
-include/xulrunner/unstable/nsIDOMSerializer.h
-include/xulrunner/unstable/nsIDOMSimpleGestureEvent.h
-include/xulrunner/unstable/nsIDOMSmartCardEvent.h
-include/xulrunner/unstable/nsIDOMStorage.h
-include/xulrunner/unstable/nsIDOMStorage2.h
-include/xulrunner/unstable/nsIDOMStorageEvent.h
-include/xulrunner/unstable/nsIDOMStorageItem.h
-include/xulrunner/unstable/nsIDOMStorageList.h
-include/xulrunner/unstable/nsIDOMStorageManager.h
-include/xulrunner/unstable/nsIDOMStorageWindow.h
-include/xulrunner/unstable/nsIDOMStorageWindow_1_9_1.h
-include/xulrunner/unstable/nsIDOMStyleSheet.h
-include/xulrunner/unstable/nsIDOMStyleSheetList.h
-include/xulrunner/unstable/nsIDOMText.h
-include/xulrunner/unstable/nsIDOMTextListener.h
-include/xulrunner/unstable/nsIDOMToString.h
-include/xulrunner/unstable/nsIDOMTreeWalker.h
-include/xulrunner/unstable/nsIDOMUIEvent.h
-include/xulrunner/unstable/nsIDOMUIListener.h
-include/xulrunner/unstable/nsIDOMUserDataHandler.h
-include/xulrunner/unstable/nsIDOMViewCSS.h
-include/xulrunner/unstable/nsIDOMWindow.h
-include/xulrunner/unstable/nsIDOMWindow2.h
-include/xulrunner/unstable/nsIDOMWindowCollection.h
-include/xulrunner/unstable/nsIDOMWindowInternal.h
-include/xulrunner/unstable/nsIDOMWindowUtils.h
-include/xulrunner/unstable/nsIDOMWorkers.h
-include/xulrunner/unstable/nsIDOMXMLDocument.h
-include/xulrunner/unstable/nsIDOMXPathEvaluator.h
-include/xulrunner/unstable/nsIDOMXPathException.h
-include/xulrunner/unstable/nsIDOMXPathExpression.h
-include/xulrunner/unstable/nsIDOMXPathNSResolver.h
-include/xulrunner/unstable/nsIDOMXPathNamespace.h
-include/xulrunner/unstable/nsIDOMXPathResult.h
-include/xulrunner/unstable/nsIDOMXULButtonElement.h
-include/xulrunner/unstable/nsIDOMXULCheckboxElement.h
-include/xulrunner/unstable/nsIDOMXULCommandDispatcher.h
-include/xulrunner/unstable/nsIDOMXULCommandEvent.h
-include/xulrunner/unstable/nsIDOMXULContainerElement.h
-include/xulrunner/unstable/nsIDOMXULControlElement.h
-include/xulrunner/unstable/nsIDOMXULDescriptionElement.h
-include/xulrunner/unstable/nsIDOMXULDocument.h
-include/xulrunner/unstable/nsIDOMXULElement.h
-include/xulrunner/unstable/nsIDOMXULImageElement.h
-include/xulrunner/unstable/nsIDOMXULLabelElement.h
-include/xulrunner/unstable/nsIDOMXULLabeledControlEl.h
-include/xulrunner/unstable/nsIDOMXULListener.h
-include/xulrunner/unstable/nsIDOMXULMenuListElement.h
-include/xulrunner/unstable/nsIDOMXULMultSelectCntrlEl.h
-include/xulrunner/unstable/nsIDOMXULPopupElement.h
-include/xulrunner/unstable/nsIDOMXULSelectCntrlEl.h
-include/xulrunner/unstable/nsIDOMXULSelectCntrlItemEl.h
-include/xulrunner/unstable/nsIDOMXULTextboxElement.h
-include/xulrunner/unstable/nsIDOMXULTreeElement.h
-include/xulrunner/unstable/nsIDTD.h
-include/xulrunner/unstable/nsIDataSignatureVerifier.h
-include/xulrunner/unstable/nsIDateTimeFormat.h
-include/xulrunner/unstable/nsIDebug.h
-include/xulrunner/unstable/nsIDeviceContext.h
-include/xulrunner/unstable/nsIDeviceContextSpec.h
-include/xulrunner/unstable/nsIDialogParamBlock.h
-include/xulrunner/unstable/nsIDirIndex.h
-include/xulrunner/unstable/nsIDirIndexListener.h
-include/xulrunner/unstable/nsIDirectoryEnumerator.h
-include/xulrunner/unstable/nsIDirectoryService.h
-include/xulrunner/unstable/nsIDocCharset.h
-include/xulrunner/unstable/nsIDocShell.h
-include/xulrunner/unstable/nsIDocShellHistory.h
-include/xulrunner/unstable/nsIDocShellLoadInfo.h
-include/xulrunner/unstable/nsIDocShellTreeItem.h
-include/xulrunner/unstable/nsIDocShellTreeNode.h
-include/xulrunner/unstable/nsIDocShellTreeOwner.h
-include/xulrunner/unstable/nsIDocument.h
-include/xulrunner/unstable/nsIDocumentCharsetInfo.h
-include/xulrunner/unstable/nsIDocumentEncoder.h
-include/xulrunner/unstable/nsIDocumentLoader.h
-include/xulrunner/unstable/nsIDocumentLoaderFactory.h
-include/xulrunner/unstable/nsIDocumentObserver.h
-include/xulrunner/unstable/nsIDocumentTransformer.h
-include/xulrunner/unstable/nsIDocumentViewer.h
-include/xulrunner/unstable/nsIDownload.h
-include/xulrunner/unstable/nsIDownloadHistory.h
-include/xulrunner/unstable/nsIDownloadManager.h
-include/xulrunner/unstable/nsIDownloadManagerUI.h
-include/xulrunner/unstable/nsIDownloadProgressListener.h
-include/xulrunner/unstable/nsIDownloader.h
-include/xulrunner/unstable/nsIDragDropHandler.h
-include/xulrunner/unstable/nsIDragService.h
-include/xulrunner/unstable/nsIDragSession.h
-include/xulrunner/unstable/nsIDragSessionGTK.h
-include/xulrunner/unstable/nsIDynamicContainer.h
-include/xulrunner/unstable/nsIEditorBoxObject.h
-include/xulrunner/unstable/nsIEditorDocShell.h
-include/xulrunner/unstable/nsIEffectiveTLDService.h
-include/xulrunner/unstable/nsIElementObserver.h
-include/xulrunner/unstable/nsIEmbeddingSiteWindow.h
-include/xulrunner/unstable/nsIEmbeddingSiteWindow2.h
-include/xulrunner/unstable/nsIEncodedChannel.h
-include/xulrunner/unstable/nsIEntropyCollector.h
-include/xulrunner/unstable/nsIEnumerator.h
-include/xulrunner/unstable/nsIEnvironment.h
-include/xulrunner/unstable/nsIErrorService.h
-include/xulrunner/unstable/nsIEventHandler.h
-include/xulrunner/unstable/nsIEventListener.h
-include/xulrunner/unstable/nsIEventListenerManager.h
-include/xulrunner/unstable/nsIEventStateManager.h
-include/xulrunner/unstable/nsIEventTarget.h
-include/xulrunner/unstable/nsIException.h
-include/xulrunner/unstable/nsIExceptionService.h
-include/xulrunner/unstable/nsIExpatSink.h
-include/xulrunner/unstable/nsIExtendedExpatSink.h
-include/xulrunner/unstable/nsIExternalHelperAppService.h
-include/xulrunner/unstable/nsIExternalProtocolHandler.h
-include/xulrunner/unstable/nsIExternalProtocolService.h
-include/xulrunner/unstable/nsIFIXptr.h
-include/xulrunner/unstable/nsIFTPChannel.h
-include/xulrunner/unstable/nsIFactory.h
-include/xulrunner/unstable/nsIFastLoadFileControl.h
-include/xulrunner/unstable/nsIFastLoadService.h
-include/xulrunner/unstable/nsIFaviconService.h
-include/xulrunner/unstable/nsIFile.h
-include/xulrunner/unstable/nsIFileChannel.h
-include/xulrunner/unstable/nsIFileControlElement.h
-include/xulrunner/unstable/nsIFilePicker.h
-include/xulrunner/unstable/nsIFileProtocolHandler.h
-include/xulrunner/unstable/nsIFileStreams.h
-include/xulrunner/unstable/nsIFileURL.h
-include/xulrunner/unstable/nsIFileUtilities.h
-include/xulrunner/unstable/nsIFind.h
-include/xulrunner/unstable/nsIFocusController.h
-include/xulrunner/unstable/nsIFocusEventSuppressor.h
-include/xulrunner/unstable/nsIFontEnumerator.h
-include/xulrunner/unstable/nsIFontMetrics.h
-include/xulrunner/unstable/nsIForm.h
-include/xulrunner/unstable/nsIFormControl.h
-include/xulrunner/unstable/nsIFormControlFrame.h
-include/xulrunner/unstable/nsIFormProcessor.h
-include/xulrunner/unstable/nsIFormSigningDialog.h
-include/xulrunner/unstable/nsIFormSubmission.h
-include/xulrunner/unstable/nsIFormSubmitObserver.h
-include/xulrunner/unstable/nsIFormatConverter.h
-include/xulrunner/unstable/nsIFragmentContentSink.h
-include/xulrunner/unstable/nsIFrame.h
-include/xulrunner/unstable/nsIFrameDebug.h
-include/xulrunner/unstable/nsIFrameFrame.h
-include/xulrunner/unstable/nsIFrameLoader.h
-include/xulrunner/unstable/nsIFrameSetElement.h
-include/xulrunner/unstable/nsIFrameTraversal.h
-include/xulrunner/unstable/nsIFrameUtil.h
-include/xulrunner/unstable/nsIFullScreen.h
-include/xulrunner/unstable/nsIGConfService.h
-include/xulrunner/unstable/nsIGenKeypairInfoDlg.h
-include/xulrunner/unstable/nsIGenericFactory.h
-include/xulrunner/unstable/nsIGeolocationProvider.h
-include/xulrunner/unstable/nsIGlobalHistory.h
-include/xulrunner/unstable/nsIGlobalHistory2.h
-include/xulrunner/unstable/nsIGlobalHistory3.h
-include/xulrunner/unstable/nsIGnomeVFSService.h
-include/xulrunner/unstable/nsIGridPart.h
-include/xulrunner/unstable/nsIHTMLCSSStyleSheet.h
-include/xulrunner/unstable/nsIHTMLCollection.h
-include/xulrunner/unstable/nsIHTMLContentSink.h
-include/xulrunner/unstable/nsIHTMLDocument.h
-include/xulrunner/unstable/nsIHTMLToTextSink.h
-include/xulrunner/unstable/nsIHTTPHeaderListener.h
-include/xulrunner/unstable/nsIHandlerService.h
-include/xulrunner/unstable/nsIHashable.h
-include/xulrunner/unstable/nsIHelperAppLauncherDialog.h
-include/xulrunner/unstable/nsIHistoryEntry.h
-include/xulrunner/unstable/nsIHttpActivityObserver.h
-include/xulrunner/unstable/nsIHttpAuthManager.h
-include/xulrunner/unstable/nsIHttpAuthenticator.h
-include/xulrunner/unstable/nsIHttpChannel.h
-include/xulrunner/unstable/nsIHttpChannelInternal.h
-include/xulrunner/unstable/nsIHttpEventSink.h
-include/xulrunner/unstable/nsIHttpHeaderVisitor.h
-include/xulrunner/unstable/nsIHttpProtocolHandler.h
-include/xulrunner/unstable/nsIID.h
-include/xulrunner/unstable/nsIIDNService.h
-include/xulrunner/unstable/nsIIFrameBoxObject.h
-include/xulrunner/unstable/nsIINIParser.h
-include/xulrunner/unstable/nsIIOService.h
-include/xulrunner/unstable/nsIIOService2.h
-include/xulrunner/unstable/nsIIdentityInfo.h
-include/xulrunner/unstable/nsIIdleService.h
-include/xulrunner/unstable/nsIImage.h
-include/xulrunner/unstable/nsIImageDocument.h
-include/xulrunner/unstable/nsIImageFrame.h
-include/xulrunner/unstable/nsIImageLoadingContent.h
-include/xulrunner/unstable/nsIImageMap.h
-include/xulrunner/unstable/nsIImageToPixbuf.h
-include/xulrunner/unstable/nsIIncrementalDownload.h
-include/xulrunner/unstable/nsIInputStream.h
-include/xulrunner/unstable/nsIInputStreamChannel.h
-include/xulrunner/unstable/nsIInputStreamPump.h
-include/xulrunner/unstable/nsIInputStreamTee.h
-include/xulrunner/unstable/nsIInspectorCSSUtils.h
-include/xulrunner/unstable/nsIInterfaceInfo.h
-include/xulrunner/unstable/nsIInterfaceInfoManager.h
-include/xulrunner/unstable/nsIInterfaceRequestor.h
-include/xulrunner/unstable/nsIInterfaceRequestorUtils.h
-include/xulrunner/unstable/nsIJRILiveConnectPIPeer.h
-include/xulrunner/unstable/nsIJRILiveConnectPlugin.h
-include/xulrunner/unstable/nsIJRIPlugin.h
-include/xulrunner/unstable/nsIJSContextStack.h
-include/xulrunner/unstable/nsIJSEventListener.h
-include/xulrunner/unstable/nsIJSNativeInitializer.h
-include/xulrunner/unstable/nsIJSON.h
-include/xulrunner/unstable/nsIJSRuntimeService.h
-include/xulrunner/unstable/nsIJVMAuthTools.h
-include/xulrunner/unstable/nsIJVMConfigManager.h
-include/xulrunner/unstable/nsIJVMConsole.h
-include/xulrunner/unstable/nsIJVMManager.h
-include/xulrunner/unstable/nsIJVMPlugin.h
-include/xulrunner/unstable/nsIJVMPluginInstance.h
-include/xulrunner/unstable/nsIJVMPluginTagInfo.h
-include/xulrunner/unstable/nsIJVMPrefsWindow.h
-include/xulrunner/unstable/nsIJVMThreadManager.h
-include/xulrunner/unstable/nsIJVMWindow.h
-include/xulrunner/unstable/nsIKeyModule.h
-include/xulrunner/unstable/nsIKeygenThread.h
-include/xulrunner/unstable/nsILanguageAtomService.h
-include/xulrunner/unstable/nsILayoutDebugger.h
-include/xulrunner/unstable/nsILayoutHistoryState.h
-include/xulrunner/unstable/nsILineInputStream.h
-include/xulrunner/unstable/nsILineIterator.h
-include/xulrunner/unstable/nsILink.h
-include/xulrunner/unstable/nsILinkHandler.h
-include/xulrunner/unstable/nsIListBoxObject.h
-include/xulrunner/unstable/nsIListControlFrame.h
-include/xulrunner/unstable/nsILiveConnectManager.h
-include/xulrunner/unstable/nsILiveconnect.h
-include/xulrunner/unstable/nsILivemarkService.h
-include/xulrunner/unstable/nsILoadContext.h
-include/xulrunner/unstable/nsILoadGroup.h
-include/xulrunner/unstable/nsILocalFile.h
-include/xulrunner/unstable/nsILocalFileWin.h
-include/xulrunner/unstable/nsILocalStore.h
-include/xulrunner/unstable/nsILocale.h
-include/xulrunner/unstable/nsILocaleService.h
-${PLIST.debug}include/xulrunner/unstable/nsILoggingSink.h
-include/xulrunner/unstable/nsILoginInfo.h
-include/xulrunner/unstable/nsILoginManager.h
-include/xulrunner/unstable/nsILoginManagerIEMigrationHelper.h
-include/xulrunner/unstable/nsILoginManagerPrompter.h
-include/xulrunner/unstable/nsILoginManagerStorage.h
-include/xulrunner/unstable/nsILoginMetaInfo.h
-include/xulrunner/unstable/nsILookAndFeel.h
-include/xulrunner/unstable/nsIMIMEHeaderParam.h
-include/xulrunner/unstable/nsIMIMEInfo.h
-include/xulrunner/unstable/nsIMIMEInputStream.h
-include/xulrunner/unstable/nsIMIMEService.h
-include/xulrunner/unstable/nsIMacLocale.h
-include/xulrunner/unstable/nsIMarkupDocumentViewer.h
-include/xulrunner/unstable/nsIMemory.h
-include/xulrunner/unstable/nsIMemoryReporter.h
-include/xulrunner/unstable/nsIMenuBoxObject.h
-include/xulrunner/unstable/nsIMenuFrame.h
-include/xulrunner/unstable/nsIMenuParent.h
-include/xulrunner/unstable/nsIMenuRollup.h
-include/xulrunner/unstable/nsIMetaCharsetService.h
-include/xulrunner/unstable/nsIModifyableXPointer.h
-include/xulrunner/unstable/nsIModule.h
-include/xulrunner/unstable/nsIModuleLoader.h
-include/xulrunner/unstable/nsIMultiPartChannel.h
-include/xulrunner/unstable/nsIMultiplexInputStream.h
-include/xulrunner/unstable/nsIMutable.h
-include/xulrunner/unstable/nsIMutableArray.h
-include/xulrunner/unstable/nsIMutationObserver.h
-include/xulrunner/unstable/nsINIParser.h
-include/xulrunner/unstable/nsINSSCertCache.h
-include/xulrunner/unstable/nsINSSErrorsService.h
-include/xulrunner/unstable/nsINameSpaceManager.h
-include/xulrunner/unstable/nsINativeAppSupport.h
-include/xulrunner/unstable/nsINativeKeyBindings.h
-include/xulrunner/unstable/nsINavBookmarksService.h
-include/xulrunner/unstable/nsINavHistoryService.h
-include/xulrunner/unstable/nsINestedURI.h
-include/xulrunner/unstable/nsINetUtil.h
-include/xulrunner/unstable/nsINetworkLinkService.h
-include/xulrunner/unstable/nsINode.h
-include/xulrunner/unstable/nsINodeInfo.h
-include/xulrunner/unstable/nsINodeList.h
-include/xulrunner/unstable/nsINonBlockingAlertService.h
-include/xulrunner/unstable/nsIOCSPResponder.h
-include/xulrunner/unstable/nsIOS2Locale.h
-include/xulrunner/unstable/nsIObjectFrame.h
-include/xulrunner/unstable/nsIObjectInputStream.h
-include/xulrunner/unstable/nsIObjectLoadingContent.h
-include/xulrunner/unstable/nsIObjectOutputStream.h
-include/xulrunner/unstable/nsIObserver.h
-include/xulrunner/unstable/nsIObserverService.h
-include/xulrunner/unstable/nsIOptionElement.h
-include/xulrunner/unstable/nsIOutputStream.h
-include/xulrunner/unstable/nsIPK11Token.h
-include/xulrunner/unstable/nsIPK11TokenDB.h
-include/xulrunner/unstable/nsIPKCS11.h
-include/xulrunner/unstable/nsIPKCS11Module.h
-include/xulrunner/unstable/nsIPKCS11ModuleDB.h
-include/xulrunner/unstable/nsIPKCS11Slot.h
-include/xulrunner/unstable/nsIPageSequenceFrame.h
-include/xulrunner/unstable/nsIParser.h
-include/xulrunner/unstable/nsIParserFilter.h
-include/xulrunner/unstable/nsIParserNode.h
-include/xulrunner/unstable/nsIParserService.h
-include/xulrunner/unstable/nsIPasswordManager.h
-include/xulrunner/unstable/nsIPasswordManagerInternal.h
-include/xulrunner/unstable/nsIPercentHeightObserver.h
-include/xulrunner/unstable/nsIPermission.h
-include/xulrunner/unstable/nsIPermissionManager.h
-include/xulrunner/unstable/nsIPersistentProperties2.h
-include/xulrunner/unstable/nsIPhonetic.h
-include/xulrunner/unstable/nsIPipe.h
-include/xulrunner/unstable/nsIPlatformCharset.h
-include/xulrunner/unstable/nsIPlugin.h
-include/xulrunner/unstable/nsIPluginDocument.h
-include/xulrunner/unstable/nsIPluginHost.h
-include/xulrunner/unstable/nsIPluginInputStream.h
-include/xulrunner/unstable/nsIPluginInstance.h
-include/xulrunner/unstable/nsIPluginInstanceInternal.h
-include/xulrunner/unstable/nsIPluginInstanceOwner.h
-include/xulrunner/unstable/nsIPluginInstancePeer.h
-include/xulrunner/unstable/nsIPluginInstancePeer2.h
-include/xulrunner/unstable/nsIPluginManager.h
-include/xulrunner/unstable/nsIPluginManager2.h
-include/xulrunner/unstable/nsIPluginStreamInfo.h
-include/xulrunner/unstable/nsIPluginStreamListener.h
-include/xulrunner/unstable/nsIPluginTag.h
-include/xulrunner/unstable/nsIPluginTagInfo.h
-include/xulrunner/unstable/nsIPluginTagInfo2.h
-include/xulrunner/unstable/nsIPluginWidget.h
-include/xulrunner/unstable/nsIPopupBoxObject.h
-include/xulrunner/unstable/nsIPosixLocale.h
-include/xulrunner/unstable/nsIPref.h
-include/xulrunner/unstable/nsIPrefBranch.h
-include/xulrunner/unstable/nsIPrefBranch2.h
-include/xulrunner/unstable/nsIPrefBranchInternal.h
-include/xulrunner/unstable/nsIPrefLocalizedString.h
-include/xulrunner/unstable/nsIPrefService.h
-include/xulrunner/unstable/nsIPresShell.h
-include/xulrunner/unstable/nsIPrincipal.h
-include/xulrunner/unstable/nsIPrintDialogService.h
-include/xulrunner/unstable/nsIPrintOptions.h
-include/xulrunner/unstable/nsIPrintProgress.h
-include/xulrunner/unstable/nsIPrintProgressParams.h
-include/xulrunner/unstable/nsIPrintSession.h
-include/xulrunner/unstable/nsIPrintSettings.h
-include/xulrunner/unstable/nsIPrintSettingsService.h
-include/xulrunner/unstable/nsIPrintStatusFeedback.h
-include/xulrunner/unstable/nsIPrintingPrompt.h
-include/xulrunner/unstable/nsIPrintingPromptService.h
-include/xulrunner/unstable/nsIPrivateBrowsingService.h
-include/xulrunner/unstable/nsIPrivateCompositionEvent.h
-include/xulrunner/unstable/nsIPrivateDOMEvent.h
-include/xulrunner/unstable/nsIPrivateDOMImplementation.h
-include/xulrunner/unstable/nsIPrivateTextEvent.h
-include/xulrunner/unstable/nsIPrivateTextRange.h
-include/xulrunner/unstable/nsIProcess.h
-include/xulrunner/unstable/nsIProfileMigrator.h
-include/xulrunner/unstable/nsIProgrammingLanguage.h
-include/xulrunner/unstable/nsIProgressEventSink.h
-include/xulrunner/unstable/nsIPrompt.h
-include/xulrunner/unstable/nsIPromptFactory.h
-include/xulrunner/unstable/nsIPromptService.h
-include/xulrunner/unstable/nsIPromptService2.h
-include/xulrunner/unstable/nsIProperties.h
-include/xulrunner/unstable/nsIProperty.h
-include/xulrunner/unstable/nsIPropertyBag.h
-include/xulrunner/unstable/nsIPropertyBag2.h
-include/xulrunner/unstable/nsIProtectedAuthThread.h
-include/xulrunner/unstable/nsIProtocolHandler.h
-include/xulrunner/unstable/nsIProtocolProxyCallback.h
-include/xulrunner/unstable/nsIProtocolProxyFilter.h
-include/xulrunner/unstable/nsIProtocolProxyService.h
-include/xulrunner/unstable/nsIProtocolProxyService2.h
-include/xulrunner/unstable/nsIProxiedChannel.h
-include/xulrunner/unstable/nsIProxiedProtocolHandler.h
-include/xulrunner/unstable/nsIProxyAutoConfig.h
-include/xulrunner/unstable/nsIProxyInfo.h
-include/xulrunner/unstable/nsIProxyObjectManager.h
-include/xulrunner/unstable/nsIRDFCompositeDataSource.h
-include/xulrunner/unstable/nsIRDFContainer.h
-include/xulrunner/unstable/nsIRDFContainerUtils.h
-include/xulrunner/unstable/nsIRDFContentSink.h
-include/xulrunner/unstable/nsIRDFDataSource.h
-include/xulrunner/unstable/nsIRDFDelegateFactory.h
-include/xulrunner/unstable/nsIRDFInMemoryDataSource.h
-include/xulrunner/unstable/nsIRDFInferDataSource.h
-include/xulrunner/unstable/nsIRDFLiteral.h
-include/xulrunner/unstable/nsIRDFNode.h
-include/xulrunner/unstable/nsIRDFObserver.h
-include/xulrunner/unstable/nsIRDFPropagatableDataSource.h
-include/xulrunner/unstable/nsIRDFPurgeableDataSource.h
-include/xulrunner/unstable/nsIRDFRemoteDataSource.h
-include/xulrunner/unstable/nsIRDFResource.h
-include/xulrunner/unstable/nsIRDFService.h
-include/xulrunner/unstable/nsIRDFXMLParser.h
-include/xulrunner/unstable/nsIRDFXMLSerializer.h
-include/xulrunner/unstable/nsIRDFXMLSink.h
-include/xulrunner/unstable/nsIRDFXMLSource.h
-include/xulrunner/unstable/nsIRadioControlElement.h
-include/xulrunner/unstable/nsIRadioControlFrame.h
-include/xulrunner/unstable/nsIRadioGroupContainer.h
-include/xulrunner/unstable/nsIRadioVisitor.h
-include/xulrunner/unstable/nsIRandomGenerator.h
-include/xulrunner/unstable/nsIRange.h
-include/xulrunner/unstable/nsIRangeUtils.h
-include/xulrunner/unstable/nsIRecentBadCertsService.h
-include/xulrunner/unstable/nsIRecyclingAllocator.h
-include/xulrunner/unstable/nsIReflowCallback.h
-include/xulrunner/unstable/nsIRefreshURI.h
-include/xulrunner/unstable/nsIRegion.h
-include/xulrunner/unstable/nsIRelativeFilePref.h
-include/xulrunner/unstable/nsIRemoteService.h
-include/xulrunner/unstable/nsIRenderingContext.h
-include/xulrunner/unstable/nsIRequest.h
-include/xulrunner/unstable/nsIRequestObserver.h
-include/xulrunner/unstable/nsIRequestObserverProxy.h
-include/xulrunner/unstable/nsIResProtocolHandler.h
-include/xulrunner/unstable/nsIResumableChannel.h
-include/xulrunner/unstable/nsIRollupListener.h
-include/xulrunner/unstable/nsIRunnable.h
-include/xulrunner/unstable/nsISHContainer.h
-include/xulrunner/unstable/nsISHEntry.h
-include/xulrunner/unstable/nsISHTransaction.h
-include/xulrunner/unstable/nsISHistory.h
-include/xulrunner/unstable/nsISHistoryInternal.h
-include/xulrunner/unstable/nsISHistoryListener.h
-include/xulrunner/unstable/nsISMimeCert.h
-include/xulrunner/unstable/nsISOCKSSocketInfo.h
-include/xulrunner/unstable/nsISSLCertErrorDialog.h
-include/xulrunner/unstable/nsISSLErrorListener.h
-include/xulrunner/unstable/nsISSLSocketControl.h
-include/xulrunner/unstable/nsISSLStatus.h
-include/xulrunner/unstable/nsISSLStatusProvider.h
-include/xulrunner/unstable/nsISVGTextContentMetrics.h
-include/xulrunner/unstable/nsISVGValue.h
-include/xulrunner/unstable/nsISVGValueObserver.h
-include/xulrunner/unstable/nsISVGValueUtils.h
-include/xulrunner/unstable/nsISafeOutputStream.h
-include/xulrunner/unstable/nsIScreen.h
-include/xulrunner/unstable/nsIScreenManager.h
-include/xulrunner/unstable/nsIScriptChannel.h
-include/xulrunner/unstable/nsIScriptContext.h
-include/xulrunner/unstable/nsIScriptElement.h
-include/xulrunner/unstable/nsIScriptError.h
-include/xulrunner/unstable/nsIScriptEventHandler.h
-include/xulrunner/unstable/nsIScriptEventManager.h
-include/xulrunner/unstable/nsIScriptExternalNameSet.h
-include/xulrunner/unstable/nsIScriptGlobalObject.h
-include/xulrunner/unstable/nsIScriptGlobalObjectOwner.h
-include/xulrunner/unstable/nsIScriptLoaderObserver.h
-include/xulrunner/unstable/nsIScriptNameSpaceManager.h
-include/xulrunner/unstable/nsIScriptObjectOwner.h
-include/xulrunner/unstable/nsIScriptObjectPrincipal.h
-include/xulrunner/unstable/nsIScriptRuntime.h
-include/xulrunner/unstable/nsIScriptSecurityManager.h
-include/xulrunner/unstable/nsIScriptTimeoutHandler.h
-include/xulrunner/unstable/nsIScriptableDateFormat.h
-include/xulrunner/unstable/nsIScriptableInputStream.h
-include/xulrunner/unstable/nsIScriptableInterfaces.h
-include/xulrunner/unstable/nsIScriptablePlugin.h
-include/xulrunner/unstable/nsIScriptableRegion.h
-include/xulrunner/unstable/nsIScriptableUConv.h
-include/xulrunner/unstable/nsIScrollBoxObject.h
-include/xulrunner/unstable/nsIScrollable.h
-include/xulrunner/unstable/nsIScrollableFrame.h
-include/xulrunner/unstable/nsIScrollableViewProvider.h
-include/xulrunner/unstable/nsIScrollbarMediator.h
-include/xulrunner/unstable/nsISecretDecoderRing.h
-include/xulrunner/unstable/nsISecureBrowserUI.h
-include/xulrunner/unstable/nsISecureEnv.h
-include/xulrunner/unstable/nsISecureLiveconnect.h
-include/xulrunner/unstable/nsISecurityCheckedComponent.h
-include/xulrunner/unstable/nsISecurityContext.h
-include/xulrunner/unstable/nsISecurityEventSink.h
-include/xulrunner/unstable/nsISecurityInfoProvider.h
-include/xulrunner/unstable/nsISecurityPref.h
-include/xulrunner/unstable/nsISecurityWarningDialogs.h
-include/xulrunner/unstable/nsISeekableStream.h
-include/xulrunner/unstable/nsISelectControlFrame.h
-include/xulrunner/unstable/nsISelectElement.h
-include/xulrunner/unstable/nsISelection.h
-include/xulrunner/unstable/nsISelection2.h
-include/xulrunner/unstable/nsISelectionController.h
-include/xulrunner/unstable/nsISelectionDisplay.h
-include/xulrunner/unstable/nsISelectionListener.h
-include/xulrunner/unstable/nsISelectionPrivate.h
-include/xulrunner/unstable/nsISerializable.h
-include/xulrunner/unstable/nsIServerSocket.h
-include/xulrunner/unstable/nsIServiceManager.h
-include/xulrunner/unstable/nsIServiceManagerObsolete.h
-include/xulrunner/unstable/nsISidebar.h
-include/xulrunner/unstable/nsISignatureVerifier.h
-include/xulrunner/unstable/nsISimpleEnumerator.h
-include/xulrunner/unstable/nsISimpleStreamListener.h
-include/xulrunner/unstable/nsISimpleUnicharStreamFactory.h
-include/xulrunner/unstable/nsISliderListener.h
-include/xulrunner/unstable/nsISocketProvider.h
-include/xulrunner/unstable/nsISocketProviderService.h
-include/xulrunner/unstable/nsISocketTransport.h
-include/xulrunner/unstable/nsISocketTransportService.h
-include/xulrunner/unstable/nsISound.h
-include/xulrunner/unstable/nsIStandardURL.h
-include/xulrunner/unstable/nsIStatefulFrame.h
-include/xulrunner/unstable/nsIStorageStream.h
-include/xulrunner/unstable/nsIStreamBufferAccess.h
-include/xulrunner/unstable/nsIStreamCipher.h
-include/xulrunner/unstable/nsIStreamConverter.h
-include/xulrunner/unstable/nsIStreamConverterService.h
-include/xulrunner/unstable/nsIStreamListener.h
-include/xulrunner/unstable/nsIStreamListenerTee.h
-include/xulrunner/unstable/nsIStreamLoader.h
-include/xulrunner/unstable/nsIStreamTransportService.h
-include/xulrunner/unstable/nsIStringBundle.h
-include/xulrunner/unstable/nsIStringBundleOverride.h
-include/xulrunner/unstable/nsIStringCharsetDetector.h
-include/xulrunner/unstable/nsIStringEnumerator.h
-include/xulrunner/unstable/nsIStringStream.h
-include/xulrunner/unstable/nsIStyleRule.h
-include/xulrunner/unstable/nsIStyleRuleProcessor.h
-include/xulrunner/unstable/nsIStyleSheet.h
-include/xulrunner/unstable/nsIStyleSheetLinkingElement.h
-include/xulrunner/unstable/nsIStyleSheetService.h
-include/xulrunner/unstable/nsISupports.h
-include/xulrunner/unstable/nsISupportsArray.h
-include/xulrunner/unstable/nsISupportsBase.h
-include/xulrunner/unstable/nsISupportsImpl.h
-include/xulrunner/unstable/nsISupportsIterators.h
-include/xulrunner/unstable/nsISupportsObsolete.h
-include/xulrunner/unstable/nsISupportsPrimitives.h
-include/xulrunner/unstable/nsISupportsPriority.h
-include/xulrunner/unstable/nsISupportsUtils.h
-include/xulrunner/unstable/nsISymantecDebugManager.h
-include/xulrunner/unstable/nsISymantecDebugger.h
-include/xulrunner/unstable/nsISyncLoadDOMService.h
-include/xulrunner/unstable/nsISyncStreamListener.h
-include/xulrunner/unstable/nsISystemProxySettings.h
-include/xulrunner/unstable/nsITXTToHTMLConv.h
-include/xulrunner/unstable/nsITableCellLayout.h
-include/xulrunner/unstable/nsITableLayout.h
-include/xulrunner/unstable/nsITaggingService.h
-include/xulrunner/unstable/nsITextControlElement.h
-include/xulrunner/unstable/nsITextControlFrame.h
-include/xulrunner/unstable/nsITextScroll.h
-include/xulrunner/unstable/nsITextToSubURI.h
-include/xulrunner/unstable/nsIThebesFontMetrics.h
-include/xulrunner/unstable/nsITheme.h
-include/xulrunner/unstable/nsIThread.h
-include/xulrunner/unstable/nsIThreadInternal.h
-include/xulrunner/unstable/nsIThreadManager.h
-include/xulrunner/unstable/nsIThreadPool.h
-include/xulrunner/unstable/nsITimelineService.h
-include/xulrunner/unstable/nsITimer.h
-include/xulrunner/unstable/nsITokenDialogs.h
-include/xulrunner/unstable/nsITokenPasswordDialogs.h
-include/xulrunner/unstable/nsITokenizer.h
-include/xulrunner/unstable/nsIToolkit.h
-include/xulrunner/unstable/nsIToolkitProfile.h
-include/xulrunner/unstable/nsIToolkitProfileService.h
-include/xulrunner/unstable/nsITooltipListener.h
-include/xulrunner/unstable/nsITooltipTextProvider.h
-include/xulrunner/unstable/nsITraceRefcnt.h
-include/xulrunner/unstable/nsITraceableChannel.h
-include/xulrunner/unstable/nsITransfer.h
-include/xulrunner/unstable/nsITransferable.h
-include/xulrunner/unstable/nsITransport.h
-include/xulrunner/unstable/nsITransportSecurityInfo.h
-include/xulrunner/unstable/nsITreeBoxObject.h
-include/xulrunner/unstable/nsITreeColumns.h
-include/xulrunner/unstable/nsITreeContentView.h
-include/xulrunner/unstable/nsITreeSelection.h
-include/xulrunner/unstable/nsITreeView.h
-include/xulrunner/unstable/nsITypeAheadFind.h
-include/xulrunner/unstable/nsIURI.h
-include/xulrunner/unstable/nsIURIChecker.h
-include/xulrunner/unstable/nsIURIClassifier.h
-include/xulrunner/unstable/nsIURIContentListener.h
-include/xulrunner/unstable/nsIURIFixup.h
-include/xulrunner/unstable/nsIURILoader.h
-include/xulrunner/unstable/nsIURL.h
-include/xulrunner/unstable/nsIURLParser.h
-include/xulrunner/unstable/nsIUTF8ConverterService.h
-include/xulrunner/unstable/nsIUUIDGenerator.h
-include/xulrunner/unstable/nsIUnicharBuffer.h
-include/xulrunner/unstable/nsIUnicharInputStream.h
-include/xulrunner/unstable/nsIUnicharLineInputStream.h
-include/xulrunner/unstable/nsIUnicharOutputStream.h
-include/xulrunner/unstable/nsIUnicharStreamListener.h
-include/xulrunner/unstable/nsIUnicharStreamLoader.h
-include/xulrunner/unstable/nsIUnicodeDecoder.h
-include/xulrunner/unstable/nsIUnicodeEncoder.h
-include/xulrunner/unstable/nsIUploadChannel.h
-include/xulrunner/unstable/nsIUserCertPicker.h
-include/xulrunner/unstable/nsIVariant.h
-include/xulrunner/unstable/nsIVersionComparator.h
-include/xulrunner/unstable/nsIViewSourceChannel.h
-include/xulrunner/unstable/nsIWeakReference.h
-include/xulrunner/unstable/nsIWeakReferenceUtils.h
-include/xulrunner/unstable/nsIWebBrowser.h
-include/xulrunner/unstable/nsIWebBrowserChrome.h
-include/xulrunner/unstable/nsIWebBrowserChrome2.h
-include/xulrunner/unstable/nsIWebBrowserChromeFocus.h
-include/xulrunner/unstable/nsIWebBrowserFind.h
-include/xulrunner/unstable/nsIWebBrowserFocus.h
-include/xulrunner/unstable/nsIWebBrowserPersist.h
-include/xulrunner/unstable/nsIWebBrowserPrint.h
-include/xulrunner/unstable/nsIWebBrowserSetup.h
-include/xulrunner/unstable/nsIWebBrowserStream.h
-include/xulrunner/unstable/nsIWebContentHandlerRegistrar.h
-include/xulrunner/unstable/nsIWebNavigation.h
-include/xulrunner/unstable/nsIWebNavigationInfo.h
-include/xulrunner/unstable/nsIWebPageDescriptor.h
-include/xulrunner/unstable/nsIWebProgress.h
-include/xulrunner/unstable/nsIWebProgressListener.h
-include/xulrunner/unstable/nsIWebProgressListener2.h
-include/xulrunner/unstable/nsIWebShellServices.h
-include/xulrunner/unstable/nsIWidget.h
-include/xulrunner/unstable/nsIWin32Locale.h
-include/xulrunner/unstable/nsIWindowWatcher.h
-include/xulrunner/unstable/nsIWindowlessPlugInstPeer.h
-include/xulrunner/unstable/nsIWritablePropertyBag.h
-include/xulrunner/unstable/nsIWritablePropertyBag2.h
-include/xulrunner/unstable/nsIWyciwygChannel.h
-include/xulrunner/unstable/nsIX509Cert.h
-include/xulrunner/unstable/nsIX509Cert2.h
-include/xulrunner/unstable/nsIX509Cert3.h
-include/xulrunner/unstable/nsIX509CertDB.h
-include/xulrunner/unstable/nsIX509CertDB2.h
-include/xulrunner/unstable/nsIX509CertList.h
-include/xulrunner/unstable/nsIX509CertValidity.h
-include/xulrunner/unstable/nsIXBLDocumentInfo.h
-include/xulrunner/unstable/nsIXBLService.h
-include/xulrunner/unstable/nsIXFormsUtilityService.h
-include/xulrunner/unstable/nsIXMLContentBuilder.h
-include/xulrunner/unstable/nsIXMLContentSink.h
-include/xulrunner/unstable/nsIXMLEncodingService.h
-include/xulrunner/unstable/nsIXMLHttpRequest.h
-include/xulrunner/unstable/nsIXPCScriptNotify.h
-include/xulrunner/unstable/nsIXPCScriptable.h
-include/xulrunner/unstable/nsIXPCSecurityManager.h
-include/xulrunner/unstable/nsIXPConnect.h
-include/xulrunner/unstable/nsIXPTLoader.h
-include/xulrunner/unstable/nsIXPathEvaluatorInternal.h
-include/xulrunner/unstable/nsIXPointer.h
-include/xulrunner/unstable/nsIXSLTException.h
-include/xulrunner/unstable/nsIXSLTProcessor.h
-include/xulrunner/unstable/nsIXSLTProcessorObsolete.h
-include/xulrunner/unstable/nsIXSLTProcessorPrivate.h
-include/xulrunner/unstable/nsIXTFAttributeHandler.h
-include/xulrunner/unstable/nsIXTFElement.h
-include/xulrunner/unstable/nsIXTFElementFactory.h
-include/xulrunner/unstable/nsIXTFElementWrapper.h
-include/xulrunner/unstable/nsIXTFPrivate.h
-include/xulrunner/unstable/nsIXTFService.h
-include/xulrunner/unstable/nsIXULAppInfo.h
-include/xulrunner/unstable/nsIXULRuntime.h
-include/xulrunner/unstable/nsImageMapUtils.h
-include/xulrunner/unstable/nsInt64.h
-include/xulrunner/unstable/nsInterfaceHashtable.h
-include/xulrunner/unstable/nsInterfaceRequestorAgg.h
-include/xulrunner/unstable/nsJSPrincipals.h
-include/xulrunner/unstable/nsJVMManager.h
-include/xulrunner/unstable/nsJVMPluginTagInfo.h
-include/xulrunner/unstable/nsLayoutCID.h
-include/xulrunner/unstable/nsLayoutErrors.h
-include/xulrunner/unstable/nsLayoutStatics.h
-include/xulrunner/unstable/nsLayoutStylesheetCache.h
-include/xulrunner/unstable/nsLayoutUtils.h
-include/xulrunner/unstable/nsLineBreaker.h
-include/xulrunner/unstable/nsLinebreakConverter.h
-include/xulrunner/unstable/nsLiteralString.h
-include/xulrunner/unstable/nsLocalFile.h
-include/xulrunner/unstable/nsLocalFileUnix.h
-include/xulrunner/unstable/nsLocaleCID.h
-include/xulrunner/unstable/nsMargin.h
-include/xulrunner/unstable/nsMathUtils.h
-include/xulrunner/unstable/nsMediaCache.h
-include/xulrunner/unstable/nsMediaDecoder.h
-include/xulrunner/unstable/nsMediaStream.h
-include/xulrunner/unstable/nsMemory.h
-include/xulrunner/unstable/nsMetaCharsetCID.h
-include/xulrunner/unstable/nsMimeTypes.h
-include/xulrunner/unstable/nsModule.h
-include/xulrunner/unstable/nsMultiplexInputStream.h
-include/xulrunner/unstable/nsMutationEvent.h
-include/xulrunner/unstable/nsNativeCharsetUtils.h
-include/xulrunner/unstable/nsNetCID.h
-include/xulrunner/unstable/nsNetError.h
-include/xulrunner/unstable/nsNetStrings.h
-include/xulrunner/unstable/nsNetUtil.h
-include/xulrunner/unstable/nsNodeInfoManager.h
-include/xulrunner/unstable/nsOSHelperAppService.h
-include/xulrunner/unstable/nsObjCExceptions.h
-include/xulrunner/unstable/nsObserverService.h
-include/xulrunner/unstable/nsObsoleteModuleLoading.h
-include/xulrunner/unstable/nsOggDecoder.h
-include/xulrunner/unstable/nsPIBoxObject.h
-include/xulrunner/unstable/nsPICommandUpdater.h
-include/xulrunner/unstable/nsPIDNSService.h
-include/xulrunner/unstable/nsPIDOMEventTarget.h
-include/xulrunner/unstable/nsPIDOMStorage.h
-include/xulrunner/unstable/nsPIDOMWindow.h
-include/xulrunner/unstable/nsPIPlacesDatabase.h
-include/xulrunner/unstable/nsPIPluginHost.h
-include/xulrunner/unstable/nsPIPluginInstancePeer.h
-include/xulrunner/unstable/nsPIPromptService.h
-include/xulrunner/unstable/nsPISocketTransportService.h
-include/xulrunner/unstable/nsPIWindowRoot.h
-include/xulrunner/unstable/nsPIWindowWatcher.h
-include/xulrunner/unstable/nsPLDOMEvent.h
-include/xulrunner/unstable/nsPSPrinters.h
-include/xulrunner/unstable/nsPaperPS.h
-include/xulrunner/unstable/nsParserCIID.h
-include/xulrunner/unstable/nsParserDataListener.h
-include/xulrunner/unstable/nsPluginError.h
-include/xulrunner/unstable/nsPluginLogging.h
-include/xulrunner/unstable/nsPluginNativeWindow.h
-include/xulrunner/unstable/nsPluginsCID.h
-include/xulrunner/unstable/nsPoint.h
-include/xulrunner/unstable/nsPrefsCID.h
-include/xulrunner/unstable/nsPresContext.h
-include/xulrunner/unstable/nsPresShellIterator.h
-include/xulrunner/unstable/nsPresState.h
-include/xulrunner/unstable/nsPrintfCString.h
-include/xulrunner/unstable/nsProcess.h
-include/xulrunner/unstable/nsProfileDirServiceProvider.h
-include/xulrunner/unstable/nsPromiseFlatString.h
-include/xulrunner/unstable/nsPromptUtils.h
-include/xulrunner/unstable/nsPropertyTable.h
-include/xulrunner/unstable/nsProxiedService.h
-include/xulrunner/unstable/nsProxyRelease.h
-include/xulrunner/unstable/nsQuickSort.h
-include/xulrunner/unstable/nsRDFCID.h
-include/xulrunner/unstable/nsReadLine.h
-include/xulrunner/unstable/nsReadableUtils.h
-include/xulrunner/unstable/nsRect.h
-include/xulrunner/unstable/nsRecyclingAllocator.h
-include/xulrunner/unstable/nsRefPtrHashtable.h
-include/xulrunner/unstable/nsReferencedElement.h
-include/xulrunner/unstable/nsRegion.h
-include/xulrunner/unstable/nsRuleData.h
-include/xulrunner/unstable/nsRuleNode.h
-include/xulrunner/unstable/nsRuleWalker.h
-include/xulrunner/unstable/nsSVGEffects.h
-include/xulrunner/unstable/nsSVGFilterInstance.h
-include/xulrunner/unstable/nsSVGForeignObjectFrame.h
-include/xulrunner/unstable/nsSVGIntegrationUtils.h
-include/xulrunner/unstable/nsSVGMatrix.h
-include/xulrunner/unstable/nsSVGNumber.h
-include/xulrunner/unstable/nsSVGPoint.h
-include/xulrunner/unstable/nsSVGRect.h
-include/xulrunner/unstable/nsSVGUtils.h
-include/xulrunner/unstable/nsScannerString.h
-include/xulrunner/unstable/nsScriptLoader.h
-include/xulrunner/unstable/nsScriptableInputStream.h
-include/xulrunner/unstable/nsServiceManagerUtils.h
-include/xulrunner/unstable/nsSize.h
-include/xulrunner/unstable/nsStackWalk.h
-include/xulrunner/unstable/nsStaticAtom.h
-include/xulrunner/unstable/nsStaticNameTable.h
-include/xulrunner/unstable/nsStorageStream.h
-include/xulrunner/unstable/nsStreamUtils.h
-include/xulrunner/unstable/nsString.h
-include/xulrunner/unstable/nsStringAPI.h
-include/xulrunner/unstable/nsStringBuffer.h
-include/xulrunner/unstable/nsStringEnumerator.h
-include/xulrunner/unstable/nsStringFwd.h
-include/xulrunner/unstable/nsStringGlue.h
-include/xulrunner/unstable/nsStringIterator.h
-include/xulrunner/unstable/nsStringStream.h
-include/xulrunner/unstable/nsStringUtil.h
-include/xulrunner/unstable/nsStubDocumentObserver.h
-include/xulrunner/unstable/nsStubImageDecoderObserver.h
-include/xulrunner/unstable/nsStubMutationObserver.h
-include/xulrunner/unstable/nsStyleChangeList.h
-include/xulrunner/unstable/nsStyleConsts.h
-include/xulrunner/unstable/nsStyleContext.h
-include/xulrunner/unstable/nsStyleCoord.h
-include/xulrunner/unstable/nsStyleSet.h
-include/xulrunner/unstable/nsStyleStruct.h
-include/xulrunner/unstable/nsStyleStructFwd.h
-include/xulrunner/unstable/nsStyleStructInlines.h
-include/xulrunner/unstable/nsStyleStructList.h
-include/xulrunner/unstable/nsStyleTransformMatrix.h
-include/xulrunner/unstable/nsStyleUtil.h
-include/xulrunner/unstable/nsSubstring.h
-include/xulrunner/unstable/nsSubstringTuple.h
-include/xulrunner/unstable/nsSupportsArray.h
-include/xulrunner/unstable/nsSupportsPrimitives.h
-include/xulrunner/unstable/nsTArray.h
-include/xulrunner/unstable/nsTDependentString.h
-include/xulrunner/unstable/nsTDependentSubstring.h
-include/xulrunner/unstable/nsTHashtable.h
-include/xulrunner/unstable/nsTObserverArray.h
-include/xulrunner/unstable/nsTPromiseFlatString.h
-include/xulrunner/unstable/nsTPtrArray.h
-include/xulrunner/unstable/nsTString.h
-include/xulrunner/unstable/nsTSubstring.h
-include/xulrunner/unstable/nsTSubstringTuple.h
-include/xulrunner/unstable/nsTWeakRef.h
-include/xulrunner/unstable/nsTextFormatter.h
-include/xulrunner/unstable/nsTextFragment.h
-include/xulrunner/unstable/nsThemeConstants.h
-include/xulrunner/unstable/nsThreadUtils.h
-include/xulrunner/unstable/nsThreadUtilsInternal.h
-include/xulrunner/unstable/nsTime.h
-include/xulrunner/unstable/nsTimeStamp.h
-include/xulrunner/unstable/nsToken.h
-include/xulrunner/unstable/nsToolkitCompsCID.h
-include/xulrunner/unstable/nsTraceRefcnt.h
-include/xulrunner/unstable/nsTraceRefcntImpl.h
-include/xulrunner/unstable/nsTransform2D.h
-include/xulrunner/unstable/nsTreeColFrame.h
-include/xulrunner/unstable/nsTreeUtils.h
-include/xulrunner/unstable/nsUConvCID.h
-include/xulrunner/unstable/nsURIHashKey.h
-include/xulrunner/unstable/nsURILoader.h
-include/xulrunner/unstable/nsUTF8Utils.h
-include/xulrunner/unstable/nsVariant.h
-include/xulrunner/unstable/nsVersionComparator.h
-include/xulrunner/unstable/nsVoidArray.h
-include/xulrunner/unstable/nsWaveDecoder.h
-include/xulrunner/unstable/nsWeakPtr.h
-include/xulrunner/unstable/nsWeakReference.h
-include/xulrunner/unstable/nsWhitespaceTokenizer.h
-include/xulrunner/unstable/nsWidgetSupport.h
-include/xulrunner/unstable/nsWidgetsCID.h
-include/xulrunner/unstable/nsWrapperCache.h
-include/xulrunner/unstable/nsXBLBinding.h
-include/xulrunner/unstable/nsXMLEncodingCID.h
-include/xulrunner/unstable/nsXMLNameSpaceMap.h
-include/xulrunner/unstable/nsXPCOM.h
-include/xulrunner/unstable/nsXPCOMCID.h
-include/xulrunner/unstable/nsXPCOMCIDInternal.h
-include/xulrunner/unstable/nsXPCOMGlue.h
-include/xulrunner/unstable/nsXPCOMStrings.h
-include/xulrunner/unstable/nsXPIDLString.h
-include/xulrunner/unstable/nsXPTCUtils.h
-include/xulrunner/unstable/nsXULAppAPI.h
-include/xulrunner/unstable/nsXULPopupManager.h
-include/xulrunner/unstable/nscore.h
-include/xulrunner/unstable/nsjvm.h
-include/xulrunner/unstable/nsplugin.h
-include/xulrunner/unstable/nsplugindefs.h
-include/xulrunner/unstable/nspluginroot.h
-include/xulrunner/unstable/nspr.h
-include/xulrunner/unstable/nspr_md.h
-include/xulrunner/unstable/nsrootidl.h
-include/xulrunner/unstable/nss.h
-include/xulrunner/unstable/nssb64.h
-include/xulrunner/unstable/nssb64t.h
-include/xulrunner/unstable/nssbase.h
-include/xulrunner/unstable/nssbaset.h
-include/xulrunner/unstable/nssck.api
-include/xulrunner/unstable/nssckbi.h
-include/xulrunner/unstable/nssckepv.h
-include/xulrunner/unstable/nssckft.h
-include/xulrunner/unstable/nssckfw.h
-include/xulrunner/unstable/nssckfwc.h
-include/xulrunner/unstable/nssckfwt.h
-include/xulrunner/unstable/nssckg.h
-include/xulrunner/unstable/nssckmdt.h
-include/xulrunner/unstable/nssckt.h
-include/xulrunner/unstable/nssilckt.h
-include/xulrunner/unstable/nssilock.h
-include/xulrunner/unstable/nsslocks.h
-include/xulrunner/unstable/nssrwlk.h
-include/xulrunner/unstable/nssrwlkt.h
-include/xulrunner/unstable/nssutil.h
-include/xulrunner/unstable/obsolete/protypes.h
-include/xulrunner/unstable/ocsp.h
-include/xulrunner/unstable/ocspt.h
-include/xulrunner/unstable/oobj.h
-include/xulrunner/unstable/p12.h
-include/xulrunner/unstable/p12plcy.h
-include/xulrunner/unstable/p12t.h
-include/xulrunner/unstable/pk11func.h
-include/xulrunner/unstable/pk11pqg.h
-include/xulrunner/unstable/pk11priv.h
-include/xulrunner/unstable/pk11pub.h
-include/xulrunner/unstable/pk11sdr.h
-include/xulrunner/unstable/pkcs11.h
-include/xulrunner/unstable/pkcs11f.h
-include/xulrunner/unstable/pkcs11n.h
-include/xulrunner/unstable/pkcs11p.h
-include/xulrunner/unstable/pkcs11t.h
-include/xulrunner/unstable/pkcs11u.h
-include/xulrunner/unstable/pkcs12.h
-include/xulrunner/unstable/pkcs12t.h
-include/xulrunner/unstable/pkcs7t.h
-include/xulrunner/unstable/plarena.h
-include/xulrunner/unstable/plarenas.h
-include/xulrunner/unstable/plbase64.h
-include/xulrunner/unstable/pldhash.h
-include/xulrunner/unstable/plerror.h
-include/xulrunner/unstable/plgetopt.h
-include/xulrunner/unstable/plhash.h
-include/xulrunner/unstable/plresolv.h
-include/xulrunner/unstable/plstr.h
-include/xulrunner/unstable/portreg.h
-include/xulrunner/unstable/pprio.h
-include/xulrunner/unstable/pprthred.h
-include/xulrunner/unstable/pralarm.h
-include/xulrunner/unstable/pratom.h
-include/xulrunner/unstable/prbit.h
-include/xulrunner/unstable/prclist.h
-include/xulrunner/unstable/prcmon.h
-include/xulrunner/unstable/prcountr.h
-include/xulrunner/unstable/prcpucfg.h
-include/xulrunner/unstable/prcvar.h
-include/xulrunner/unstable/prdtoa.h
-include/xulrunner/unstable/preenc.h
-include/xulrunner/unstable/prenv.h
-include/xulrunner/unstable/prerr.h
-include/xulrunner/unstable/prerror.h
-include/xulrunner/unstable/prinet.h
-include/xulrunner/unstable/prinit.h
-include/xulrunner/unstable/prinrval.h
-include/xulrunner/unstable/prio.h
-include/xulrunner/unstable/pripcsem.h
-include/xulrunner/unstable/prlink.h
-include/xulrunner/unstable/prlock.h
-include/xulrunner/unstable/prlog.h
-include/xulrunner/unstable/prlong.h
-include/xulrunner/unstable/prmem.h
-include/xulrunner/unstable/prmon.h
-include/xulrunner/unstable/prmwait.h
-include/xulrunner/unstable/prnetdb.h
-include/xulrunner/unstable/probslet.h
-include/xulrunner/unstable/prolock.h
-include/xulrunner/unstable/protypes.h
-include/xulrunner/unstable/prpdce.h
-include/xulrunner/unstable/prprf.h
-include/xulrunner/unstable/prpriv.h
-include/xulrunner/unstable/prproces.h
-include/xulrunner/unstable/prrng.h
-include/xulrunner/unstable/prrwlock.h
-include/xulrunner/unstable/prsem.h
-include/xulrunner/unstable/prshm.h
-include/xulrunner/unstable/prshma.h
-include/xulrunner/unstable/prsystem.h
-include/xulrunner/unstable/prthread.h
-include/xulrunner/unstable/prtime.h
-include/xulrunner/unstable/prtpool.h
-include/xulrunner/unstable/prtrace.h
-include/xulrunner/unstable/prtypes.h
-include/xulrunner/unstable/prvrsion.h
-include/xulrunner/unstable/prwin16.h
-include/xulrunner/unstable/psSharedCore.h
-include/xulrunner/unstable/rdf.h
-include/xulrunner/unstable/rdfIDataSource.h
-include/xulrunner/unstable/rdfISerializer.h
-include/xulrunner/unstable/rdfITripleVisitor.h
-include/xulrunner/unstable/secasn1.h
-include/xulrunner/unstable/secasn1t.h
-include/xulrunner/unstable/seccomon.h
-include/xulrunner/unstable/secder.h
-include/xulrunner/unstable/secdert.h
-include/xulrunner/unstable/secdig.h
-include/xulrunner/unstable/secdigt.h
-include/xulrunner/unstable/secerr.h
-include/xulrunner/unstable/sechash.h
-include/xulrunner/unstable/secitem.h
-include/xulrunner/unstable/secmime.h
-include/xulrunner/unstable/secmod.h
-include/xulrunner/unstable/secmodt.h
-include/xulrunner/unstable/secoid.h
-include/xulrunner/unstable/secoidt.h
-include/xulrunner/unstable/secpkcs5.h
-include/xulrunner/unstable/secpkcs7.h
-include/xulrunner/unstable/secport.h
-include/xulrunner/unstable/shsign.h
-include/xulrunner/unstable/smime.h
-include/xulrunner/unstable/ssl.h
-include/xulrunner/unstable/sslerr.h
-include/xulrunner/unstable/sslproto.h
-include/xulrunner/unstable/sslt.h
-include/xulrunner/unstable/string-template-def-char.h
-include/xulrunner/unstable/string-template-def-unichar.h
-include/xulrunner/unstable/string-template-undef.h
-include/xulrunner/unstable/sysmacros_md.h
-include/xulrunner/unstable/tree.h
-include/xulrunner/unstable/txDouble.h
-include/xulrunner/unstable/txIEXSLTRegExFunctions.h
-include/xulrunner/unstable/txIFunctionEvaluationContext.h
-include/xulrunner/unstable/txINodeSet.h
-include/xulrunner/unstable/txIXPathObject.h
-include/xulrunner/unstable/typedefs.h
-include/xulrunner/unstable/typedefs_md.h
-include/xulrunner/unstable/uconvutil.h
-include/xulrunner/unstable/utilrename.h
-include/xulrunner/unstable/widgetCore.h
-include/xulrunner/unstable/xpcIJSModuleLoader.h
-include/xulrunner/unstable/xpcIJSWeakReference.h
-include/xulrunner/unstable/xpc_map_end.h
-include/xulrunner/unstable/xpccomponents.h
-include/xulrunner/unstable/xpcexception.h
-include/xulrunner/unstable/xpcjsid.h
-include/xulrunner/unstable/xpcom-config.h
-include/xulrunner/unstable/xpt_arena.h
-include/xulrunner/unstable/xpt_struct.h
-include/xulrunner/unstable/xpt_xdr.h
-include/xulrunner/unstable/xptcall.h
-include/xulrunner/unstable/xptinfo.h
-include/xulrunner/unstable/xrecore.h
-include/xulrunner/unstable/zip.h
-lib/pkgconfig/libxul-embedding-unstable.pc
+${PLIST.jit}include/xulrunner/Allocator.h
+${PLIST.jit}include/xulrunner/Assembler.h
+${PLIST.jit}include/xulrunner/CodeAlloc.h
+${PLIST.jit}include/xulrunner/Containers.h
+${PLIST.jit}include/xulrunner/Fragmento.h
+include/xulrunner/ImageErrors.h
+include/xulrunner/ImageLogging.h
+${PLIST.jit}include/xulrunner/LIR.h
+include/xulrunner/NSReg.h
+${PLIST.jit}include/xulrunner/Native.h
+${PLIST.jit}include/xulrunner/Native${NANOJIT_ARCH}.h
+${PLIST.jit}include/xulrunner/RegAlloc.h
+include/xulrunner/VerReg.h
+include/xulrunner/XPCIDispatch.h
+${PLIST.jit}include/xulrunner/avmplus.h
+include/xulrunner/base64.h
+include/xulrunner/blapit.h
+include/xulrunner/cert.h
+include/xulrunner/certdb.h
+include/xulrunner/certt.h
+include/xulrunner/ciferfam.h
+include/xulrunner/cmmf.h
+include/xulrunner/cmmft.h
+include/xulrunner/cms.h
+include/xulrunner/cmsreclist.h
+include/xulrunner/cmst.h
+include/xulrunner/crmf.h
+include/xulrunner/crmft.h
+include/xulrunner/cryptohi.h
+include/xulrunner/cryptoht.h
+include/xulrunner/domstubs.h
+include/xulrunner/ecl-exp.h
+include/xulrunner/expat.h
+include/xulrunner/expat_config.h
+include/xulrunner/expat_external.h
+include/xulrunner/extIApplication.h
+include/xulrunner/fishsound/comments.h
+include/xulrunner/fishsound/constants.h
+include/xulrunner/fishsound/decode.h
+include/xulrunner/fishsound/deprecated.h
+include/xulrunner/fishsound/encode.h
+include/xulrunner/fishsound/fishsound.h
+include/xulrunner/ftpCore.h
+include/xulrunner/gfxASurface.h
+include/xulrunner/gfxAlphaRecovery.h
+include/xulrunner/gfxBlur.h
+include/xulrunner/gfxColor.h
+include/xulrunner/gfxContext.h
+include/xulrunner/gfxCore.h
+include/xulrunner/gfxFT2FontBase.h
+include/xulrunner/gfxFont.h
+include/xulrunner/gfxFontConstants.h
+include/xulrunner/gfxFontTest.h
+include/xulrunner/gfxFontUtils.h
+include/xulrunner/gfxGdkNativeRenderer.h
+include/xulrunner/gfxIFormats.h
+include/xulrunner/gfxImageSurface.h
+include/xulrunner/gfxMatrix.h
+include/xulrunner/gfxPDFSurface.h
+include/xulrunner/gfxPSSurface.h
+include/xulrunner/gfxPangoFonts.h
+include/xulrunner/gfxPath.h
+include/xulrunner/gfxPattern.h
+include/xulrunner/gfxPlatform.h
+include/xulrunner/gfxPlatformGtk.h
+include/xulrunner/gfxPoint.h
+include/xulrunner/gfxRect.h
+include/xulrunner/gfxSkipChars.h
+include/xulrunner/gfxTextRunCache.h
+include/xulrunner/gfxTextRunWordCache.h
+include/xulrunner/gfxTypes.h
+include/xulrunner/gfxUserFontSet.h
+include/xulrunner/gfxUtils.h
+include/xulrunner/gfxXlibSurface.h
+include/xulrunner/gfxidltypes.h
+include/xulrunner/gtk2xtbin.h
+include/xulrunner/gtkmozembed.h
+include/xulrunner/gtkmozembed_glue.cpp
+include/xulrunner/gtkmozembed_internal.h
+include/xulrunner/hasht.h
+include/xulrunner/imgICache.h
+include/xulrunner/imgIContainer.h
+include/xulrunner/imgIContainerObserver.h
+include/xulrunner/imgIDecoder.h
+include/xulrunner/imgIDecoderObserver.h
+include/xulrunner/imgIEncoder.h
+include/xulrunner/imgILoad.h
+include/xulrunner/imgILoader.h
+include/xulrunner/imgIRequest.h
+include/xulrunner/imgITools.h
+include/xulrunner/inICSSValueSearch.h
+include/xulrunner/inIDOMUtils.h
+include/xulrunner/inIDOMView.h
+include/xulrunner/inIDeepTreeWalker.h
+include/xulrunner/inIFlasher.h
+include/xulrunner/inISearchObserver.h
+include/xulrunner/inISearchProcess.h
+include/xulrunner/jar-ds.h
+include/xulrunner/jar.h
+include/xulrunner/jarfile.h
+include/xulrunner/js-config.h
+include/xulrunner/js.msg
+include/xulrunner/jsapi.h
+include/xulrunner/jsarena.h
+include/xulrunner/jsarray.h
+include/xulrunner/jsatom.h
+include/xulrunner/jsautocfg.h
+include/xulrunner/jsautokw.h
+include/xulrunner/jsbit.h
+include/xulrunner/jsbool.h
+${PLIST.jit}include/xulrunner/jsbuiltins.h
+include/xulrunner/jsclist.h
+include/xulrunner/jscntxt.h
+include/xulrunner/jscompat.h
+include/xulrunner/jsdIDebuggerService.h
+include/xulrunner/jsdate.h
+include/xulrunner/jsdbgapi.h
+include/xulrunner/jsdebug.h
+include/xulrunner/jsdhash.h
+include/xulrunner/jsdtoa.h
+include/xulrunner/jsemit.h
+include/xulrunner/jsfun.h
+include/xulrunner/jsgc.h
+include/xulrunner/jshash.h
+include/xulrunner/jsinterp.h
+include/xulrunner/jsinttypes.h
+include/xulrunner/jsiter.h
+include/xulrunner/jslock.h
+include/xulrunner/jslong.h
+include/xulrunner/jsmath.h
+include/xulrunner/jsnum.h
+include/xulrunner/jsobj.h
+include/xulrunner/jsobjinlines.h
+include/xulrunner/json.h
+include/xulrunner/jsopcode.h
+include/xulrunner/jsopcode.tbl
+include/xulrunner/jsotypes.h
+include/xulrunner/jsparse.h
+include/xulrunner/jsprf.h
+include/xulrunner/jsproto.tbl
+include/xulrunner/jsprvtd.h
+include/xulrunner/jspubtd.h
+include/xulrunner/jsregexp.h
+include/xulrunner/jsscan.h
+include/xulrunner/jsscope.h
+include/xulrunner/jsscript.h
+include/xulrunner/jsscriptinlines.h
+include/xulrunner/jsstaticcheck.h
+include/xulrunner/jsstr.h
+include/xulrunner/jstask.h
+include/xulrunner/jstracer.h
+include/xulrunner/jstypes.h
+include/xulrunner/jsutil.h
+include/xulrunner/jsversion.h
+include/xulrunner/jsxdrapi.h
+include/xulrunner/jsxml.h
+include/xulrunner/key.h
+include/xulrunner/keyhi.h
+include/xulrunner/keyt.h
+include/xulrunner/keythi.h
+include/xulrunner/mar.h
+include/xulrunner/md/_aix32.cfg
+include/xulrunner/md/_aix64.cfg
+include/xulrunner/md/_beos.cfg
+include/xulrunner/md/_bsdi.cfg
+include/xulrunner/md/_darwin.cfg
+include/xulrunner/md/_dgux.cfg
+include/xulrunner/md/_freebsd.cfg
+include/xulrunner/md/_hpux32.cfg
+include/xulrunner/md/_hpux64.cfg
+include/xulrunner/md/_irix32.cfg
+include/xulrunner/md/_irix64.cfg
+include/xulrunner/md/_linux.cfg
+include/xulrunner/md/_ncr.cfg
+include/xulrunner/md/_nec.cfg
+include/xulrunner/md/_netbsd.cfg
+include/xulrunner/md/_nextstep.cfg
+include/xulrunner/md/_nto.cfg
+include/xulrunner/md/_openbsd.cfg
+include/xulrunner/md/_os2.cfg
+include/xulrunner/md/_osf1.cfg
+include/xulrunner/md/_qnx.cfg
+include/xulrunner/md/_reliantunix.cfg
+include/xulrunner/md/_riscos.cfg
+include/xulrunner/md/_scoos.cfg
+include/xulrunner/md/_solaris.cfg
+include/xulrunner/md/_sony.cfg
+include/xulrunner/md/_sunos4.cfg
+include/xulrunner/md/_symbian.cfg
+include/xulrunner/md/_unixware.cfg
+include/xulrunner/md/_unixware7.cfg
+include/xulrunner/md/_win95.cfg
+include/xulrunner/md/_winnt.cfg
+include/xulrunner/mozAutoDocUpdate.h
+include/xulrunner/mozFlushType.h
+include/xulrunner/mozIJSSubScriptLoader.h
+include/xulrunner/mozIPersonalDictionary.h
+include/xulrunner/mozIPlacesAutoComplete.h
+include/xulrunner/mozISanitizingSerializer.h
+include/xulrunner/mozISpellCheckingEngine.h
+include/xulrunner/mozISpellI18NManager.h
+include/xulrunner/mozISpellI18NUtil.h
+include/xulrunner/mozIStorageAggregateFunction.h
+include/xulrunner/mozIStorageBindingParams.h
+include/xulrunner/mozIStorageBindingParamsArray.h
+include/xulrunner/mozIStorageConnection.h
+include/xulrunner/mozIStorageError.h
+include/xulrunner/mozIStorageFunction.h
+include/xulrunner/mozIStoragePendingStatement.h
+include/xulrunner/mozIStorageProgressHandler.h
+include/xulrunner/mozIStorageResultSet.h
+include/xulrunner/mozIStorageRow.h
+include/xulrunner/mozIStorageService.h
+include/xulrunner/mozIStorageStatement.h
+include/xulrunner/mozIStorageStatementCallback.h
+include/xulrunner/mozIStorageStatementWrapper.h
+include/xulrunner/mozIStorageValueArray.h
+include/xulrunner/mozITXTToHTMLConv.h
+include/xulrunner/mozStorage.h
+include/xulrunner/mozStorageCID.h
+include/xulrunner/mozStorageHelper.h
+include/xulrunner/mozcontainer.h
+include/xulrunner/mozilla-config.h
+include/xulrunner/mozilla/BlockingResourceBase.h
+include/xulrunner/mozilla/CondVar.h
+include/xulrunner/mozilla/DeadlockDetector.h
+include/xulrunner/mozilla/Monitor.h
+include/xulrunner/mozilla/Mutex.h
+include/xulrunner/mozilla/TimeStamp.h
+include/xulrunner/mozilla/XPCOM.h
+include/xulrunner/mozilla/storage.h
+include/xulrunner/mozilla/storage/Variant.h
+include/xulrunner/mozilla/storage/Variant_inl.h
+include/xulrunner/mozpngconf.h
+${PLIST.jit}include/xulrunner/nanojit.h
+include/xulrunner/necko-config.h
+include/xulrunner/netCore.h
+include/xulrunner/npapi.h
+include/xulrunner/npfunctions.h
+include/xulrunner/npruntime.h
+include/xulrunner/nptypes.h
+include/xulrunner/nsARIAGridAccessibleWrap.h
+include/xulrunner/nsASocketHandler.h
+include/xulrunner/nsAString.h
+include/xulrunner/nsAXPCNativeCallContext.h
+include/xulrunner/nsAboutProtocolUtils.h
+include/xulrunner/nsAccessNode.h
+include/xulrunner/nsAccessNodeWrap.h
+include/xulrunner/nsAccessibleEventData.h
+include/xulrunner/nsAccessibleRelationWrap.h
+include/xulrunner/nsAccessibleWrap.h
+include/xulrunner/nsAgg.h
+include/xulrunner/nsAlgorithm.h
+include/xulrunner/nsAppDirectoryServiceDefs.h
+include/xulrunner/nsAppShellCID.h
+include/xulrunner/nsArrayEnumerator.h
+include/xulrunner/nsArrayUtils.h
+include/xulrunner/nsAtomListUtils.h
+include/xulrunner/nsAtomService.h
+include/xulrunner/nsAttrName.h
+include/xulrunner/nsAudioStream.h
+include/xulrunner/nsAutoJSValHolder.h
+include/xulrunner/nsAutoLock.h
+include/xulrunner/nsAutoPtr.h
+include/xulrunner/nsAutoRef.h
+include/xulrunner/nsBaseHashtable.h
+include/xulrunner/nsBidi.h
+include/xulrunner/nsBidiFrames.h
+include/xulrunner/nsBidiPresUtils.h
+include/xulrunner/nsBidiUtils.h
+include/xulrunner/nsBindingManager.h
+include/xulrunner/nsCDefaultURIFixup.h
+include/xulrunner/nsCExternalHandlerService.h
+include/xulrunner/nsCOMArray.h
+include/xulrunner/nsCOMPtr.h
+include/xulrunner/nsCPasswordManager.h
+include/xulrunner/nsCPasswordManagerInternal.h
+include/xulrunner/nsCPrefetchService.h
+include/xulrunner/nsCRT.h
+include/xulrunner/nsCRTGlue.h
+include/xulrunner/nsCSSAnonBoxList.h
+include/xulrunner/nsCSSAnonBoxes.h
+include/xulrunner/nsCSSFrameConstructor.h
+include/xulrunner/nsCSSKeywordList.h
+include/xulrunner/nsCSSKeywords.h
+include/xulrunner/nsCSSPropList.h
+include/xulrunner/nsCSSProperty.h
+include/xulrunner/nsCSSProps.h
+include/xulrunner/nsCSSPseudoClassList.h
+include/xulrunner/nsCSSPseudoClasses.h
+include/xulrunner/nsCSSPseudoElementList.h
+include/xulrunner/nsCSSPseudoElements.h
+include/xulrunner/nsCSSRuleProcessor.h
+include/xulrunner/nsCSSStruct.h
+include/xulrunner/nsCSSStyleSheet.h
+include/xulrunner/nsCSSValue.h
+include/xulrunner/nsCTooltipTextProvider.h
+include/xulrunner/nsCUPSShim.h
+include/xulrunner/nsCURILoader.h
+include/xulrunner/nsCWebBrowser.h
+include/xulrunner/nsCWebBrowserPersist.h
+include/xulrunner/nsCacheService.h
+include/xulrunner/nsCaret.h
+include/xulrunner/nsCaseTreatment.h
+include/xulrunner/nsCategoryCache.h
+include/xulrunner/nsCategoryManagerUtils.h
+include/xulrunner/nsChangeHint.h
+include/xulrunner/nsChannelProperties.h
+include/xulrunner/nsChannelReader.h
+include/xulrunner/nsCharTraits.h
+include/xulrunner/nsCharsetDetectionAdaptorCID.h
+include/xulrunner/nsCheapSets.h
+include/xulrunner/nsClassHashtable.h
+include/xulrunner/nsClientRect.h
+include/xulrunner/nsCollation.h
+include/xulrunner/nsCollationCID.h
+include/xulrunner/nsColor.h
+include/xulrunner/nsColorNameList.h
+include/xulrunner/nsColorNames.h
+include/xulrunner/nsCom.h
+include/xulrunner/nsCommaSeparatedTokenizer.h
+include/xulrunner/nsCompatibility.h
+include/xulrunner/nsComponentManagerUtils.h
+include/xulrunner/nsCompressedCharMap.h
+include/xulrunner/nsContentCID.h
+include/xulrunner/nsContentCreatorFunctions.h
+include/xulrunner/nsContentDLF.h
+include/xulrunner/nsContentErrors.h
+include/xulrunner/nsContentList.h
+include/xulrunner/nsContentPolicyUtils.h
+include/xulrunner/nsContentUtils.h
+include/xulrunner/nsCoord.h
+include/xulrunner/nsCopySupport.h
+include/xulrunner/nsCppSharedAllocator.h
+include/xulrunner/nsCycleCollectionParticipant.h
+include/xulrunner/nsCycleCollector.h
+include/xulrunner/nsDOMCID.h
+include/xulrunner/nsDOMCSSAttrDeclaration.h
+include/xulrunner/nsDOMCSSDeclaration.h
+include/xulrunner/nsDOMClassInfoID.h
+include/xulrunner/nsDOMError.h
+include/xulrunner/nsDOMFile.h
+include/xulrunner/nsDOMJSUtils.h
+include/xulrunner/nsDOMScriptObjectHolder.h
+include/xulrunner/nsDOMString.h
+include/xulrunner/nsDataHashtable.h
+include/xulrunner/nsDateTimeFormatCID.h
+include/xulrunner/nsDebug.h
+include/xulrunner/nsDebugImpl.h
+include/xulrunner/nsDefaultPlugin.h
+include/xulrunner/nsDependentString.h
+include/xulrunner/nsDependentSubstring.h
+include/xulrunner/nsDeque.h
+include/xulrunner/nsDetectionConfident.h
+include/xulrunner/nsDirectoryService.h
+include/xulrunner/nsDirectoryServiceDefs.h
+include/xulrunner/nsDirectoryServiceUtils.h
+include/xulrunner/nsDisplayList.h
+include/xulrunner/nsDocAccessibleWrap.h
+include/xulrunner/nsDocLoader.h
+include/xulrunner/nsDocShellCID.h
+include/xulrunner/nsDocShellLoadTypes.h
+include/xulrunner/nsDocumentCharsetInfoCID.h
+include/xulrunner/nsDoubleHashtable.h
+include/xulrunner/nsEditorCID.h
+include/xulrunner/nsEmbedAPI.h
+include/xulrunner/nsEmbedCID.h
+include/xulrunner/nsEmbedString.h
+include/xulrunner/nsEncoderDecoderUtils.h
+include/xulrunner/nsEnumeratorUtils.h
+include/xulrunner/nsError.h
+include/xulrunner/nsEscape.h
+include/xulrunner/nsEvent.h
+include/xulrunner/nsEventDispatcher.h
+include/xulrunner/nsEventQueue.h
+include/xulrunner/nsExpirationTracker.h
+include/xulrunner/nsFastLoadService.h
+include/xulrunner/nsFixedSizeAllocator.h
+include/xulrunner/nsFocusManager.h
+include/xulrunner/nsFont.h
+include/xulrunner/nsFrameList.h
+include/xulrunner/nsFrameManager.h
+include/xulrunner/nsFrameManagerBase.h
+include/xulrunner/nsFrameSelection.h
+include/xulrunner/nsFrameTraversal.h
+include/xulrunner/nsGTKToolkit.h
+include/xulrunner/nsGUIEvent.h
+include/xulrunner/nsGenericFactory.h
+include/xulrunner/nsGfxCIID.h
+include/xulrunner/nsGkAtomList.h
+include/xulrunner/nsGkAtoms.h
+include/xulrunner/nsGrid.h
+include/xulrunner/nsGridCell.h
+include/xulrunner/nsGridLayout2.h
+include/xulrunner/nsGridRow.h
+include/xulrunner/nsGridRowGroupLayout.h
+include/xulrunner/nsGridRowLayout.h
+include/xulrunner/nsGridRowLeafFrame.h
+include/xulrunner/nsGridRowLeafLayout.h
+include/xulrunner/nsHTMLAudioElement.h
+include/xulrunner/nsHTMLFormControlAccessible.h
+include/xulrunner/nsHTMLImageAccessibleWrap.h
+include/xulrunner/nsHTMLMediaElement.h
+include/xulrunner/nsHTMLParts.h
+include/xulrunner/nsHTMLReflowMetrics.h
+include/xulrunner/nsHTMLReflowState.h
+include/xulrunner/nsHTMLTableAccessibleWrap.h
+include/xulrunner/nsHTMLTagList.h
+include/xulrunner/nsHTMLTags.h
+include/xulrunner/nsHTMLTokens.h
+include/xulrunner/nsHTMLVideoElement.h
+include/xulrunner/nsHankakuToZenkakuCID.h
+include/xulrunner/nsHashKeys.h
+include/xulrunner/nsHashPropertyBag.h
+include/xulrunner/nsHashSets.h
+include/xulrunner/nsHashtable.h
+include/xulrunner/nsHtml5Module.h
+include/xulrunner/nsHyperTextAccessible.h
+include/xulrunner/nsHyperTextAccessibleWrap.h
+include/xulrunner/nsIASN1Object.h
+include/xulrunner/nsIASN1PrintableItem.h
+include/xulrunner/nsIASN1Sequence.h
+include/xulrunner/nsIASN1Tree.h
+include/xulrunner/nsIAboutModule.h
+include/xulrunner/nsIAccelerometer.h
+include/xulrunner/nsIAccessNode.h
+include/xulrunner/nsIAccessibilityService.h
+include/xulrunner/nsIAccessible.h
+include/xulrunner/nsIAccessibleDocument.h
+include/xulrunner/nsIAccessibleEditableText.h
+include/xulrunner/nsIAccessibleEvent.h
+include/xulrunner/nsIAccessibleHyperLink.h
+include/xulrunner/nsIAccessibleHyperText.h
+include/xulrunner/nsIAccessibleImage.h
+include/xulrunner/nsIAccessibleProvider.h
+include/xulrunner/nsIAccessibleRelation.h
+include/xulrunner/nsIAccessibleRetrieval.h
+include/xulrunner/nsIAccessibleRole.h
+include/xulrunner/nsIAccessibleSelectable.h
+include/xulrunner/nsIAccessibleStates.h
+include/xulrunner/nsIAccessibleTable.h
+include/xulrunner/nsIAccessibleText.h
+include/xulrunner/nsIAccessibleTypes.h
+include/xulrunner/nsIAccessibleValue.h
+include/xulrunner/nsIAddonRepository.h
+include/xulrunner/nsIAlertsService.h
+include/xulrunner/nsIAllocator.h
+include/xulrunner/nsIAnnotationService.h
+include/xulrunner/nsIAnonymousContentCreator.h
+include/xulrunner/nsIAppShell.h
+include/xulrunner/nsIAppShellService.h
+include/xulrunner/nsIAppStartup.h
+include/xulrunner/nsIAppStartupNotifier.h
+include/xulrunner/nsIApplicationCache.h
+include/xulrunner/nsIApplicationCacheChannel.h
+include/xulrunner/nsIApplicationCacheContainer.h
+include/xulrunner/nsIApplicationCacheService.h
+include/xulrunner/nsIArray.h
+include/xulrunner/nsIAssociatedContentSecurity.h
+include/xulrunner/nsIAsyncInputStream.h
+include/xulrunner/nsIAsyncOutputStream.h
+include/xulrunner/nsIAsyncStreamCopier.h
+include/xulrunner/nsIAtom.h
+include/xulrunner/nsIAtomService.h
+include/xulrunner/nsIAttribute.h
+include/xulrunner/nsIAuthInformation.h
+include/xulrunner/nsIAuthModule.h
+include/xulrunner/nsIAuthPrompt.h
+include/xulrunner/nsIAuthPrompt2.h
+include/xulrunner/nsIAuthPromptAdapterFactory.h
+include/xulrunner/nsIAuthPromptCallback.h
+include/xulrunner/nsIAuthPromptProvider.h
+include/xulrunner/nsIAuthPromptWrapper.h
+include/xulrunner/nsIAutoCompleteController.h
+include/xulrunner/nsIAutoCompleteInput.h
+include/xulrunner/nsIAutoCompletePopup.h
+include/xulrunner/nsIAutoCompleteResult.h
+include/xulrunner/nsIAutoCompleteResultTypes.h
+include/xulrunner/nsIAutoCompleteSearch.h
+include/xulrunner/nsIAutoCompleteSimpleResult.h
+include/xulrunner/nsIAutoConfig.h
+include/xulrunner/nsIBadCertListener2.h
+include/xulrunner/nsIBaseDOMException.h
+include/xulrunner/nsIBaseWindow.h
+include/xulrunner/nsIBidiKeyboard.h
+include/xulrunner/nsIBinaryInputStream.h
+include/xulrunner/nsIBinaryOutputStream.h
+include/xulrunner/nsIBlocklistService.h
+include/xulrunner/nsIBoxObject.h
+include/xulrunner/nsIBrowserBoxObject.h
+include/xulrunner/nsIBrowserDOMWindow.h
+include/xulrunner/nsIBrowserHistory.h
+include/xulrunner/nsIBrowserInstance.h
+include/xulrunner/nsIBrowserSearchService.h
+include/xulrunner/nsIBufEntropyCollector.h
+include/xulrunner/nsIBufferedStreams.h
+include/xulrunner/nsIByteBuffer.h
+include/xulrunner/nsIByteRangeRequest.h
+include/xulrunner/nsICMSDecoder.h
+include/xulrunner/nsICMSEncoder.h
+include/xulrunner/nsICMSMessage.h
+include/xulrunner/nsICMSMessage2.h
+include/xulrunner/nsICMSMessageErrors.h
+include/xulrunner/nsICMSSecureMessage.h
+include/xulrunner/nsICRLInfo.h
+include/xulrunner/nsICRLManager.h
+include/xulrunner/nsICSSDeclaration.h
+include/xulrunner/nsICSSGroupRule.h
+include/xulrunner/nsICSSImportRule.h
+include/xulrunner/nsICSSLoader.h
+include/xulrunner/nsICSSLoaderObserver.h
+include/xulrunner/nsICSSNameSpaceRule.h
+include/xulrunner/nsICSSParser.h
+include/xulrunner/nsICSSPseudoComparator.h
+include/xulrunner/nsICSSRule.h
+include/xulrunner/nsICSSRuleList.h
+include/xulrunner/nsICSSStyleRule.h
+include/xulrunner/nsICSSStyleRuleDOMWrapper.h
+include/xulrunner/nsICSSStyleSheet.h
+include/xulrunner/nsICache.h
+include/xulrunner/nsICacheEntryDescriptor.h
+include/xulrunner/nsICacheListener.h
+include/xulrunner/nsICacheService.h
+include/xulrunner/nsICacheSession.h
+include/xulrunner/nsICacheVisitor.h
+include/xulrunner/nsICachingChannel.h
+include/xulrunner/nsICancelable.h
+include/xulrunner/nsICanvasElement.h
+include/xulrunner/nsICanvasFrame.h
+include/xulrunner/nsICanvasRenderingContextInternal.h
+include/xulrunner/nsICaseConversion.h
+include/xulrunner/nsICategoryManager.h
+include/xulrunner/nsICertOverrideService.h
+include/xulrunner/nsICertPickDialogs.h
+include/xulrunner/nsICertTree.h
+include/xulrunner/nsICertificateDialogs.h
+include/xulrunner/nsIChannel.h
+include/xulrunner/nsIChannelClassifier.h
+include/xulrunner/nsIChannelEventSink.h
+include/xulrunner/nsICharRepresentable.h
+include/xulrunner/nsICharsetAlias.h
+include/xulrunner/nsICharsetConverterManager.h
+include/xulrunner/nsICharsetDetectionAdaptor.h
+include/xulrunner/nsICharsetDetectionObserver.h
+include/xulrunner/nsICharsetDetector.h
+include/xulrunner/nsICharsetResolver.h
+include/xulrunner/nsICheckboxControlFrame.h
+include/xulrunner/nsIChromeRegistry.h
+include/xulrunner/nsICipherInfo.h
+include/xulrunner/nsICiter.h
+include/xulrunner/nsIClassInfo.h
+include/xulrunner/nsIClassInfoImpl.h
+include/xulrunner/nsIClientAuthDialogs.h
+include/xulrunner/nsIClipboard.h
+include/xulrunner/nsIClipboardCommands.h
+include/xulrunner/nsIClipboardDragDropHookList.h
+include/xulrunner/nsIClipboardDragDropHooks.h
+include/xulrunner/nsIClipboardHelper.h
+include/xulrunner/nsIClipboardOwner.h
+include/xulrunner/nsICollation.h
+include/xulrunner/nsICollection.h
+include/xulrunner/nsIComboboxControlFrame.h
+include/xulrunner/nsICommandHandler.h
+include/xulrunner/nsICommandLine.h
+include/xulrunner/nsICommandLineHandler.h
+include/xulrunner/nsICommandLineRunner.h
+include/xulrunner/nsICommandLineValidator.h
+include/xulrunner/nsICommandManager.h
+include/xulrunner/nsICommandParams.h
+include/xulrunner/nsIComponentManager.h
+include/xulrunner/nsIComponentManagerObsolete.h
+include/xulrunner/nsIComponentRegistrar.h
+include/xulrunner/nsIConsoleListener.h
+include/xulrunner/nsIConsoleMessage.h
+include/xulrunner/nsIConsoleService.h
+include/xulrunner/nsIContainerBoxObject.h
+include/xulrunner/nsIContent.h
+include/xulrunner/nsIContentDispatchChooser.h
+include/xulrunner/nsIContentFilter.h
+include/xulrunner/nsIContentHandler.h
+include/xulrunner/nsIContentIterator.h
+include/xulrunner/nsIContentPolicy.h
+include/xulrunner/nsIContentPrefService.h
+include/xulrunner/nsIContentSerializer.h
+include/xulrunner/nsIContentSink.h
+include/xulrunner/nsIContentSniffer.h
+include/xulrunner/nsIContentURIGrouper.h
+include/xulrunner/nsIContentViewer.h
+include/xulrunner/nsIContentViewerContainer.h
+include/xulrunner/nsIContentViewerEdit.h
+include/xulrunner/nsIContentViewerFile.h
+include/xulrunner/nsIContextMenuListener.h
+include/xulrunner/nsIContextMenuListener2.h
+include/xulrunner/nsIController.h
+include/xulrunner/nsIControllerCommand.h
+include/xulrunner/nsIControllerCommandTable.h
+include/xulrunner/nsIControllerContext.h
+include/xulrunner/nsIControllers.h
+include/xulrunner/nsIConverterInputStream.h
+include/xulrunner/nsIConverterOutputStream.h
+include/xulrunner/nsICookie.h
+include/xulrunner/nsICookie2.h
+include/xulrunner/nsICookieAcceptDialog.h
+include/xulrunner/nsICookieManager.h
+include/xulrunner/nsICookieManager2.h
+include/xulrunner/nsICookiePermission.h
+include/xulrunner/nsICookiePromptService.h
+include/xulrunner/nsICookieService.h
+include/xulrunner/nsICryptoFIPSInfo.h
+include/xulrunner/nsICryptoHMAC.h
+include/xulrunner/nsICryptoHash.h
+include/xulrunner/nsICurrentCharsetListener.h
+include/xulrunner/nsID.h
+include/xulrunner/nsIDNSListener.h
+include/xulrunner/nsIDNSRecord.h
+include/xulrunner/nsIDNSService.h
+include/xulrunner/nsIDOM3Attr.h
+include/xulrunner/nsIDOM3Document.h
+include/xulrunner/nsIDOM3DocumentEvent.h
+include/xulrunner/nsIDOM3EventTarget.h
+include/xulrunner/nsIDOM3Node.h
+include/xulrunner/nsIDOM3Text.h
+include/xulrunner/nsIDOM3TypeInfo.h
+include/xulrunner/nsIDOMAbstractView.h
+include/xulrunner/nsIDOMAttr.h
+include/xulrunner/nsIDOMBarProp.h
+include/xulrunner/nsIDOMBeforeUnloadEvent.h
+include/xulrunner/nsIDOMCDATASection.h
+include/xulrunner/nsIDOMCRMFObject.h
+include/xulrunner/nsIDOMCSS2Properties.h
+include/xulrunner/nsIDOMCSSCharsetRule.h
+include/xulrunner/nsIDOMCSSFontFaceRule.h
+include/xulrunner/nsIDOMCSSImportRule.h
+include/xulrunner/nsIDOMCSSMediaRule.h
+include/xulrunner/nsIDOMCSSMozDocumentRule.h
+include/xulrunner/nsIDOMCSSPageRule.h
+include/xulrunner/nsIDOMCSSPrimitiveValue.h
+include/xulrunner/nsIDOMCSSRule.h
+include/xulrunner/nsIDOMCSSRuleList.h
+include/xulrunner/nsIDOMCSSStyleDeclaration.h
+include/xulrunner/nsIDOMCSSStyleRule.h
+include/xulrunner/nsIDOMCSSStyleSheet.h
+include/xulrunner/nsIDOMCSSUnknownRule.h
+include/xulrunner/nsIDOMCSSValue.h
+include/xulrunner/nsIDOMCSSValueList.h
+include/xulrunner/nsIDOMCanvasRenderingContext2D.h
+include/xulrunner/nsIDOMCharacterData.h
+include/xulrunner/nsIDOMChromeWindow.h
+include/xulrunner/nsIDOMClassInfo.h
+include/xulrunner/nsIDOMClientInformation.h
+include/xulrunner/nsIDOMClientRect.h
+include/xulrunner/nsIDOMClientRectList.h
+include/xulrunner/nsIDOMCommandEvent.h
+include/xulrunner/nsIDOMComment.h
+include/xulrunner/nsIDOMCompositionListener.h
+include/xulrunner/nsIDOMConstructor.h
+include/xulrunner/nsIDOMContextMenuListener.h
+include/xulrunner/nsIDOMCounter.h
+include/xulrunner/nsIDOMCrypto.h
+include/xulrunner/nsIDOMCryptoDialogs.h
+include/xulrunner/nsIDOMDOMConfiguration.h
+include/xulrunner/nsIDOMDOMException.h
+include/xulrunner/nsIDOMDOMImplementation.h
+include/xulrunner/nsIDOMDOMImplementationLS.h
+include/xulrunner/nsIDOMDOMStringList.h
+include/xulrunner/nsIDOMDOMTokenList.h
+include/xulrunner/nsIDOMDataContainerEvent.h
+include/xulrunner/nsIDOMDataTransfer.h
+include/xulrunner/nsIDOMDocument.h
+include/xulrunner/nsIDOMDocumentCSS.h
+include/xulrunner/nsIDOMDocumentEvent.h
+include/xulrunner/nsIDOMDocumentFragment.h
+include/xulrunner/nsIDOMDocumentRange.h
+include/xulrunner/nsIDOMDocumentStyle.h
+include/xulrunner/nsIDOMDocumentTraversal.h
+include/xulrunner/nsIDOMDocumentType.h
+include/xulrunner/nsIDOMDocumentView.h
+include/xulrunner/nsIDOMDocumentXBL.h
+include/xulrunner/nsIDOMDragEvent.h
+include/xulrunner/nsIDOMElement.h
+include/xulrunner/nsIDOMElementCSSInlineStyle.h
+include/xulrunner/nsIDOMEntity.h
+include/xulrunner/nsIDOMEntityReference.h
+include/xulrunner/nsIDOMEvent.h
+include/xulrunner/nsIDOMEventGroup.h
+include/xulrunner/nsIDOMEventListener.h
+include/xulrunner/nsIDOMEventTarget.h
+include/xulrunner/nsIDOMFile.h
+include/xulrunner/nsIDOMFileError.h
+include/xulrunner/nsIDOMFileException.h
+include/xulrunner/nsIDOMFileInternal.h
+include/xulrunner/nsIDOMFileList.h
+include/xulrunner/nsIDOMFileReader.h
+include/xulrunner/nsIDOMFocusListener.h
+include/xulrunner/nsIDOMFormListener.h
+include/xulrunner/nsIDOMGeoGeolocation.h
+include/xulrunner/nsIDOMGeoPosition.h
+include/xulrunner/nsIDOMGeoPositionAddress.h
+include/xulrunner/nsIDOMGeoPositionCallback.h
+include/xulrunner/nsIDOMGeoPositionCoords.h
+include/xulrunner/nsIDOMGeoPositionError.h
+include/xulrunner/nsIDOMGeoPositionErrorCallback.h
+include/xulrunner/nsIDOMGeoPositionOptions.h
+include/xulrunner/nsIDOMGetSVGDocument.h
+include/xulrunner/nsIDOMHTMLAnchorElement.h
+include/xulrunner/nsIDOMHTMLAppletElement.h
+include/xulrunner/nsIDOMHTMLAreaElement.h
+include/xulrunner/nsIDOMHTMLAudioElement.h
+include/xulrunner/nsIDOMHTMLBRElement.h
+include/xulrunner/nsIDOMHTMLBaseElement.h
+include/xulrunner/nsIDOMHTMLBaseFontElement.h
+include/xulrunner/nsIDOMHTMLBodyElement.h
+include/xulrunner/nsIDOMHTMLButtonElement.h
+include/xulrunner/nsIDOMHTMLByteRanges.h
+include/xulrunner/nsIDOMHTMLCanvasElement.h
+include/xulrunner/nsIDOMHTMLCollection.h
+include/xulrunner/nsIDOMHTMLDListElement.h
+include/xulrunner/nsIDOMHTMLDirectoryElement.h
+include/xulrunner/nsIDOMHTMLDivElement.h
+include/xulrunner/nsIDOMHTMLDocument.h
+include/xulrunner/nsIDOMHTMLElement.h
+include/xulrunner/nsIDOMHTMLEmbedElement.h
+include/xulrunner/nsIDOMHTMLFieldSetElement.h
+include/xulrunner/nsIDOMHTMLFontElement.h
+include/xulrunner/nsIDOMHTMLFormElement.h
+include/xulrunner/nsIDOMHTMLFrameElement.h
+include/xulrunner/nsIDOMHTMLFrameSetElement.h
+include/xulrunner/nsIDOMHTMLHRElement.h
+include/xulrunner/nsIDOMHTMLHeadElement.h
+include/xulrunner/nsIDOMHTMLHeadingElement.h
+include/xulrunner/nsIDOMHTMLHtmlElement.h
+include/xulrunner/nsIDOMHTMLIFrameElement.h
+include/xulrunner/nsIDOMHTMLImageElement.h
+include/xulrunner/nsIDOMHTMLInputElement.h
+include/xulrunner/nsIDOMHTMLIsIndexElement.h
+include/xulrunner/nsIDOMHTMLLIElement.h
+include/xulrunner/nsIDOMHTMLLabelElement.h
+include/xulrunner/nsIDOMHTMLLegendElement.h
+include/xulrunner/nsIDOMHTMLLinkElement.h
+include/xulrunner/nsIDOMHTMLMapElement.h
+include/xulrunner/nsIDOMHTMLMediaElement.h
+include/xulrunner/nsIDOMHTMLMediaError.h
+include/xulrunner/nsIDOMHTMLMenuElement.h
+include/xulrunner/nsIDOMHTMLMetaElement.h
+include/xulrunner/nsIDOMHTMLModElement.h
+include/xulrunner/nsIDOMHTMLOListElement.h
+include/xulrunner/nsIDOMHTMLObjectElement.h
+include/xulrunner/nsIDOMHTMLOptGroupElement.h
+include/xulrunner/nsIDOMHTMLOptionElement.h
+include/xulrunner/nsIDOMHTMLOptionsCollection.h
+include/xulrunner/nsIDOMHTMLParagraphElement.h
+include/xulrunner/nsIDOMHTMLParamElement.h
+include/xulrunner/nsIDOMHTMLPreElement.h
+include/xulrunner/nsIDOMHTMLQuoteElement.h
+include/xulrunner/nsIDOMHTMLScriptElement.h
+include/xulrunner/nsIDOMHTMLSelectElement.h
+include/xulrunner/nsIDOMHTMLSourceElement.h
+include/xulrunner/nsIDOMHTMLStyleElement.h
+include/xulrunner/nsIDOMHTMLTableCaptionElem.h
+include/xulrunner/nsIDOMHTMLTableCellElement.h
+include/xulrunner/nsIDOMHTMLTableColElement.h
+include/xulrunner/nsIDOMHTMLTableElement.h
+include/xulrunner/nsIDOMHTMLTableRowElement.h
+include/xulrunner/nsIDOMHTMLTableSectionElem.h
+include/xulrunner/nsIDOMHTMLTextAreaElement.h
+include/xulrunner/nsIDOMHTMLTimeRanges.h
+include/xulrunner/nsIDOMHTMLTitleElement.h
+include/xulrunner/nsIDOMHTMLUListElement.h
+include/xulrunner/nsIDOMHTMLVideoElement.h
+include/xulrunner/nsIDOMHTMLVoidCallback.h
+include/xulrunner/nsIDOMHistory.h
+include/xulrunner/nsIDOMInstallTriggerGlobal.h
+include/xulrunner/nsIDOMJSWindow.h
+include/xulrunner/nsIDOMKeyEvent.h
+include/xulrunner/nsIDOMKeyListener.h
+include/xulrunner/nsIDOMLSException.h
+include/xulrunner/nsIDOMLSInput.h
+include/xulrunner/nsIDOMLSLoadEvent.h
+include/xulrunner/nsIDOMLSOutput.h
+include/xulrunner/nsIDOMLSParser.h
+include/xulrunner/nsIDOMLSParserFilter.h
+include/xulrunner/nsIDOMLSProgressEvent.h
+include/xulrunner/nsIDOMLSResourceResolver.h
+include/xulrunner/nsIDOMLSSerializer.h
+include/xulrunner/nsIDOMLSSerializerFilter.h
+include/xulrunner/nsIDOMLinkStyle.h
+include/xulrunner/nsIDOMLoadListener.h
+include/xulrunner/nsIDOMLoadStatus.h
+include/xulrunner/nsIDOMLocation.h
+include/xulrunner/nsIDOMMediaList.h
+include/xulrunner/nsIDOMMessageEvent.h
+include/xulrunner/nsIDOMMimeType.h
+include/xulrunner/nsIDOMMimeTypeArray.h
+include/xulrunner/nsIDOMModalContentWindow.h
+include/xulrunner/nsIDOMMouseEvent.h
+include/xulrunner/nsIDOMMouseListener.h
+include/xulrunner/nsIDOMMouseMotionListener.h
+include/xulrunner/nsIDOMMouseScrollEvent.h
+include/xulrunner/nsIDOMMutationEvent.h
+include/xulrunner/nsIDOMNSCSS2Properties.h
+include/xulrunner/nsIDOMNSDocument.h
+include/xulrunner/nsIDOMNSDocumentStyle.h
+include/xulrunner/nsIDOMNSEditableElement.h
+include/xulrunner/nsIDOMNSElement.h
+include/xulrunner/nsIDOMNSEvent.h
+include/xulrunner/nsIDOMNSEventTarget.h
+include/xulrunner/nsIDOMNSFeatureFactory.h
+include/xulrunner/nsIDOMNSHTMLAnchorElement.h
+include/xulrunner/nsIDOMNSHTMLAnchorElement2.h
+include/xulrunner/nsIDOMNSHTMLAreaElement.h
+include/xulrunner/nsIDOMNSHTMLAreaElement2.h
+include/xulrunner/nsIDOMNSHTMLButtonElement.h
+include/xulrunner/nsIDOMNSHTMLDocument.h
+include/xulrunner/nsIDOMNSHTMLElement.h
+include/xulrunner/nsIDOMNSHTMLFormControlList.h
+include/xulrunner/nsIDOMNSHTMLFormElement.h
+include/xulrunner/nsIDOMNSHTMLFrameElement.h
+include/xulrunner/nsIDOMNSHTMLHRElement.h
+include/xulrunner/nsIDOMNSHTMLImageElement.h
+include/xulrunner/nsIDOMNSHTMLInputElement.h
+include/xulrunner/nsIDOMNSHTMLOptionCollectn.h
+include/xulrunner/nsIDOMNSHTMLOptionElement.h
+include/xulrunner/nsIDOMNSHTMLScriptElement.h
+include/xulrunner/nsIDOMNSHTMLSelectElement.h
+include/xulrunner/nsIDOMNSHTMLTextAreaElement.h
+include/xulrunner/nsIDOMNSMouseEvent.h
+include/xulrunner/nsIDOMNSRGBAColor.h
+include/xulrunner/nsIDOMNSRange.h
+include/xulrunner/nsIDOMNSUIEvent.h
+include/xulrunner/nsIDOMNSXPathExpression.h
+include/xulrunner/nsIDOMNameList.h
+include/xulrunner/nsIDOMNamedNodeMap.h
+include/xulrunner/nsIDOMNavigator.h
+include/xulrunner/nsIDOMNavigatorGeolocation.h
+include/xulrunner/nsIDOMNode.h
+include/xulrunner/nsIDOMNodeFilter.h
+include/xulrunner/nsIDOMNodeIterator.h
+include/xulrunner/nsIDOMNodeList.h
+include/xulrunner/nsIDOMNodeSelector.h
+include/xulrunner/nsIDOMNotation.h
+include/xulrunner/nsIDOMNotifyPaintEvent.h
+include/xulrunner/nsIDOMOfflineResourceList.h
+include/xulrunner/nsIDOMOrientationEvent.h
+include/xulrunner/nsIDOMPageTransitionEvent.h
+include/xulrunner/nsIDOMPaintRequest.h
+include/xulrunner/nsIDOMPaintRequestList.h
+include/xulrunner/nsIDOMParser.h
+include/xulrunner/nsIDOMPkcs11.h
+include/xulrunner/nsIDOMPlugin.h
+include/xulrunner/nsIDOMPluginArray.h
+include/xulrunner/nsIDOMPopupBlockedEvent.h
+include/xulrunner/nsIDOMProcessingInstruction.h
+include/xulrunner/nsIDOMProgressEvent.h
+include/xulrunner/nsIDOMRGBColor.h
+include/xulrunner/nsIDOMRange.h
+include/xulrunner/nsIDOMRangeException.h
+include/xulrunner/nsIDOMRect.h
+include/xulrunner/nsIDOMSVGAElement.h
+include/xulrunner/nsIDOMSVGAngle.h
+include/xulrunner/nsIDOMSVGAnimPresAspRatio.h
+include/xulrunner/nsIDOMSVGAnimTransformList.h
+include/xulrunner/nsIDOMSVGAnimatedAngle.h
+include/xulrunner/nsIDOMSVGAnimatedBoolean.h
+include/xulrunner/nsIDOMSVGAnimatedEnum.h
+include/xulrunner/nsIDOMSVGAnimatedInteger.h
+include/xulrunner/nsIDOMSVGAnimatedLength.h
+include/xulrunner/nsIDOMSVGAnimatedLengthList.h
+include/xulrunner/nsIDOMSVGAnimatedNumber.h
+include/xulrunner/nsIDOMSVGAnimatedNumberList.h
+include/xulrunner/nsIDOMSVGAnimatedPathData.h
+include/xulrunner/nsIDOMSVGAnimatedPoints.h
+include/xulrunner/nsIDOMSVGAnimatedRect.h
+include/xulrunner/nsIDOMSVGAnimatedString.h
+include/xulrunner/nsIDOMSVGCircleElement.h
+include/xulrunner/nsIDOMSVGClipPathElement.h
+include/xulrunner/nsIDOMSVGDefsElement.h
+include/xulrunner/nsIDOMSVGDescElement.h
+include/xulrunner/nsIDOMSVGDocument.h
+include/xulrunner/nsIDOMSVGElement.h
+include/xulrunner/nsIDOMSVGEllipseElement.h
+include/xulrunner/nsIDOMSVGEvent.h
+include/xulrunner/nsIDOMSVGException.h
+include/xulrunner/nsIDOMSVGFilterElement.h
+include/xulrunner/nsIDOMSVGFilters.h
+include/xulrunner/nsIDOMSVGFitToViewBox.h
+include/xulrunner/nsIDOMSVGForeignObjectElem.h
+include/xulrunner/nsIDOMSVGGElement.h
+include/xulrunner/nsIDOMSVGGradientElement.h
+include/xulrunner/nsIDOMSVGImageElement.h
+include/xulrunner/nsIDOMSVGLength.h
+include/xulrunner/nsIDOMSVGLengthList.h
+include/xulrunner/nsIDOMSVGLineElement.h
+include/xulrunner/nsIDOMSVGLocatable.h
+include/xulrunner/nsIDOMSVGMarkerElement.h
+include/xulrunner/nsIDOMSVGMaskElement.h
+include/xulrunner/nsIDOMSVGMatrix.h
+include/xulrunner/nsIDOMSVGMetadataElement.h
+include/xulrunner/nsIDOMSVGNumber.h
+include/xulrunner/nsIDOMSVGNumberList.h
+include/xulrunner/nsIDOMSVGPathElement.h
+include/xulrunner/nsIDOMSVGPathSeg.h
+include/xulrunner/nsIDOMSVGPathSegList.h
+include/xulrunner/nsIDOMSVGPatternElement.h
+include/xulrunner/nsIDOMSVGPoint.h
+include/xulrunner/nsIDOMSVGPointList.h
+include/xulrunner/nsIDOMSVGPolygonElement.h
+include/xulrunner/nsIDOMSVGPolylineElement.h
+include/xulrunner/nsIDOMSVGPresAspectRatio.h
+include/xulrunner/nsIDOMSVGRect.h
+include/xulrunner/nsIDOMSVGRectElement.h
+include/xulrunner/nsIDOMSVGSVGElement.h
+include/xulrunner/nsIDOMSVGScriptElement.h
+include/xulrunner/nsIDOMSVGStopElement.h
+include/xulrunner/nsIDOMSVGStylable.h
+include/xulrunner/nsIDOMSVGStyleElement.h
+include/xulrunner/nsIDOMSVGSwitchElement.h
+include/xulrunner/nsIDOMSVGSymbolElement.h
+include/xulrunner/nsIDOMSVGTSpanElement.h
+include/xulrunner/nsIDOMSVGTextContentElement.h
+include/xulrunner/nsIDOMSVGTextElement.h
+include/xulrunner/nsIDOMSVGTextPathElement.h
+include/xulrunner/nsIDOMSVGTextPositionElem.h
+include/xulrunner/nsIDOMSVGTitleElement.h
+include/xulrunner/nsIDOMSVGTransform.h
+include/xulrunner/nsIDOMSVGTransformList.h
+include/xulrunner/nsIDOMSVGTransformable.h
+include/xulrunner/nsIDOMSVGURIReference.h
+include/xulrunner/nsIDOMSVGUnitTypes.h
+include/xulrunner/nsIDOMSVGUseElement.h
+include/xulrunner/nsIDOMSVGViewSpec.h
+include/xulrunner/nsIDOMSVGZoomAndPan.h
+include/xulrunner/nsIDOMSVGZoomEvent.h
+include/xulrunner/nsIDOMScreen.h
+include/xulrunner/nsIDOMScriptObjectFactory.h
+include/xulrunner/nsIDOMScrollAreaEvent.h
+include/xulrunner/nsIDOMSerializer.h
+include/xulrunner/nsIDOMSimpleGestureEvent.h
+include/xulrunner/nsIDOMSmartCardEvent.h
+include/xulrunner/nsIDOMStorage.h
+include/xulrunner/nsIDOMStorageEvent.h
+include/xulrunner/nsIDOMStorageItem.h
+include/xulrunner/nsIDOMStorageList.h
+include/xulrunner/nsIDOMStorageManager.h
+include/xulrunner/nsIDOMStorageObsolete.h
+include/xulrunner/nsIDOMStorageWindow.h
+include/xulrunner/nsIDOMStyleSheet.h
+include/xulrunner/nsIDOMStyleSheetList.h
+include/xulrunner/nsIDOMText.h
+include/xulrunner/nsIDOMTextListener.h
+include/xulrunner/nsIDOMToString.h
+include/xulrunner/nsIDOMTreeWalker.h
+include/xulrunner/nsIDOMUIEvent.h
+include/xulrunner/nsIDOMUIListener.h
+include/xulrunner/nsIDOMUserDataHandler.h
+include/xulrunner/nsIDOMViewCSS.h
+include/xulrunner/nsIDOMWindow.h
+include/xulrunner/nsIDOMWindow2.h
+include/xulrunner/nsIDOMWindowCollection.h
+include/xulrunner/nsIDOMWindowInternal.h
+include/xulrunner/nsIDOMWindowUtils.h
+include/xulrunner/nsIDOMWorkers.h
+include/xulrunner/nsIDOMXMLDocument.h
+include/xulrunner/nsIDOMXPathEvaluator.h
+include/xulrunner/nsIDOMXPathException.h
+include/xulrunner/nsIDOMXPathExpression.h
+include/xulrunner/nsIDOMXPathNSResolver.h
+include/xulrunner/nsIDOMXPathNamespace.h
+include/xulrunner/nsIDOMXPathResult.h
+include/xulrunner/nsIDOMXULButtonElement.h
+include/xulrunner/nsIDOMXULCheckboxElement.h
+include/xulrunner/nsIDOMXULCommandDispatcher.h
+include/xulrunner/nsIDOMXULCommandEvent.h
+include/xulrunner/nsIDOMXULContainerElement.h
+include/xulrunner/nsIDOMXULControlElement.h
+include/xulrunner/nsIDOMXULDescriptionElement.h
+include/xulrunner/nsIDOMXULDocument.h
+include/xulrunner/nsIDOMXULElement.h
+include/xulrunner/nsIDOMXULImageElement.h
+include/xulrunner/nsIDOMXULLabelElement.h
+include/xulrunner/nsIDOMXULLabeledControlEl.h
+include/xulrunner/nsIDOMXULMenuListElement.h
+include/xulrunner/nsIDOMXULMultSelectCntrlEl.h
+include/xulrunner/nsIDOMXULPopupElement.h
+include/xulrunner/nsIDOMXULSelectCntrlEl.h
+include/xulrunner/nsIDOMXULSelectCntrlItemEl.h
+include/xulrunner/nsIDOMXULTextboxElement.h
+include/xulrunner/nsIDOMXULTreeElement.h
+include/xulrunner/nsIDTD.h
+include/xulrunner/nsIDataSignatureVerifier.h
+include/xulrunner/nsIDateTimeFormat.h
+include/xulrunner/nsIDebug.h
+include/xulrunner/nsIDebug2.h
+include/xulrunner/nsIDeviceContext.h
+include/xulrunner/nsIDeviceContextSpec.h
+include/xulrunner/nsIDialogParamBlock.h
+include/xulrunner/nsIDirIndex.h
+include/xulrunner/nsIDirIndexListener.h
+include/xulrunner/nsIDirectoryEnumerator.h
+include/xulrunner/nsIDirectoryService.h
+include/xulrunner/nsIDocCharset.h
+include/xulrunner/nsIDocShell.h
+include/xulrunner/nsIDocShellHistory.h
+include/xulrunner/nsIDocShellLoadInfo.h
+include/xulrunner/nsIDocShellTreeItem.h
+include/xulrunner/nsIDocShellTreeNode.h
+include/xulrunner/nsIDocShellTreeOwner.h
+include/xulrunner/nsIDocument.h
+include/xulrunner/nsIDocumentCharsetInfo.h
+include/xulrunner/nsIDocumentEncoder.h
+include/xulrunner/nsIDocumentLoader.h
+include/xulrunner/nsIDocumentLoaderFactory.h
+include/xulrunner/nsIDocumentObserver.h
+include/xulrunner/nsIDocumentStateListener.h
+include/xulrunner/nsIDocumentTransformer.h
+include/xulrunner/nsIDocumentViewer.h
+include/xulrunner/nsIDownload.h
+include/xulrunner/nsIDownloadHistory.h
+include/xulrunner/nsIDownloadManager.h
+include/xulrunner/nsIDownloadManagerUI.h
+include/xulrunner/nsIDownloadProgressListener.h
+include/xulrunner/nsIDownloader.h
+include/xulrunner/nsIDragDropHandler.h
+include/xulrunner/nsIDragService.h
+include/xulrunner/nsIDragSession.h
+include/xulrunner/nsIDragSessionGTK.h
+include/xulrunner/nsIDynamicContainer.h
+include/xulrunner/nsIEditActionListener.h
+include/xulrunner/nsIEditingSession.h
+include/xulrunner/nsIEditor.h
+include/xulrunner/nsIEditorBoxObject.h
+include/xulrunner/nsIEditorDocShell.h
+include/xulrunner/nsIEditorIMESupport.h
+include/xulrunner/nsIEditorLogging.h
+include/xulrunner/nsIEditorMailSupport.h
+include/xulrunner/nsIEditorObserver.h
+include/xulrunner/nsIEditorSpellCheck.h
+include/xulrunner/nsIEditorStyleSheets.h
+include/xulrunner/nsIEffectiveTLDService.h
+include/xulrunner/nsIElementObserver.h
+include/xulrunner/nsIEmbeddingSiteWindow.h
+include/xulrunner/nsIEmbeddingSiteWindow2.h
+include/xulrunner/nsIEncodedChannel.h
+include/xulrunner/nsIEntityConverter.h
+include/xulrunner/nsIEntropyCollector.h
+include/xulrunner/nsIEnumerator.h
+include/xulrunner/nsIEnvironment.h
+include/xulrunner/nsIErrorService.h
+include/xulrunner/nsIEventListener.h
+include/xulrunner/nsIEventListenerManager.h
+include/xulrunner/nsIEventListenerService.h
+include/xulrunner/nsIEventStateManager.h
+include/xulrunner/nsIEventTarget.h
+include/xulrunner/nsIException.h
+include/xulrunner/nsIExceptionService.h
+include/xulrunner/nsIExpatSink.h
+include/xulrunner/nsIExtendedExpatSink.h
+include/xulrunner/nsIExtensionManager.h
+include/xulrunner/nsIExternalHelperAppService.h
+include/xulrunner/nsIExternalProtocolHandler.h
+include/xulrunner/nsIExternalProtocolService.h
+include/xulrunner/nsIFIXptr.h
+include/xulrunner/nsIFTPChannel.h
+include/xulrunner/nsIFactory.h
+include/xulrunner/nsIFastLoadFileControl.h
+include/xulrunner/nsIFastLoadService.h
+include/xulrunner/nsIFaviconService.h
+include/xulrunner/nsIFeed.h
+include/xulrunner/nsIFeedContainer.h
+include/xulrunner/nsIFeedElementBase.h
+include/xulrunner/nsIFeedEntry.h
+include/xulrunner/nsIFeedGenerator.h
+include/xulrunner/nsIFeedListener.h
+include/xulrunner/nsIFeedPerson.h
+include/xulrunner/nsIFeedProcessor.h
+include/xulrunner/nsIFeedResult.h
+include/xulrunner/nsIFeedTextConstruct.h
+include/xulrunner/nsIFile.h
+include/xulrunner/nsIFileChannel.h
+include/xulrunner/nsIFileControlElement.h
+include/xulrunner/nsIFilePicker.h
+include/xulrunner/nsIFileProtocolHandler.h
+include/xulrunner/nsIFileStreams.h
+include/xulrunner/nsIFileURL.h
+include/xulrunner/nsIFileView.h
+include/xulrunner/nsIFind.h
+include/xulrunner/nsIFindService.h
+include/xulrunner/nsIFocusController.h
+include/xulrunner/nsIFocusManager.h
+include/xulrunner/nsIFontEnumerator.h
+include/xulrunner/nsIFontMetrics.h
+include/xulrunner/nsIForm.h
+include/xulrunner/nsIFormAutoComplete.h
+include/xulrunner/nsIFormControl.h
+include/xulrunner/nsIFormControlFrame.h
+include/xulrunner/nsIFormFillController.h
+include/xulrunner/nsIFormHistory.h
+include/xulrunner/nsIFormProcessor.h
+include/xulrunner/nsIFormSigningDialog.h
+include/xulrunner/nsIFormSubmission.h
+include/xulrunner/nsIFormSubmitObserver.h
+include/xulrunner/nsIFormatConverter.h
+include/xulrunner/nsIFragmentContentSink.h
+include/xulrunner/nsIFrame.h
+include/xulrunner/nsIFrameDebug.h
+include/xulrunner/nsIFrameFrame.h
+include/xulrunner/nsIFrameLoader.h
+include/xulrunner/nsIFrameSetElement.h
+include/xulrunner/nsIFrameTraversal.h
+include/xulrunner/nsIFrameUtil.h
+include/xulrunner/nsIGConfService.h
+include/xulrunner/nsIGenKeypairInfoDlg.h
+include/xulrunner/nsIGenericFactory.h
+include/xulrunner/nsIGeolocationProvider.h
+include/xulrunner/nsIGlobalHistory.h
+include/xulrunner/nsIGlobalHistory2.h
+include/xulrunner/nsIGlobalHistory3.h
+include/xulrunner/nsIGnomeVFSService.h
+include/xulrunner/nsIGridPart.h
+include/xulrunner/nsIHTMLAbsPosEditor.h
+include/xulrunner/nsIHTMLCSSStyleSheet.h
+include/xulrunner/nsIHTMLCollection.h
+include/xulrunner/nsIHTMLContentSink.h
+include/xulrunner/nsIHTMLDocument.h
+include/xulrunner/nsIHTMLEditor.h
+include/xulrunner/nsIHTMLInlineTableEditor.h
+include/xulrunner/nsIHTMLObjectResizeListener.h
+include/xulrunner/nsIHTMLObjectResizer.h
+include/xulrunner/nsIHTMLToTextSink.h
+include/xulrunner/nsIHTTPHeaderListener.h
+include/xulrunner/nsIHTTPIndex.h
+include/xulrunner/nsIHandlerService.h
+include/xulrunner/nsIHashable.h
+include/xulrunner/nsIHelperAppLauncherDialog.h
+include/xulrunner/nsIHistoryEntry.h
+include/xulrunner/nsIHttpActivityObserver.h
+include/xulrunner/nsIHttpAuthManager.h
+include/xulrunner/nsIHttpAuthenticator.h
+include/xulrunner/nsIHttpChannel.h
+include/xulrunner/nsIHttpChannelInternal.h
+include/xulrunner/nsIHttpEventSink.h
+include/xulrunner/nsIHttpHeaderVisitor.h
+include/xulrunner/nsIHttpProtocolHandler.h
+include/xulrunner/nsIID.h
+include/xulrunner/nsIIDNService.h
+include/xulrunner/nsIIFrameBoxObject.h
+include/xulrunner/nsIINIParser.h
+include/xulrunner/nsIIOService.h
+include/xulrunner/nsIIOService2.h
+include/xulrunner/nsIIOUtil.h
+include/xulrunner/nsIIconURI.h
+include/xulrunner/nsIIdentityInfo.h
+include/xulrunner/nsIIdleService.h
+include/xulrunner/nsIImageDocument.h
+include/xulrunner/nsIImageFrame.h
+include/xulrunner/nsIImageLoadingContent.h
+include/xulrunner/nsIImageMap.h
+include/xulrunner/nsIImageToPixbuf.h
+include/xulrunner/nsIIncrementalDownload.h
+include/xulrunner/nsIInlineSpellChecker.h
+include/xulrunner/nsIInputStream.h
+include/xulrunner/nsIInputStreamChannel.h
+include/xulrunner/nsIInputStreamPump.h
+include/xulrunner/nsIInputStreamTee.h
+include/xulrunner/nsIInterfaceInfo.h
+include/xulrunner/nsIInterfaceInfoManager.h
+include/xulrunner/nsIInterfaceRequestor.h
+include/xulrunner/nsIInterfaceRequestorUtils.h
+include/xulrunner/nsIJAR.h
+include/xulrunner/nsIJARChannel.h
+include/xulrunner/nsIJARProtocolHandler.h
+include/xulrunner/nsIJARURI.h
+include/xulrunner/nsIJSContextStack.h
+include/xulrunner/nsIJSEventListener.h
+include/xulrunner/nsIJSNativeInitializer.h
+include/xulrunner/nsIJSON.h
+include/xulrunner/nsIJSRuntimeService.h
+include/xulrunner/nsIKeyModule.h
+include/xulrunner/nsIKeygenThread.h
+include/xulrunner/nsILanguageAtomService.h
+include/xulrunner/nsILayoutDebugger.h
+include/xulrunner/nsILayoutHistoryState.h
+include/xulrunner/nsILineBreaker.h
+include/xulrunner/nsILineInputStream.h
+include/xulrunner/nsILineIterator.h
+include/xulrunner/nsILink.h
+include/xulrunner/nsILinkHandler.h
+include/xulrunner/nsIListBoxObject.h
+include/xulrunner/nsIListControlFrame.h
+include/xulrunner/nsILivemarkService.h
+include/xulrunner/nsILoadContext.h
+include/xulrunner/nsILoadGroup.h
+include/xulrunner/nsILocalFile.h
+include/xulrunner/nsILocalFileWin.h
+include/xulrunner/nsILocalStore.h
+include/xulrunner/nsILocale.h
+include/xulrunner/nsILocaleService.h
+${PLIST.debug}include/xulrunner/nsILoggingSink.h
+include/xulrunner/nsILoginInfo.h
+include/xulrunner/nsILoginManager.h
+include/xulrunner/nsILoginManagerIEMigrationHelper.h
+include/xulrunner/nsILoginManagerPrompter.h
+include/xulrunner/nsILoginManagerStorage.h
+include/xulrunner/nsILoginMetaInfo.h
+include/xulrunner/nsILookAndFeel.h
+include/xulrunner/nsIMIMEHeaderParam.h
+include/xulrunner/nsIMIMEInfo.h
+include/xulrunner/nsIMIMEInputStream.h
+include/xulrunner/nsIMIMEService.h
+include/xulrunner/nsIMacLocale.h
+include/xulrunner/nsIMarkupDocumentViewer.h
+include/xulrunner/nsIMemory.h
+include/xulrunner/nsIMemoryReporter.h
+include/xulrunner/nsIMenuBoxObject.h
+include/xulrunner/nsIMenuFrame.h
+include/xulrunner/nsIMenuRollup.h
+include/xulrunner/nsIMetaCharsetService.h
+include/xulrunner/nsIModifyableXPointer.h
+include/xulrunner/nsIModule.h
+include/xulrunner/nsIModuleLoader.h
+include/xulrunner/nsIMultiPartChannel.h
+include/xulrunner/nsIMultiplexInputStream.h
+include/xulrunner/nsIMutable.h
+include/xulrunner/nsIMutableArray.h
+include/xulrunner/nsIMutationObserver.h
+include/xulrunner/nsINIParser.h
+include/xulrunner/nsINSSCertCache.h
+include/xulrunner/nsINSSErrorsService.h
+include/xulrunner/nsINameSpaceManager.h
+include/xulrunner/nsINativeAppSupport.h
+include/xulrunner/nsINativeKeyBindings.h
+include/xulrunner/nsINavBookmarksService.h
+include/xulrunner/nsINavHistoryService.h
+include/xulrunner/nsINestedURI.h
+include/xulrunner/nsINetUtil.h
+include/xulrunner/nsINetworkLinkService.h
+include/xulrunner/nsINode.h
+include/xulrunner/nsINodeInfo.h
+include/xulrunner/nsINodeList.h
+include/xulrunner/nsINonBlockingAlertService.h
+include/xulrunner/nsIOCSPResponder.h
+include/xulrunner/nsIOS2Locale.h
+include/xulrunner/nsIObjectFrame.h
+include/xulrunner/nsIObjectInputStream.h
+include/xulrunner/nsIObjectLoadingContent.h
+include/xulrunner/nsIObjectOutputStream.h
+include/xulrunner/nsIObserver.h
+include/xulrunner/nsIObserverService.h
+include/xulrunner/nsIOfflineCacheUpdate.h
+include/xulrunner/nsIOptionElement.h
+include/xulrunner/nsIOutputStream.h
+include/xulrunner/nsIPK11Token.h
+include/xulrunner/nsIPK11TokenDB.h
+include/xulrunner/nsIPKCS11.h
+include/xulrunner/nsIPKCS11Module.h
+include/xulrunner/nsIPKCS11ModuleDB.h
+include/xulrunner/nsIPKCS11Slot.h
+include/xulrunner/nsIPKIParamBlock.h
+include/xulrunner/nsIPageSequenceFrame.h
+include/xulrunner/nsIParentalControlsService.h
+include/xulrunner/nsIParser.h
+include/xulrunner/nsIParserFilter.h
+include/xulrunner/nsIParserNode.h
+include/xulrunner/nsIParserService.h
+include/xulrunner/nsIPasswordManager.h
+include/xulrunner/nsIPasswordManagerInternal.h
+include/xulrunner/nsIPercentHeightObserver.h
+include/xulrunner/nsIPermission.h
+include/xulrunner/nsIPermissionManager.h
+include/xulrunner/nsIPersistentProperties2.h
+include/xulrunner/nsIPhonetic.h
+include/xulrunner/nsIPipe.h
+include/xulrunner/nsIPlaintextEditor.h
+include/xulrunner/nsIPlatformCharset.h
+include/xulrunner/nsIPlugin.h
+include/xulrunner/nsIPluginDocument.h
+include/xulrunner/nsIPluginHost.h
+include/xulrunner/nsIPluginInputStream.h
+include/xulrunner/nsIPluginInstance.h
+include/xulrunner/nsIPluginInstanceOwner.h
+include/xulrunner/nsIPluginStreamInfo.h
+include/xulrunner/nsIPluginStreamListener.h
+include/xulrunner/nsIPluginTag.h
+include/xulrunner/nsIPluginTagInfo.h
+include/xulrunner/nsIPluginWidget.h
+include/xulrunner/nsIPopupBoxObject.h
+include/xulrunner/nsIPopupWindowManager.h
+include/xulrunner/nsIPosixLocale.h
+include/xulrunner/nsIPref.h
+include/xulrunner/nsIPrefBranch.h
+include/xulrunner/nsIPrefBranch2.h
+include/xulrunner/nsIPrefBranchInternal.h
+include/xulrunner/nsIPrefLocalizedString.h
+include/xulrunner/nsIPrefService.h
+include/xulrunner/nsIPrefetchService.h
+include/xulrunner/nsIPresShell.h
+include/xulrunner/nsIPrincipal.h
+include/xulrunner/nsIPrintDialogService.h
+include/xulrunner/nsIPrintOptions.h
+include/xulrunner/nsIPrintProgress.h
+include/xulrunner/nsIPrintProgressParams.h
+include/xulrunner/nsIPrintSession.h
+include/xulrunner/nsIPrintSettings.h
+include/xulrunner/nsIPrintSettingsService.h
+include/xulrunner/nsIPrintStatusFeedback.h
+include/xulrunner/nsIPrintingPrompt.h
+include/xulrunner/nsIPrintingPromptService.h
+include/xulrunner/nsIPrivateBrowsingService.h
+include/xulrunner/nsIPrivateCompositionEvent.h
+include/xulrunner/nsIPrivateDOMEvent.h
+include/xulrunner/nsIPrivateDOMImplementation.h
+include/xulrunner/nsIPrivateTextEvent.h
+include/xulrunner/nsIPrivateTextRange.h
+include/xulrunner/nsIProcess.h
+include/xulrunner/nsIProfile.h
+include/xulrunner/nsIProfileChangeStatus.h
+include/xulrunner/nsIProfileMigrator.h
+include/xulrunner/nsIProfileUnlocker.h
+include/xulrunner/nsIProgrammingLanguage.h
+include/xulrunner/nsIProgressEventSink.h
+include/xulrunner/nsIPrompt.h
+include/xulrunner/nsIPromptFactory.h
+include/xulrunner/nsIPromptService.h
+include/xulrunner/nsIPromptService2.h
+include/xulrunner/nsIProperties.h
+include/xulrunner/nsIProperty.h
+include/xulrunner/nsIPropertyBag.h
+include/xulrunner/nsIPropertyBag2.h
+include/xulrunner/nsIProtectedAuthThread.h
+include/xulrunner/nsIProtocolHandler.h
+include/xulrunner/nsIProtocolProxyCallback.h
+include/xulrunner/nsIProtocolProxyFilter.h
+include/xulrunner/nsIProtocolProxyService.h
+include/xulrunner/nsIProtocolProxyService2.h
+include/xulrunner/nsIProxiedChannel.h
+include/xulrunner/nsIProxiedProtocolHandler.h
+include/xulrunner/nsIProxyAutoConfig.h
+include/xulrunner/nsIProxyInfo.h
+include/xulrunner/nsIProxyObjectManager.h
+include/xulrunner/nsIRDFCompositeDataSource.h
+include/xulrunner/nsIRDFContainer.h
+include/xulrunner/nsIRDFContainerUtils.h
+include/xulrunner/nsIRDFContentSink.h
+include/xulrunner/nsIRDFDataSource.h
+include/xulrunner/nsIRDFDelegateFactory.h
+include/xulrunner/nsIRDFInMemoryDataSource.h
+include/xulrunner/nsIRDFInferDataSource.h
+include/xulrunner/nsIRDFLiteral.h
+include/xulrunner/nsIRDFNode.h
+include/xulrunner/nsIRDFObserver.h
+include/xulrunner/nsIRDFPropagatableDataSource.h
+include/xulrunner/nsIRDFPurgeableDataSource.h
+include/xulrunner/nsIRDFRemoteDataSource.h
+include/xulrunner/nsIRDFResource.h
+include/xulrunner/nsIRDFService.h
+include/xulrunner/nsIRDFXMLParser.h
+include/xulrunner/nsIRDFXMLSerializer.h
+include/xulrunner/nsIRDFXMLSink.h
+include/xulrunner/nsIRDFXMLSource.h
+include/xulrunner/nsIRadioControlElement.h
+include/xulrunner/nsIRadioControlFrame.h
+include/xulrunner/nsIRadioGroupContainer.h
+include/xulrunner/nsIRadioVisitor.h
+include/xulrunner/nsIRandomGenerator.h
+include/xulrunner/nsIRange.h
+include/xulrunner/nsIRangeUtils.h
+include/xulrunner/nsIReadConfig.h
+include/xulrunner/nsIRecentBadCertsService.h
+include/xulrunner/nsIRecyclingAllocator.h
+include/xulrunner/nsIReflowCallback.h
+include/xulrunner/nsIRefreshURI.h
+include/xulrunner/nsIRegion.h
+include/xulrunner/nsIRelativeFilePref.h
+include/xulrunner/nsIRemoteService.h
+include/xulrunner/nsIRenderingContext.h
+include/xulrunner/nsIRequest.h
+include/xulrunner/nsIRequestObserver.h
+include/xulrunner/nsIRequestObserverProxy.h
+include/xulrunner/nsIResProtocolHandler.h
+include/xulrunner/nsIResumableChannel.h
+include/xulrunner/nsIRollupListener.h
+include/xulrunner/nsIRunnable.h
+include/xulrunner/nsISAXAttributes.h
+include/xulrunner/nsISAXContentHandler.h
+include/xulrunner/nsISAXDTDHandler.h
+include/xulrunner/nsISAXErrorHandler.h
+include/xulrunner/nsISAXLexicalHandler.h
+include/xulrunner/nsISAXLocator.h
+include/xulrunner/nsISAXMutableAttributes.h
+include/xulrunner/nsISAXXMLFilter.h
+include/xulrunner/nsISAXXMLReader.h
+include/xulrunner/nsISHContainer.h
+include/xulrunner/nsISHEntry.h
+include/xulrunner/nsISHTransaction.h
+include/xulrunner/nsISHistory.h
+include/xulrunner/nsISHistoryInternal.h
+include/xulrunner/nsISHistoryListener.h
+include/xulrunner/nsISMimeCert.h
+include/xulrunner/nsISOCKSSocketInfo.h
+include/xulrunner/nsISSLCertErrorDialog.h
+include/xulrunner/nsISSLErrorListener.h
+include/xulrunner/nsISSLSocketControl.h
+include/xulrunner/nsISSLStatus.h
+include/xulrunner/nsISSLStatusProvider.h
+include/xulrunner/nsISVGValue.h
+include/xulrunner/nsISVGValueObserver.h
+include/xulrunner/nsISVGValueUtils.h
+include/xulrunner/nsISafeOutputStream.h
+include/xulrunner/nsISaveAsCharset.h
+include/xulrunner/nsIScreen.h
+include/xulrunner/nsIScreenManager.h
+include/xulrunner/nsIScriptChannel.h
+include/xulrunner/nsIScriptContext.h
+include/xulrunner/nsIScriptElement.h
+include/xulrunner/nsIScriptError.h
+include/xulrunner/nsIScriptEventHandler.h
+include/xulrunner/nsIScriptEventManager.h
+include/xulrunner/nsIScriptExternalNameSet.h
+include/xulrunner/nsIScriptGlobalObject.h
+include/xulrunner/nsIScriptGlobalObjectOwner.h
+include/xulrunner/nsIScriptLoaderObserver.h
+include/xulrunner/nsIScriptNameSpaceManager.h
+include/xulrunner/nsIScriptObjectOwner.h
+include/xulrunner/nsIScriptObjectPrincipal.h
+include/xulrunner/nsIScriptRuntime.h
+include/xulrunner/nsIScriptSecurityManager.h
+include/xulrunner/nsIScriptTimeoutHandler.h
+include/xulrunner/nsIScriptableDateFormat.h
+include/xulrunner/nsIScriptableInputStream.h
+include/xulrunner/nsIScriptableInterfaces.h
+include/xulrunner/nsIScriptableRegion.h
+include/xulrunner/nsIScriptableUConv.h
+include/xulrunner/nsIScriptableUnescapeHTML.h
+include/xulrunner/nsIScrollBoxObject.h
+include/xulrunner/nsIScrollPositionListener.h
+include/xulrunner/nsIScrollable.h
+include/xulrunner/nsIScrollableFrame.h
+include/xulrunner/nsIScrollableView.h
+include/xulrunner/nsIScrollableViewProvider.h
+include/xulrunner/nsIScrollbarMediator.h
+include/xulrunner/nsISearchContext.h
+include/xulrunner/nsISecretDecoderRing.h
+include/xulrunner/nsISecureBrowserUI.h
+include/xulrunner/nsISecurityCheckedComponent.h
+include/xulrunner/nsISecurityEventSink.h
+include/xulrunner/nsISecurityInfoProvider.h
+include/xulrunner/nsISecurityPref.h
+include/xulrunner/nsISecurityWarningDialogs.h
+include/xulrunner/nsISeekableStream.h
+include/xulrunner/nsISelectControlFrame.h
+include/xulrunner/nsISelectElement.h
+include/xulrunner/nsISelection.h
+include/xulrunner/nsISelection2.h
+include/xulrunner/nsISelectionController.h
+include/xulrunner/nsISelectionDisplay.h
+include/xulrunner/nsISelectionListener.h
+include/xulrunner/nsISelectionPrivate.h
+include/xulrunner/nsISemanticUnitScanner.h
+include/xulrunner/nsISerializable.h
+include/xulrunner/nsIServerSocket.h
+include/xulrunner/nsIServiceManager.h
+include/xulrunner/nsIServiceManagerObsolete.h
+include/xulrunner/nsISidebar.h
+include/xulrunner/nsISignatureVerifier.h
+include/xulrunner/nsISimpleEnumerator.h
+include/xulrunner/nsISimpleStreamListener.h
+include/xulrunner/nsISimpleTest.h
+include/xulrunner/nsISimpleUnicharStreamFactory.h
+include/xulrunner/nsISliderListener.h
+include/xulrunner/nsISocketProvider.h
+include/xulrunner/nsISocketProviderService.h
+include/xulrunner/nsISocketTransport.h
+include/xulrunner/nsISocketTransportService.h
+include/xulrunner/nsISound.h
+include/xulrunner/nsISpellChecker.h
+include/xulrunner/nsIStandardURL.h
+include/xulrunner/nsIStatefulFrame.h
+include/xulrunner/nsIStorageStream.h
+include/xulrunner/nsIStreamBufferAccess.h
+include/xulrunner/nsIStreamCipher.h
+include/xulrunner/nsIStreamConverter.h
+include/xulrunner/nsIStreamConverterService.h
+include/xulrunner/nsIStreamListener.h
+include/xulrunner/nsIStreamListenerTee.h
+include/xulrunner/nsIStreamListenerTee_1_9_2.h
+include/xulrunner/nsIStreamLoader.h
+include/xulrunner/nsIStreamTransportService.h
+include/xulrunner/nsIStringBundle.h
+include/xulrunner/nsIStringBundleOverride.h
+include/xulrunner/nsIStringCharsetDetector.h
+include/xulrunner/nsIStringEnumerator.h
+include/xulrunner/nsIStringStream.h
+include/xulrunner/nsIStyleRule.h
+include/xulrunner/nsIStyleRuleProcessor.h
+include/xulrunner/nsIStyleSheet.h
+include/xulrunner/nsIStyleSheetLinkingElement.h
+include/xulrunner/nsIStyleSheetService.h
+include/xulrunner/nsISupports.h
+include/xulrunner/nsISupportsArray.h
+include/xulrunner/nsISupportsBase.h
+include/xulrunner/nsISupportsImpl.h
+include/xulrunner/nsISupportsIterators.h
+include/xulrunner/nsISupportsObsolete.h
+include/xulrunner/nsISupportsPrimitives.h
+include/xulrunner/nsISupportsPriority.h
+include/xulrunner/nsISupportsUtils.h
+include/xulrunner/nsISyncLoadDOMService.h
+include/xulrunner/nsISyncStreamListener.h
+include/xulrunner/nsISystemProxySettings.h
+include/xulrunner/nsITXTToHTMLConv.h
+include/xulrunner/nsITableCellLayout.h
+include/xulrunner/nsITableEditor.h
+include/xulrunner/nsITableLayout.h
+include/xulrunner/nsITaggingService.h
+include/xulrunner/nsITextControlElement.h
+include/xulrunner/nsITextControlFrame.h
+include/xulrunner/nsITextScroll.h
+include/xulrunner/nsITextService.h
+include/xulrunner/nsITextServicesDocument.h
+include/xulrunner/nsITextServicesFilter.h
+include/xulrunner/nsITextToSubURI.h
+include/xulrunner/nsITextTransform.h
+include/xulrunner/nsIThebesFontMetrics.h
+include/xulrunner/nsITheme.h
+include/xulrunner/nsIThread.h
+include/xulrunner/nsIThreadInternal.h
+include/xulrunner/nsIThreadManager.h
+include/xulrunner/nsIThreadPool.h
+include/xulrunner/nsITimelineService.h
+include/xulrunner/nsITimer.h
+include/xulrunner/nsITokenDialogs.h
+include/xulrunner/nsITokenPasswordDialogs.h
+include/xulrunner/nsITokenizer.h
+include/xulrunner/nsIToolkit.h
+include/xulrunner/nsIToolkitChromeRegistry.h
+include/xulrunner/nsIToolkitProfile.h
+include/xulrunner/nsIToolkitProfileService.h
+include/xulrunner/nsITooltipListener.h
+include/xulrunner/nsITooltipTextProvider.h
+include/xulrunner/nsITraceRefcnt.h
+include/xulrunner/nsITraceableChannel.h
+include/xulrunner/nsITransaction.h
+include/xulrunner/nsITransactionList.h
+include/xulrunner/nsITransactionListener.h
+include/xulrunner/nsITransactionManager.h
+include/xulrunner/nsITransfer.h
+include/xulrunner/nsITransferable.h
+include/xulrunner/nsITransport.h
+include/xulrunner/nsITransportSecurityInfo.h
+include/xulrunner/nsITreeBoxObject.h
+include/xulrunner/nsITreeColumns.h
+include/xulrunner/nsITreeContentView.h
+include/xulrunner/nsITreeSelection.h
+include/xulrunner/nsITreeView.h
+include/xulrunner/nsITypeAheadFind.h
+include/xulrunner/nsIUGenCategory.h
+include/xulrunner/nsIURI.h
+include/xulrunner/nsIURIChecker.h
+include/xulrunner/nsIURIClassifier.h
+include/xulrunner/nsIURIContentListener.h
+include/xulrunner/nsIURIFixup.h
+include/xulrunner/nsIURILoader.h
+include/xulrunner/nsIURIRefObject.h
+include/xulrunner/nsIURL.h
+include/xulrunner/nsIURLFormatter.h
+include/xulrunner/nsIURLParser.h
+include/xulrunner/nsIUTF8ConverterService.h
+include/xulrunner/nsIUUIDGenerator.h
+include/xulrunner/nsIUnicharBuffer.h
+include/xulrunner/nsIUnicharInputStream.h
+include/xulrunner/nsIUnicharLineInputStream.h
+include/xulrunner/nsIUnicharOutputStream.h
+include/xulrunner/nsIUnicharStreamListener.h
+include/xulrunner/nsIUnicharStreamLoader.h
+include/xulrunner/nsIUnicodeDecoder.h
+include/xulrunner/nsIUnicodeEncoder.h
+include/xulrunner/nsIUnicodeNormalizer.h
+include/xulrunner/nsIUpdateService.h
+include/xulrunner/nsIUpdateTimerManager.h
+include/xulrunner/nsIUploadChannel.h
+include/xulrunner/nsIUploadChannel2.h
+include/xulrunner/nsIUserCertPicker.h
+include/xulrunner/nsIUserInfo.h
+include/xulrunner/nsIVariant.h
+include/xulrunner/nsIVersionComparator.h
+include/xulrunner/nsIView.h
+include/xulrunner/nsIViewManager.h
+include/xulrunner/nsIViewObserver.h
+include/xulrunner/nsIViewSourceChannel.h
+include/xulrunner/nsIWeakReference.h
+include/xulrunner/nsIWeakReferenceUtils.h
+include/xulrunner/nsIWebBrowser.h
+include/xulrunner/nsIWebBrowserChrome.h
+include/xulrunner/nsIWebBrowserChrome2.h
+include/xulrunner/nsIWebBrowserChromeFocus.h
+include/xulrunner/nsIWebBrowserFind.h
+include/xulrunner/nsIWebBrowserFocus.h
+include/xulrunner/nsIWebBrowserPersist.h
+include/xulrunner/nsIWebBrowserPrint.h
+include/xulrunner/nsIWebBrowserSetup.h
+include/xulrunner/nsIWebBrowserStream.h
+include/xulrunner/nsIWebContentHandlerRegistrar.h
+include/xulrunner/nsIWebNavigation.h
+include/xulrunner/nsIWebNavigationInfo.h
+include/xulrunner/nsIWebPageDescriptor.h
+include/xulrunner/nsIWebProgress.h
+include/xulrunner/nsIWebProgressListener.h
+include/xulrunner/nsIWebProgressListener2.h
+include/xulrunner/nsIWebShellServices.h
+include/xulrunner/nsIWidget.h
+include/xulrunner/nsIWin32Locale.h
+include/xulrunner/nsIWindowCreator.h
+include/xulrunner/nsIWindowCreator2.h
+include/xulrunner/nsIWindowDataSource.h
+include/xulrunner/nsIWindowMediator.h
+include/xulrunner/nsIWindowMediatorListener.h
+include/xulrunner/nsIWindowProvider.h
+include/xulrunner/nsIWindowWatcher.h
+include/xulrunner/nsIWordBreaker.h
+include/xulrunner/nsIWritablePropertyBag.h
+include/xulrunner/nsIWritablePropertyBag2.h
+include/xulrunner/nsIWyciwygChannel.h
+include/xulrunner/nsIX509Cert.h
+include/xulrunner/nsIX509Cert2.h
+include/xulrunner/nsIX509Cert3.h
+include/xulrunner/nsIX509CertDB.h
+include/xulrunner/nsIX509CertDB2.h
+include/xulrunner/nsIX509CertList.h
+include/xulrunner/nsIX509CertValidity.h
+include/xulrunner/nsIXBLAccessible.h
+include/xulrunner/nsIXBLDocumentInfo.h
+include/xulrunner/nsIXBLService.h
+include/xulrunner/nsIXFormsUtilityService.h
+include/xulrunner/nsIXMLContentBuilder.h
+include/xulrunner/nsIXMLContentSink.h
+include/xulrunner/nsIXMLEncodingService.h
+include/xulrunner/nsIXMLHttpRequest.h
+include/xulrunner/nsIXPCScriptNotify.h
+include/xulrunner/nsIXPCScriptable.h
+include/xulrunner/nsIXPCSecurityManager.h
+include/xulrunner/nsIXPConnect.h
+include/xulrunner/nsIXPIDialogService.h
+include/xulrunner/nsIXPIInstallInfo.h
+include/xulrunner/nsIXPIProgressDialog.h
+include/xulrunner/nsIXPInstallManager.h
+include/xulrunner/nsIXPTLoader.h
+include/xulrunner/nsIXPathEvaluatorInternal.h
+include/xulrunner/nsIXPointer.h
+include/xulrunner/nsIXSLTException.h
+include/xulrunner/nsIXSLTProcessor.h
+include/xulrunner/nsIXSLTProcessorObsolete.h
+include/xulrunner/nsIXSLTProcessorPrivate.h
+include/xulrunner/nsIXTFAttributeHandler.h
+include/xulrunner/nsIXTFElement.h
+include/xulrunner/nsIXTFElementFactory.h
+include/xulrunner/nsIXTFElementWrapper.h
+include/xulrunner/nsIXTFPrivate.h
+include/xulrunner/nsIXTFService.h
+include/xulrunner/nsIXULAppInfo.h
+include/xulrunner/nsIXULAppInstall.h
+include/xulrunner/nsIXULBrowserWindow.h
+include/xulrunner/nsIXULBuilderListener.h
+include/xulrunner/nsIXULDocument.h
+include/xulrunner/nsIXULOverlayProvider.h
+include/xulrunner/nsIXULPrototypeCache.h
+include/xulrunner/nsIXULRuntime.h
+include/xulrunner/nsIXULSortService.h
+include/xulrunner/nsIXULTemplateBuilder.h
+include/xulrunner/nsIXULTemplateQueryProcessor.h
+include/xulrunner/nsIXULTemplateResult.h
+include/xulrunner/nsIXULTemplateRuleFilter.h
+include/xulrunner/nsIXULWindow.h
+include/xulrunner/nsIZipReader.h
+include/xulrunner/nsIZipWriter.h
+include/xulrunner/nsImageMapUtils.h
+include/xulrunner/nsInt64.h
+include/xulrunner/nsInterfaceHashtable.h
+include/xulrunner/nsInterfaceRequestorAgg.h
+include/xulrunner/nsJSPrincipals.h
+include/xulrunner/nsJSProtocolHandler.h
+include/xulrunner/nsLWBrkCIID.h
+include/xulrunner/nsLayoutCID.h
+include/xulrunner/nsLayoutErrors.h
+include/xulrunner/nsLayoutStatics.h
+include/xulrunner/nsLayoutStylesheetCache.h
+include/xulrunner/nsLayoutUtils.h
+include/xulrunner/nsLineBreaker.h
+include/xulrunner/nsLinebreakConverter.h
+include/xulrunner/nsLiteralString.h
+include/xulrunner/nsLocalFile.h
+include/xulrunner/nsLocalFileUnix.h
+include/xulrunner/nsLocaleCID.h
+include/xulrunner/nsMargin.h
+include/xulrunner/nsMathUtils.h
+include/xulrunner/nsMediaCache.h
+include/xulrunner/nsMediaDecoder.h
+include/xulrunner/nsMediaStream.h
+include/xulrunner/nsMemory.h
+include/xulrunner/nsMetaCharsetCID.h
+include/xulrunner/nsMimeTypes.h
+include/xulrunner/nsModule.h
+include/xulrunner/nsMorkReader.h
+include/xulrunner/nsMultiplexInputStream.h
+include/xulrunner/nsMutationEvent.h
+include/xulrunner/nsNativeCharsetUtils.h
+include/xulrunner/nsNativeWidget.h
+include/xulrunner/nsNetCID.h
+include/xulrunner/nsNetError.h
+include/xulrunner/nsNetStrings.h
+include/xulrunner/nsNetUtil.h
+include/xulrunner/nsNodeInfoManager.h
+include/xulrunner/nsOSHelperAppService.h
+include/xulrunner/nsObjCExceptions.h
+include/xulrunner/nsObserverService.h
+include/xulrunner/nsObsoleteModuleLoading.h
+include/xulrunner/nsOggDecoder.h
+include/xulrunner/nsPIBoxObject.h
+include/xulrunner/nsPICertNotification.h
+include/xulrunner/nsPICommandUpdater.h
+include/xulrunner/nsPIDNSService.h
+include/xulrunner/nsPIDOMEventTarget.h
+include/xulrunner/nsPIDOMStorage.h
+include/xulrunner/nsPIDOMWindow.h
+include/xulrunner/nsPIEditorTransaction.h
+include/xulrunner/nsPIPlacesDatabase.h
+include/xulrunner/nsPIPlacesHistoryListenersNotifier.h
+include/xulrunner/nsPIPromptService.h
+include/xulrunner/nsPISocketTransportService.h
+include/xulrunner/nsPIWindowRoot.h
+include/xulrunner/nsPIWindowWatcher.h
+include/xulrunner/nsPLDOMEvent.h
+include/xulrunner/nsPSPrinters.h
+include/xulrunner/nsPaperPS.h
+include/xulrunner/nsParserCIID.h
+include/xulrunner/nsParserDataListener.h
+include/xulrunner/nsPluginError.h
+include/xulrunner/nsPluginLogging.h
+include/xulrunner/nsPluginNativeWindow.h
+include/xulrunner/nsPluginsCID.h
+include/xulrunner/nsPoint.h
+include/xulrunner/nsPrefsCID.h
+include/xulrunner/nsPresContext.h
+include/xulrunner/nsPresShellIterator.h
+include/xulrunner/nsPresState.h
+include/xulrunner/nsPrintfCString.h
+include/xulrunner/nsProcess.h
+include/xulrunner/nsProfileDirServiceProvider.h
+include/xulrunner/nsPromiseFlatString.h
+include/xulrunner/nsPromptUtils.h
+include/xulrunner/nsPropertyTable.h
+include/xulrunner/nsProxiedService.h
+include/xulrunner/nsProxyRelease.h
+include/xulrunner/nsQueryFrame.h
+include/xulrunner/nsQuickSort.h
+include/xulrunner/nsRDFCID.h
+include/xulrunner/nsRDFResource.h
+include/xulrunner/nsReadLine.h
+include/xulrunner/nsReadableUtils.h
+include/xulrunner/nsRect.h
+include/xulrunner/nsRecyclingAllocator.h
+include/xulrunner/nsRefPtrHashtable.h
+include/xulrunner/nsReferencedElement.h
+include/xulrunner/nsRegion.h
+include/xulrunner/nsRootAccessible.h
+include/xulrunner/nsRootAccessibleWrap.h
+include/xulrunner/nsRuleData.h
+include/xulrunner/nsRuleNode.h
+include/xulrunner/nsRuleProcessorData.h
+include/xulrunner/nsRuleWalker.h
+include/xulrunner/nsSAXAttributes.h
+include/xulrunner/nsSAXLocator.h
+include/xulrunner/nsSAXXMLReader.h
+include/xulrunner/nsSVGEffects.h
+include/xulrunner/nsSVGFeatures.h
+include/xulrunner/nsSVGFilterInstance.h
+include/xulrunner/nsSVGForeignObjectFrame.h
+include/xulrunner/nsSVGIntegrationUtils.h
+include/xulrunner/nsSVGMatrix.h
+include/xulrunner/nsSVGNumber.h
+include/xulrunner/nsSVGPoint.h
+include/xulrunner/nsSVGRect.h
+include/xulrunner/nsSVGUtils.h
+include/xulrunner/nsScannerString.h
+include/xulrunner/nsScriptLoader.h
+include/xulrunner/nsScriptableInputStream.h
+include/xulrunner/nsServiceManagerUtils.h
+include/xulrunner/nsSize.h
+include/xulrunner/nsSoftwareUpdateIIDs.h
+include/xulrunner/nsStackWalk.h
+include/xulrunner/nsStaticAtom.h
+include/xulrunner/nsStaticComponents.h
+include/xulrunner/nsStaticNameTable.h
+include/xulrunner/nsStorageStream.h
+include/xulrunner/nsStreamUtils.h
+include/xulrunner/nsString.h
+include/xulrunner/nsStringAPI.h
+include/xulrunner/nsStringBuffer.h
+include/xulrunner/nsStringEnumerator.h
+include/xulrunner/nsStringFwd.h
+include/xulrunner/nsStringGlue.h
+include/xulrunner/nsStringIterator.h
+include/xulrunner/nsStringStream.h
+include/xulrunner/nsStubDocumentObserver.h
+include/xulrunner/nsStubImageDecoderObserver.h
+include/xulrunner/nsStubMutationObserver.h
+include/xulrunner/nsStyleChangeList.h
+include/xulrunner/nsStyleConsts.h
+include/xulrunner/nsStyleContext.h
+include/xulrunner/nsStyleCoord.h
+include/xulrunner/nsStyleSet.h
+include/xulrunner/nsStyleStruct.h
+include/xulrunner/nsStyleStructFwd.h
+include/xulrunner/nsStyleStructInlines.h
+include/xulrunner/nsStyleStructList.h
+include/xulrunner/nsStyleTransformMatrix.h
+include/xulrunner/nsStyleUtil.h
+include/xulrunner/nsSubstring.h
+include/xulrunner/nsSubstringTuple.h
+include/xulrunner/nsSupportsArray.h
+include/xulrunner/nsSupportsPrimitives.h
+include/xulrunner/nsSystemPrefLog.h
+include/xulrunner/nsSystemPrefService.h
+include/xulrunner/nsTArray.h
+include/xulrunner/nsTDependentString.h
+include/xulrunner/nsTDependentSubstring.h
+include/xulrunner/nsTHashtable.h
+include/xulrunner/nsTObserverArray.h
+include/xulrunner/nsTPromiseFlatString.h
+include/xulrunner/nsTPtrArray.h
+include/xulrunner/nsTString.h
+include/xulrunner/nsTSubstring.h
+include/xulrunner/nsTSubstringTuple.h
+include/xulrunner/nsTWeakRef.h
+include/xulrunner/nsTextAccessibleWrap.h
+include/xulrunner/nsTextFormatter.h
+include/xulrunner/nsTextFragment.h
+include/xulrunner/nsTextServicesCID.h
+include/xulrunner/nsThemeConstants.h
+include/xulrunner/nsThreadUtils.h
+include/xulrunner/nsThreadUtilsInternal.h
+include/xulrunner/nsTime.h
+include/xulrunner/nsTimer.h
+include/xulrunner/nsToken.h
+include/xulrunner/nsToolkitCompsCID.h
+include/xulrunner/nsTraceRefcnt.h
+include/xulrunner/nsTraceRefcntImpl.h
+include/xulrunner/nsTransactionManagerCID.h
+include/xulrunner/nsTransform2D.h
+include/xulrunner/nsTreeColFrame.h
+include/xulrunner/nsTreeUtils.h
+include/xulrunner/nsUCVJA2CID.h
+include/xulrunner/nsUCVJACID.h
+include/xulrunner/nsUConvCID.h
+include/xulrunner/nsUCvCnCID.h
+include/xulrunner/nsUCvIBMCID.h
+include/xulrunner/nsUCvKOCID.h
+include/xulrunner/nsUCvLatinCID.h
+include/xulrunner/nsUCvMathCID.h
+include/xulrunner/nsUCvTW2CID.h
+include/xulrunner/nsUCvTWCID.h
+include/xulrunner/nsURIHashKey.h
+include/xulrunner/nsURILoader.h
+include/xulrunner/nsUTF8Utils.h
+include/xulrunner/nsUnicharUtilCIID.h
+include/xulrunner/nsUnicharUtils.h
+include/xulrunner/nsVariant.h
+include/xulrunner/nsVersionComparator.h
+include/xulrunner/nsViewsCID.h
+include/xulrunner/nsVoidArray.h
+include/xulrunner/nsWaveDecoder.h
+include/xulrunner/nsWeakPtr.h
+include/xulrunner/nsWeakReference.h
+include/xulrunner/nsWhitespaceTokenizer.h
+include/xulrunner/nsWidgetInitData.h
+include/xulrunner/nsWidgetsCID.h
+include/xulrunner/nsWildCard.h
+include/xulrunner/nsWrapperCache.h
+include/xulrunner/nsXBLBinding.h
+include/xulrunner/nsXMLEncodingCID.h
+include/xulrunner/nsXMLNameSpaceMap.h
+include/xulrunner/nsXPCOM.h
+include/xulrunner/nsXPCOMCID.h
+include/xulrunner/nsXPCOMCIDInternal.h
+include/xulrunner/nsXPCOMGlue.h
+include/xulrunner/nsXPCOMStrings.h
+include/xulrunner/nsXPFEComponentsCID.h
+include/xulrunner/nsXPIDLString.h
+include/xulrunner/nsXPITriggerInfo.h
+include/xulrunner/nsXPTCUtils.h
+include/xulrunner/nsXULAppAPI.h
+include/xulrunner/nsXULListboxAccessibleWrap.h
+include/xulrunner/nsXULMenuAccessibleWrap.h
+include/xulrunner/nsXULPopupManager.h
+include/xulrunner/nsXULTreeGridAccessibleWrap.h
+include/xulrunner/nscore.h
+include/xulrunner/nsplugindefs.h
+include/xulrunner/nspluginroot.h
+include/xulrunner/nspr.h
+include/xulrunner/nspr/md/_aix32.cfg
+include/xulrunner/nspr/md/_aix64.cfg
+include/xulrunner/nspr/md/_beos.cfg
+include/xulrunner/nspr/md/_bsdi.cfg
+include/xulrunner/nspr/md/_darwin.cfg
+include/xulrunner/nspr/md/_dgux.cfg
+include/xulrunner/nspr/md/_freebsd.cfg
+include/xulrunner/nspr/md/_hpux32.cfg
+include/xulrunner/nspr/md/_hpux64.cfg
+include/xulrunner/nspr/md/_irix32.cfg
+include/xulrunner/nspr/md/_irix64.cfg
+include/xulrunner/nspr/md/_linux.cfg
+include/xulrunner/nspr/md/_ncr.cfg
+include/xulrunner/nspr/md/_nec.cfg
+include/xulrunner/nspr/md/_${LOWER_OPSYS}.cfg
+include/xulrunner/nspr/md/_nextstep.cfg
+include/xulrunner/nspr/md/_nto.cfg
+include/xulrunner/nspr/md/_openbsd.cfg
+include/xulrunner/nspr/md/_os2.cfg
+include/xulrunner/nspr/md/_osf1.cfg
+include/xulrunner/nspr/md/_qnx.cfg
+include/xulrunner/nspr/md/_reliantunix.cfg
+include/xulrunner/nspr/md/_riscos.cfg
+include/xulrunner/nspr/md/_scoos.cfg
+include/xulrunner/nspr/md/_solaris.cfg
+include/xulrunner/nspr/md/_sony.cfg
+include/xulrunner/nspr/md/_sunos4.cfg
+include/xulrunner/nspr/md/_symbian.cfg
+include/xulrunner/nspr/md/_unixware.cfg
+include/xulrunner/nspr/md/_unixware7.cfg
+include/xulrunner/nspr/md/_win95.cfg
+include/xulrunner/nspr/md/_winnt.cfg
+include/xulrunner/nspr/nspr.h
+include/xulrunner/nspr/obsolete/pralarm.h
+include/xulrunner/nspr/obsolete/probslet.h
+include/xulrunner/nspr/obsolete/protypes.h
+include/xulrunner/nspr/obsolete/prsem.h
+include/xulrunner/nspr/plarena.h
+include/xulrunner/nspr/plarenas.h
+include/xulrunner/nspr/plbase64.h
+include/xulrunner/nspr/plerror.h
+include/xulrunner/nspr/plgetopt.h
+include/xulrunner/nspr/plhash.h
+include/xulrunner/nspr/plresolv.h
+include/xulrunner/nspr/plstr.h
+include/xulrunner/nspr/pratom.h
+include/xulrunner/nspr/prbit.h
+include/xulrunner/nspr/prclist.h
+include/xulrunner/nspr/prcmon.h
+include/xulrunner/nspr/prcountr.h
+include/xulrunner/nspr/prcpucfg.h
+include/xulrunner/nspr/prcvar.h
+include/xulrunner/nspr/prdtoa.h
+include/xulrunner/nspr/prenv.h
+include/xulrunner/nspr/prerr.h
+include/xulrunner/nspr/prerror.h
+include/xulrunner/nspr/prinet.h
+include/xulrunner/nspr/prinit.h
+include/xulrunner/nspr/prinrval.h
+include/xulrunner/nspr/prio.h
+include/xulrunner/nspr/pripcsem.h
+include/xulrunner/nspr/private/pprio.h
+include/xulrunner/nspr/private/pprthred.h
+include/xulrunner/nspr/private/prpriv.h
+include/xulrunner/nspr/prlink.h
+include/xulrunner/nspr/prlock.h
+include/xulrunner/nspr/prlog.h
+include/xulrunner/nspr/prlong.h
+include/xulrunner/nspr/prmem.h
+include/xulrunner/nspr/prmon.h
+include/xulrunner/nspr/prmwait.h
+include/xulrunner/nspr/prnetdb.h
+include/xulrunner/nspr/prolock.h
+include/xulrunner/nspr/prpdce.h
+include/xulrunner/nspr/prprf.h
+include/xulrunner/nspr/prproces.h
+include/xulrunner/nspr/prrng.h
+include/xulrunner/nspr/prrwlock.h
+include/xulrunner/nspr/prshm.h
+include/xulrunner/nspr/prshma.h
+include/xulrunner/nspr/prsystem.h
+include/xulrunner/nspr/prthread.h
+include/xulrunner/nspr/prtime.h
+include/xulrunner/nspr/prtpool.h
+include/xulrunner/nspr/prtrace.h
+include/xulrunner/nspr/prtypes.h
+include/xulrunner/nspr/prvrsion.h
+include/xulrunner/nspr/prwin16.h
+include/xulrunner/nsrootidl.h
+include/xulrunner/nss.h
+include/xulrunner/nssb64.h
+include/xulrunner/nssb64t.h
+include/xulrunner/nssbase.h
+include/xulrunner/nssbaset.h
+include/xulrunner/nssck.api
+include/xulrunner/nssckbi.h
+include/xulrunner/nssckepv.h
+include/xulrunner/nssckft.h
+include/xulrunner/nssckfw.h
+include/xulrunner/nssckfwc.h
+include/xulrunner/nssckfwt.h
+include/xulrunner/nssckg.h
+include/xulrunner/nssckmdt.h
+include/xulrunner/nssckt.h
+include/xulrunner/nssilckt.h
+include/xulrunner/nssilock.h
+include/xulrunner/nsslocks.h
+include/xulrunner/nssrwlk.h
+include/xulrunner/nssrwlkt.h
+include/xulrunner/nssutil.h
+include/xulrunner/obsolete/pralarm.h
+include/xulrunner/obsolete/probslet.h
+include/xulrunner/obsolete/protypes.h
+include/xulrunner/obsolete/prsem.h
+include/xulrunner/ocsp.h
+include/xulrunner/ocspt.h
+include/xulrunner/ogg/config_types.h
+include/xulrunner/ogg/ogg.h
+include/xulrunner/ogg/os_types.h
+include/xulrunner/oggplay/config_win32.h
+include/xulrunner/oggplay/oggplay.h
+include/xulrunner/oggplay/oggplay_callback_info.h
+include/xulrunner/oggplay/oggplay_enums.h
+include/xulrunner/oggplay/oggplay_query.h
+include/xulrunner/oggplay/oggplay_reader.h
+include/xulrunner/oggplay/oggplay_seek.h
+include/xulrunner/oggplay/oggplay_tools.h
+include/xulrunner/oggplay_buffer.h
+include/xulrunner/oggplay_callback.h
+include/xulrunner/oggplay_data.h
+include/xulrunner/oggz/oggz.h
+include/xulrunner/oggz/oggz_comments.h
+include/xulrunner/oggz/oggz_constants.h
+include/xulrunner/oggz/oggz_deprecated.h
+include/xulrunner/oggz/oggz_io.h
+include/xulrunner/oggz/oggz_off_t.h
+include/xulrunner/oggz/oggz_off_t_generated.h
+include/xulrunner/oggz/oggz_read.h
+include/xulrunner/oggz/oggz_seek.h
+include/xulrunner/oggz/oggz_stream.h
+include/xulrunner/oggz/oggz_table.h
+include/xulrunner/oggz/oggz_write.h
+include/xulrunner/p12.h
+include/xulrunner/p12plcy.h
+include/xulrunner/p12t.h
+include/xulrunner/pk11func.h
+include/xulrunner/pk11pqg.h
+include/xulrunner/pk11priv.h
+include/xulrunner/pk11pub.h
+include/xulrunner/pk11sdr.h
+include/xulrunner/pkcs11.h
+include/xulrunner/pkcs11f.h
+include/xulrunner/pkcs11n.h
+include/xulrunner/pkcs11p.h
+include/xulrunner/pkcs11t.h
+include/xulrunner/pkcs11u.h
+include/xulrunner/pkcs12.h
+include/xulrunner/pkcs12t.h
+include/xulrunner/pkcs7t.h
+include/xulrunner/plarena.h
+include/xulrunner/plarenas.h
+include/xulrunner/plbase64.h
+include/xulrunner/pldhash.h
+include/xulrunner/plerror.h
+include/xulrunner/plgetopt.h
+include/xulrunner/plhash.h
+include/xulrunner/plresolv.h
+include/xulrunner/plstr.h
+include/xulrunner/png.h
+include/xulrunner/pngconf.h
+include/xulrunner/portreg.h
+include/xulrunner/pratom.h
+include/xulrunner/prbit.h
+include/xulrunner/prclist.h
+include/xulrunner/prcmon.h
+include/xulrunner/prcountr.h
+include/xulrunner/prcpucfg.h
+include/xulrunner/prcvar.h
+include/xulrunner/prdtoa.h
+include/xulrunner/preenc.h
+include/xulrunner/prenv.h
+include/xulrunner/prerr.h
+include/xulrunner/prerror.h
+include/xulrunner/prinet.h
+include/xulrunner/prinit.h
+include/xulrunner/prinrval.h
+include/xulrunner/prio.h
+include/xulrunner/pripcsem.h
+include/xulrunner/private/pprio.h
+include/xulrunner/private/pprthred.h
+include/xulrunner/private/prpriv.h
+include/xulrunner/prlink.h
+include/xulrunner/prlock.h
+include/xulrunner/prlog.h
+include/xulrunner/prlong.h
+include/xulrunner/prmem.h
+include/xulrunner/prmon.h
+include/xulrunner/prmwait.h
+include/xulrunner/prnetdb.h
+include/xulrunner/prolock.h
+include/xulrunner/prpdce.h
+include/xulrunner/prprf.h
+include/xulrunner/prproces.h
+include/xulrunner/prrng.h
+include/xulrunner/prrwlock.h
+include/xulrunner/prshm.h
+include/xulrunner/prshma.h
+include/xulrunner/prsystem.h
+include/xulrunner/prthread.h
+include/xulrunner/prtime.h
+include/xulrunner/prtpool.h
+include/xulrunner/prtrace.h
+include/xulrunner/prtypes.h
+include/xulrunner/prvrsion.h
+include/xulrunner/prwin16.h
+include/xulrunner/psSharedCore.h
+include/xulrunner/qcms.h
+include/xulrunner/qcmstypes.h
+include/xulrunner/rdf.h
+include/xulrunner/rdfIDataSource.h
+include/xulrunner/rdfISerializer.h
+include/xulrunner/rdfITripleVisitor.h
+include/xulrunner/secasn1.h
+include/xulrunner/secasn1t.h
+include/xulrunner/seccomon.h
+include/xulrunner/secder.h
+include/xulrunner/secdert.h
+include/xulrunner/secdig.h
+include/xulrunner/secdigt.h
+include/xulrunner/secerr.h
+include/xulrunner/sechash.h
+include/xulrunner/secitem.h
+include/xulrunner/secmime.h
+include/xulrunner/secmod.h
+include/xulrunner/secmodt.h
+include/xulrunner/secoid.h
+include/xulrunner/secoidt.h
+include/xulrunner/secpkcs5.h
+include/xulrunner/secpkcs7.h
+include/xulrunner/secport.h
+include/xulrunner/shsign.h
+include/xulrunner/smime.h
+include/xulrunner/ssl.h
+include/xulrunner/sslerr.h
+include/xulrunner/sslproto.h
+include/xulrunner/sslt.h
+include/xulrunner/std_semaphore.h
+include/xulrunner/stopwatch.h
+include/xulrunner/string-template-def-char.h
+include/xulrunner/string-template-def-unichar.h
+include/xulrunner/string-template-undef.h
+include/xulrunner/sydneyaudio/sydney_audio.h
+include/xulrunner/theora/codec.h
+include/xulrunner/theora/theora.h
+include/xulrunner/theora/theoradec.h
+include/xulrunner/theora/theoraenc.h
+include/xulrunner/txDouble.h
+include/xulrunner/txIEXSLTRegExFunctions.h
+include/xulrunner/txIFunctionEvaluationContext.h
+include/xulrunner/txINodeSet.h
+include/xulrunner/txIXPathObject.h
+include/xulrunner/uconvutil.h
+include/xulrunner/utilrename.h
+include/xulrunner/vorbis/codec.h
+include/xulrunner/xpcIJSModuleLoader.h
+include/xulrunner/xpcIJSWeakReference.h
+include/xulrunner/xpc_map_end.h
+include/xulrunner/xpccomponents.h
+include/xulrunner/xpcexception.h
+include/xulrunner/xpcjsid.h
+include/xulrunner/xpcom-config.h
+include/xulrunner/xpt_arena.h
+include/xulrunner/xpt_struct.h
+include/xulrunner/xpt_xdr.h
+include/xulrunner/xptcall.h
+include/xulrunner/xptcstubsdecl.inc
+include/xulrunner/xptcstubsdef.inc
+include/xulrunner/xptinfo.h
+include/xulrunner/xrecore.h
+include/xulrunner/zipfile.h
+include/xulrunner/zipstruct.h
lib/pkgconfig/libxul-embedding.pc
-lib/pkgconfig/libxul-unstable.pc
lib/pkgconfig/libxul.pc
lib/pkgconfig/mozilla-gtkmozembed-embedding.pc
lib/pkgconfig/mozilla-gtkmozembed.pc
@@ -2274,8 +2190,6 @@ lib/xulrunner-sdk/bin
lib/xulrunner-sdk/idl
lib/xulrunner-sdk/include
lib/xulrunner-sdk/lib
-lib/xulrunner-sdk/sdk/idl
-lib/xulrunner-sdk/sdk/include
lib/xulrunner-sdk/sdk/lib/libcrmf.a
lib/xulrunner-sdk/sdk/lib/libembed_base_s.a
lib/xulrunner-sdk/sdk/lib/libembed_base_standalone.a
@@ -2310,96 +2224,14 @@ lib/xulrunner/chrome/pippki.manifest
lib/xulrunner/chrome/toolkit.jar
lib/xulrunner/chrome/toolkit.manifest
lib/xulrunner/components/FeedProcessor.js
+lib/xulrunner/components/GPSDGeolocationProvider.js
lib/xulrunner/components/NetworkGeolocationProvider.js
-lib/xulrunner/components/accessibility.xpt
-lib/xulrunner/components/alerts.xpt
-lib/xulrunner/components/appshell.xpt
-lib/xulrunner/components/appstartup.xpt
-lib/xulrunner/components/autocomplete.xpt
-lib/xulrunner/components/autoconfig.xpt
-lib/xulrunner/components/caps.xpt
-lib/xulrunner/components/chardet.xpt
-lib/xulrunner/components/chrome.xpt
-lib/xulrunner/components/commandhandler.xpt
-lib/xulrunner/components/commandlines.xpt
-lib/xulrunner/components/composer.xpt
-lib/xulrunner/components/content_base.xpt
-lib/xulrunner/components/content_html.xpt
-lib/xulrunner/components/content_htmldoc.xpt
-lib/xulrunner/components/content_xmldoc.xpt
-lib/xulrunner/components/content_xslt.xpt
-lib/xulrunner/components/content_xtf.xpt
-lib/xulrunner/components/contentprefs.xpt
-lib/xulrunner/components/cookie.xpt
-lib/xulrunner/components/directory.xpt
-lib/xulrunner/components/docshell.xpt
-lib/xulrunner/components/dom.xpt
-lib/xulrunner/components/dom_base.xpt
-lib/xulrunner/components/dom_canvas.xpt
-lib/xulrunner/components/dom_core.xpt
-lib/xulrunner/components/dom_css.xpt
-lib/xulrunner/components/dom_events.xpt
-lib/xulrunner/components/dom_geolocation.xpt
-lib/xulrunner/components/dom_html.xpt
-lib/xulrunner/components/dom_json.xpt
-lib/xulrunner/components/dom_loadsave.xpt
-lib/xulrunner/components/dom_offline.xpt
-lib/xulrunner/components/dom_range.xpt
-lib/xulrunner/components/dom_sidebar.xpt
-lib/xulrunner/components/dom_storage.xpt
-lib/xulrunner/components/dom_stylesheets.xpt
-lib/xulrunner/components/dom_svg.xpt
-lib/xulrunner/components/dom_threads.xpt
-lib/xulrunner/components/dom_traversal.xpt
-lib/xulrunner/components/dom_views.xpt
-lib/xulrunner/components/dom_xbl.xpt
-lib/xulrunner/components/dom_xpath.xpt
-lib/xulrunner/components/dom_xul.xpt
-lib/xulrunner/components/downloads.xpt
-lib/xulrunner/components/editor.xpt
-lib/xulrunner/components/embed_base.xpt
-lib/xulrunner/components/extensions.xpt
-lib/xulrunner/components/exthandler.xpt
-lib/xulrunner/components/exthelper.xpt
-lib/xulrunner/components/fastfind.xpt
-lib/xulrunner/components/feeds.xpt
-lib/xulrunner/components/filepicker.xpt
-lib/xulrunner/components/find.xpt
-lib/xulrunner/components/gfx.xpt
-lib/xulrunner/components/htmlparser.xpt
-lib/xulrunner/components/imgicon.xpt
-lib/xulrunner/components/imglib2.xpt
-lib/xulrunner/components/inspector.xpt
-lib/xulrunner/components/intl.xpt
-lib/xulrunner/components/jar.xpt
+lib/xulrunner/components/components.list
lib/xulrunner/components/jsconsole-clhandler.js
-lib/xulrunner/components/jsdservice.xpt
-lib/xulrunner/components/layout_base.xpt
-lib/xulrunner/components/layout_printing.xpt
-lib/xulrunner/components/layout_xul.xpt
-lib/xulrunner/components/layout_xul_tree.xpt
${PLIST.gnome}lib/xulrunner/components/libdbusservice.so
lib/xulrunner/components/libimgicon.so
${PLIST.gnome}lib/xulrunner/components/libmozgnome.so
${PLIST.gnome}lib/xulrunner/components/libnkgnomevfs.so
-lib/xulrunner/components/locale.xpt
-lib/xulrunner/components/loginmgr.xpt
-lib/xulrunner/components/lwbrk.xpt
-lib/xulrunner/components/mimetype.xpt
-lib/xulrunner/components/mozbrwsr.xpt
-lib/xulrunner/components/mozfind.xpt
-lib/xulrunner/components/necko.xpt
-lib/xulrunner/components/necko_about.xpt
-lib/xulrunner/components/necko_cache.xpt
-lib/xulrunner/components/necko_cookie.xpt
-lib/xulrunner/components/necko_dns.xpt
-lib/xulrunner/components/necko_file.xpt
-lib/xulrunner/components/necko_ftp.xpt
-lib/xulrunner/components/necko_http.xpt
-lib/xulrunner/components/necko_res.xpt
-lib/xulrunner/components/necko_socket.xpt
-lib/xulrunner/components/necko_strconv.xpt
-lib/xulrunner/components/necko_viewsource.xpt
lib/xulrunner/components/nsAddonRepository.js
lib/xulrunner/components/nsBadCertHandler.js
lib/xulrunner/components/nsBlocklistService.js
@@ -2409,12 +2241,14 @@ lib/xulrunner/components/nsDefaultCLH.js
lib/xulrunner/components/nsDownloadManagerUI.js
lib/xulrunner/components/nsExtensionManager.js
lib/xulrunner/components/nsFilePicker.js
+lib/xulrunner/components/nsFormAutoComplete.js
lib/xulrunner/components/nsHandlerService.js
lib/xulrunner/components/nsHelperAppDlg.js
lib/xulrunner/components/nsLivemarkService.js
lib/xulrunner/components/nsLoginInfo.js
lib/xulrunner/components/nsLoginManager.js
lib/xulrunner/components/nsLoginManagerPrompter.js
+lib/xulrunner/components/nsPlacesAutoComplete.js
lib/xulrunner/components/nsPlacesDBFlush.js
lib/xulrunner/components/nsProgressDialog.js
lib/xulrunner/components/nsProxyAutoConfig.js
@@ -2424,59 +2258,15 @@ lib/xulrunner/components/nsTaggingService.js
lib/xulrunner/components/nsTryToClose.js
lib/xulrunner/components/nsURLFormatter.js
lib/xulrunner/components/nsUpdateService.js
+lib/xulrunner/components/nsUpdateServiceStub.js
+lib/xulrunner/components/nsUpdateTimerManager.js
lib/xulrunner/components/nsWebHandlerApp.js
lib/xulrunner/components/nsXULAppInstall.js
-lib/xulrunner/components/oji.xpt
-lib/xulrunner/components/parentalcontrols.xpt
-lib/xulrunner/components/pipboot.xpt
-lib/xulrunner/components/pipnss.xpt
-lib/xulrunner/components/pippki.xpt
-lib/xulrunner/components/places.xpt
-lib/xulrunner/components/plugin.xpt
lib/xulrunner/components/pluginGlue.js
-lib/xulrunner/components/pref.xpt
-lib/xulrunner/components/prefetch.xpt
-lib/xulrunner/components/profile.xpt
-lib/xulrunner/components/proxyObjInst.xpt
-lib/xulrunner/components/rdf.xpt
-lib/xulrunner/components/satchel.xpt
-lib/xulrunner/components/saxparser.xpt
-lib/xulrunner/components/shistory.xpt
-lib/xulrunner/components/spellchecker.xpt
lib/xulrunner/components/storage-Legacy.js
lib/xulrunner/components/storage-mozStorage.js
-lib/xulrunner/components/storage.xpt
-lib/xulrunner/components/toolkitprofile.xpt
-lib/xulrunner/components/toolkitremote.xpt
-lib/xulrunner/components/toolkitsearch.xpt
lib/xulrunner/components/txEXSLTRegExFunctions.js
-lib/xulrunner/components/txmgr.xpt
-lib/xulrunner/components/txtsvc.xpt
-lib/xulrunner/components/uconv.xpt
-lib/xulrunner/components/unicharutil.xpt
-lib/xulrunner/components/update.xpt
-lib/xulrunner/components/uriloader.xpt
-lib/xulrunner/components/urlformatter.xpt
-lib/xulrunner/components/webBrowser_core.xpt
-lib/xulrunner/components/webbrowserpersist.xpt
-lib/xulrunner/components/webshell_idls.xpt
-lib/xulrunner/components/widget.xpt
-lib/xulrunner/components/windowds.xpt
-lib/xulrunner/components/windowwatcher.xpt
-lib/xulrunner/components/xpcom_base.xpt
-lib/xulrunner/components/xpcom_components.xpt
-lib/xulrunner/components/xpcom_ds.xpt
-lib/xulrunner/components/xpcom_io.xpt
-lib/xulrunner/components/xpcom_system.xpt
-lib/xulrunner/components/xpcom_threads.xpt
-lib/xulrunner/components/xpcom_xpti.xpt
-lib/xulrunner/components/xpconnect.xpt
-lib/xulrunner/components/xpinstall.xpt
-lib/xulrunner/components/xulapp.xpt
-lib/xulrunner/components/xulapp_setup.xpt
-lib/xulrunner/components/xuldoc.xpt
-lib/xulrunner/components/xultmpl.xpt
-lib/xulrunner/components/zipwriter.xpt
+lib/xulrunner/components/xulrunner.xpt
lib/xulrunner/defaults/autoconfig/platform.js
lib/xulrunner/defaults/autoconfig/prefcalls.js
lib/xulrunner/defaults/pref/xulrunner.js
@@ -2494,8 +2284,6 @@ lib/xulrunner/greprefs/all.js
lib/xulrunner/greprefs/security-prefs.js
lib/xulrunner/greprefs/xpinstall.js
lib/xulrunner/icons/document.png
-lib/xulrunner/icons/mozicon16.xpm
-lib/xulrunner/icons/mozicon50.xpm
lib/xulrunner/icons/updater.png
lib/xulrunner/libfreebl3.chk
lib/xulrunner/libfreebl3.so
@@ -2517,15 +2305,21 @@ lib/xulrunner/libxpcom.so
lib/xulrunner/libxpcomglue.a
lib/xulrunner/libxpcomglue_s.a
lib/xulrunner/libxul.so
+lib/xulrunner/modules/CertUtils.jsm
lib/xulrunner/modules/DownloadLastDir.jsm
lib/xulrunner/modules/DownloadUtils.jsm
+lib/xulrunner/modules/FileUtils.jsm
lib/xulrunner/modules/ISO8601DateUtils.jsm
+lib/xulrunner/modules/LightweightThemeConsumer.jsm
+lib/xulrunner/modules/LightweightThemeManager.jsm
lib/xulrunner/modules/Microformats.js
+lib/xulrunner/modules/NetUtil.jsm
lib/xulrunner/modules/PlacesDBUtils.jsm
lib/xulrunner/modules/PluralForm.jsm
lib/xulrunner/modules/SpatialNavigation.js
lib/xulrunner/modules/WindowDraggingUtils.jsm
lib/xulrunner/modules/XPCOMUtils.jsm
+lib/xulrunner/modules/ctypes.jsm
lib/xulrunner/modules/debug.js
lib/xulrunner/modules/utils.js
lib/xulrunner/mozilla-xremote-client
@@ -2536,7 +2330,7 @@ lib/xulrunner/plugins/libunixprintplugin.so
lib/xulrunner/res/EditorOverride.css
lib/xulrunner/res/arrow.gif
lib/xulrunner/res/arrowd.gif
-lib/xulrunner/res/broken-image.gif
+lib/xulrunner/res/broken-image.png
lib/xulrunner/res/charsetData.properties
lib/xulrunner/res/charsetalias.properties
lib/xulrunner/res/contenteditable.css
@@ -2561,7 +2355,7 @@ lib/xulrunner/res/html.css
lib/xulrunner/res/html/folder.png
lib/xulrunner/res/langGroups.properties
lib/xulrunner/res/language.properties
-lib/xulrunner/res/loading-image.gif
+lib/xulrunner/res/loading-image.png
lib/xulrunner/res/mathml.css
lib/xulrunner/res/quirk.css
lib/xulrunner/res/svg.css
@@ -2596,1338 +2390,1127 @@ lib/xulrunner/xpt_link
lib/xulrunner/xulrunner
lib/xulrunner/xulrunner-bin
lib/xulrunner/xulrunner-stub
-share/idl/xulrunner/stable/domstubs.idl
-share/idl/xulrunner/stable/mozIJSSubScriptLoader.idl
-share/idl/xulrunner/stable/nsIASN1Object.idl
-share/idl/xulrunner/stable/nsIASN1Sequence.idl
-share/idl/xulrunner/stable/nsIArray.idl
-share/idl/xulrunner/stable/nsICRLInfo.idl
-share/idl/xulrunner/stable/nsICategoryManager.idl
-share/idl/xulrunner/stable/nsICertificateDialogs.idl
-share/idl/xulrunner/stable/nsIChannel.idl
-share/idl/xulrunner/stable/nsIClassInfo.idl
-share/idl/xulrunner/stable/nsIClipboardCommands.idl
-share/idl/xulrunner/stable/nsIComponentManager.idl
-share/idl/xulrunner/stable/nsIComponentRegistrar.idl
-share/idl/xulrunner/stable/nsIContextMenuListener.idl
-share/idl/xulrunner/stable/nsICookie.idl
-share/idl/xulrunner/stable/nsICookieManager.idl
-share/idl/xulrunner/stable/nsIDOM3DocumentEvent.idl
-share/idl/xulrunner/stable/nsIDOM3EventTarget.idl
-share/idl/xulrunner/stable/nsIDOMAbstractView.idl
-share/idl/xulrunner/stable/nsIDOMAttr.idl
-share/idl/xulrunner/stable/nsIDOMBarProp.idl
-share/idl/xulrunner/stable/nsIDOMCDATASection.idl
-share/idl/xulrunner/stable/nsIDOMCSSPrimitiveValue.idl
-share/idl/xulrunner/stable/nsIDOMCSSRule.idl
-share/idl/xulrunner/stable/nsIDOMCSSRuleList.idl
-share/idl/xulrunner/stable/nsIDOMCSSStyleDeclaration.idl
-share/idl/xulrunner/stable/nsIDOMCSSStyleSheet.idl
-share/idl/xulrunner/stable/nsIDOMCSSValue.idl
-share/idl/xulrunner/stable/nsIDOMCSSValueList.idl
-share/idl/xulrunner/stable/nsIDOMCharacterData.idl
-share/idl/xulrunner/stable/nsIDOMComment.idl
-share/idl/xulrunner/stable/nsIDOMDOMException.idl
-share/idl/xulrunner/stable/nsIDOMDOMImplementation.idl
-share/idl/xulrunner/stable/nsIDOMDocument.idl
-share/idl/xulrunner/stable/nsIDOMDocumentEvent.idl
-share/idl/xulrunner/stable/nsIDOMDocumentFragment.idl
-share/idl/xulrunner/stable/nsIDOMDocumentRange.idl
-share/idl/xulrunner/stable/nsIDOMDocumentStyle.idl
-share/idl/xulrunner/stable/nsIDOMDocumentType.idl
-share/idl/xulrunner/stable/nsIDOMDocumentView.idl
-share/idl/xulrunner/stable/nsIDOMElement.idl
-share/idl/xulrunner/stable/nsIDOMElementCSSInlineStyle.idl
-share/idl/xulrunner/stable/nsIDOMEntity.idl
-share/idl/xulrunner/stable/nsIDOMEntityReference.idl
-share/idl/xulrunner/stable/nsIDOMEvent.idl
-share/idl/xulrunner/stable/nsIDOMEventGroup.idl
-share/idl/xulrunner/stable/nsIDOMEventListener.idl
-share/idl/xulrunner/stable/nsIDOMEventTarget.idl
-share/idl/xulrunner/stable/nsIDOMHTMLAnchorElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLAppletElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLAreaElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLAudioElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLBRElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLBaseElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLBaseFontElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLBodyElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLButtonElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLByteRanges.idl
-share/idl/xulrunner/stable/nsIDOMHTMLCollection.idl
-share/idl/xulrunner/stable/nsIDOMHTMLDListElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLDirectoryElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLDivElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLDocument.idl
-share/idl/xulrunner/stable/nsIDOMHTMLElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLEmbedElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLFieldSetElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLFontElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLFormElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLFrameElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLFrameSetElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLHRElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLHeadElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLHeadingElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLHtmlElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLIFrameElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLImageElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLInputElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLIsIndexElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLLIElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLLabelElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLLegendElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLLinkElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLMapElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLMediaElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLMediaError.idl
-share/idl/xulrunner/stable/nsIDOMHTMLMenuElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLMetaElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLModElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLOListElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLObjectElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLOptGroupElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLOptionElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLOptionsCollection.idl
-share/idl/xulrunner/stable/nsIDOMHTMLParagraphElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLParamElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLPreElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLQuoteElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLScriptElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLSelectElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLSourceElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLStyleElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTableCaptionElem.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTableCellElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTableColElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTableElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTableRowElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTableSectionElem.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTextAreaElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTimeRanges.idl
-share/idl/xulrunner/stable/nsIDOMHTMLTitleElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLUListElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLVideoElement.idl
-share/idl/xulrunner/stable/nsIDOMHTMLVoidCallback.idl
-share/idl/xulrunner/stable/nsIDOMMediaList.idl
-share/idl/xulrunner/stable/nsIDOMMouseEvent.idl
-share/idl/xulrunner/stable/nsIDOMMouseScrollEvent.idl
-share/idl/xulrunner/stable/nsIDOMNamedNodeMap.idl
-share/idl/xulrunner/stable/nsIDOMNode.idl
-share/idl/xulrunner/stable/nsIDOMNodeList.idl
-share/idl/xulrunner/stable/nsIDOMNotation.idl
-share/idl/xulrunner/stable/nsIDOMProcessingInstruction.idl
-share/idl/xulrunner/stable/nsIDOMProgressEvent.idl
-share/idl/xulrunner/stable/nsIDOMRange.idl
-share/idl/xulrunner/stable/nsIDOMStorage.idl
-share/idl/xulrunner/stable/nsIDOMStorageEvent.idl
-share/idl/xulrunner/stable/nsIDOMStorageItem.idl
-share/idl/xulrunner/stable/nsIDOMStorageList.idl
-share/idl/xulrunner/stable/nsIDOMStorageWindow.idl
-share/idl/xulrunner/stable/nsIDOMStorageWindow_1_9_1.idl
-share/idl/xulrunner/stable/nsIDOMStyleSheet.idl
-share/idl/xulrunner/stable/nsIDOMStyleSheetList.idl
-share/idl/xulrunner/stable/nsIDOMText.idl
-share/idl/xulrunner/stable/nsIDOMUIEvent.idl
-share/idl/xulrunner/stable/nsIDOMWindow.idl
-share/idl/xulrunner/stable/nsIDOMWindow2.idl
-share/idl/xulrunner/stable/nsIDOMWindowCollection.idl
-share/idl/xulrunner/stable/nsIDOMWindowUtils.idl
-share/idl/xulrunner/stable/nsIDebug.idl
-share/idl/xulrunner/stable/nsIDirectoryService.idl
-share/idl/xulrunner/stable/nsIEmbeddingSiteWindow.idl
-share/idl/xulrunner/stable/nsIFactory.idl
-share/idl/xulrunner/stable/nsIFile.idl
-share/idl/xulrunner/stable/nsIFileURL.idl
-share/idl/xulrunner/stable/nsIGlobalHistory.idl
-share/idl/xulrunner/stable/nsIHashable.idl
-share/idl/xulrunner/stable/nsIHistoryEntry.idl
-share/idl/xulrunner/stable/nsIHttpChannel.idl
-share/idl/xulrunner/stable/nsIHttpHeaderVisitor.idl
-share/idl/xulrunner/stable/nsIIOService.idl
-share/idl/xulrunner/stable/nsIInputStream.idl
-share/idl/xulrunner/stable/nsIInterfaceRequestor.idl
-share/idl/xulrunner/stable/nsIJSON.idl
-share/idl/xulrunner/stable/nsILoadGroup.idl
-share/idl/xulrunner/stable/nsILocalFile.idl
-share/idl/xulrunner/stable/nsIMemory.idl
-share/idl/xulrunner/stable/nsIModule.idl
-share/idl/xulrunner/stable/nsIMutableArray.idl
-share/idl/xulrunner/stable/nsIObserver.idl
-share/idl/xulrunner/stable/nsIObserverService.idl
-share/idl/xulrunner/stable/nsIOutputStream.idl
-share/idl/xulrunner/stable/nsIPrefBranch.idl
-share/idl/xulrunner/stable/nsIPrefBranch2.idl
-share/idl/xulrunner/stable/nsIPrefLocalizedString.idl
-share/idl/xulrunner/stable/nsIPrefService.idl
-share/idl/xulrunner/stable/nsIProfile.idl
-share/idl/xulrunner/stable/nsIProfileChangeStatus.idl
-share/idl/xulrunner/stable/nsIProgrammingLanguage.idl
-share/idl/xulrunner/stable/nsIPromptService.idl
-share/idl/xulrunner/stable/nsIProperties.idl
-share/idl/xulrunner/stable/nsIProtocolHandler.idl
-share/idl/xulrunner/stable/nsIRequest.idl
-share/idl/xulrunner/stable/nsIRequestObserver.idl
-share/idl/xulrunner/stable/nsISHistory.idl
-share/idl/xulrunner/stable/nsISHistoryListener.idl
-share/idl/xulrunner/stable/nsIScriptableInputStream.idl
-share/idl/xulrunner/stable/nsISecurityWarningDialogs.idl
-share/idl/xulrunner/stable/nsISelection.idl
-share/idl/xulrunner/stable/nsIServiceManager.idl
-share/idl/xulrunner/stable/nsISimpleEnumerator.idl
-share/idl/xulrunner/stable/nsIStreamListener.idl
-share/idl/xulrunner/stable/nsISupports.idl
-share/idl/xulrunner/stable/nsISupportsPrimitives.idl
-share/idl/xulrunner/stable/nsITooltipListener.idl
-share/idl/xulrunner/stable/nsITooltipTextProvider.idl
-share/idl/xulrunner/stable/nsITraceRefcnt.idl
-share/idl/xulrunner/stable/nsITraceableChannel.idl
-share/idl/xulrunner/stable/nsIURI.idl
-share/idl/xulrunner/stable/nsIURIContentListener.idl
-share/idl/xulrunner/stable/nsIURL.idl
-share/idl/xulrunner/stable/nsIUnicharStreamListener.idl
-share/idl/xulrunner/stable/nsIUploadChannel.idl
-share/idl/xulrunner/stable/nsIWeakReference.idl
-share/idl/xulrunner/stable/nsIWebBrowser.idl
-share/idl/xulrunner/stable/nsIWebBrowserChrome.idl
-share/idl/xulrunner/stable/nsIWebBrowserChromeFocus.idl
-share/idl/xulrunner/stable/nsIWebBrowserFind.idl
-share/idl/xulrunner/stable/nsIWebBrowserFocus.idl
-share/idl/xulrunner/stable/nsIWebBrowserPrint.idl
-share/idl/xulrunner/stable/nsIWebBrowserSetup.idl
-share/idl/xulrunner/stable/nsIWebBrowserStream.idl
-share/idl/xulrunner/stable/nsIWebProgress.idl
-share/idl/xulrunner/stable/nsIWebProgressListener.idl
-share/idl/xulrunner/stable/nsIWindowCreator.idl
-share/idl/xulrunner/stable/nsIWindowWatcher.idl
-share/idl/xulrunner/stable/nsIX509Cert.idl
-share/idl/xulrunner/stable/nsIX509CertDB.idl
-share/idl/xulrunner/stable/nsIX509CertValidity.idl
-share/idl/xulrunner/stable/nsrootidl.idl
-share/idl/xulrunner/unstable/XPCIDispatch.idl
-share/idl/xulrunner/unstable/domstubs.idl
-share/idl/xulrunner/unstable/extIApplication.idl
-share/idl/xulrunner/unstable/gfxIFormats.idl
-share/idl/xulrunner/unstable/gfxIImageFrame.idl
-share/idl/xulrunner/unstable/gfxtypes.idl
-share/idl/xulrunner/unstable/imgICache.idl
-share/idl/xulrunner/unstable/imgIContainer.idl
-share/idl/xulrunner/unstable/imgIContainerObserver.idl
-share/idl/xulrunner/unstable/imgIDecoder.idl
-share/idl/xulrunner/unstable/imgIDecoderObserver.idl
-share/idl/xulrunner/unstable/imgIEncoder.idl
-share/idl/xulrunner/unstable/imgILoad.idl
-share/idl/xulrunner/unstable/imgILoader.idl
-share/idl/xulrunner/unstable/imgIRequest.idl
-share/idl/xulrunner/unstable/imgITools.idl
-share/idl/xulrunner/unstable/inICSSValueSearch.idl
-share/idl/xulrunner/unstable/inIDOMUtils.idl
-share/idl/xulrunner/unstable/inIDOMView.idl
-share/idl/xulrunner/unstable/inIDeepTreeWalker.idl
-share/idl/xulrunner/unstable/inIFlasher.idl
-share/idl/xulrunner/unstable/inISearchObserver.idl
-share/idl/xulrunner/unstable/inISearchProcess.idl
-share/idl/xulrunner/unstable/jsdIDebuggerService.idl
-share/idl/xulrunner/unstable/mozIJSSubScriptLoader.idl
-share/idl/xulrunner/unstable/mozIPersonalDictionary.idl
-share/idl/xulrunner/unstable/mozISpellCheckingEngine.idl
-share/idl/xulrunner/unstable/mozISpellI18NManager.idl
-share/idl/xulrunner/unstable/mozISpellI18NUtil.idl
-share/idl/xulrunner/unstable/mozIStorageAggregateFunction.idl
-share/idl/xulrunner/unstable/mozIStorageConnection.idl
-share/idl/xulrunner/unstable/mozIStorageDataSet.idl
-share/idl/xulrunner/unstable/mozIStorageError.idl
-share/idl/xulrunner/unstable/mozIStorageFunction.idl
-share/idl/xulrunner/unstable/mozIStoragePendingStatement.idl
-share/idl/xulrunner/unstable/mozIStorageProgressHandler.idl
-share/idl/xulrunner/unstable/mozIStorageResultSet.idl
-share/idl/xulrunner/unstable/mozIStorageRow.idl
-share/idl/xulrunner/unstable/mozIStorageService.idl
-share/idl/xulrunner/unstable/mozIStorageStatement.idl
-share/idl/xulrunner/unstable/mozIStorageStatementCallback.idl
-share/idl/xulrunner/unstable/mozIStorageStatementWrapper.idl
-share/idl/xulrunner/unstable/mozIStorageValueArray.idl
-share/idl/xulrunner/unstable/mozITXTToHTMLConv.idl
-share/idl/xulrunner/unstable/nsCDefaultURIFixup.idl
-share/idl/xulrunner/unstable/nsCDocShell.idl
-share/idl/xulrunner/unstable/nsCExternalHandlerService.idl
-share/idl/xulrunner/unstable/nsCURILoader.idl
-share/idl/xulrunner/unstable/nsCWebBrowser.idl
-share/idl/xulrunner/unstable/nsCWebBrowserPersist.idl
-share/idl/xulrunner/unstable/nsIASN1Object.idl
-share/idl/xulrunner/unstable/nsIASN1PrintableItem.idl
-share/idl/xulrunner/unstable/nsIASN1Sequence.idl
-share/idl/xulrunner/unstable/nsIASN1Tree.idl
-share/idl/xulrunner/unstable/nsIAboutModule.idl
-share/idl/xulrunner/unstable/nsIAccessNode.idl
-share/idl/xulrunner/unstable/nsIAccessibilityService.idl
-share/idl/xulrunner/unstable/nsIAccessible.idl
-share/idl/xulrunner/unstable/nsIAccessibleDocument.idl
-share/idl/xulrunner/unstable/nsIAccessibleEditableText.idl
-share/idl/xulrunner/unstable/nsIAccessibleEvent.idl
-share/idl/xulrunner/unstable/nsIAccessibleHyperLink.idl
-share/idl/xulrunner/unstable/nsIAccessibleHyperText.idl
-share/idl/xulrunner/unstable/nsIAccessibleImage.idl
-share/idl/xulrunner/unstable/nsIAccessibleProvider.idl
-share/idl/xulrunner/unstable/nsIAccessibleRelation.idl
-share/idl/xulrunner/unstable/nsIAccessibleRetrieval.idl
-share/idl/xulrunner/unstable/nsIAccessibleRole.idl
-share/idl/xulrunner/unstable/nsIAccessibleSelectable.idl
-share/idl/xulrunner/unstable/nsIAccessibleStates.idl
-share/idl/xulrunner/unstable/nsIAccessibleTable.idl
-share/idl/xulrunner/unstable/nsIAccessibleText.idl
-share/idl/xulrunner/unstable/nsIAccessibleTreeCache.idl
-share/idl/xulrunner/unstable/nsIAccessibleTypes.idl
-share/idl/xulrunner/unstable/nsIAccessibleValue.idl
-share/idl/xulrunner/unstable/nsIAddonRepository.idl
-share/idl/xulrunner/unstable/nsIAlertsService.idl
-share/idl/xulrunner/unstable/nsIAnnotationService.idl
-share/idl/xulrunner/unstable/nsIAppShell.idl
-share/idl/xulrunner/unstable/nsIAppShellService.idl
-share/idl/xulrunner/unstable/nsIAppStartup.idl
-share/idl/xulrunner/unstable/nsIApplicationCache.idl
-share/idl/xulrunner/unstable/nsIApplicationCacheChannel.idl
-share/idl/xulrunner/unstable/nsIApplicationCacheContainer.idl
-share/idl/xulrunner/unstable/nsIApplicationCacheService.idl
-share/idl/xulrunner/unstable/nsIArray.idl
-share/idl/xulrunner/unstable/nsIAssociatedContentSecurity.idl
-share/idl/xulrunner/unstable/nsIAsyncInputStream.idl
-share/idl/xulrunner/unstable/nsIAsyncOutputStream.idl
-share/idl/xulrunner/unstable/nsIAsyncStreamCopier.idl
-share/idl/xulrunner/unstable/nsIAtom.idl
-share/idl/xulrunner/unstable/nsIAtomService.idl
-share/idl/xulrunner/unstable/nsIAuthInformation.idl
-share/idl/xulrunner/unstable/nsIAuthModule.idl
-share/idl/xulrunner/unstable/nsIAuthPrompt.idl
-share/idl/xulrunner/unstable/nsIAuthPrompt2.idl
-share/idl/xulrunner/unstable/nsIAuthPromptAdapterFactory.idl
-share/idl/xulrunner/unstable/nsIAuthPromptCallback.idl
-share/idl/xulrunner/unstable/nsIAuthPromptProvider.idl
-share/idl/xulrunner/unstable/nsIAuthPromptWrapper.idl
-share/idl/xulrunner/unstable/nsIAutoCompleteController.idl
-share/idl/xulrunner/unstable/nsIAutoCompleteInput.idl
-share/idl/xulrunner/unstable/nsIAutoCompletePopup.idl
-share/idl/xulrunner/unstable/nsIAutoCompleteResult.idl
-share/idl/xulrunner/unstable/nsIAutoCompleteResultTypes.idl
-share/idl/xulrunner/unstable/nsIAutoCompleteSearch.idl
-share/idl/xulrunner/unstable/nsIAutoCompleteSimpleResult.idl
-share/idl/xulrunner/unstable/nsIAutoConfig.idl
-share/idl/xulrunner/unstable/nsIBadCertListener2.idl
-share/idl/xulrunner/unstable/nsIBaseWindow.idl
-share/idl/xulrunner/unstable/nsIBidiKeyboard.idl
-share/idl/xulrunner/unstable/nsIBinaryInputStream.idl
-share/idl/xulrunner/unstable/nsIBinaryOutputStream.idl
-share/idl/xulrunner/unstable/nsIBlocklistService.idl
-share/idl/xulrunner/unstable/nsIBoxObject.idl
-share/idl/xulrunner/unstable/nsIBrowserBoxObject.idl
-share/idl/xulrunner/unstable/nsIBrowserDOMWindow.idl
-share/idl/xulrunner/unstable/nsIBrowserHistory.idl
-share/idl/xulrunner/unstable/nsIBrowserInstance.idl
-share/idl/xulrunner/unstable/nsIBrowserSearchService.idl
-share/idl/xulrunner/unstable/nsIBufEntropyCollector.idl
-share/idl/xulrunner/unstable/nsIBufferedStreams.idl
-share/idl/xulrunner/unstable/nsIByteRangeRequest.idl
-share/idl/xulrunner/unstable/nsICMSDecoder.idl
-share/idl/xulrunner/unstable/nsICMSEncoder.idl
-share/idl/xulrunner/unstable/nsICMSMessage.idl
-share/idl/xulrunner/unstable/nsICMSMessage2.idl
-share/idl/xulrunner/unstable/nsICMSMessageErrors.idl
-share/idl/xulrunner/unstable/nsICMSSecureMessage.idl
-share/idl/xulrunner/unstable/nsICRLInfo.idl
-share/idl/xulrunner/unstable/nsICRLManager.idl
-share/idl/xulrunner/unstable/nsICache.idl
-share/idl/xulrunner/unstable/nsICacheEntryDescriptor.idl
-share/idl/xulrunner/unstable/nsICacheListener.idl
-share/idl/xulrunner/unstable/nsICacheService.idl
-share/idl/xulrunner/unstable/nsICacheSession.idl
-share/idl/xulrunner/unstable/nsICacheVisitor.idl
-share/idl/xulrunner/unstable/nsICachingChannel.idl
-share/idl/xulrunner/unstable/nsICancelable.idl
-share/idl/xulrunner/unstable/nsICategoryManager.idl
-share/idl/xulrunner/unstable/nsICertOverrideService.idl
-share/idl/xulrunner/unstable/nsICertPickDialogs.idl
-share/idl/xulrunner/unstable/nsICertTree.idl
-share/idl/xulrunner/unstable/nsICertificateDialogs.idl
-share/idl/xulrunner/unstable/nsIChannel.idl
-share/idl/xulrunner/unstable/nsIChannelClassifier.idl
-share/idl/xulrunner/unstable/nsIChannelEventSink.idl
-share/idl/xulrunner/unstable/nsICharsetConverterManager.idl
-share/idl/xulrunner/unstable/nsICharsetResolver.idl
-share/idl/xulrunner/unstable/nsIChromeRegistry.idl
-share/idl/xulrunner/unstable/nsICipherInfo.idl
-share/idl/xulrunner/unstable/nsICiter.idl
-share/idl/xulrunner/unstable/nsIClassInfo.idl
-share/idl/xulrunner/unstable/nsIClassicPluginFactory.idl
-share/idl/xulrunner/unstable/nsIClientAuthDialogs.idl
-share/idl/xulrunner/unstable/nsIClipboard.idl
-share/idl/xulrunner/unstable/nsIClipboardCommands.idl
-share/idl/xulrunner/unstable/nsIClipboardDragDropHookList.idl
-share/idl/xulrunner/unstable/nsIClipboardDragDropHooks.idl
-share/idl/xulrunner/unstable/nsIClipboardHelper.idl
-share/idl/xulrunner/unstable/nsIClipboardOwner.idl
-share/idl/xulrunner/unstable/nsICollation.idl
-share/idl/xulrunner/unstable/nsICollection.idl
-share/idl/xulrunner/unstable/nsICommandHandler.idl
-share/idl/xulrunner/unstable/nsICommandLine.idl
-share/idl/xulrunner/unstable/nsICommandLineHandler.idl
-share/idl/xulrunner/unstable/nsICommandLineRunner.idl
-share/idl/xulrunner/unstable/nsICommandLineValidator.idl
-share/idl/xulrunner/unstable/nsICommandManager.idl
-share/idl/xulrunner/unstable/nsICommandParams.idl
-share/idl/xulrunner/unstable/nsIComponentManager.idl
-share/idl/xulrunner/unstable/nsIComponentManagerObsolete.idl
-share/idl/xulrunner/unstable/nsIComponentRegistrar.idl
-share/idl/xulrunner/unstable/nsIConsoleListener.idl
-share/idl/xulrunner/unstable/nsIConsoleMessage.idl
-share/idl/xulrunner/unstable/nsIConsoleService.idl
-share/idl/xulrunner/unstable/nsIContainerBoxObject.idl
-share/idl/xulrunner/unstable/nsIContentDispatchChooser.idl
-share/idl/xulrunner/unstable/nsIContentFilter.idl
-share/idl/xulrunner/unstable/nsIContentHandler.idl
-share/idl/xulrunner/unstable/nsIContentPolicy.idl
-share/idl/xulrunner/unstable/nsIContentPrefService.idl
-share/idl/xulrunner/unstable/nsIContentSniffer.idl
-share/idl/xulrunner/unstable/nsIContentURIGrouper.idl
-share/idl/xulrunner/unstable/nsIContentViewer.idl
-share/idl/xulrunner/unstable/nsIContentViewerContainer.idl
-share/idl/xulrunner/unstable/nsIContentViewerEdit.idl
-share/idl/xulrunner/unstable/nsIContentViewerFile.idl
-share/idl/xulrunner/unstable/nsIContextMenuListener.idl
-share/idl/xulrunner/unstable/nsIContextMenuListener2.idl
-share/idl/xulrunner/unstable/nsIController.idl
-share/idl/xulrunner/unstable/nsIControllerCommand.idl
-share/idl/xulrunner/unstable/nsIControllerCommandTable.idl
-share/idl/xulrunner/unstable/nsIControllerContext.idl
-share/idl/xulrunner/unstable/nsIControllers.idl
-share/idl/xulrunner/unstable/nsIConverterInputStream.idl
-share/idl/xulrunner/unstable/nsIConverterOutputStream.idl
-share/idl/xulrunner/unstable/nsICookie.idl
-share/idl/xulrunner/unstable/nsICookie2.idl
-share/idl/xulrunner/unstable/nsICookieAcceptDialog.idl
-share/idl/xulrunner/unstable/nsICookieManager.idl
-share/idl/xulrunner/unstable/nsICookieManager2.idl
-share/idl/xulrunner/unstable/nsICookiePermission.idl
-share/idl/xulrunner/unstable/nsICookiePromptService.idl
-share/idl/xulrunner/unstable/nsICookieService.idl
-share/idl/xulrunner/unstable/nsICookieStorage.idl
-share/idl/xulrunner/unstable/nsICryptoFIPSInfo.idl
-share/idl/xulrunner/unstable/nsICryptoHMAC.idl
-share/idl/xulrunner/unstable/nsICryptoHash.idl
-share/idl/xulrunner/unstable/nsICurrentCharsetListener.idl
-share/idl/xulrunner/unstable/nsIDNSListener.idl
-share/idl/xulrunner/unstable/nsIDNSRecord.idl
-share/idl/xulrunner/unstable/nsIDNSService.idl
-share/idl/xulrunner/unstable/nsIDOM3Attr.idl
-share/idl/xulrunner/unstable/nsIDOM3Document.idl
-share/idl/xulrunner/unstable/nsIDOM3DocumentEvent.idl
-share/idl/xulrunner/unstable/nsIDOM3EventTarget.idl
-share/idl/xulrunner/unstable/nsIDOM3Node.idl
-share/idl/xulrunner/unstable/nsIDOM3Text.idl
-share/idl/xulrunner/unstable/nsIDOM3TypeInfo.idl
-share/idl/xulrunner/unstable/nsIDOMAbstractView.idl
-share/idl/xulrunner/unstable/nsIDOMAttr.idl
-share/idl/xulrunner/unstable/nsIDOMBarProp.idl
-share/idl/xulrunner/unstable/nsIDOMBeforeUnloadEvent.idl
-share/idl/xulrunner/unstable/nsIDOMCDATASection.idl
-share/idl/xulrunner/unstable/nsIDOMCRMFObject.idl
-share/idl/xulrunner/unstable/nsIDOMCSS2Properties.idl
-share/idl/xulrunner/unstable/nsIDOMCSSCharsetRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSFontFaceRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSImportRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSMediaRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSMozDocumentRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSPageRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSPrimitiveValue.idl
-share/idl/xulrunner/unstable/nsIDOMCSSRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSRuleList.idl
-share/idl/xulrunner/unstable/nsIDOMCSSStyleDeclaration.idl
-share/idl/xulrunner/unstable/nsIDOMCSSStyleRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSStyleSheet.idl
-share/idl/xulrunner/unstable/nsIDOMCSSUnknownRule.idl
-share/idl/xulrunner/unstable/nsIDOMCSSValue.idl
-share/idl/xulrunner/unstable/nsIDOMCSSValueList.idl
-share/idl/xulrunner/unstable/nsIDOMCanvasRenderingContext2D.idl
-share/idl/xulrunner/unstable/nsIDOMCharacterData.idl
-share/idl/xulrunner/unstable/nsIDOMChromeWindow.idl
-share/idl/xulrunner/unstable/nsIDOMClientInformation.idl
-share/idl/xulrunner/unstable/nsIDOMClientRect.idl
-share/idl/xulrunner/unstable/nsIDOMClientRectList.idl
-share/idl/xulrunner/unstable/nsIDOMCommandEvent.idl
-share/idl/xulrunner/unstable/nsIDOMComment.idl
-share/idl/xulrunner/unstable/nsIDOMConstructor.idl
-share/idl/xulrunner/unstable/nsIDOMCounter.idl
-share/idl/xulrunner/unstable/nsIDOMCrypto.idl
-share/idl/xulrunner/unstable/nsIDOMCryptoDialogs.idl
-share/idl/xulrunner/unstable/nsIDOMDOMConfiguration.idl
-share/idl/xulrunner/unstable/nsIDOMDOMException.idl
-share/idl/xulrunner/unstable/nsIDOMDOMImplementation.idl
-share/idl/xulrunner/unstable/nsIDOMDOMImplementationLS.idl
-share/idl/xulrunner/unstable/nsIDOMDOMStringList.idl
-share/idl/xulrunner/unstable/nsIDOMDataContainerEvent.idl
-share/idl/xulrunner/unstable/nsIDOMDataTransfer.idl
-share/idl/xulrunner/unstable/nsIDOMDocument.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentCSS.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentEvent.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentFragment.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentRange.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentStyle.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentTraversal.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentType.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentView.idl
-share/idl/xulrunner/unstable/nsIDOMDocumentXBL.idl
-share/idl/xulrunner/unstable/nsIDOMDragEvent.idl
-share/idl/xulrunner/unstable/nsIDOMElement.idl
-share/idl/xulrunner/unstable/nsIDOMElementCSSInlineStyle.idl
-share/idl/xulrunner/unstable/nsIDOMEntity.idl
-share/idl/xulrunner/unstable/nsIDOMEntityReference.idl
-share/idl/xulrunner/unstable/nsIDOMEvent.idl
-share/idl/xulrunner/unstable/nsIDOMEventGroup.idl
-share/idl/xulrunner/unstable/nsIDOMEventListener.idl
-share/idl/xulrunner/unstable/nsIDOMEventTarget.idl
-share/idl/xulrunner/unstable/nsIDOMFile.idl
-share/idl/xulrunner/unstable/nsIDOMFileException.idl
-share/idl/xulrunner/unstable/nsIDOMFileList.idl
-share/idl/xulrunner/unstable/nsIDOMGeoGeolocation.idl
-share/idl/xulrunner/unstable/nsIDOMGeoPosition.idl
-share/idl/xulrunner/unstable/nsIDOMGeoPositionCallback.idl
-share/idl/xulrunner/unstable/nsIDOMGeoPositionCoords.idl
-share/idl/xulrunner/unstable/nsIDOMGeoPositionError.idl
-share/idl/xulrunner/unstable/nsIDOMGeoPositionErrorCallback.idl
-share/idl/xulrunner/unstable/nsIDOMGeoPositionOptions.idl
-share/idl/xulrunner/unstable/nsIDOMGetSVGDocument.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLAnchorElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLAppletElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLAreaElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLAudioElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLBRElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLBaseElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLBaseFontElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLBodyElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLButtonElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLByteRanges.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLCanvasElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLCollection.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLDListElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLDirectoryElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLDivElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLDocument.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLEmbedElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLFieldSetElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLFontElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLFormElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLFrameElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLFrameSetElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLHRElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLHeadElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLHeadingElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLHtmlElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLIFrameElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLImageElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLInputElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLIsIndexElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLLIElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLLabelElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLLegendElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLLinkElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLMapElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLMediaElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLMediaError.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLMenuElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLMetaElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLModElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLOListElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLObjectElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLOptGroupElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLOptionElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLOptionsCollection.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLParagraphElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLParamElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLPreElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLQuoteElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLScriptElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLSelectElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLSourceElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLStyleElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTableCaptionElem.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTableCellElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTableColElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTableElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTableRowElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTableSectionElem.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTextAreaElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTimeRanges.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLTitleElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLUListElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLVideoElement.idl
-share/idl/xulrunner/unstable/nsIDOMHTMLVoidCallback.idl
-share/idl/xulrunner/unstable/nsIDOMHistory.idl
-share/idl/xulrunner/unstable/nsIDOMJSWindow.idl
-share/idl/xulrunner/unstable/nsIDOMKeyEvent.idl
-share/idl/xulrunner/unstable/nsIDOMLSException.idl
-share/idl/xulrunner/unstable/nsIDOMLSInput.idl
-share/idl/xulrunner/unstable/nsIDOMLSLoadEvent.idl
-share/idl/xulrunner/unstable/nsIDOMLSOutput.idl
-share/idl/xulrunner/unstable/nsIDOMLSParser.idl
-share/idl/xulrunner/unstable/nsIDOMLSParserFilter.idl
-share/idl/xulrunner/unstable/nsIDOMLSProgressEvent.idl
-share/idl/xulrunner/unstable/nsIDOMLSResourceResolver.idl
-share/idl/xulrunner/unstable/nsIDOMLSSerializer.idl
-share/idl/xulrunner/unstable/nsIDOMLSSerializerFilter.idl
-share/idl/xulrunner/unstable/nsIDOMLinkStyle.idl
-share/idl/xulrunner/unstable/nsIDOMLoadStatus.idl
-share/idl/xulrunner/unstable/nsIDOMLoadStatusEvent.idl
-share/idl/xulrunner/unstable/nsIDOMLocation.idl
-share/idl/xulrunner/unstable/nsIDOMMediaList.idl
-share/idl/xulrunner/unstable/nsIDOMMessageEvent.idl
-share/idl/xulrunner/unstable/nsIDOMMimeType.idl
-share/idl/xulrunner/unstable/nsIDOMMimeTypeArray.idl
-share/idl/xulrunner/unstable/nsIDOMModalContentWindow.idl
-share/idl/xulrunner/unstable/nsIDOMMouseEvent.idl
-share/idl/xulrunner/unstable/nsIDOMMouseScrollEvent.idl
-share/idl/xulrunner/unstable/nsIDOMMutationEvent.idl
-share/idl/xulrunner/unstable/nsIDOMNSDocument.idl
-share/idl/xulrunner/unstable/nsIDOMNSDocumentStyle.idl
-share/idl/xulrunner/unstable/nsIDOMNSEditableElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSEvent.idl
-share/idl/xulrunner/unstable/nsIDOMNSEventTarget.idl
-share/idl/xulrunner/unstable/nsIDOMNSFeatureFactory.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLAnchorElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLAnchorElement2.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLAreaElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLAreaElement2.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLButtonElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLDocument.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLFormControlList.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLFormElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLFrameElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLHRElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLImageElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLInputElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLOptionCollectn.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLOptionElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLSelectElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSHTMLTextAreaElement.idl
-share/idl/xulrunner/unstable/nsIDOMNSRGBAColor.idl
-share/idl/xulrunner/unstable/nsIDOMNSRange.idl
-share/idl/xulrunner/unstable/nsIDOMNSUIEvent.idl
-share/idl/xulrunner/unstable/nsIDOMNSXBLFormControl.idl
-share/idl/xulrunner/unstable/nsIDOMNSXPathExpression.idl
-share/idl/xulrunner/unstable/nsIDOMNameList.idl
-share/idl/xulrunner/unstable/nsIDOMNamedNodeMap.idl
-share/idl/xulrunner/unstable/nsIDOMNavigator.idl
-share/idl/xulrunner/unstable/nsIDOMNavigatorGeolocation.idl
-share/idl/xulrunner/unstable/nsIDOMNode.idl
-share/idl/xulrunner/unstable/nsIDOMNodeFilter.idl
-share/idl/xulrunner/unstable/nsIDOMNodeIterator.idl
-share/idl/xulrunner/unstable/nsIDOMNodeList.idl
-share/idl/xulrunner/unstable/nsIDOMNodeSelector.idl
-share/idl/xulrunner/unstable/nsIDOMNotation.idl
-share/idl/xulrunner/unstable/nsIDOMNotifyPaintEvent.idl
-share/idl/xulrunner/unstable/nsIDOMOfflineResourceList.idl
-share/idl/xulrunner/unstable/nsIDOMPageTransitionEvent.idl
-share/idl/xulrunner/unstable/nsIDOMParser.idl
-share/idl/xulrunner/unstable/nsIDOMPkcs11.idl
-share/idl/xulrunner/unstable/nsIDOMPlugin.idl
-share/idl/xulrunner/unstable/nsIDOMPluginArray.idl
-share/idl/xulrunner/unstable/nsIDOMPopupBlockedEvent.idl
-share/idl/xulrunner/unstable/nsIDOMProcessingInstruction.idl
-share/idl/xulrunner/unstable/nsIDOMProgressEvent.idl
-share/idl/xulrunner/unstable/nsIDOMRGBColor.idl
-share/idl/xulrunner/unstable/nsIDOMRange.idl
-share/idl/xulrunner/unstable/nsIDOMRangeException.idl
-share/idl/xulrunner/unstable/nsIDOMRect.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAngle.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimPresAspRatio.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimTransformList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedAngle.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedBoolean.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedEnum.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedInteger.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedLength.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedLengthList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedNumber.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedNumberList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedPathData.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedPoints.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedRect.idl
-share/idl/xulrunner/unstable/nsIDOMSVGAnimatedString.idl
-share/idl/xulrunner/unstable/nsIDOMSVGCircleElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGClipPathElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGDefsElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGDescElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGDocument.idl
-share/idl/xulrunner/unstable/nsIDOMSVGElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGEllipseElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGEvent.idl
-share/idl/xulrunner/unstable/nsIDOMSVGException.idl
-share/idl/xulrunner/unstable/nsIDOMSVGFilterElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGFilters.idl
-share/idl/xulrunner/unstable/nsIDOMSVGFitToViewBox.idl
-share/idl/xulrunner/unstable/nsIDOMSVGForeignObjectElem.idl
-share/idl/xulrunner/unstable/nsIDOMSVGGElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGGradientElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGImageElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGLength.idl
-share/idl/xulrunner/unstable/nsIDOMSVGLengthList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGLineElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGLocatable.idl
-share/idl/xulrunner/unstable/nsIDOMSVGMarkerElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGMaskElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGMatrix.idl
-share/idl/xulrunner/unstable/nsIDOMSVGMetadataElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGNumber.idl
-share/idl/xulrunner/unstable/nsIDOMSVGNumberList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPathElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPathSeg.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPathSegList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPatternElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPoint.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPointList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPolygonElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPolylineElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGPresAspectRatio.idl
-share/idl/xulrunner/unstable/nsIDOMSVGRect.idl
-share/idl/xulrunner/unstable/nsIDOMSVGRectElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGSVGElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGScriptElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGStopElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGStylable.idl
-share/idl/xulrunner/unstable/nsIDOMSVGStyleElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGSwitchElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGSymbolElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTSpanElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTextContentElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTextElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTextPathElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTextPositionElem.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTitleElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTransform.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTransformList.idl
-share/idl/xulrunner/unstable/nsIDOMSVGTransformable.idl
-share/idl/xulrunner/unstable/nsIDOMSVGURIReference.idl
-share/idl/xulrunner/unstable/nsIDOMSVGUnitTypes.idl
-share/idl/xulrunner/unstable/nsIDOMSVGUseElement.idl
-share/idl/xulrunner/unstable/nsIDOMSVGViewSpec.idl
-share/idl/xulrunner/unstable/nsIDOMSVGZoomAndPan.idl
-share/idl/xulrunner/unstable/nsIDOMSVGZoomEvent.idl
-share/idl/xulrunner/unstable/nsIDOMScreen.idl
-share/idl/xulrunner/unstable/nsIDOMSerializer.idl
-share/idl/xulrunner/unstable/nsIDOMSimpleGestureEvent.idl
-share/idl/xulrunner/unstable/nsIDOMSmartCardEvent.idl
-share/idl/xulrunner/unstable/nsIDOMStorage.idl
-share/idl/xulrunner/unstable/nsIDOMStorage2.idl
-share/idl/xulrunner/unstable/nsIDOMStorageEvent.idl
-share/idl/xulrunner/unstable/nsIDOMStorageItem.idl
-share/idl/xulrunner/unstable/nsIDOMStorageList.idl
-share/idl/xulrunner/unstable/nsIDOMStorageManager.idl
-share/idl/xulrunner/unstable/nsIDOMStorageWindow.idl
-share/idl/xulrunner/unstable/nsIDOMStorageWindow_1_9_1.idl
-share/idl/xulrunner/unstable/nsIDOMStyleSheet.idl
-share/idl/xulrunner/unstable/nsIDOMStyleSheetList.idl
-share/idl/xulrunner/unstable/nsIDOMText.idl
-share/idl/xulrunner/unstable/nsIDOMToString.idl
-share/idl/xulrunner/unstable/nsIDOMTreeWalker.idl
-share/idl/xulrunner/unstable/nsIDOMUIEvent.idl
-share/idl/xulrunner/unstable/nsIDOMUserDataHandler.idl
-share/idl/xulrunner/unstable/nsIDOMViewCSS.idl
-share/idl/xulrunner/unstable/nsIDOMWindow.idl
-share/idl/xulrunner/unstable/nsIDOMWindow2.idl
-share/idl/xulrunner/unstable/nsIDOMWindowCollection.idl
-share/idl/xulrunner/unstable/nsIDOMWindowInternal.idl
-share/idl/xulrunner/unstable/nsIDOMWindowUtils.idl
-share/idl/xulrunner/unstable/nsIDOMWorkers.idl
-share/idl/xulrunner/unstable/nsIDOMXMLDocument.idl
-share/idl/xulrunner/unstable/nsIDOMXPathEvaluator.idl
-share/idl/xulrunner/unstable/nsIDOMXPathException.idl
-share/idl/xulrunner/unstable/nsIDOMXPathExpression.idl
-share/idl/xulrunner/unstable/nsIDOMXPathNSResolver.idl
-share/idl/xulrunner/unstable/nsIDOMXPathNamespace.idl
-share/idl/xulrunner/unstable/nsIDOMXPathResult.idl
-share/idl/xulrunner/unstable/nsIDOMXULButtonElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULCheckboxElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULCommandDispatcher.idl
-share/idl/xulrunner/unstable/nsIDOMXULCommandEvent.idl
-share/idl/xulrunner/unstable/nsIDOMXULContainerElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULControlElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULDescriptionElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULDocument.idl
-share/idl/xulrunner/unstable/nsIDOMXULElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULImageElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULLabelElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULLabeledControlEl.idl
-share/idl/xulrunner/unstable/nsIDOMXULMenuListElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULMultSelectCntrlEl.idl
-share/idl/xulrunner/unstable/nsIDOMXULPopupElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULSelectCntrlEl.idl
-share/idl/xulrunner/unstable/nsIDOMXULSelectCntrlItemEl.idl
-share/idl/xulrunner/unstable/nsIDOMXULTextboxElement.idl
-share/idl/xulrunner/unstable/nsIDOMXULTreeElement.idl
-share/idl/xulrunner/unstable/nsIDataSignatureVerifier.idl
-share/idl/xulrunner/unstable/nsIDebug.idl
-share/idl/xulrunner/unstable/nsIDialogParamBlock.idl
-share/idl/xulrunner/unstable/nsIDirIndex.idl
-share/idl/xulrunner/unstable/nsIDirIndexListener.idl
-share/idl/xulrunner/unstable/nsIDirectoryEnumerator.idl
-share/idl/xulrunner/unstable/nsIDirectoryService.idl
-share/idl/xulrunner/unstable/nsIDocCharset.idl
-share/idl/xulrunner/unstable/nsIDocShell.idl
-share/idl/xulrunner/unstable/nsIDocShellHistory.idl
-share/idl/xulrunner/unstable/nsIDocShellLoadInfo.idl
-share/idl/xulrunner/unstable/nsIDocShellTreeItem.idl
-share/idl/xulrunner/unstable/nsIDocShellTreeNode.idl
-share/idl/xulrunner/unstable/nsIDocShellTreeOwner.idl
-share/idl/xulrunner/unstable/nsIDocumentCharsetInfo.idl
-share/idl/xulrunner/unstable/nsIDocumentEncoder.idl
-share/idl/xulrunner/unstable/nsIDocumentLoader.idl
-share/idl/xulrunner/unstable/nsIDocumentLoaderFactory.idl
-share/idl/xulrunner/unstable/nsIDocumentStateListener.idl
-share/idl/xulrunner/unstable/nsIDownload.idl
-share/idl/xulrunner/unstable/nsIDownloadHistory.idl
-share/idl/xulrunner/unstable/nsIDownloadManager.idl
-share/idl/xulrunner/unstable/nsIDownloadManagerUI.idl
-share/idl/xulrunner/unstable/nsIDownloadProgressListener.idl
-share/idl/xulrunner/unstable/nsIDownloader.idl
-share/idl/xulrunner/unstable/nsIDragDropHandler.idl
-share/idl/xulrunner/unstable/nsIDragService.idl
-share/idl/xulrunner/unstable/nsIDragSession.idl
-share/idl/xulrunner/unstable/nsIDynamicContainer.idl
-share/idl/xulrunner/unstable/nsIEditActionListener.idl
-share/idl/xulrunner/unstable/nsIEditingSession.idl
-share/idl/xulrunner/unstable/nsIEditor.idl
-share/idl/xulrunner/unstable/nsIEditorBoxObject.idl
-share/idl/xulrunner/unstable/nsIEditorDocShell.idl
-share/idl/xulrunner/unstable/nsIEditorIMESupport.idl
-share/idl/xulrunner/unstable/nsIEditorLogging.idl
-share/idl/xulrunner/unstable/nsIEditorMailSupport.idl
-share/idl/xulrunner/unstable/nsIEditorObserver.idl
-share/idl/xulrunner/unstable/nsIEditorSpellCheck.idl
-share/idl/xulrunner/unstable/nsIEditorStyleSheets.idl
-share/idl/xulrunner/unstable/nsIEffectiveTLDService.idl
-share/idl/xulrunner/unstable/nsIEmbeddingSiteWindow.idl
-share/idl/xulrunner/unstable/nsIEmbeddingSiteWindow2.idl
-share/idl/xulrunner/unstable/nsIEncodedChannel.idl
-share/idl/xulrunner/unstable/nsIEntityConverter.idl
-share/idl/xulrunner/unstable/nsIEntropyCollector.idl
-share/idl/xulrunner/unstable/nsIEnumerator.idl
-share/idl/xulrunner/unstable/nsIEnvironment.idl
-share/idl/xulrunner/unstable/nsIErrorService.idl
-share/idl/xulrunner/unstable/nsIEventHandler.idl
-share/idl/xulrunner/unstable/nsIEventTarget.idl
-share/idl/xulrunner/unstable/nsIException.idl
-share/idl/xulrunner/unstable/nsIExceptionService.idl
-share/idl/xulrunner/unstable/nsIExpatSink.idl
-share/idl/xulrunner/unstable/nsIExtendedExpatSink.idl
-share/idl/xulrunner/unstable/nsIExtensionManager.idl
-share/idl/xulrunner/unstable/nsIExternalHelperAppService.idl
-share/idl/xulrunner/unstable/nsIExternalProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIExternalProtocolService.idl
-share/idl/xulrunner/unstable/nsIFIXptr.idl
-share/idl/xulrunner/unstable/nsIFTPChannel.idl
-share/idl/xulrunner/unstable/nsIFactory.idl
-share/idl/xulrunner/unstable/nsIFastLoadFileControl.idl
-share/idl/xulrunner/unstable/nsIFastLoadService.idl
-share/idl/xulrunner/unstable/nsIFaviconService.idl
-share/idl/xulrunner/unstable/nsIFeed.idl
-share/idl/xulrunner/unstable/nsIFeedContainer.idl
-share/idl/xulrunner/unstable/nsIFeedElementBase.idl
-share/idl/xulrunner/unstable/nsIFeedEntry.idl
-share/idl/xulrunner/unstable/nsIFeedGenerator.idl
-share/idl/xulrunner/unstable/nsIFeedListener.idl
-share/idl/xulrunner/unstable/nsIFeedPerson.idl
-share/idl/xulrunner/unstable/nsIFeedProcessor.idl
-share/idl/xulrunner/unstable/nsIFeedResult.idl
-share/idl/xulrunner/unstable/nsIFeedTextConstruct.idl
-share/idl/xulrunner/unstable/nsIFile.idl
-share/idl/xulrunner/unstable/nsIFileChannel.idl
-share/idl/xulrunner/unstable/nsIFilePicker.idl
-share/idl/xulrunner/unstable/nsIFileProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIFileStreams.idl
-share/idl/xulrunner/unstable/nsIFileURL.idl
-share/idl/xulrunner/unstable/nsIFileUtilities.idl
-share/idl/xulrunner/unstable/nsIFileView.idl
-share/idl/xulrunner/unstable/nsIFind.idl
-share/idl/xulrunner/unstable/nsIFindService.idl
-share/idl/xulrunner/unstable/nsIFontEnumerator.idl
-share/idl/xulrunner/unstable/nsIFormFillController.idl
-share/idl/xulrunner/unstable/nsIFormHistory.idl
-share/idl/xulrunner/unstable/nsIFormSigningDialog.idl
-share/idl/xulrunner/unstable/nsIFormSubmitObserver.idl
-share/idl/xulrunner/unstable/nsIFormatConverter.idl
-share/idl/xulrunner/unstable/nsIFrameLoader.idl
-share/idl/xulrunner/unstable/nsIFullScreen.idl
-share/idl/xulrunner/unstable/nsIGConfService.idl
-share/idl/xulrunner/unstable/nsIGenKeypairInfoDlg.idl
-share/idl/xulrunner/unstable/nsIGeolocationProvider.idl
-share/idl/xulrunner/unstable/nsIGlobalHistory.idl
-share/idl/xulrunner/unstable/nsIGlobalHistory2.idl
-share/idl/xulrunner/unstable/nsIGlobalHistory3.idl
-share/idl/xulrunner/unstable/nsIGnomeVFSService.idl
-share/idl/xulrunner/unstable/nsIHTMLAbsPosEditor.idl
-share/idl/xulrunner/unstable/nsIHTMLEditor.idl
-share/idl/xulrunner/unstable/nsIHTMLInlineTableEditor.idl
-share/idl/xulrunner/unstable/nsIHTMLObjectResizeListener.idl
-share/idl/xulrunner/unstable/nsIHTMLObjectResizer.idl
-share/idl/xulrunner/unstable/nsIHTTPHeaderListener.idl
-share/idl/xulrunner/unstable/nsIHTTPIndex.idl
-share/idl/xulrunner/unstable/nsIHandlerService.idl
-share/idl/xulrunner/unstable/nsIHashable.idl
-share/idl/xulrunner/unstable/nsIHelperAppLauncherDialog.idl
-share/idl/xulrunner/unstable/nsIHistoryEntry.idl
-share/idl/xulrunner/unstable/nsIHttpActivityObserver.idl
-share/idl/xulrunner/unstable/nsIHttpAuthManager.idl
-share/idl/xulrunner/unstable/nsIHttpAuthenticator.idl
-share/idl/xulrunner/unstable/nsIHttpChannel.idl
-share/idl/xulrunner/unstable/nsIHttpChannelInternal.idl
-share/idl/xulrunner/unstable/nsIHttpEventSink.idl
-share/idl/xulrunner/unstable/nsIHttpHeaderVisitor.idl
-share/idl/xulrunner/unstable/nsIHttpProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIIDNService.idl
-share/idl/xulrunner/unstable/nsIIFrameBoxObject.idl
-share/idl/xulrunner/unstable/nsIINIParser.idl
-share/idl/xulrunner/unstable/nsIIOService.idl
-share/idl/xulrunner/unstable/nsIIOService2.idl
-share/idl/xulrunner/unstable/nsIIconURI.idl
-share/idl/xulrunner/unstable/nsIIdentityInfo.idl
-share/idl/xulrunner/unstable/nsIIdleService.idl
-share/idl/xulrunner/unstable/nsIImageDocument.idl
-share/idl/xulrunner/unstable/nsIImageLoadingContent.idl
-share/idl/xulrunner/unstable/nsIIncrementalDownload.idl
-share/idl/xulrunner/unstable/nsIInlineSpellChecker.idl
-share/idl/xulrunner/unstable/nsIInputStream.idl
-share/idl/xulrunner/unstable/nsIInputStreamChannel.idl
-share/idl/xulrunner/unstable/nsIInputStreamPump.idl
-share/idl/xulrunner/unstable/nsIInputStreamTee.idl
-share/idl/xulrunner/unstable/nsIInterfaceInfo.idl
-share/idl/xulrunner/unstable/nsIInterfaceInfoManager.idl
-share/idl/xulrunner/unstable/nsIInterfaceRequestor.idl
-share/idl/xulrunner/unstable/nsIJAR.idl
-share/idl/xulrunner/unstable/nsIJARChannel.idl
-share/idl/xulrunner/unstable/nsIJARProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIJARURI.idl
-share/idl/xulrunner/unstable/nsIJRILiveConnectPIPeer.idl
-share/idl/xulrunner/unstable/nsIJRILiveConnectPlugin.idl
-share/idl/xulrunner/unstable/nsIJSContextStack.idl
-share/idl/xulrunner/unstable/nsIJSON.idl
-share/idl/xulrunner/unstable/nsIJSRuntimeService.idl
-share/idl/xulrunner/unstable/nsIJVMAuthTools.idl
-share/idl/xulrunner/unstable/nsIJVMConfigManager.idl
-share/idl/xulrunner/unstable/nsIJVMManager.idl
-share/idl/xulrunner/unstable/nsIJVMPluginInstance.idl
-share/idl/xulrunner/unstable/nsIKeyModule.idl
-share/idl/xulrunner/unstable/nsIKeygenThread.idl
-share/idl/xulrunner/unstable/nsILineInputStream.idl
-share/idl/xulrunner/unstable/nsIListBoxObject.idl
-share/idl/xulrunner/unstable/nsILivemarkService.idl
-share/idl/xulrunner/unstable/nsILoadContext.idl
-share/idl/xulrunner/unstable/nsILoadGroup.idl
-share/idl/xulrunner/unstable/nsILocalFile.idl
-share/idl/xulrunner/unstable/nsILocalFileWin.idl
-share/idl/xulrunner/unstable/nsILocale.idl
-share/idl/xulrunner/unstable/nsILocaleService.idl
-share/idl/xulrunner/unstable/nsILoginInfo.idl
-share/idl/xulrunner/unstable/nsILoginManager.idl
-share/idl/xulrunner/unstable/nsILoginManagerIEMigrationHelper.idl
-share/idl/xulrunner/unstable/nsILoginManagerPrompter.idl
-share/idl/xulrunner/unstable/nsILoginManagerStorage.idl
-share/idl/xulrunner/unstable/nsILoginMetaInfo.idl
-share/idl/xulrunner/unstable/nsIMIMEHeaderParam.idl
-share/idl/xulrunner/unstable/nsIMIMEInfo.idl
-share/idl/xulrunner/unstable/nsIMIMEInputStream.idl
-share/idl/xulrunner/unstable/nsIMIMEService.idl
-share/idl/xulrunner/unstable/nsIMarkupDocumentViewer.idl
-share/idl/xulrunner/unstable/nsIMemory.idl
-share/idl/xulrunner/unstable/nsIMemoryReporter.idl
-share/idl/xulrunner/unstable/nsIMenuBoxObject.idl
-share/idl/xulrunner/unstable/nsIModifyableXPointer.idl
-share/idl/xulrunner/unstable/nsIModule.idl
-share/idl/xulrunner/unstable/nsIModuleLoader.idl
-share/idl/xulrunner/unstable/nsIMultiPartChannel.idl
-share/idl/xulrunner/unstable/nsIMultiplexInputStream.idl
-share/idl/xulrunner/unstable/nsIMutable.idl
-share/idl/xulrunner/unstable/nsIMutableArray.idl
-share/idl/xulrunner/unstable/nsINSSCertCache.idl
-share/idl/xulrunner/unstable/nsINSSErrorsService.idl
-share/idl/xulrunner/unstable/nsINativeAppSupport.idl
-share/idl/xulrunner/unstable/nsINavBookmarksService.idl
-share/idl/xulrunner/unstable/nsINavHistoryService.idl
-share/idl/xulrunner/unstable/nsINestedURI.idl
-share/idl/xulrunner/unstable/nsINetUtil.idl
-share/idl/xulrunner/unstable/nsINetworkLinkService.idl
-share/idl/xulrunner/unstable/nsINonBlockingAlertService.idl
-share/idl/xulrunner/unstable/nsIOCSPResponder.idl
-share/idl/xulrunner/unstable/nsIObjectInputStream.idl
-share/idl/xulrunner/unstable/nsIObjectLoadingContent.idl
-share/idl/xulrunner/unstable/nsIObjectOutputStream.idl
-share/idl/xulrunner/unstable/nsIObserver.idl
-share/idl/xulrunner/unstable/nsIObserverService.idl
-share/idl/xulrunner/unstable/nsIOfflineCacheUpdate.idl
-share/idl/xulrunner/unstable/nsIOutputStream.idl
-share/idl/xulrunner/unstable/nsIPK11Token.idl
-share/idl/xulrunner/unstable/nsIPK11TokenDB.idl
-share/idl/xulrunner/unstable/nsIPKCS11.idl
-share/idl/xulrunner/unstable/nsIPKCS11Module.idl
-share/idl/xulrunner/unstable/nsIPKCS11ModuleDB.idl
-share/idl/xulrunner/unstable/nsIPKCS11Slot.idl
-share/idl/xulrunner/unstable/nsIPKIParamBlock.idl
-share/idl/xulrunner/unstable/nsIParentalControlsService.idl
-share/idl/xulrunner/unstable/nsIPasswordManager.idl
-share/idl/xulrunner/unstable/nsIPasswordManagerInternal.idl
-share/idl/xulrunner/unstable/nsIPermission.idl
-share/idl/xulrunner/unstable/nsIPermissionManager.idl
-share/idl/xulrunner/unstable/nsIPersistentProperties2.idl
-share/idl/xulrunner/unstable/nsIPhonetic.idl
-share/idl/xulrunner/unstable/nsIPipe.idl
-share/idl/xulrunner/unstable/nsIPlaintextEditor.idl
-share/idl/xulrunner/unstable/nsIPlugin.idl
-share/idl/xulrunner/unstable/nsIPluginDocument.idl
-share/idl/xulrunner/unstable/nsIPluginHost.idl
-share/idl/xulrunner/unstable/nsIPluginInputStream.idl
-share/idl/xulrunner/unstable/nsIPluginInstance.idl
-share/idl/xulrunner/unstable/nsIPluginInstanceOwner.idl
-share/idl/xulrunner/unstable/nsIPluginInstancePeer.idl
-share/idl/xulrunner/unstable/nsIPluginInstancePeer2.idl
-share/idl/xulrunner/unstable/nsIPluginManager.idl
-share/idl/xulrunner/unstable/nsIPluginManager2.idl
-share/idl/xulrunner/unstable/nsIPluginStreamInfo.idl
-share/idl/xulrunner/unstable/nsIPluginStreamListener.idl
-share/idl/xulrunner/unstable/nsIPluginTag.idl
-share/idl/xulrunner/unstable/nsIPluginTagInfo.idl
-share/idl/xulrunner/unstable/nsIPluginTagInfo2.idl
-share/idl/xulrunner/unstable/nsIPopupBoxObject.idl
-share/idl/xulrunner/unstable/nsIPopupWindowManager.idl
-share/idl/xulrunner/unstable/nsIPref.idl
-share/idl/xulrunner/unstable/nsIPrefBranch.idl
-share/idl/xulrunner/unstable/nsIPrefBranch2.idl
-share/idl/xulrunner/unstable/nsIPrefBranchInternal.idl
-share/idl/xulrunner/unstable/nsIPrefLocalizedString.idl
-share/idl/xulrunner/unstable/nsIPrefService.idl
-share/idl/xulrunner/unstable/nsIPrefetchService.idl
-share/idl/xulrunner/unstable/nsIPrincipal.idl
-share/idl/xulrunner/unstable/nsIPrintOptions.idl
-share/idl/xulrunner/unstable/nsIPrintProgress.idl
-share/idl/xulrunner/unstable/nsIPrintProgressParams.idl
-share/idl/xulrunner/unstable/nsIPrintSession.idl
-share/idl/xulrunner/unstable/nsIPrintSettings.idl
-share/idl/xulrunner/unstable/nsIPrintSettingsService.idl
-share/idl/xulrunner/unstable/nsIPrintStatusFeedback.idl
-share/idl/xulrunner/unstable/nsIPrintingPrompt.idl
-share/idl/xulrunner/unstable/nsIPrintingPromptService.idl
-share/idl/xulrunner/unstable/nsIPrivateBrowsingService.idl
-share/idl/xulrunner/unstable/nsIProcess.idl
-share/idl/xulrunner/unstable/nsIProfile.idl
-share/idl/xulrunner/unstable/nsIProfileChangeStatus.idl
-share/idl/xulrunner/unstable/nsIProfileMigrator.idl
-share/idl/xulrunner/unstable/nsIProfileUnlocker.idl
-share/idl/xulrunner/unstable/nsIProgrammingLanguage.idl
-share/idl/xulrunner/unstable/nsIProgressEventSink.idl
-share/idl/xulrunner/unstable/nsIPrompt.idl
-share/idl/xulrunner/unstable/nsIPromptFactory.idl
-share/idl/xulrunner/unstable/nsIPromptService.idl
-share/idl/xulrunner/unstable/nsIPromptService2.idl
-share/idl/xulrunner/unstable/nsIProperties.idl
-share/idl/xulrunner/unstable/nsIProperty.idl
-share/idl/xulrunner/unstable/nsIPropertyBag.idl
-share/idl/xulrunner/unstable/nsIPropertyBag2.idl
-share/idl/xulrunner/unstable/nsIProtectedAuthThread.idl
-share/idl/xulrunner/unstable/nsIProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIProtocolProxyCallback.idl
-share/idl/xulrunner/unstable/nsIProtocolProxyFilter.idl
-share/idl/xulrunner/unstable/nsIProtocolProxyService.idl
-share/idl/xulrunner/unstable/nsIProtocolProxyService2.idl
-share/idl/xulrunner/unstable/nsIProxiedChannel.idl
-share/idl/xulrunner/unstable/nsIProxiedProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIProxyAutoConfig.idl
-share/idl/xulrunner/unstable/nsIProxyInfo.idl
-share/idl/xulrunner/unstable/nsIProxyObjectManager.idl
-share/idl/xulrunner/unstable/nsIRDFCompositeDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFContainer.idl
-share/idl/xulrunner/unstable/nsIRDFContainerUtils.idl
-share/idl/xulrunner/unstable/nsIRDFDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFDelegateFactory.idl
-share/idl/xulrunner/unstable/nsIRDFInMemoryDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFInferDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFLiteral.idl
-share/idl/xulrunner/unstable/nsIRDFNode.idl
-share/idl/xulrunner/unstable/nsIRDFObserver.idl
-share/idl/xulrunner/unstable/nsIRDFPropagatableDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFPurgeableDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFRemoteDataSource.idl
-share/idl/xulrunner/unstable/nsIRDFResource.idl
-share/idl/xulrunner/unstable/nsIRDFService.idl
-share/idl/xulrunner/unstable/nsIRDFXMLParser.idl
-share/idl/xulrunner/unstable/nsIRDFXMLSerializer.idl
-share/idl/xulrunner/unstable/nsIRDFXMLSink.idl
-share/idl/xulrunner/unstable/nsIRDFXMLSource.idl
-share/idl/xulrunner/unstable/nsIRandomGenerator.idl
-share/idl/xulrunner/unstable/nsIReadConfig.idl
-share/idl/xulrunner/unstable/nsIRecentBadCertsService.idl
-share/idl/xulrunner/unstable/nsIRecyclingAllocator.idl
-share/idl/xulrunner/unstable/nsIRefreshURI.idl
-share/idl/xulrunner/unstable/nsIRelativeFilePref.idl
-share/idl/xulrunner/unstable/nsIRemoteService.idl
-share/idl/xulrunner/unstable/nsIRequest.idl
-share/idl/xulrunner/unstable/nsIRequestObserver.idl
-share/idl/xulrunner/unstable/nsIRequestObserverProxy.idl
-share/idl/xulrunner/unstable/nsIResProtocolHandler.idl
-share/idl/xulrunner/unstable/nsIResumableChannel.idl
-share/idl/xulrunner/unstable/nsIRollupListener.idl
-share/idl/xulrunner/unstable/nsIRunnable.idl
-share/idl/xulrunner/unstable/nsISAXAttributes.idl
-share/idl/xulrunner/unstable/nsISAXContentHandler.idl
-share/idl/xulrunner/unstable/nsISAXDTDHandler.idl
-share/idl/xulrunner/unstable/nsISAXErrorHandler.idl
-share/idl/xulrunner/unstable/nsISAXLexicalHandler.idl
-share/idl/xulrunner/unstable/nsISAXLocator.idl
-share/idl/xulrunner/unstable/nsISAXMutableAttributes.idl
-share/idl/xulrunner/unstable/nsISAXXMLFilter.idl
-share/idl/xulrunner/unstable/nsISAXXMLReader.idl
-share/idl/xulrunner/unstable/nsISHContainer.idl
-share/idl/xulrunner/unstable/nsISHEntry.idl
-share/idl/xulrunner/unstable/nsISHTransaction.idl
-share/idl/xulrunner/unstable/nsISHistory.idl
-share/idl/xulrunner/unstable/nsISHistoryInternal.idl
-share/idl/xulrunner/unstable/nsISHistoryListener.idl
-share/idl/xulrunner/unstable/nsISMimeCert.idl
-share/idl/xulrunner/unstable/nsISOCKSSocketInfo.idl
-share/idl/xulrunner/unstable/nsISSLCertErrorDialog.idl
-share/idl/xulrunner/unstable/nsISSLErrorListener.idl
-share/idl/xulrunner/unstable/nsISSLSocketControl.idl
-share/idl/xulrunner/unstable/nsISSLStatus.idl
-share/idl/xulrunner/unstable/nsISSLStatusProvider.idl
-share/idl/xulrunner/unstable/nsISafeOutputStream.idl
-share/idl/xulrunner/unstable/nsISaveAsCharset.idl
-share/idl/xulrunner/unstable/nsIScreen.idl
-share/idl/xulrunner/unstable/nsIScreenManager.idl
-share/idl/xulrunner/unstable/nsIScriptChannel.idl
-share/idl/xulrunner/unstable/nsIScriptError.idl
-share/idl/xulrunner/unstable/nsIScriptEventHandler.idl
-share/idl/xulrunner/unstable/nsIScriptEventManager.idl
-share/idl/xulrunner/unstable/nsIScriptLoaderObserver.idl
-share/idl/xulrunner/unstable/nsIScriptSecurityManager.idl
-share/idl/xulrunner/unstable/nsIScriptableDateFormat.idl
-share/idl/xulrunner/unstable/nsIScriptableInputStream.idl
-share/idl/xulrunner/unstable/nsIScriptableInterfaces.idl
-share/idl/xulrunner/unstable/nsIScriptablePlugin.idl
-share/idl/xulrunner/unstable/nsIScriptableRegion.idl
-share/idl/xulrunner/unstable/nsIScriptableUConv.idl
-share/idl/xulrunner/unstable/nsIScriptableUnescapeHTML.idl
-share/idl/xulrunner/unstable/nsIScrollBoxObject.idl
-share/idl/xulrunner/unstable/nsIScrollable.idl
-share/idl/xulrunner/unstable/nsISearchContext.idl
-share/idl/xulrunner/unstable/nsISecretDecoderRing.idl
-share/idl/xulrunner/unstable/nsISecureBrowserUI.idl
-share/idl/xulrunner/unstable/nsISecurityCheckedComponent.idl
-share/idl/xulrunner/unstable/nsISecurityEventSink.idl
-share/idl/xulrunner/unstable/nsISecurityInfoProvider.idl
-share/idl/xulrunner/unstable/nsISecurityPref.idl
-share/idl/xulrunner/unstable/nsISecurityWarningDialogs.idl
-share/idl/xulrunner/unstable/nsISeekableStream.idl
-share/idl/xulrunner/unstable/nsISelectElement.idl
-share/idl/xulrunner/unstable/nsISelection.idl
-share/idl/xulrunner/unstable/nsISelection2.idl
-share/idl/xulrunner/unstable/nsISelectionController.idl
-share/idl/xulrunner/unstable/nsISelectionDisplay.idl
-share/idl/xulrunner/unstable/nsISelectionListener.idl
-share/idl/xulrunner/unstable/nsISelectionPrivate.idl
-share/idl/xulrunner/unstable/nsISemanticUnitScanner.idl
-share/idl/xulrunner/unstable/nsISerializable.idl
-share/idl/xulrunner/unstable/nsIServerSocket.idl
-share/idl/xulrunner/unstable/nsIServiceManager.idl
-share/idl/xulrunner/unstable/nsISidebar.idl
-share/idl/xulrunner/unstable/nsISignatureVerifier.idl
-share/idl/xulrunner/unstable/nsISimpleEnumerator.idl
-share/idl/xulrunner/unstable/nsISimpleStreamListener.idl
-share/idl/xulrunner/unstable/nsISimpleTest.idl
-share/idl/xulrunner/unstable/nsISimpleUnicharStreamFactory.idl
-share/idl/xulrunner/unstable/nsISliderListener.idl
-share/idl/xulrunner/unstable/nsISocketProvider.idl
-share/idl/xulrunner/unstable/nsISocketProviderService.idl
-share/idl/xulrunner/unstable/nsISocketTransport.idl
-share/idl/xulrunner/unstable/nsISocketTransportService.idl
-share/idl/xulrunner/unstable/nsISound.idl
-share/idl/xulrunner/unstable/nsIStandardURL.idl
-share/idl/xulrunner/unstable/nsIStorageStream.idl
-share/idl/xulrunner/unstable/nsIStreamBufferAccess.idl
-share/idl/xulrunner/unstable/nsIStreamCipher.idl
-share/idl/xulrunner/unstable/nsIStreamConverter.idl
-share/idl/xulrunner/unstable/nsIStreamConverterService.idl
-share/idl/xulrunner/unstable/nsIStreamListener.idl
-share/idl/xulrunner/unstable/nsIStreamListenerTee.idl
-share/idl/xulrunner/unstable/nsIStreamLoader.idl
-share/idl/xulrunner/unstable/nsIStreamTransportService.idl
-share/idl/xulrunner/unstable/nsIStringBundle.idl
-share/idl/xulrunner/unstable/nsIStringBundleOverride.idl
-share/idl/xulrunner/unstable/nsIStringEnumerator.idl
-share/idl/xulrunner/unstable/nsIStringStream.idl
-share/idl/xulrunner/unstable/nsIStyleSheetService.idl
-share/idl/xulrunner/unstable/nsISupports.idl
-share/idl/xulrunner/unstable/nsISupportsArray.idl
-share/idl/xulrunner/unstable/nsISupportsIterators.idl
-share/idl/xulrunner/unstable/nsISupportsPrimitives.idl
-share/idl/xulrunner/unstable/nsISupportsPriority.idl
-share/idl/xulrunner/unstable/nsISyncLoadDOMService.idl
-share/idl/xulrunner/unstable/nsISyncStreamListener.idl
-share/idl/xulrunner/unstable/nsISystemProxySettings.idl
-share/idl/xulrunner/unstable/nsITXTToHTMLConv.idl
-share/idl/xulrunner/unstable/nsITableEditor.idl
-share/idl/xulrunner/unstable/nsITaggingService.idl
-share/idl/xulrunner/unstable/nsITextScroll.idl
-share/idl/xulrunner/unstable/nsITextServicesFilter.idl
-share/idl/xulrunner/unstable/nsITextToSubURI.idl
-share/idl/xulrunner/unstable/nsIThread.idl
-share/idl/xulrunner/unstable/nsIThreadInternal.idl
-share/idl/xulrunner/unstable/nsIThreadManager.idl
-share/idl/xulrunner/unstable/nsIThreadPool.idl
-share/idl/xulrunner/unstable/nsITimelineService.idl
-share/idl/xulrunner/unstable/nsITimer.idl
-share/idl/xulrunner/unstable/nsITokenDialogs.idl
-share/idl/xulrunner/unstable/nsITokenPasswordDialogs.idl
-share/idl/xulrunner/unstable/nsIToolkit.idl
-share/idl/xulrunner/unstable/nsIToolkitChromeRegistry.idl
-share/idl/xulrunner/unstable/nsIToolkitProfile.idl
-share/idl/xulrunner/unstable/nsIToolkitProfileService.idl
-share/idl/xulrunner/unstable/nsITooltipListener.idl
-share/idl/xulrunner/unstable/nsITooltipTextProvider.idl
-share/idl/xulrunner/unstable/nsITraceRefcnt.idl
-share/idl/xulrunner/unstable/nsITraceableChannel.idl
-share/idl/xulrunner/unstable/nsITransaction.idl
-share/idl/xulrunner/unstable/nsITransactionList.idl
-share/idl/xulrunner/unstable/nsITransactionListener.idl
-share/idl/xulrunner/unstable/nsITransactionManager.idl
-share/idl/xulrunner/unstable/nsITransfer.idl
-share/idl/xulrunner/unstable/nsITransferable.idl
-share/idl/xulrunner/unstable/nsITransport.idl
-share/idl/xulrunner/unstable/nsITransportSecurityInfo.idl
-share/idl/xulrunner/unstable/nsITreeBoxObject.idl
-share/idl/xulrunner/unstable/nsITreeColumns.idl
-share/idl/xulrunner/unstable/nsITreeContentView.idl
-share/idl/xulrunner/unstable/nsITreeSelection.idl
-share/idl/xulrunner/unstable/nsITreeView.idl
-share/idl/xulrunner/unstable/nsITypeAheadFind.idl
-share/idl/xulrunner/unstable/nsIURI.idl
-share/idl/xulrunner/unstable/nsIURIChecker.idl
-share/idl/xulrunner/unstable/nsIURIClassifier.idl
-share/idl/xulrunner/unstable/nsIURIContentListener.idl
-share/idl/xulrunner/unstable/nsIURIFixup.idl
-share/idl/xulrunner/unstable/nsIURILoader.idl
-share/idl/xulrunner/unstable/nsIURIRefObject.idl
-share/idl/xulrunner/unstable/nsIURL.idl
-share/idl/xulrunner/unstable/nsIURLFormatter.idl
-share/idl/xulrunner/unstable/nsIURLParser.idl
-share/idl/xulrunner/unstable/nsIUTF8ConverterService.idl
-share/idl/xulrunner/unstable/nsIUUIDGenerator.idl
-share/idl/xulrunner/unstable/nsIUnicharInputStream.idl
-share/idl/xulrunner/unstable/nsIUnicharLineInputStream.idl
-share/idl/xulrunner/unstable/nsIUnicharOutputStream.idl
-share/idl/xulrunner/unstable/nsIUnicharStreamListener.idl
-share/idl/xulrunner/unstable/nsIUnicharStreamLoader.idl
-share/idl/xulrunner/unstable/nsIUnicodeNormalizer.idl
-share/idl/xulrunner/unstable/nsIUpdateService.idl
-share/idl/xulrunner/unstable/nsIUploadChannel.idl
-share/idl/xulrunner/unstable/nsIUserCertPicker.idl
-share/idl/xulrunner/unstable/nsIUserInfo.idl
-share/idl/xulrunner/unstable/nsIVariant.idl
-share/idl/xulrunner/unstable/nsIVersionComparator.idl
-share/idl/xulrunner/unstable/nsIViewSourceChannel.idl
-share/idl/xulrunner/unstable/nsIWeakReference.idl
-share/idl/xulrunner/unstable/nsIWebBrowser.idl
-share/idl/xulrunner/unstable/nsIWebBrowserChrome.idl
-share/idl/xulrunner/unstable/nsIWebBrowserChrome2.idl
-share/idl/xulrunner/unstable/nsIWebBrowserChromeFocus.idl
-share/idl/xulrunner/unstable/nsIWebBrowserFind.idl
-share/idl/xulrunner/unstable/nsIWebBrowserFocus.idl
-share/idl/xulrunner/unstable/nsIWebBrowserPersist.idl
-share/idl/xulrunner/unstable/nsIWebBrowserPrint.idl
-share/idl/xulrunner/unstable/nsIWebBrowserSetup.idl
-share/idl/xulrunner/unstable/nsIWebBrowserStream.idl
-share/idl/xulrunner/unstable/nsIWebContentHandlerRegistrar.idl
-share/idl/xulrunner/unstable/nsIWebNavigation.idl
-share/idl/xulrunner/unstable/nsIWebNavigationInfo.idl
-share/idl/xulrunner/unstable/nsIWebPageDescriptor.idl
-share/idl/xulrunner/unstable/nsIWebProgress.idl
-share/idl/xulrunner/unstable/nsIWebProgressListener.idl
-share/idl/xulrunner/unstable/nsIWebProgressListener2.idl
-share/idl/xulrunner/unstable/nsIWindowCreator.idl
-share/idl/xulrunner/unstable/nsIWindowCreator2.idl
-share/idl/xulrunner/unstable/nsIWindowDataSource.idl
-share/idl/xulrunner/unstable/nsIWindowMediator.idl
-share/idl/xulrunner/unstable/nsIWindowMediatorListener.idl
-share/idl/xulrunner/unstable/nsIWindowProvider.idl
-share/idl/xulrunner/unstable/nsIWindowWatcher.idl
-share/idl/xulrunner/unstable/nsIWindowlessPlugInstPeer.idl
-share/idl/xulrunner/unstable/nsIWritablePropertyBag.idl
-share/idl/xulrunner/unstable/nsIWritablePropertyBag2.idl
-share/idl/xulrunner/unstable/nsIWyciwygChannel.idl
-share/idl/xulrunner/unstable/nsIX509Cert.idl
-share/idl/xulrunner/unstable/nsIX509Cert2.idl
-share/idl/xulrunner/unstable/nsIX509Cert3.idl
-share/idl/xulrunner/unstable/nsIX509CertDB.idl
-share/idl/xulrunner/unstable/nsIX509CertDB2.idl
-share/idl/xulrunner/unstable/nsIX509CertList.idl
-share/idl/xulrunner/unstable/nsIX509CertValidity.idl
-share/idl/xulrunner/unstable/nsIXBLAccessible.idl
-share/idl/xulrunner/unstable/nsIXMLContentBuilder.idl
-share/idl/xulrunner/unstable/nsIXMLHttpRequest.idl
-share/idl/xulrunner/unstable/nsIXPCScriptNotify.idl
-share/idl/xulrunner/unstable/nsIXPCScriptable.idl
-share/idl/xulrunner/unstable/nsIXPCSecurityManager.idl
-share/idl/xulrunner/unstable/nsIXPConnect.idl
-share/idl/xulrunner/unstable/nsIXPIDialogService.idl
-share/idl/xulrunner/unstable/nsIXPIInstallInfo.idl
-share/idl/xulrunner/unstable/nsIXPIProgressDialog.idl
-share/idl/xulrunner/unstable/nsIXPInstallManager.idl
-share/idl/xulrunner/unstable/nsIXPTLoader.idl
-share/idl/xulrunner/unstable/nsIXPointer.idl
-share/idl/xulrunner/unstable/nsIXSLTException.idl
-share/idl/xulrunner/unstable/nsIXSLTProcessor.idl
-share/idl/xulrunner/unstable/nsIXSLTProcessorObsolete.idl
-share/idl/xulrunner/unstable/nsIXSLTProcessorPrivate.idl
-share/idl/xulrunner/unstable/nsIXTFAttributeHandler.idl
-share/idl/xulrunner/unstable/nsIXTFElement.idl
-share/idl/xulrunner/unstable/nsIXTFElementFactory.idl
-share/idl/xulrunner/unstable/nsIXTFElementWrapper.idl
-share/idl/xulrunner/unstable/nsIXTFPrivate.idl
-share/idl/xulrunner/unstable/nsIXULAppInfo.idl
-share/idl/xulrunner/unstable/nsIXULAppInstall.idl
-share/idl/xulrunner/unstable/nsIXULBrowserWindow.idl
-share/idl/xulrunner/unstable/nsIXULBuilderListener.idl
-share/idl/xulrunner/unstable/nsIXULOverlayProvider.idl
-share/idl/xulrunner/unstable/nsIXULRuntime.idl
-share/idl/xulrunner/unstable/nsIXULSortService.idl
-share/idl/xulrunner/unstable/nsIXULTemplateBuilder.idl
-share/idl/xulrunner/unstable/nsIXULTemplateQueryProcessor.idl
-share/idl/xulrunner/unstable/nsIXULTemplateResult.idl
-share/idl/xulrunner/unstable/nsIXULTemplateRuleFilter.idl
-share/idl/xulrunner/unstable/nsIXULWindow.idl
-share/idl/xulrunner/unstable/nsIZipReader.idl
-share/idl/xulrunner/unstable/nsIZipWriter.idl
-share/idl/xulrunner/unstable/nsPIAccessible.idl
-share/idl/xulrunner/unstable/nsPIAccessibleDocument.idl
-share/idl/xulrunner/unstable/nsPICertNotification.idl
-share/idl/xulrunner/unstable/nsPICommandUpdater.idl
-share/idl/xulrunner/unstable/nsPIDNSService.idl
-share/idl/xulrunner/unstable/nsPIEditorTransaction.idl
-share/idl/xulrunner/unstable/nsPIPlacesDatabase.idl
-share/idl/xulrunner/unstable/nsPIPluginHost.idl
-share/idl/xulrunner/unstable/nsPIPluginInstancePeer.idl
-share/idl/xulrunner/unstable/nsPIPromptService.idl
-share/idl/xulrunner/unstable/nsPISocketTransportService.idl
-share/idl/xulrunner/unstable/nsPIWindowWatcher.idl
-share/idl/xulrunner/unstable/nspluginroot.idl
-share/idl/xulrunner/unstable/nsrootidl.idl
-share/idl/xulrunner/unstable/rdfIDataSource.idl
-share/idl/xulrunner/unstable/rdfISerializer.idl
-share/idl/xulrunner/unstable/rdfITripleVisitor.idl
-share/idl/xulrunner/unstable/txIEXSLTRegExFunctions.idl
-share/idl/xulrunner/unstable/txIFunctionEvaluationContext.idl
-share/idl/xulrunner/unstable/txINodeSet.idl
-share/idl/xulrunner/unstable/txIXPathObject.idl
-share/idl/xulrunner/unstable/xpcIJSModuleLoader.idl
-share/idl/xulrunner/unstable/xpcIJSWeakReference.idl
-share/idl/xulrunner/unstable/xpccomponents.idl
-share/idl/xulrunner/unstable/xpcexception.idl
-share/idl/xulrunner/unstable/xpcjsid.idl
+share/idl/xulrunner/XPCIDispatch.idl
+share/idl/xulrunner/domstubs.idl
+share/idl/xulrunner/extIApplication.idl
+share/idl/xulrunner/gfxIFormats.idl
+share/idl/xulrunner/gfxidltypes.idl
+share/idl/xulrunner/imgICache.idl
+share/idl/xulrunner/imgIContainer.idl
+share/idl/xulrunner/imgIContainerObserver.idl
+share/idl/xulrunner/imgIDecoder.idl
+share/idl/xulrunner/imgIDecoderObserver.idl
+share/idl/xulrunner/imgIEncoder.idl
+share/idl/xulrunner/imgILoad.idl
+share/idl/xulrunner/imgILoader.idl
+share/idl/xulrunner/imgIRequest.idl
+share/idl/xulrunner/imgITools.idl
+share/idl/xulrunner/inICSSValueSearch.idl
+share/idl/xulrunner/inIDOMUtils.idl
+share/idl/xulrunner/inIDOMView.idl
+share/idl/xulrunner/inIDeepTreeWalker.idl
+share/idl/xulrunner/inIFlasher.idl
+share/idl/xulrunner/inISearchObserver.idl
+share/idl/xulrunner/inISearchProcess.idl
+share/idl/xulrunner/jsdIDebuggerService.idl
+share/idl/xulrunner/mozIJSSubScriptLoader.idl
+share/idl/xulrunner/mozIPersonalDictionary.idl
+share/idl/xulrunner/mozIPlacesAutoComplete.idl
+share/idl/xulrunner/mozISpellCheckingEngine.idl
+share/idl/xulrunner/mozISpellI18NManager.idl
+share/idl/xulrunner/mozISpellI18NUtil.idl
+share/idl/xulrunner/mozIStorageAggregateFunction.idl
+share/idl/xulrunner/mozIStorageBindingParams.idl
+share/idl/xulrunner/mozIStorageBindingParamsArray.idl
+share/idl/xulrunner/mozIStorageConnection.idl
+share/idl/xulrunner/mozIStorageError.idl
+share/idl/xulrunner/mozIStorageFunction.idl
+share/idl/xulrunner/mozIStoragePendingStatement.idl
+share/idl/xulrunner/mozIStorageProgressHandler.idl
+share/idl/xulrunner/mozIStorageResultSet.idl
+share/idl/xulrunner/mozIStorageRow.idl
+share/idl/xulrunner/mozIStorageService.idl
+share/idl/xulrunner/mozIStorageStatement.idl
+share/idl/xulrunner/mozIStorageStatementCallback.idl
+share/idl/xulrunner/mozIStorageStatementWrapper.idl
+share/idl/xulrunner/mozIStorageValueArray.idl
+share/idl/xulrunner/mozITXTToHTMLConv.idl
+share/idl/xulrunner/nsCDefaultURIFixup.idl
+share/idl/xulrunner/nsCExternalHandlerService.idl
+share/idl/xulrunner/nsCURILoader.idl
+share/idl/xulrunner/nsCWebBrowser.idl
+share/idl/xulrunner/nsCWebBrowserPersist.idl
+share/idl/xulrunner/nsIASN1Object.idl
+share/idl/xulrunner/nsIASN1PrintableItem.idl
+share/idl/xulrunner/nsIASN1Sequence.idl
+share/idl/xulrunner/nsIASN1Tree.idl
+share/idl/xulrunner/nsIAboutModule.idl
+share/idl/xulrunner/nsIAccelerometer.idl
+share/idl/xulrunner/nsIAccessNode.idl
+share/idl/xulrunner/nsIAccessibilityService.idl
+share/idl/xulrunner/nsIAccessible.idl
+share/idl/xulrunner/nsIAccessibleDocument.idl
+share/idl/xulrunner/nsIAccessibleEditableText.idl
+share/idl/xulrunner/nsIAccessibleEvent.idl
+share/idl/xulrunner/nsIAccessibleHyperLink.idl
+share/idl/xulrunner/nsIAccessibleHyperText.idl
+share/idl/xulrunner/nsIAccessibleImage.idl
+share/idl/xulrunner/nsIAccessibleProvider.idl
+share/idl/xulrunner/nsIAccessibleRelation.idl
+share/idl/xulrunner/nsIAccessibleRetrieval.idl
+share/idl/xulrunner/nsIAccessibleRole.idl
+share/idl/xulrunner/nsIAccessibleSelectable.idl
+share/idl/xulrunner/nsIAccessibleStates.idl
+share/idl/xulrunner/nsIAccessibleTable.idl
+share/idl/xulrunner/nsIAccessibleText.idl
+share/idl/xulrunner/nsIAccessibleTypes.idl
+share/idl/xulrunner/nsIAccessibleValue.idl
+share/idl/xulrunner/nsIAddonRepository.idl
+share/idl/xulrunner/nsIAlertsService.idl
+share/idl/xulrunner/nsIAnnotationService.idl
+share/idl/xulrunner/nsIAppShell.idl
+share/idl/xulrunner/nsIAppShellService.idl
+share/idl/xulrunner/nsIAppStartup.idl
+share/idl/xulrunner/nsIApplicationCache.idl
+share/idl/xulrunner/nsIApplicationCacheChannel.idl
+share/idl/xulrunner/nsIApplicationCacheContainer.idl
+share/idl/xulrunner/nsIApplicationCacheService.idl
+share/idl/xulrunner/nsIArray.idl
+share/idl/xulrunner/nsIAssociatedContentSecurity.idl
+share/idl/xulrunner/nsIAsyncInputStream.idl
+share/idl/xulrunner/nsIAsyncOutputStream.idl
+share/idl/xulrunner/nsIAsyncStreamCopier.idl
+share/idl/xulrunner/nsIAtom.idl
+share/idl/xulrunner/nsIAtomService.idl
+share/idl/xulrunner/nsIAuthInformation.idl
+share/idl/xulrunner/nsIAuthModule.idl
+share/idl/xulrunner/nsIAuthPrompt.idl
+share/idl/xulrunner/nsIAuthPrompt2.idl
+share/idl/xulrunner/nsIAuthPromptAdapterFactory.idl
+share/idl/xulrunner/nsIAuthPromptCallback.idl
+share/idl/xulrunner/nsIAuthPromptProvider.idl
+share/idl/xulrunner/nsIAuthPromptWrapper.idl
+share/idl/xulrunner/nsIAutoCompleteController.idl
+share/idl/xulrunner/nsIAutoCompleteInput.idl
+share/idl/xulrunner/nsIAutoCompletePopup.idl
+share/idl/xulrunner/nsIAutoCompleteResult.idl
+share/idl/xulrunner/nsIAutoCompleteResultTypes.idl
+share/idl/xulrunner/nsIAutoCompleteSearch.idl
+share/idl/xulrunner/nsIAutoCompleteSimpleResult.idl
+share/idl/xulrunner/nsIAutoConfig.idl
+share/idl/xulrunner/nsIBadCertListener2.idl
+share/idl/xulrunner/nsIBaseWindow.idl
+share/idl/xulrunner/nsIBidiKeyboard.idl
+share/idl/xulrunner/nsIBinaryInputStream.idl
+share/idl/xulrunner/nsIBinaryOutputStream.idl
+share/idl/xulrunner/nsIBlocklistService.idl
+share/idl/xulrunner/nsIBoxObject.idl
+share/idl/xulrunner/nsIBrowserBoxObject.idl
+share/idl/xulrunner/nsIBrowserDOMWindow.idl
+share/idl/xulrunner/nsIBrowserHistory.idl
+share/idl/xulrunner/nsIBrowserInstance.idl
+share/idl/xulrunner/nsIBrowserSearchService.idl
+share/idl/xulrunner/nsIBufEntropyCollector.idl
+share/idl/xulrunner/nsIBufferedStreams.idl
+share/idl/xulrunner/nsIByteRangeRequest.idl
+share/idl/xulrunner/nsICMSDecoder.idl
+share/idl/xulrunner/nsICMSEncoder.idl
+share/idl/xulrunner/nsICMSMessage.idl
+share/idl/xulrunner/nsICMSMessage2.idl
+share/idl/xulrunner/nsICMSMessageErrors.idl
+share/idl/xulrunner/nsICMSSecureMessage.idl
+share/idl/xulrunner/nsICRLInfo.idl
+share/idl/xulrunner/nsICRLManager.idl
+share/idl/xulrunner/nsICache.idl
+share/idl/xulrunner/nsICacheEntryDescriptor.idl
+share/idl/xulrunner/nsICacheListener.idl
+share/idl/xulrunner/nsICacheService.idl
+share/idl/xulrunner/nsICacheSession.idl
+share/idl/xulrunner/nsICacheVisitor.idl
+share/idl/xulrunner/nsICachingChannel.idl
+share/idl/xulrunner/nsICancelable.idl
+share/idl/xulrunner/nsICategoryManager.idl
+share/idl/xulrunner/nsICertOverrideService.idl
+share/idl/xulrunner/nsICertPickDialogs.idl
+share/idl/xulrunner/nsICertTree.idl
+share/idl/xulrunner/nsICertificateDialogs.idl
+share/idl/xulrunner/nsIChannel.idl
+share/idl/xulrunner/nsIChannelClassifier.idl
+share/idl/xulrunner/nsIChannelEventSink.idl
+share/idl/xulrunner/nsICharsetConverterManager.idl
+share/idl/xulrunner/nsICharsetResolver.idl
+share/idl/xulrunner/nsIChromeRegistry.idl
+share/idl/xulrunner/nsICipherInfo.idl
+share/idl/xulrunner/nsICiter.idl
+share/idl/xulrunner/nsIClassInfo.idl
+share/idl/xulrunner/nsIClientAuthDialogs.idl
+share/idl/xulrunner/nsIClipboard.idl
+share/idl/xulrunner/nsIClipboardCommands.idl
+share/idl/xulrunner/nsIClipboardDragDropHookList.idl
+share/idl/xulrunner/nsIClipboardDragDropHooks.idl
+share/idl/xulrunner/nsIClipboardHelper.idl
+share/idl/xulrunner/nsIClipboardOwner.idl
+share/idl/xulrunner/nsICollation.idl
+share/idl/xulrunner/nsICollection.idl
+share/idl/xulrunner/nsICommandHandler.idl
+share/idl/xulrunner/nsICommandLine.idl
+share/idl/xulrunner/nsICommandLineHandler.idl
+share/idl/xulrunner/nsICommandLineRunner.idl
+share/idl/xulrunner/nsICommandLineValidator.idl
+share/idl/xulrunner/nsICommandManager.idl
+share/idl/xulrunner/nsICommandParams.idl
+share/idl/xulrunner/nsIComponentManager.idl
+share/idl/xulrunner/nsIComponentManagerObsolete.idl
+share/idl/xulrunner/nsIComponentRegistrar.idl
+share/idl/xulrunner/nsIConsoleListener.idl
+share/idl/xulrunner/nsIConsoleMessage.idl
+share/idl/xulrunner/nsIConsoleService.idl
+share/idl/xulrunner/nsIContainerBoxObject.idl
+share/idl/xulrunner/nsIContentDispatchChooser.idl
+share/idl/xulrunner/nsIContentFilter.idl
+share/idl/xulrunner/nsIContentHandler.idl
+share/idl/xulrunner/nsIContentPolicy.idl
+share/idl/xulrunner/nsIContentPrefService.idl
+share/idl/xulrunner/nsIContentSniffer.idl
+share/idl/xulrunner/nsIContentURIGrouper.idl
+share/idl/xulrunner/nsIContentViewer.idl
+share/idl/xulrunner/nsIContentViewerContainer.idl
+share/idl/xulrunner/nsIContentViewerEdit.idl
+share/idl/xulrunner/nsIContentViewerFile.idl
+share/idl/xulrunner/nsIContextMenuListener.idl
+share/idl/xulrunner/nsIContextMenuListener2.idl
+share/idl/xulrunner/nsIController.idl
+share/idl/xulrunner/nsIControllerCommand.idl
+share/idl/xulrunner/nsIControllerCommandTable.idl
+share/idl/xulrunner/nsIControllerContext.idl
+share/idl/xulrunner/nsIControllers.idl
+share/idl/xulrunner/nsIConverterInputStream.idl
+share/idl/xulrunner/nsIConverterOutputStream.idl
+share/idl/xulrunner/nsICookie.idl
+share/idl/xulrunner/nsICookie2.idl
+share/idl/xulrunner/nsICookieAcceptDialog.idl
+share/idl/xulrunner/nsICookieManager.idl
+share/idl/xulrunner/nsICookieManager2.idl
+share/idl/xulrunner/nsICookiePermission.idl
+share/idl/xulrunner/nsICookiePromptService.idl
+share/idl/xulrunner/nsICookieService.idl
+share/idl/xulrunner/nsICryptoFIPSInfo.idl
+share/idl/xulrunner/nsICryptoHMAC.idl
+share/idl/xulrunner/nsICryptoHash.idl
+share/idl/xulrunner/nsICurrentCharsetListener.idl
+share/idl/xulrunner/nsIDNSListener.idl
+share/idl/xulrunner/nsIDNSRecord.idl
+share/idl/xulrunner/nsIDNSService.idl
+share/idl/xulrunner/nsIDOM3Attr.idl
+share/idl/xulrunner/nsIDOM3Document.idl
+share/idl/xulrunner/nsIDOM3DocumentEvent.idl
+share/idl/xulrunner/nsIDOM3EventTarget.idl
+share/idl/xulrunner/nsIDOM3Node.idl
+share/idl/xulrunner/nsIDOM3Text.idl
+share/idl/xulrunner/nsIDOM3TypeInfo.idl
+share/idl/xulrunner/nsIDOMAbstractView.idl
+share/idl/xulrunner/nsIDOMAttr.idl
+share/idl/xulrunner/nsIDOMBarProp.idl
+share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl
+share/idl/xulrunner/nsIDOMCDATASection.idl
+share/idl/xulrunner/nsIDOMCRMFObject.idl
+share/idl/xulrunner/nsIDOMCSS2Properties.idl
+share/idl/xulrunner/nsIDOMCSSCharsetRule.idl
+share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl
+share/idl/xulrunner/nsIDOMCSSImportRule.idl
+share/idl/xulrunner/nsIDOMCSSMediaRule.idl
+share/idl/xulrunner/nsIDOMCSSMozDocumentRule.idl
+share/idl/xulrunner/nsIDOMCSSPageRule.idl
+share/idl/xulrunner/nsIDOMCSSPrimitiveValue.idl
+share/idl/xulrunner/nsIDOMCSSRule.idl
+share/idl/xulrunner/nsIDOMCSSRuleList.idl
+share/idl/xulrunner/nsIDOMCSSStyleDeclaration.idl
+share/idl/xulrunner/nsIDOMCSSStyleRule.idl
+share/idl/xulrunner/nsIDOMCSSStyleSheet.idl
+share/idl/xulrunner/nsIDOMCSSUnknownRule.idl
+share/idl/xulrunner/nsIDOMCSSValue.idl
+share/idl/xulrunner/nsIDOMCSSValueList.idl
+share/idl/xulrunner/nsIDOMCanvasRenderingContext2D.idl
+share/idl/xulrunner/nsIDOMCharacterData.idl
+share/idl/xulrunner/nsIDOMChromeWindow.idl
+share/idl/xulrunner/nsIDOMClientInformation.idl
+share/idl/xulrunner/nsIDOMClientRect.idl
+share/idl/xulrunner/nsIDOMClientRectList.idl
+share/idl/xulrunner/nsIDOMCommandEvent.idl
+share/idl/xulrunner/nsIDOMComment.idl
+share/idl/xulrunner/nsIDOMConstructor.idl
+share/idl/xulrunner/nsIDOMCounter.idl
+share/idl/xulrunner/nsIDOMCrypto.idl
+share/idl/xulrunner/nsIDOMCryptoDialogs.idl
+share/idl/xulrunner/nsIDOMDOMConfiguration.idl
+share/idl/xulrunner/nsIDOMDOMException.idl
+share/idl/xulrunner/nsIDOMDOMImplementation.idl
+share/idl/xulrunner/nsIDOMDOMImplementationLS.idl
+share/idl/xulrunner/nsIDOMDOMStringList.idl
+share/idl/xulrunner/nsIDOMDOMTokenList.idl
+share/idl/xulrunner/nsIDOMDataContainerEvent.idl
+share/idl/xulrunner/nsIDOMDataTransfer.idl
+share/idl/xulrunner/nsIDOMDocument.idl
+share/idl/xulrunner/nsIDOMDocumentCSS.idl
+share/idl/xulrunner/nsIDOMDocumentEvent.idl
+share/idl/xulrunner/nsIDOMDocumentFragment.idl
+share/idl/xulrunner/nsIDOMDocumentRange.idl
+share/idl/xulrunner/nsIDOMDocumentStyle.idl
+share/idl/xulrunner/nsIDOMDocumentTraversal.idl
+share/idl/xulrunner/nsIDOMDocumentType.idl
+share/idl/xulrunner/nsIDOMDocumentView.idl
+share/idl/xulrunner/nsIDOMDocumentXBL.idl
+share/idl/xulrunner/nsIDOMDragEvent.idl
+share/idl/xulrunner/nsIDOMElement.idl
+share/idl/xulrunner/nsIDOMElementCSSInlineStyle.idl
+share/idl/xulrunner/nsIDOMEntity.idl
+share/idl/xulrunner/nsIDOMEntityReference.idl
+share/idl/xulrunner/nsIDOMEvent.idl
+share/idl/xulrunner/nsIDOMEventGroup.idl
+share/idl/xulrunner/nsIDOMEventListener.idl
+share/idl/xulrunner/nsIDOMEventTarget.idl
+share/idl/xulrunner/nsIDOMFile.idl
+share/idl/xulrunner/nsIDOMFileError.idl
+share/idl/xulrunner/nsIDOMFileException.idl
+share/idl/xulrunner/nsIDOMFileInternal.idl
+share/idl/xulrunner/nsIDOMFileList.idl
+share/idl/xulrunner/nsIDOMFileReader.idl
+share/idl/xulrunner/nsIDOMGeoGeolocation.idl
+share/idl/xulrunner/nsIDOMGeoPosition.idl
+share/idl/xulrunner/nsIDOMGeoPositionAddress.idl
+share/idl/xulrunner/nsIDOMGeoPositionCallback.idl
+share/idl/xulrunner/nsIDOMGeoPositionCoords.idl
+share/idl/xulrunner/nsIDOMGeoPositionError.idl
+share/idl/xulrunner/nsIDOMGeoPositionErrorCallback.idl
+share/idl/xulrunner/nsIDOMGeoPositionOptions.idl
+share/idl/xulrunner/nsIDOMGetSVGDocument.idl
+share/idl/xulrunner/nsIDOMHTMLAnchorElement.idl
+share/idl/xulrunner/nsIDOMHTMLAppletElement.idl
+share/idl/xulrunner/nsIDOMHTMLAreaElement.idl
+share/idl/xulrunner/nsIDOMHTMLAudioElement.idl
+share/idl/xulrunner/nsIDOMHTMLBRElement.idl
+share/idl/xulrunner/nsIDOMHTMLBaseElement.idl
+share/idl/xulrunner/nsIDOMHTMLBaseFontElement.idl
+share/idl/xulrunner/nsIDOMHTMLBodyElement.idl
+share/idl/xulrunner/nsIDOMHTMLButtonElement.idl
+share/idl/xulrunner/nsIDOMHTMLByteRanges.idl
+share/idl/xulrunner/nsIDOMHTMLCanvasElement.idl
+share/idl/xulrunner/nsIDOMHTMLCollection.idl
+share/idl/xulrunner/nsIDOMHTMLDListElement.idl
+share/idl/xulrunner/nsIDOMHTMLDirectoryElement.idl
+share/idl/xulrunner/nsIDOMHTMLDivElement.idl
+share/idl/xulrunner/nsIDOMHTMLDocument.idl
+share/idl/xulrunner/nsIDOMHTMLElement.idl
+share/idl/xulrunner/nsIDOMHTMLEmbedElement.idl
+share/idl/xulrunner/nsIDOMHTMLFieldSetElement.idl
+share/idl/xulrunner/nsIDOMHTMLFontElement.idl
+share/idl/xulrunner/nsIDOMHTMLFormElement.idl
+share/idl/xulrunner/nsIDOMHTMLFrameElement.idl
+share/idl/xulrunner/nsIDOMHTMLFrameSetElement.idl
+share/idl/xulrunner/nsIDOMHTMLHRElement.idl
+share/idl/xulrunner/nsIDOMHTMLHeadElement.idl
+share/idl/xulrunner/nsIDOMHTMLHeadingElement.idl
+share/idl/xulrunner/nsIDOMHTMLHtmlElement.idl
+share/idl/xulrunner/nsIDOMHTMLIFrameElement.idl
+share/idl/xulrunner/nsIDOMHTMLImageElement.idl
+share/idl/xulrunner/nsIDOMHTMLInputElement.idl
+share/idl/xulrunner/nsIDOMHTMLIsIndexElement.idl
+share/idl/xulrunner/nsIDOMHTMLLIElement.idl
+share/idl/xulrunner/nsIDOMHTMLLabelElement.idl
+share/idl/xulrunner/nsIDOMHTMLLegendElement.idl
+share/idl/xulrunner/nsIDOMHTMLLinkElement.idl
+share/idl/xulrunner/nsIDOMHTMLMapElement.idl
+share/idl/xulrunner/nsIDOMHTMLMediaElement.idl
+share/idl/xulrunner/nsIDOMHTMLMediaError.idl
+share/idl/xulrunner/nsIDOMHTMLMenuElement.idl
+share/idl/xulrunner/nsIDOMHTMLMetaElement.idl
+share/idl/xulrunner/nsIDOMHTMLModElement.idl
+share/idl/xulrunner/nsIDOMHTMLOListElement.idl
+share/idl/xulrunner/nsIDOMHTMLObjectElement.idl
+share/idl/xulrunner/nsIDOMHTMLOptGroupElement.idl
+share/idl/xulrunner/nsIDOMHTMLOptionElement.idl
+share/idl/xulrunner/nsIDOMHTMLOptionsCollection.idl
+share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl
+share/idl/xulrunner/nsIDOMHTMLParamElement.idl
+share/idl/xulrunner/nsIDOMHTMLPreElement.idl
+share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl
+share/idl/xulrunner/nsIDOMHTMLScriptElement.idl
+share/idl/xulrunner/nsIDOMHTMLSelectElement.idl
+share/idl/xulrunner/nsIDOMHTMLSourceElement.idl
+share/idl/xulrunner/nsIDOMHTMLStyleElement.idl
+share/idl/xulrunner/nsIDOMHTMLTableCaptionElem.idl
+share/idl/xulrunner/nsIDOMHTMLTableCellElement.idl
+share/idl/xulrunner/nsIDOMHTMLTableColElement.idl
+share/idl/xulrunner/nsIDOMHTMLTableElement.idl
+share/idl/xulrunner/nsIDOMHTMLTableRowElement.idl
+share/idl/xulrunner/nsIDOMHTMLTableSectionElem.idl
+share/idl/xulrunner/nsIDOMHTMLTextAreaElement.idl
+share/idl/xulrunner/nsIDOMHTMLTimeRanges.idl
+share/idl/xulrunner/nsIDOMHTMLTitleElement.idl
+share/idl/xulrunner/nsIDOMHTMLUListElement.idl
+share/idl/xulrunner/nsIDOMHTMLVideoElement.idl
+share/idl/xulrunner/nsIDOMHTMLVoidCallback.idl
+share/idl/xulrunner/nsIDOMHistory.idl
+share/idl/xulrunner/nsIDOMJSWindow.idl
+share/idl/xulrunner/nsIDOMKeyEvent.idl
+share/idl/xulrunner/nsIDOMLSException.idl
+share/idl/xulrunner/nsIDOMLSInput.idl
+share/idl/xulrunner/nsIDOMLSLoadEvent.idl
+share/idl/xulrunner/nsIDOMLSOutput.idl
+share/idl/xulrunner/nsIDOMLSParser.idl
+share/idl/xulrunner/nsIDOMLSParserFilter.idl
+share/idl/xulrunner/nsIDOMLSProgressEvent.idl
+share/idl/xulrunner/nsIDOMLSResourceResolver.idl
+share/idl/xulrunner/nsIDOMLSSerializer.idl
+share/idl/xulrunner/nsIDOMLSSerializerFilter.idl
+share/idl/xulrunner/nsIDOMLinkStyle.idl
+share/idl/xulrunner/nsIDOMLoadStatus.idl
+share/idl/xulrunner/nsIDOMLocation.idl
+share/idl/xulrunner/nsIDOMMediaList.idl
+share/idl/xulrunner/nsIDOMMessageEvent.idl
+share/idl/xulrunner/nsIDOMMimeType.idl
+share/idl/xulrunner/nsIDOMMimeTypeArray.idl
+share/idl/xulrunner/nsIDOMModalContentWindow.idl
+share/idl/xulrunner/nsIDOMMouseEvent.idl
+share/idl/xulrunner/nsIDOMMouseScrollEvent.idl
+share/idl/xulrunner/nsIDOMMutationEvent.idl
+share/idl/xulrunner/nsIDOMNSCSS2Properties.idl
+share/idl/xulrunner/nsIDOMNSDocument.idl
+share/idl/xulrunner/nsIDOMNSDocumentStyle.idl
+share/idl/xulrunner/nsIDOMNSEditableElement.idl
+share/idl/xulrunner/nsIDOMNSElement.idl
+share/idl/xulrunner/nsIDOMNSEvent.idl
+share/idl/xulrunner/nsIDOMNSEventTarget.idl
+share/idl/xulrunner/nsIDOMNSFeatureFactory.idl
+share/idl/xulrunner/nsIDOMNSHTMLAnchorElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLAnchorElement2.idl
+share/idl/xulrunner/nsIDOMNSHTMLAreaElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLAreaElement2.idl
+share/idl/xulrunner/nsIDOMNSHTMLButtonElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLDocument.idl
+share/idl/xulrunner/nsIDOMNSHTMLElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLFormControlList.idl
+share/idl/xulrunner/nsIDOMNSHTMLFormElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLFrameElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLHRElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLImageElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLInputElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLOptionCollectn.idl
+share/idl/xulrunner/nsIDOMNSHTMLOptionElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLScriptElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLSelectElement.idl
+share/idl/xulrunner/nsIDOMNSHTMLTextAreaElement.idl
+share/idl/xulrunner/nsIDOMNSMouseEvent.idl
+share/idl/xulrunner/nsIDOMNSRGBAColor.idl
+share/idl/xulrunner/nsIDOMNSRange.idl
+share/idl/xulrunner/nsIDOMNSUIEvent.idl
+share/idl/xulrunner/nsIDOMNSXPathExpression.idl
+share/idl/xulrunner/nsIDOMNameList.idl
+share/idl/xulrunner/nsIDOMNamedNodeMap.idl
+share/idl/xulrunner/nsIDOMNavigator.idl
+share/idl/xulrunner/nsIDOMNavigatorGeolocation.idl
+share/idl/xulrunner/nsIDOMNode.idl
+share/idl/xulrunner/nsIDOMNodeFilter.idl
+share/idl/xulrunner/nsIDOMNodeIterator.idl
+share/idl/xulrunner/nsIDOMNodeList.idl
+share/idl/xulrunner/nsIDOMNodeSelector.idl
+share/idl/xulrunner/nsIDOMNotation.idl
+share/idl/xulrunner/nsIDOMNotifyPaintEvent.idl
+share/idl/xulrunner/nsIDOMOfflineResourceList.idl
+share/idl/xulrunner/nsIDOMOrientationEvent.idl
+share/idl/xulrunner/nsIDOMPageTransitionEvent.idl
+share/idl/xulrunner/nsIDOMPaintRequest.idl
+share/idl/xulrunner/nsIDOMPaintRequestList.idl
+share/idl/xulrunner/nsIDOMParser.idl
+share/idl/xulrunner/nsIDOMPkcs11.idl
+share/idl/xulrunner/nsIDOMPlugin.idl
+share/idl/xulrunner/nsIDOMPluginArray.idl
+share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl
+share/idl/xulrunner/nsIDOMProcessingInstruction.idl
+share/idl/xulrunner/nsIDOMProgressEvent.idl
+share/idl/xulrunner/nsIDOMRGBColor.idl
+share/idl/xulrunner/nsIDOMRange.idl
+share/idl/xulrunner/nsIDOMRangeException.idl
+share/idl/xulrunner/nsIDOMRect.idl
+share/idl/xulrunner/nsIDOMSVGAElement.idl
+share/idl/xulrunner/nsIDOMSVGAngle.idl
+share/idl/xulrunner/nsIDOMSVGAnimPresAspRatio.idl
+share/idl/xulrunner/nsIDOMSVGAnimTransformList.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedAngle.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedBoolean.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedEnum.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedInteger.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedLength.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedLengthList.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedNumber.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedNumberList.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedPathData.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedPoints.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedRect.idl
+share/idl/xulrunner/nsIDOMSVGAnimatedString.idl
+share/idl/xulrunner/nsIDOMSVGCircleElement.idl
+share/idl/xulrunner/nsIDOMSVGClipPathElement.idl
+share/idl/xulrunner/nsIDOMSVGDefsElement.idl
+share/idl/xulrunner/nsIDOMSVGDescElement.idl
+share/idl/xulrunner/nsIDOMSVGDocument.idl
+share/idl/xulrunner/nsIDOMSVGElement.idl
+share/idl/xulrunner/nsIDOMSVGEllipseElement.idl
+share/idl/xulrunner/nsIDOMSVGEvent.idl
+share/idl/xulrunner/nsIDOMSVGException.idl
+share/idl/xulrunner/nsIDOMSVGFilterElement.idl
+share/idl/xulrunner/nsIDOMSVGFilters.idl
+share/idl/xulrunner/nsIDOMSVGFitToViewBox.idl
+share/idl/xulrunner/nsIDOMSVGForeignObjectElem.idl
+share/idl/xulrunner/nsIDOMSVGGElement.idl
+share/idl/xulrunner/nsIDOMSVGGradientElement.idl
+share/idl/xulrunner/nsIDOMSVGImageElement.idl
+share/idl/xulrunner/nsIDOMSVGLength.idl
+share/idl/xulrunner/nsIDOMSVGLengthList.idl
+share/idl/xulrunner/nsIDOMSVGLineElement.idl
+share/idl/xulrunner/nsIDOMSVGLocatable.idl
+share/idl/xulrunner/nsIDOMSVGMarkerElement.idl
+share/idl/xulrunner/nsIDOMSVGMaskElement.idl
+share/idl/xulrunner/nsIDOMSVGMatrix.idl
+share/idl/xulrunner/nsIDOMSVGMetadataElement.idl
+share/idl/xulrunner/nsIDOMSVGNumber.idl
+share/idl/xulrunner/nsIDOMSVGNumberList.idl
+share/idl/xulrunner/nsIDOMSVGPathElement.idl
+share/idl/xulrunner/nsIDOMSVGPathSeg.idl
+share/idl/xulrunner/nsIDOMSVGPathSegList.idl
+share/idl/xulrunner/nsIDOMSVGPatternElement.idl
+share/idl/xulrunner/nsIDOMSVGPoint.idl
+share/idl/xulrunner/nsIDOMSVGPointList.idl
+share/idl/xulrunner/nsIDOMSVGPolygonElement.idl
+share/idl/xulrunner/nsIDOMSVGPolylineElement.idl
+share/idl/xulrunner/nsIDOMSVGPresAspectRatio.idl
+share/idl/xulrunner/nsIDOMSVGRect.idl
+share/idl/xulrunner/nsIDOMSVGRectElement.idl
+share/idl/xulrunner/nsIDOMSVGSVGElement.idl
+share/idl/xulrunner/nsIDOMSVGScriptElement.idl
+share/idl/xulrunner/nsIDOMSVGStopElement.idl
+share/idl/xulrunner/nsIDOMSVGStylable.idl
+share/idl/xulrunner/nsIDOMSVGStyleElement.idl
+share/idl/xulrunner/nsIDOMSVGSwitchElement.idl
+share/idl/xulrunner/nsIDOMSVGSymbolElement.idl
+share/idl/xulrunner/nsIDOMSVGTSpanElement.idl
+share/idl/xulrunner/nsIDOMSVGTextContentElement.idl
+share/idl/xulrunner/nsIDOMSVGTextElement.idl
+share/idl/xulrunner/nsIDOMSVGTextPathElement.idl
+share/idl/xulrunner/nsIDOMSVGTextPositionElem.idl
+share/idl/xulrunner/nsIDOMSVGTitleElement.idl
+share/idl/xulrunner/nsIDOMSVGTransform.idl
+share/idl/xulrunner/nsIDOMSVGTransformList.idl
+share/idl/xulrunner/nsIDOMSVGTransformable.idl
+share/idl/xulrunner/nsIDOMSVGURIReference.idl
+share/idl/xulrunner/nsIDOMSVGUnitTypes.idl
+share/idl/xulrunner/nsIDOMSVGUseElement.idl
+share/idl/xulrunner/nsIDOMSVGViewSpec.idl
+share/idl/xulrunner/nsIDOMSVGZoomAndPan.idl
+share/idl/xulrunner/nsIDOMSVGZoomEvent.idl
+share/idl/xulrunner/nsIDOMScreen.idl
+share/idl/xulrunner/nsIDOMScrollAreaEvent.idl
+share/idl/xulrunner/nsIDOMSerializer.idl
+share/idl/xulrunner/nsIDOMSimpleGestureEvent.idl
+share/idl/xulrunner/nsIDOMSmartCardEvent.idl
+share/idl/xulrunner/nsIDOMStorage.idl
+share/idl/xulrunner/nsIDOMStorageEvent.idl
+share/idl/xulrunner/nsIDOMStorageItem.idl
+share/idl/xulrunner/nsIDOMStorageList.idl
+share/idl/xulrunner/nsIDOMStorageManager.idl
+share/idl/xulrunner/nsIDOMStorageObsolete.idl
+share/idl/xulrunner/nsIDOMStorageWindow.idl
+share/idl/xulrunner/nsIDOMStyleSheet.idl
+share/idl/xulrunner/nsIDOMStyleSheetList.idl
+share/idl/xulrunner/nsIDOMText.idl
+share/idl/xulrunner/nsIDOMToString.idl
+share/idl/xulrunner/nsIDOMTreeWalker.idl
+share/idl/xulrunner/nsIDOMUIEvent.idl
+share/idl/xulrunner/nsIDOMUserDataHandler.idl
+share/idl/xulrunner/nsIDOMViewCSS.idl
+share/idl/xulrunner/nsIDOMWindow.idl
+share/idl/xulrunner/nsIDOMWindow2.idl
+share/idl/xulrunner/nsIDOMWindowCollection.idl
+share/idl/xulrunner/nsIDOMWindowInternal.idl
+share/idl/xulrunner/nsIDOMWindowUtils.idl
+share/idl/xulrunner/nsIDOMWorkers.idl
+share/idl/xulrunner/nsIDOMXMLDocument.idl
+share/idl/xulrunner/nsIDOMXPathEvaluator.idl
+share/idl/xulrunner/nsIDOMXPathException.idl
+share/idl/xulrunner/nsIDOMXPathExpression.idl
+share/idl/xulrunner/nsIDOMXPathNSResolver.idl
+share/idl/xulrunner/nsIDOMXPathNamespace.idl
+share/idl/xulrunner/nsIDOMXPathResult.idl
+share/idl/xulrunner/nsIDOMXULButtonElement.idl
+share/idl/xulrunner/nsIDOMXULCheckboxElement.idl
+share/idl/xulrunner/nsIDOMXULCommandDispatcher.idl
+share/idl/xulrunner/nsIDOMXULCommandEvent.idl
+share/idl/xulrunner/nsIDOMXULContainerElement.idl
+share/idl/xulrunner/nsIDOMXULControlElement.idl
+share/idl/xulrunner/nsIDOMXULDescriptionElement.idl
+share/idl/xulrunner/nsIDOMXULDocument.idl
+share/idl/xulrunner/nsIDOMXULElement.idl
+share/idl/xulrunner/nsIDOMXULImageElement.idl
+share/idl/xulrunner/nsIDOMXULLabelElement.idl
+share/idl/xulrunner/nsIDOMXULLabeledControlEl.idl
+share/idl/xulrunner/nsIDOMXULMenuListElement.idl
+share/idl/xulrunner/nsIDOMXULMultSelectCntrlEl.idl
+share/idl/xulrunner/nsIDOMXULPopupElement.idl
+share/idl/xulrunner/nsIDOMXULSelectCntrlEl.idl
+share/idl/xulrunner/nsIDOMXULSelectCntrlItemEl.idl
+share/idl/xulrunner/nsIDOMXULTextboxElement.idl
+share/idl/xulrunner/nsIDOMXULTreeElement.idl
+share/idl/xulrunner/nsIDataSignatureVerifier.idl
+share/idl/xulrunner/nsIDebug.idl
+share/idl/xulrunner/nsIDebug2.idl
+share/idl/xulrunner/nsIDialogParamBlock.idl
+share/idl/xulrunner/nsIDirIndex.idl
+share/idl/xulrunner/nsIDirIndexListener.idl
+share/idl/xulrunner/nsIDirectoryEnumerator.idl
+share/idl/xulrunner/nsIDirectoryService.idl
+share/idl/xulrunner/nsIDocCharset.idl
+share/idl/xulrunner/nsIDocShell.idl
+share/idl/xulrunner/nsIDocShellHistory.idl
+share/idl/xulrunner/nsIDocShellLoadInfo.idl
+share/idl/xulrunner/nsIDocShellTreeItem.idl
+share/idl/xulrunner/nsIDocShellTreeNode.idl
+share/idl/xulrunner/nsIDocShellTreeOwner.idl
+share/idl/xulrunner/nsIDocumentCharsetInfo.idl
+share/idl/xulrunner/nsIDocumentEncoder.idl
+share/idl/xulrunner/nsIDocumentLoader.idl
+share/idl/xulrunner/nsIDocumentLoaderFactory.idl
+share/idl/xulrunner/nsIDocumentStateListener.idl
+share/idl/xulrunner/nsIDownload.idl
+share/idl/xulrunner/nsIDownloadHistory.idl
+share/idl/xulrunner/nsIDownloadManager.idl
+share/idl/xulrunner/nsIDownloadManagerUI.idl
+share/idl/xulrunner/nsIDownloadProgressListener.idl
+share/idl/xulrunner/nsIDownloader.idl
+share/idl/xulrunner/nsIDragDropHandler.idl
+share/idl/xulrunner/nsIDragService.idl
+share/idl/xulrunner/nsIDragSession.idl
+share/idl/xulrunner/nsIDynamicContainer.idl
+share/idl/xulrunner/nsIEditActionListener.idl
+share/idl/xulrunner/nsIEditingSession.idl
+share/idl/xulrunner/nsIEditor.idl
+share/idl/xulrunner/nsIEditorBoxObject.idl
+share/idl/xulrunner/nsIEditorDocShell.idl
+share/idl/xulrunner/nsIEditorIMESupport.idl
+share/idl/xulrunner/nsIEditorLogging.idl
+share/idl/xulrunner/nsIEditorMailSupport.idl
+share/idl/xulrunner/nsIEditorObserver.idl
+share/idl/xulrunner/nsIEditorSpellCheck.idl
+share/idl/xulrunner/nsIEditorStyleSheets.idl
+share/idl/xulrunner/nsIEffectiveTLDService.idl
+share/idl/xulrunner/nsIEmbeddingSiteWindow.idl
+share/idl/xulrunner/nsIEmbeddingSiteWindow2.idl
+share/idl/xulrunner/nsIEncodedChannel.idl
+share/idl/xulrunner/nsIEntityConverter.idl
+share/idl/xulrunner/nsIEntropyCollector.idl
+share/idl/xulrunner/nsIEnumerator.idl
+share/idl/xulrunner/nsIEnvironment.idl
+share/idl/xulrunner/nsIErrorService.idl
+share/idl/xulrunner/nsIEventListenerService.idl
+share/idl/xulrunner/nsIEventTarget.idl
+share/idl/xulrunner/nsIException.idl
+share/idl/xulrunner/nsIExceptionService.idl
+share/idl/xulrunner/nsIExpatSink.idl
+share/idl/xulrunner/nsIExtendedExpatSink.idl
+share/idl/xulrunner/nsIExtensionManager.idl
+share/idl/xulrunner/nsIExternalHelperAppService.idl
+share/idl/xulrunner/nsIExternalProtocolHandler.idl
+share/idl/xulrunner/nsIExternalProtocolService.idl
+share/idl/xulrunner/nsIFIXptr.idl
+share/idl/xulrunner/nsIFTPChannel.idl
+share/idl/xulrunner/nsIFactory.idl
+share/idl/xulrunner/nsIFastLoadFileControl.idl
+share/idl/xulrunner/nsIFastLoadService.idl
+share/idl/xulrunner/nsIFaviconService.idl
+share/idl/xulrunner/nsIFeed.idl
+share/idl/xulrunner/nsIFeedContainer.idl
+share/idl/xulrunner/nsIFeedElementBase.idl
+share/idl/xulrunner/nsIFeedEntry.idl
+share/idl/xulrunner/nsIFeedGenerator.idl
+share/idl/xulrunner/nsIFeedListener.idl
+share/idl/xulrunner/nsIFeedPerson.idl
+share/idl/xulrunner/nsIFeedProcessor.idl
+share/idl/xulrunner/nsIFeedResult.idl
+share/idl/xulrunner/nsIFeedTextConstruct.idl
+share/idl/xulrunner/nsIFile.idl
+share/idl/xulrunner/nsIFileChannel.idl
+share/idl/xulrunner/nsIFilePicker.idl
+share/idl/xulrunner/nsIFileProtocolHandler.idl
+share/idl/xulrunner/nsIFileStreams.idl
+share/idl/xulrunner/nsIFileURL.idl
+share/idl/xulrunner/nsIFileView.idl
+share/idl/xulrunner/nsIFind.idl
+share/idl/xulrunner/nsIFindService.idl
+share/idl/xulrunner/nsIFocusManager.idl
+share/idl/xulrunner/nsIFontEnumerator.idl
+share/idl/xulrunner/nsIFormAutoComplete.idl
+share/idl/xulrunner/nsIFormFillController.idl
+share/idl/xulrunner/nsIFormHistory.idl
+share/idl/xulrunner/nsIFormSigningDialog.idl
+share/idl/xulrunner/nsIFormSubmitObserver.idl
+share/idl/xulrunner/nsIFormatConverter.idl
+share/idl/xulrunner/nsIFrameLoader.idl
+share/idl/xulrunner/nsIGConfService.idl
+share/idl/xulrunner/nsIGenKeypairInfoDlg.idl
+share/idl/xulrunner/nsIGeolocationProvider.idl
+share/idl/xulrunner/nsIGlobalHistory.idl
+share/idl/xulrunner/nsIGlobalHistory2.idl
+share/idl/xulrunner/nsIGlobalHistory3.idl
+share/idl/xulrunner/nsIGnomeVFSService.idl
+share/idl/xulrunner/nsIHTMLAbsPosEditor.idl
+share/idl/xulrunner/nsIHTMLEditor.idl
+share/idl/xulrunner/nsIHTMLInlineTableEditor.idl
+share/idl/xulrunner/nsIHTMLObjectResizeListener.idl
+share/idl/xulrunner/nsIHTMLObjectResizer.idl
+share/idl/xulrunner/nsIHTTPHeaderListener.idl
+share/idl/xulrunner/nsIHTTPIndex.idl
+share/idl/xulrunner/nsIHandlerService.idl
+share/idl/xulrunner/nsIHashable.idl
+share/idl/xulrunner/nsIHelperAppLauncherDialog.idl
+share/idl/xulrunner/nsIHistoryEntry.idl
+share/idl/xulrunner/nsIHttpActivityObserver.idl
+share/idl/xulrunner/nsIHttpAuthManager.idl
+share/idl/xulrunner/nsIHttpAuthenticator.idl
+share/idl/xulrunner/nsIHttpChannel.idl
+share/idl/xulrunner/nsIHttpChannelInternal.idl
+share/idl/xulrunner/nsIHttpEventSink.idl
+share/idl/xulrunner/nsIHttpHeaderVisitor.idl
+share/idl/xulrunner/nsIHttpProtocolHandler.idl
+share/idl/xulrunner/nsIIDNService.idl
+share/idl/xulrunner/nsIIFrameBoxObject.idl
+share/idl/xulrunner/nsIINIParser.idl
+share/idl/xulrunner/nsIIOService.idl
+share/idl/xulrunner/nsIIOService2.idl
+share/idl/xulrunner/nsIIOUtil.idl
+share/idl/xulrunner/nsIIconURI.idl
+share/idl/xulrunner/nsIIdentityInfo.idl
+share/idl/xulrunner/nsIIdleService.idl
+share/idl/xulrunner/nsIImageDocument.idl
+share/idl/xulrunner/nsIImageLoadingContent.idl
+share/idl/xulrunner/nsIIncrementalDownload.idl
+share/idl/xulrunner/nsIInlineSpellChecker.idl
+share/idl/xulrunner/nsIInputStream.idl
+share/idl/xulrunner/nsIInputStreamChannel.idl
+share/idl/xulrunner/nsIInputStreamPump.idl
+share/idl/xulrunner/nsIInputStreamTee.idl
+share/idl/xulrunner/nsIInterfaceInfo.idl
+share/idl/xulrunner/nsIInterfaceInfoManager.idl
+share/idl/xulrunner/nsIInterfaceRequestor.idl
+share/idl/xulrunner/nsIJAR.idl
+share/idl/xulrunner/nsIJARChannel.idl
+share/idl/xulrunner/nsIJARProtocolHandler.idl
+share/idl/xulrunner/nsIJARURI.idl
+share/idl/xulrunner/nsIJSContextStack.idl
+share/idl/xulrunner/nsIJSON.idl
+share/idl/xulrunner/nsIJSRuntimeService.idl
+share/idl/xulrunner/nsIKeyModule.idl
+share/idl/xulrunner/nsIKeygenThread.idl
+share/idl/xulrunner/nsILineInputStream.idl
+share/idl/xulrunner/nsIListBoxObject.idl
+share/idl/xulrunner/nsILivemarkService.idl
+share/idl/xulrunner/nsILoadContext.idl
+share/idl/xulrunner/nsILoadGroup.idl
+share/idl/xulrunner/nsILocalFile.idl
+share/idl/xulrunner/nsILocalFileWin.idl
+share/idl/xulrunner/nsILocale.idl
+share/idl/xulrunner/nsILocaleService.idl
+share/idl/xulrunner/nsILoginInfo.idl
+share/idl/xulrunner/nsILoginManager.idl
+share/idl/xulrunner/nsILoginManagerIEMigrationHelper.idl
+share/idl/xulrunner/nsILoginManagerPrompter.idl
+share/idl/xulrunner/nsILoginManagerStorage.idl
+share/idl/xulrunner/nsILoginMetaInfo.idl
+share/idl/xulrunner/nsIMIMEHeaderParam.idl
+share/idl/xulrunner/nsIMIMEInfo.idl
+share/idl/xulrunner/nsIMIMEInputStream.idl
+share/idl/xulrunner/nsIMIMEService.idl
+share/idl/xulrunner/nsIMarkupDocumentViewer.idl
+share/idl/xulrunner/nsIMemory.idl
+share/idl/xulrunner/nsIMemoryReporter.idl
+share/idl/xulrunner/nsIMenuBoxObject.idl
+share/idl/xulrunner/nsIModifyableXPointer.idl
+share/idl/xulrunner/nsIModule.idl
+share/idl/xulrunner/nsIModuleLoader.idl
+share/idl/xulrunner/nsIMultiPartChannel.idl
+share/idl/xulrunner/nsIMultiplexInputStream.idl
+share/idl/xulrunner/nsIMutable.idl
+share/idl/xulrunner/nsIMutableArray.idl
+share/idl/xulrunner/nsINSSCertCache.idl
+share/idl/xulrunner/nsINSSErrorsService.idl
+share/idl/xulrunner/nsINativeAppSupport.idl
+share/idl/xulrunner/nsINavBookmarksService.idl
+share/idl/xulrunner/nsINavHistoryService.idl
+share/idl/xulrunner/nsINestedURI.idl
+share/idl/xulrunner/nsINetUtil.idl
+share/idl/xulrunner/nsINetworkLinkService.idl
+share/idl/xulrunner/nsINonBlockingAlertService.idl
+share/idl/xulrunner/nsIOCSPResponder.idl
+share/idl/xulrunner/nsIObjectInputStream.idl
+share/idl/xulrunner/nsIObjectLoadingContent.idl
+share/idl/xulrunner/nsIObjectOutputStream.idl
+share/idl/xulrunner/nsIObserver.idl
+share/idl/xulrunner/nsIObserverService.idl
+share/idl/xulrunner/nsIOfflineCacheUpdate.idl
+share/idl/xulrunner/nsIOutputStream.idl
+share/idl/xulrunner/nsIPK11Token.idl
+share/idl/xulrunner/nsIPK11TokenDB.idl
+share/idl/xulrunner/nsIPKCS11.idl
+share/idl/xulrunner/nsIPKCS11Module.idl
+share/idl/xulrunner/nsIPKCS11ModuleDB.idl
+share/idl/xulrunner/nsIPKCS11Slot.idl
+share/idl/xulrunner/nsIPKIParamBlock.idl
+share/idl/xulrunner/nsIParentalControlsService.idl
+share/idl/xulrunner/nsIPasswordManager.idl
+share/idl/xulrunner/nsIPasswordManagerInternal.idl
+share/idl/xulrunner/nsIPermission.idl
+share/idl/xulrunner/nsIPermissionManager.idl
+share/idl/xulrunner/nsIPersistentProperties2.idl
+share/idl/xulrunner/nsIPhonetic.idl
+share/idl/xulrunner/nsIPipe.idl
+share/idl/xulrunner/nsIPlaintextEditor.idl
+share/idl/xulrunner/nsIPlugin.idl
+share/idl/xulrunner/nsIPluginDocument.idl
+share/idl/xulrunner/nsIPluginHost.idl
+share/idl/xulrunner/nsIPluginInputStream.idl
+share/idl/xulrunner/nsIPluginInstance.idl
+share/idl/xulrunner/nsIPluginInstanceOwner.idl
+share/idl/xulrunner/nsIPluginStreamInfo.idl
+share/idl/xulrunner/nsIPluginStreamListener.idl
+share/idl/xulrunner/nsIPluginTag.idl
+share/idl/xulrunner/nsIPluginTagInfo.idl
+share/idl/xulrunner/nsIPopupBoxObject.idl
+share/idl/xulrunner/nsIPopupWindowManager.idl
+share/idl/xulrunner/nsIPref.idl
+share/idl/xulrunner/nsIPrefBranch.idl
+share/idl/xulrunner/nsIPrefBranch2.idl
+share/idl/xulrunner/nsIPrefBranchInternal.idl
+share/idl/xulrunner/nsIPrefLocalizedString.idl
+share/idl/xulrunner/nsIPrefService.idl
+share/idl/xulrunner/nsIPrefetchService.idl
+share/idl/xulrunner/nsIPrincipal.idl
+share/idl/xulrunner/nsIPrintOptions.idl
+share/idl/xulrunner/nsIPrintProgress.idl
+share/idl/xulrunner/nsIPrintProgressParams.idl
+share/idl/xulrunner/nsIPrintSession.idl
+share/idl/xulrunner/nsIPrintSettings.idl
+share/idl/xulrunner/nsIPrintSettingsService.idl
+share/idl/xulrunner/nsIPrintStatusFeedback.idl
+share/idl/xulrunner/nsIPrintingPrompt.idl
+share/idl/xulrunner/nsIPrintingPromptService.idl
+share/idl/xulrunner/nsIPrivateBrowsingService.idl
+share/idl/xulrunner/nsIProcess.idl
+share/idl/xulrunner/nsIProfile.idl
+share/idl/xulrunner/nsIProfileChangeStatus.idl
+share/idl/xulrunner/nsIProfileMigrator.idl
+share/idl/xulrunner/nsIProfileUnlocker.idl
+share/idl/xulrunner/nsIProgrammingLanguage.idl
+share/idl/xulrunner/nsIProgressEventSink.idl
+share/idl/xulrunner/nsIPrompt.idl
+share/idl/xulrunner/nsIPromptFactory.idl
+share/idl/xulrunner/nsIPromptService.idl
+share/idl/xulrunner/nsIPromptService2.idl
+share/idl/xulrunner/nsIProperties.idl
+share/idl/xulrunner/nsIProperty.idl
+share/idl/xulrunner/nsIPropertyBag.idl
+share/idl/xulrunner/nsIPropertyBag2.idl
+share/idl/xulrunner/nsIProtectedAuthThread.idl
+share/idl/xulrunner/nsIProtocolHandler.idl
+share/idl/xulrunner/nsIProtocolProxyCallback.idl
+share/idl/xulrunner/nsIProtocolProxyFilter.idl
+share/idl/xulrunner/nsIProtocolProxyService.idl
+share/idl/xulrunner/nsIProtocolProxyService2.idl
+share/idl/xulrunner/nsIProxiedChannel.idl
+share/idl/xulrunner/nsIProxiedProtocolHandler.idl
+share/idl/xulrunner/nsIProxyAutoConfig.idl
+share/idl/xulrunner/nsIProxyInfo.idl
+share/idl/xulrunner/nsIProxyObjectManager.idl
+share/idl/xulrunner/nsIRDFCompositeDataSource.idl
+share/idl/xulrunner/nsIRDFContainer.idl
+share/idl/xulrunner/nsIRDFContainerUtils.idl
+share/idl/xulrunner/nsIRDFDataSource.idl
+share/idl/xulrunner/nsIRDFDelegateFactory.idl
+share/idl/xulrunner/nsIRDFInMemoryDataSource.idl
+share/idl/xulrunner/nsIRDFInferDataSource.idl
+share/idl/xulrunner/nsIRDFLiteral.idl
+share/idl/xulrunner/nsIRDFNode.idl
+share/idl/xulrunner/nsIRDFObserver.idl
+share/idl/xulrunner/nsIRDFPropagatableDataSource.idl
+share/idl/xulrunner/nsIRDFPurgeableDataSource.idl
+share/idl/xulrunner/nsIRDFRemoteDataSource.idl
+share/idl/xulrunner/nsIRDFResource.idl
+share/idl/xulrunner/nsIRDFService.idl
+share/idl/xulrunner/nsIRDFXMLParser.idl
+share/idl/xulrunner/nsIRDFXMLSerializer.idl
+share/idl/xulrunner/nsIRDFXMLSink.idl
+share/idl/xulrunner/nsIRDFXMLSource.idl
+share/idl/xulrunner/nsIRandomGenerator.idl
+share/idl/xulrunner/nsIReadConfig.idl
+share/idl/xulrunner/nsIRecentBadCertsService.idl
+share/idl/xulrunner/nsIRecyclingAllocator.idl
+share/idl/xulrunner/nsIRefreshURI.idl
+share/idl/xulrunner/nsIRelativeFilePref.idl
+share/idl/xulrunner/nsIRemoteService.idl
+share/idl/xulrunner/nsIRequest.idl
+share/idl/xulrunner/nsIRequestObserver.idl
+share/idl/xulrunner/nsIRequestObserverProxy.idl
+share/idl/xulrunner/nsIResProtocolHandler.idl
+share/idl/xulrunner/nsIResumableChannel.idl
+share/idl/xulrunner/nsIRollupListener.idl
+share/idl/xulrunner/nsIRunnable.idl
+share/idl/xulrunner/nsISAXAttributes.idl
+share/idl/xulrunner/nsISAXContentHandler.idl
+share/idl/xulrunner/nsISAXDTDHandler.idl
+share/idl/xulrunner/nsISAXErrorHandler.idl
+share/idl/xulrunner/nsISAXLexicalHandler.idl
+share/idl/xulrunner/nsISAXLocator.idl
+share/idl/xulrunner/nsISAXMutableAttributes.idl
+share/idl/xulrunner/nsISAXXMLFilter.idl
+share/idl/xulrunner/nsISAXXMLReader.idl
+share/idl/xulrunner/nsISHContainer.idl
+share/idl/xulrunner/nsISHEntry.idl
+share/idl/xulrunner/nsISHTransaction.idl
+share/idl/xulrunner/nsISHistory.idl
+share/idl/xulrunner/nsISHistoryInternal.idl
+share/idl/xulrunner/nsISHistoryListener.idl
+share/idl/xulrunner/nsISMimeCert.idl
+share/idl/xulrunner/nsISOCKSSocketInfo.idl
+share/idl/xulrunner/nsISSLCertErrorDialog.idl
+share/idl/xulrunner/nsISSLErrorListener.idl
+share/idl/xulrunner/nsISSLSocketControl.idl
+share/idl/xulrunner/nsISSLStatus.idl
+share/idl/xulrunner/nsISSLStatusProvider.idl
+share/idl/xulrunner/nsISafeOutputStream.idl
+share/idl/xulrunner/nsISaveAsCharset.idl
+share/idl/xulrunner/nsIScreen.idl
+share/idl/xulrunner/nsIScreenManager.idl
+share/idl/xulrunner/nsIScriptChannel.idl
+share/idl/xulrunner/nsIScriptError.idl
+share/idl/xulrunner/nsIScriptEventHandler.idl
+share/idl/xulrunner/nsIScriptEventManager.idl
+share/idl/xulrunner/nsIScriptLoaderObserver.idl
+share/idl/xulrunner/nsIScriptSecurityManager.idl
+share/idl/xulrunner/nsIScriptableDateFormat.idl
+share/idl/xulrunner/nsIScriptableInputStream.idl
+share/idl/xulrunner/nsIScriptableInterfaces.idl
+share/idl/xulrunner/nsIScriptableRegion.idl
+share/idl/xulrunner/nsIScriptableUConv.idl
+share/idl/xulrunner/nsIScriptableUnescapeHTML.idl
+share/idl/xulrunner/nsIScrollBoxObject.idl
+share/idl/xulrunner/nsIScrollable.idl
+share/idl/xulrunner/nsISearchContext.idl
+share/idl/xulrunner/nsISecretDecoderRing.idl
+share/idl/xulrunner/nsISecureBrowserUI.idl
+share/idl/xulrunner/nsISecurityCheckedComponent.idl
+share/idl/xulrunner/nsISecurityEventSink.idl
+share/idl/xulrunner/nsISecurityInfoProvider.idl
+share/idl/xulrunner/nsISecurityPref.idl
+share/idl/xulrunner/nsISecurityWarningDialogs.idl
+share/idl/xulrunner/nsISeekableStream.idl
+share/idl/xulrunner/nsISelectElement.idl
+share/idl/xulrunner/nsISelection.idl
+share/idl/xulrunner/nsISelection2.idl
+share/idl/xulrunner/nsISelectionController.idl
+share/idl/xulrunner/nsISelectionDisplay.idl
+share/idl/xulrunner/nsISelectionListener.idl
+share/idl/xulrunner/nsISelectionPrivate.idl
+share/idl/xulrunner/nsISemanticUnitScanner.idl
+share/idl/xulrunner/nsISerializable.idl
+share/idl/xulrunner/nsIServerSocket.idl
+share/idl/xulrunner/nsIServiceManager.idl
+share/idl/xulrunner/nsISidebar.idl
+share/idl/xulrunner/nsISignatureVerifier.idl
+share/idl/xulrunner/nsISimpleEnumerator.idl
+share/idl/xulrunner/nsISimpleStreamListener.idl
+share/idl/xulrunner/nsISimpleTest.idl
+share/idl/xulrunner/nsISimpleUnicharStreamFactory.idl
+share/idl/xulrunner/nsISliderListener.idl
+share/idl/xulrunner/nsISocketProvider.idl
+share/idl/xulrunner/nsISocketProviderService.idl
+share/idl/xulrunner/nsISocketTransport.idl
+share/idl/xulrunner/nsISocketTransportService.idl
+share/idl/xulrunner/nsISound.idl
+share/idl/xulrunner/nsIStandardURL.idl
+share/idl/xulrunner/nsIStorageStream.idl
+share/idl/xulrunner/nsIStreamBufferAccess.idl
+share/idl/xulrunner/nsIStreamCipher.idl
+share/idl/xulrunner/nsIStreamConverter.idl
+share/idl/xulrunner/nsIStreamConverterService.idl
+share/idl/xulrunner/nsIStreamListener.idl
+share/idl/xulrunner/nsIStreamListenerTee.idl
+share/idl/xulrunner/nsIStreamListenerTee_1_9_2.idl
+share/idl/xulrunner/nsIStreamLoader.idl
+share/idl/xulrunner/nsIStreamTransportService.idl
+share/idl/xulrunner/nsIStringBundle.idl
+share/idl/xulrunner/nsIStringBundleOverride.idl
+share/idl/xulrunner/nsIStringEnumerator.idl
+share/idl/xulrunner/nsIStringStream.idl
+share/idl/xulrunner/nsIStyleSheetService.idl
+share/idl/xulrunner/nsISupports.idl
+share/idl/xulrunner/nsISupportsArray.idl
+share/idl/xulrunner/nsISupportsIterators.idl
+share/idl/xulrunner/nsISupportsPrimitives.idl
+share/idl/xulrunner/nsISupportsPriority.idl
+share/idl/xulrunner/nsISyncLoadDOMService.idl
+share/idl/xulrunner/nsISyncStreamListener.idl
+share/idl/xulrunner/nsISystemProxySettings.idl
+share/idl/xulrunner/nsITXTToHTMLConv.idl
+share/idl/xulrunner/nsITableEditor.idl
+share/idl/xulrunner/nsITaggingService.idl
+share/idl/xulrunner/nsITextScroll.idl
+share/idl/xulrunner/nsITextServicesFilter.idl
+share/idl/xulrunner/nsITextToSubURI.idl
+share/idl/xulrunner/nsIThread.idl
+share/idl/xulrunner/nsIThreadInternal.idl
+share/idl/xulrunner/nsIThreadManager.idl
+share/idl/xulrunner/nsIThreadPool.idl
+share/idl/xulrunner/nsITimelineService.idl
+share/idl/xulrunner/nsITimer.idl
+share/idl/xulrunner/nsITokenDialogs.idl
+share/idl/xulrunner/nsITokenPasswordDialogs.idl
+share/idl/xulrunner/nsIToolkit.idl
+share/idl/xulrunner/nsIToolkitChromeRegistry.idl
+share/idl/xulrunner/nsIToolkitProfile.idl
+share/idl/xulrunner/nsIToolkitProfileService.idl
+share/idl/xulrunner/nsITooltipListener.idl
+share/idl/xulrunner/nsITooltipTextProvider.idl
+share/idl/xulrunner/nsITraceRefcnt.idl
+share/idl/xulrunner/nsITraceableChannel.idl
+share/idl/xulrunner/nsITransaction.idl
+share/idl/xulrunner/nsITransactionList.idl
+share/idl/xulrunner/nsITransactionListener.idl
+share/idl/xulrunner/nsITransactionManager.idl
+share/idl/xulrunner/nsITransfer.idl
+share/idl/xulrunner/nsITransferable.idl
+share/idl/xulrunner/nsITransport.idl
+share/idl/xulrunner/nsITransportSecurityInfo.idl
+share/idl/xulrunner/nsITreeBoxObject.idl
+share/idl/xulrunner/nsITreeColumns.idl
+share/idl/xulrunner/nsITreeContentView.idl
+share/idl/xulrunner/nsITreeSelection.idl
+share/idl/xulrunner/nsITreeView.idl
+share/idl/xulrunner/nsITypeAheadFind.idl
+share/idl/xulrunner/nsIURI.idl
+share/idl/xulrunner/nsIURIChecker.idl
+share/idl/xulrunner/nsIURIClassifier.idl
+share/idl/xulrunner/nsIURIContentListener.idl
+share/idl/xulrunner/nsIURIFixup.idl
+share/idl/xulrunner/nsIURILoader.idl
+share/idl/xulrunner/nsIURIRefObject.idl
+share/idl/xulrunner/nsIURL.idl
+share/idl/xulrunner/nsIURLFormatter.idl
+share/idl/xulrunner/nsIURLParser.idl
+share/idl/xulrunner/nsIUTF8ConverterService.idl
+share/idl/xulrunner/nsIUUIDGenerator.idl
+share/idl/xulrunner/nsIUnicharInputStream.idl
+share/idl/xulrunner/nsIUnicharLineInputStream.idl
+share/idl/xulrunner/nsIUnicharOutputStream.idl
+share/idl/xulrunner/nsIUnicharStreamListener.idl
+share/idl/xulrunner/nsIUnicharStreamLoader.idl
+share/idl/xulrunner/nsIUnicodeNormalizer.idl
+share/idl/xulrunner/nsIUpdateService.idl
+share/idl/xulrunner/nsIUpdateTimerManager.idl
+share/idl/xulrunner/nsIUploadChannel.idl
+share/idl/xulrunner/nsIUploadChannel2.idl
+share/idl/xulrunner/nsIUserCertPicker.idl
+share/idl/xulrunner/nsIUserInfo.idl
+share/idl/xulrunner/nsIVariant.idl
+share/idl/xulrunner/nsIVersionComparator.idl
+share/idl/xulrunner/nsIViewSourceChannel.idl
+share/idl/xulrunner/nsIWeakReference.idl
+share/idl/xulrunner/nsIWebBrowser.idl
+share/idl/xulrunner/nsIWebBrowserChrome.idl
+share/idl/xulrunner/nsIWebBrowserChrome2.idl
+share/idl/xulrunner/nsIWebBrowserChromeFocus.idl
+share/idl/xulrunner/nsIWebBrowserFind.idl
+share/idl/xulrunner/nsIWebBrowserFocus.idl
+share/idl/xulrunner/nsIWebBrowserPersist.idl
+share/idl/xulrunner/nsIWebBrowserPrint.idl
+share/idl/xulrunner/nsIWebBrowserSetup.idl
+share/idl/xulrunner/nsIWebBrowserStream.idl
+share/idl/xulrunner/nsIWebContentHandlerRegistrar.idl
+share/idl/xulrunner/nsIWebNavigation.idl
+share/idl/xulrunner/nsIWebNavigationInfo.idl
+share/idl/xulrunner/nsIWebPageDescriptor.idl
+share/idl/xulrunner/nsIWebProgress.idl
+share/idl/xulrunner/nsIWebProgressListener.idl
+share/idl/xulrunner/nsIWebProgressListener2.idl
+share/idl/xulrunner/nsIWindowCreator.idl
+share/idl/xulrunner/nsIWindowCreator2.idl
+share/idl/xulrunner/nsIWindowDataSource.idl
+share/idl/xulrunner/nsIWindowMediator.idl
+share/idl/xulrunner/nsIWindowMediatorListener.idl
+share/idl/xulrunner/nsIWindowProvider.idl
+share/idl/xulrunner/nsIWindowWatcher.idl
+share/idl/xulrunner/nsIWritablePropertyBag.idl
+share/idl/xulrunner/nsIWritablePropertyBag2.idl
+share/idl/xulrunner/nsIWyciwygChannel.idl
+share/idl/xulrunner/nsIX509Cert.idl
+share/idl/xulrunner/nsIX509Cert2.idl
+share/idl/xulrunner/nsIX509Cert3.idl
+share/idl/xulrunner/nsIX509CertDB.idl
+share/idl/xulrunner/nsIX509CertDB2.idl
+share/idl/xulrunner/nsIX509CertList.idl
+share/idl/xulrunner/nsIX509CertValidity.idl
+share/idl/xulrunner/nsIXBLAccessible.idl
+share/idl/xulrunner/nsIXMLContentBuilder.idl
+share/idl/xulrunner/nsIXMLHttpRequest.idl
+share/idl/xulrunner/nsIXPCScriptNotify.idl
+share/idl/xulrunner/nsIXPCScriptable.idl
+share/idl/xulrunner/nsIXPCSecurityManager.idl
+share/idl/xulrunner/nsIXPConnect.idl
+share/idl/xulrunner/nsIXPIDialogService.idl
+share/idl/xulrunner/nsIXPIInstallInfo.idl
+share/idl/xulrunner/nsIXPIProgressDialog.idl
+share/idl/xulrunner/nsIXPInstallManager.idl
+share/idl/xulrunner/nsIXPTLoader.idl
+share/idl/xulrunner/nsIXPointer.idl
+share/idl/xulrunner/nsIXSLTException.idl
+share/idl/xulrunner/nsIXSLTProcessor.idl
+share/idl/xulrunner/nsIXSLTProcessorObsolete.idl
+share/idl/xulrunner/nsIXSLTProcessorPrivate.idl
+share/idl/xulrunner/nsIXTFAttributeHandler.idl
+share/idl/xulrunner/nsIXTFElement.idl
+share/idl/xulrunner/nsIXTFElementFactory.idl
+share/idl/xulrunner/nsIXTFElementWrapper.idl
+share/idl/xulrunner/nsIXTFPrivate.idl
+share/idl/xulrunner/nsIXULAppInfo.idl
+share/idl/xulrunner/nsIXULAppInstall.idl
+share/idl/xulrunner/nsIXULBrowserWindow.idl
+share/idl/xulrunner/nsIXULBuilderListener.idl
+share/idl/xulrunner/nsIXULOverlayProvider.idl
+share/idl/xulrunner/nsIXULRuntime.idl
+share/idl/xulrunner/nsIXULSortService.idl
+share/idl/xulrunner/nsIXULTemplateBuilder.idl
+share/idl/xulrunner/nsIXULTemplateQueryProcessor.idl
+share/idl/xulrunner/nsIXULTemplateResult.idl
+share/idl/xulrunner/nsIXULTemplateRuleFilter.idl
+share/idl/xulrunner/nsIXULWindow.idl
+share/idl/xulrunner/nsIZipReader.idl
+share/idl/xulrunner/nsIZipWriter.idl
+share/idl/xulrunner/nsPICertNotification.idl
+share/idl/xulrunner/nsPICommandUpdater.idl
+share/idl/xulrunner/nsPIDNSService.idl
+share/idl/xulrunner/nsPIEditorTransaction.idl
+share/idl/xulrunner/nsPIPlacesDatabase.idl
+share/idl/xulrunner/nsPIPlacesHistoryListenersNotifier.idl
+share/idl/xulrunner/nsPIPromptService.idl
+share/idl/xulrunner/nsPISocketTransportService.idl
+share/idl/xulrunner/nsPIWindowWatcher.idl
+share/idl/xulrunner/nspluginroot.idl
+share/idl/xulrunner/nsrootidl.idl
+share/idl/xulrunner/rdfIDataSource.idl
+share/idl/xulrunner/rdfISerializer.idl
+share/idl/xulrunner/rdfITripleVisitor.idl
+share/idl/xulrunner/txIEXSLTRegExFunctions.idl
+share/idl/xulrunner/txIFunctionEvaluationContext.idl
+share/idl/xulrunner/txINodeSet.idl
+share/idl/xulrunner/txIXPathObject.idl
+share/idl/xulrunner/xpcIJSModuleLoader.idl
+share/idl/xulrunner/xpcIJSWeakReference.idl
+share/idl/xulrunner/xpccomponents.idl
+share/idl/xulrunner/xpcexception.idl
+share/idl/xulrunner/xpcjsid.idl
+@pkgdir include/xulrunner/nss
diff --git a/devel/xulrunner/buildlink3.mk b/devel/xulrunner/buildlink3.mk
index 0b45aa1a483..f68c7b0c772 100644
--- a/devel/xulrunner/buildlink3.mk
+++ b/devel/xulrunner/buildlink3.mk
@@ -1,13 +1,13 @@
-# $NetBSD: buildlink3.mk,v 1.6 2010/01/18 09:58:47 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2010/03/16 15:57:02 tnn Exp $
BUILDLINK_TREE+= xulrunner
.if !defined(XULRUNNER_BUILDLINK3_MK)
XULRUNNER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1nb4
-BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=1.9.1.6
-BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
+BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.2.2
+BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=1.9.2.2
+BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
pkgbase := xulrunner
.include "../../mk/pkg-build-options.mk"
diff --git a/devel/xulrunner/dist.mk b/devel/xulrunner/dist.mk
index a5939e9ba38..7a539c9e26c 100644
--- a/devel/xulrunner/dist.mk
+++ b/devel/xulrunner/dist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: dist.mk,v 1.7 2010/02/17 18:32:18 tnn Exp $
+# $NetBSD: dist.mk,v 1.8 2010/03/16 15:57:02 tnn Exp $
#
# used by devel/nspr/Makefile
# used by devel/nss/Makefile
@@ -6,9 +6,9 @@
# used by www/firefox/Makefile
DISTNAME= firefox-${FIREFOX_VER}.source
-FIREFOX_VER= 3.5${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 1.9.1
-MOZ_BRANCH_MINOR= .8
+FIREFOX_VER= 3.6${MOZ_BRANCH_MINOR}
+MOZ_BRANCH= 1.9.2
+MOZ_BRANCH_MINOR= .2
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.bz2
@@ -16,3 +16,8 @@ DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo
PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches
WRKSRC= ${WRKDIR}/mozilla-${MOZ_BRANCH}
+
+# snapshot overrides
+DISTNAME= f14062c981ba
+MASTER_SITES= http://hg.mozilla.org/releases/mozilla-1.9.2/archive/
+WRKSRC= ${WRKDIR}/mozilla-1-9-2-f14062c981ba
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 1f33e1d7458..8e3ce672e2c 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2010/02/17 18:32:18 tnn Exp $
+$NetBSD: distinfo,v 1.25 2010/03/16 15:57:02 tnn Exp $
-SHA1 (firefox-3.5.8.source.tar.bz2) = 4bfb9a274113fb9ee590c00da69d995dc500d4cc
-RMD160 (firefox-3.5.8.source.tar.bz2) = 97a4394d895fc0d8e7be34c090ebe75540108a90
-Size (firefox-3.5.8.source.tar.bz2) = 46954234 bytes
+SHA1 (f14062c981ba.tar.bz2) = 8965bf632ea401f1b7a783bae4a78217505d2db4
+RMD160 (f14062c981ba.tar.bz2) = ab698d457f293c8a26553adfa5f1c793806ea925
+Size (f14062c981ba.tar.bz2) = 48101977 bytes
SHA1 (patch-aa) = d719f801f340688102e3b1c07b53655f4053180a
SHA1 (patch-ab) = 5331bae45501013d3ca13d161226e311bc10aafe
SHA1 (patch-ac) = e50356963fd235ea11fa45baae356fcf21c6669d
@@ -13,11 +13,11 @@ SHA1 (patch-ag) = 62e55040130d5e6cfb10b839fce6abd40a902f08
SHA1 (patch-ah) = 5f8bf19d5ac5ea7e263366a56d10d2eeeee61bac
SHA1 (patch-ai) = 3444882b0f7f4b63273d8888af88be35ae60933a
SHA1 (patch-aj) = 0e357b477aef423e7688dfb0be93cc8abc35e6e0
-SHA1 (patch-ak) = 635187f582c16f8f044ffbdd950ec5f996d53ca8
+SHA1 (patch-ak) = 9c7d909d786791829bdcdb7155af66bae079683c
SHA1 (patch-al) = ca1a1fb5f875ab9c84c0afea5d913172a6f7ab57
SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220
SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7
-SHA1 (patch-ao) = af027520b0277838a5a5f4ad33e14174e6e8bc0c
+SHA1 (patch-ao) = 353d2098564c7b29849b6f5f4f80d9ac393b23f3
SHA1 (patch-ap) = dbcf27b23fec35ea838d281a97c7aed94739c8b5
SHA1 (patch-aq) = ffb927e222f98c7288e37ddadf1b08a8126c6a55
SHA1 (patch-ar) = bfeaa055b7192e5874427615424496b41410f24b
@@ -30,12 +30,13 @@ SHA1 (patch-ax) = 579041ecba36dfa0d42d3ab576e79ecf2321749d
SHA1 (patch-ay) = 6ddcbbd3f0197fb88622fc32d6d0fd602ec4ad34
SHA1 (patch-az) = 5a09ccfa14fab962c4e2916f00669a1fa4a8ade4
SHA1 (patch-ba) = 9d4058f2a3a290429b26cb8335dd5b188bccc96d
-SHA1 (patch-bb) = f0cbc3f029dab82f551c959a66f8a95ca9f1f265
+SHA1 (patch-bb) = a764014f7aee2ecb75584ee652fd4a35ab647527
+SHA1 (patch-bc) = 6ea633380f427a24098129afa68fcd0112e68ca1
SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
-SHA1 (patch-mb) = 05298c1ec02363ff0bada87337cf0ccb5b42c55b
+SHA1 (patch-mb) = b3f2558098b6c744959626f1b60fdb7cbe7db2a0
SHA1 (patch-md) = 6bf5242245b17fbd868a6a978eb5849726f81393
SHA1 (patch-me) = f5a8e29fc004ef7696b67d260384ab23fd1658c2
-SHA1 (patch-mf) = 33e30004d1b94668935274c05f4548d4804ac67a
+SHA1 (patch-mf) = 153dfd5cd611e4364fe1c540f4e8eb500115baff
SHA1 (patch-mg) = 75ddcceaffae0bdb6ecb4efd1b5ffca68a8ae8a8
SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
SHA1 (patch-mj) = 197fab0e00256dedc8a5f181ee0d0d6e42d8177f
@@ -44,17 +45,15 @@ SHA1 (patch-ml) = 9003af056e5b671b2345d0a75e99836746369c00
SHA1 (patch-mm) = 51d84cacbfa0430dad21f86f66979b6222299b31
SHA1 (patch-mn) = 7d162a96959315a143c68b3ca2ca4dea6060f1f2
SHA1 (patch-mp) = 5edb7dbdde20f7aaf5c1bfa035f471ec6d871f95
-SHA1 (patch-na) = 10a09ddb5de67c3cc2f605c75de7ac2e30a92ae7
SHA1 (patch-nd) = f5156ca4d1e61dd1b355bbaa5ebd9cc490d8d865
-SHA1 (patch-pa) = d03ef72ea7efceef5e2f12a245950b9a587ace82
-SHA1 (patch-pb) = 33c70e16d489c6e6e660096e49b5f12b7a265328
-SHA1 (patch-pc) = baa2c72df21c6ddda65bdb435561323f4ee008ff
-SHA1 (patch-pd) = a8899862e36c05d43ee81265fa3a13bb5e3e4d10
-SHA1 (patch-pe) = 3e4db1032a1e1f26f3a4e86653804b435aaf3ee8
-SHA1 (patch-pf) = 95b3f07dfd0e3de9961181ec6e42f7174180942d
-SHA1 (patch-pg) = 33f0664512c94b1f1b7b65f43accc1dae457a2d0
-SHA1 (patch-ra) = b215219b8429274ca3aa81790b62531aaf189127
-SHA1 (patch-rc) = 890012b4fca22d965a40262830aabbb06a2da36e
+SHA1 (patch-pa) = 7dffaba78ee254a545c3f7669a3eb2a92196becc
+SHA1 (patch-pb) = 9450fe31653c225d529a6ec4d551d0cda464965d
+SHA1 (patch-pc) = 45a680a5a9f0794f9dd0f6f4dcd7ce704780e939
+SHA1 (patch-pd) = e1b0d5b91c65cc3945eea3488ca0126a3461cea0
+SHA1 (patch-pe) = a1af6070fca2e22bd4ec4a1f5ac06ef60adc26cf
+SHA1 (patch-pg) = fbf4ae0f334b97f201d05f9bdfd8a2643aeb33ea
+SHA1 (patch-ra) = 7dc1ead2756ac8eb9e900dab60f785468df013be
+SHA1 (patch-rc) = 9f2e63689123ecbc1767e58e6f5608046dceab1a
SHA1 (patch-xa) = ae5ed1f0fb9a0fd45242a94739853b199ed7da72
SHA1 (patch-xb) = c09bd676d21bef02e04c68c2362e32f408ea9201
SHA1 (patch-xc) = 6e1d6b21d7ded744b082173ea6f35b45999fa965
@@ -62,8 +61,6 @@ SHA1 (patch-xd) = 2ddf436186ccebab28380b9e80f52f061ca3d73e
SHA1 (patch-xe) = 1bcd9def6f9636fa9deb0edb994e5672529b615b
SHA1 (patch-xf) = 5e68024f66e5ba9086ed6ec4a0cc562714e99219
SHA1 (patch-xg) = d8355840ee91dd64ff650a12be87f2c51d8df196
-SHA1 (patch-xh) = 1a2c7def490a7509ab63eb39bc5611178e8d6a7d
-SHA1 (patch-xi) = aed92831e4ef0f84619bf0ffe9aa404a74246613
SHA1 (patch-xj) = 7e237668aa4dfa55833d125d2a1464fb97ae3ada
SHA1 (patch-xk) = 16ac8dc3bb5c241452eae6833d40aaf876453761
SHA1 (patch-xl) = afd74085c01d207907d0b3bfc040bf92fd1ba8b1
diff --git a/devel/xulrunner/options.mk b/devel/xulrunner/options.mk
index dcdaccd3a27..0d34188fd6e 100644
--- a/devel/xulrunner/options.mk
+++ b/devel/xulrunner/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2009/09/16 18:42:31 tnn Exp $
+# $NetBSD: options.mk,v 1.7 2010/03/16 15:57:02 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
@@ -23,10 +23,13 @@ NANOJIT_ARCH.sparc= Sparc
.if !empty(PKG_OPTIONS:Mgnome)
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui
+CONFIGURE_ARGS+= --enable-libnotify
PLIST.gnome= yes
.else
CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui
+CONFIGURE_ARGS+= --disable-libnotify
.endif
.if !empty(PKG_OPTIONS:Mmozilla-jemalloc)
@@ -37,6 +40,7 @@ CONFIGURE_ARGS+= --disable-jemalloc
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
+CONFIGURE_ARGS+= --disable-install-strip
PLIST.debug= yes
.else
CONFIGURE_ARGS+= --disable-debug
diff --git a/devel/xulrunner/patches/patch-ak b/devel/xulrunner/patches/patch-ak
index 3ff45dd7c75..28ce399e2d1 100644
--- a/devel/xulrunner/patches/patch-ak
+++ b/devel/xulrunner/patches/patch-ak
@@ -1,19 +1,13 @@
-$NetBSD: patch-ak,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-ak,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- toolkit/components/places/src/nsMorkHistoryImporter.cpp.orig 2009-06-29 18:15:22.000000000 +0200
-+++ toolkit/components/places/src/nsMorkHistoryImporter.cpp
-@@ -148,9 +148,12 @@ AddToHistoryCB(const nsCSubstring &aRowI
- }
-
- PRTime date;
-- if (PR_sscanf(values[kLastVisitColumn].get(), "%lld", &date) != 1) {
-+ long long ld;
-+ if (PR_sscanf(values[kLastVisitColumn].get(), "%lld", &ld) != 1) {
- date = -1;
-- }
-+ } else {
-+ date = ld;
-+ }
-
- PRBool isTyped = values[kTypedColumn].EqualsLiteral("1");
- PRInt32 transition = isTyped ?
+--- js/ctypes/libffi/configure.orig 2010-01-21 03:30:16.000000000 +0000
++++ js/ctypes/libffi/configure
+@@ -21033,7 +21033,7 @@ case "$host" in
+ powerpc-*-aix* | rs6000-*-aix*)
+ TARGET=POWERPC_AIX; TARGETDIR=powerpc
+ ;;
+- powerpc-*-freebsd*)
++ powerpc-*-freebsd* | powerpc-*-netbsd*)
+ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
+ ;;
+ powerpc*-*-rtems*)
diff --git a/devel/xulrunner/patches/patch-ao b/devel/xulrunner/patches/patch-ao
index 0f080a800b1..f423fcb76cf 100644
--- a/devel/xulrunner/patches/patch-ao
+++ b/devel/xulrunner/patches/patch-ao
@@ -1,8 +1,8 @@
-$NetBSD: patch-ao,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-ao,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- toolkit/mozapps/installer/packager.mk.orig 2009-06-29 18:15:27.000000000 +0200
+--- toolkit/mozapps/installer/packager.mk.orig 2009-10-29 23:11:21.000000000 +0100
+++ toolkit/mozapps/installer/packager.mk
-@@ -449,8 +449,8 @@ endif
+@@ -441,8 +441,8 @@ endif
(cd $(DIST)/$(MOZ_PKG_DIR) && tar $(TAR_CREATE_FLAGS) - .) | \
(cd $(DESTDIR)$(installdir) && tar -xf -)
$(NSINSTALL) -D $(DESTDIR)$(bindir)
@@ -11,14 +11,5 @@ $NetBSD: patch-ao,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+ $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME)
+ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME)
ifdef INSTALL_SDK # Here comes the hard part
- # include directory is stable (dist/sdk/include) and unstable (dist/include)
- $(NSINSTALL) -D $(DESTDIR)$(includedir)/stable
-@@ -458,7 +458,7 @@ ifdef INSTALL_SDK # Here comes the hard
- (cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \
- (cd $(DESTDIR)$(includedir)/stable && tar -xf -)
- # The dist/include has module subdirectories that we need to flatten
-- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
-+ find $(DIST)/include -type f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \;
- # IDL directory is stable (dist/sdk/idl) and unstable (dist/idl)
- $(NSINSTALL) -D $(DESTDIR)$(idldir)/stable
- $(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable
+ $(NSINSTALL) -D $(DESTDIR)$(includedir)
+ (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
diff --git a/devel/xulrunner/patches/patch-bb b/devel/xulrunner/patches/patch-bb
index 9301cc591d5..51d7032b58f 100644
--- a/devel/xulrunner/patches/patch-bb
+++ b/devel/xulrunner/patches/patch-bb
@@ -1,19 +1,35 @@
-$NetBSD: patch-bb,v 1.1 2010/01/10 09:43:06 tron Exp $
+$NetBSD: patch-bb,v 1.2 2010/03/16 15:57:02 tnn Exp $
-Fix build using Sun Studio C++.
+# make sure the inline assembler code works on the same word size as
+# the C/C++ code on sparc64 when compiling for 64bit
+# https://bugzilla.mozilla.org/show_bug.cgi?id=550271
---- memory/jemalloc/jemalloc.h.orig 2009-12-02 04:29:06.000000000 +0000
-+++ memory/jemalloc/jemalloc.h 2010-01-09 23:24:34.000000000 +0000
-@@ -1,3 +1,4 @@
-+#ifndef __cplusplus
- #ifndef MOZ_MEMORY_WINDOWS
- # include <stdbool.h>
- #else
-@@ -6,6 +7,7 @@
- # define bool BOOL
- # endif
- #endif
-+#endif
+--- js/src/jslock.cpp.orig 2010-02-27 02:32:31.000000000 +0000
++++ js/src/jslock.cpp
+@@ -159,6 +159,7 @@ NativeCompareAndSwap(jsword *w, jsword o
+ {
+ unsigned int res;
- extern const char *_malloc_options;
++#if JS_BITS_PER_WORD == 32
+ __asm__ __volatile__ (
+ "stbar\n"
+ "cas [%1],%2,%3\n"
+@@ -169,6 +170,18 @@ NativeCompareAndSwap(jsword *w, jsword o
+ "1:"
+ : "=r" (res)
+ : "r" (w), "r" (ov), "r" (nv));
++#else
++ __asm__ __volatile__ (
++ "stbar\n"
++ "casx [%1],%2,%3\n"
++ "cmp %2,%3\n"
++ "be,a 1f\n"
++ "mov 1,%0\n"
++ "mov 0,%0\n"
++ "1:"
++ : "=r" (res)
++ : "r" (w), "r" (ov), "r" (nv));
++#endif
+ return (int)res;
+ }
diff --git a/devel/xulrunner/patches/patch-bc b/devel/xulrunner/patches/patch-bc
new file mode 100644
index 00000000000..a38e62a0b0f
--- /dev/null
+++ b/devel/xulrunner/patches/patch-bc
@@ -0,0 +1,20 @@
+$NetBSD: patch-bc,v 1.1 2010/03/16 15:57:02 tnn Exp $
+
+# ensure at least pointer compatible alignement of memory arena for
+# RuleProcessorData::operator new
+# Reported upstream as https://bugzilla.mozilla.org/show_bug.cgi?id=550842
+
+--- content/base/src/nsGenericElement.cpp.orig 2010-02-27 02:32:31.000000000 +0000
++++ content/base/src/nsGenericElement.cpp
+@@ -5132,9 +5132,9 @@ TryMatchingElementsInSubtree(nsINode* aR
+ * cheaper than heap-allocating all the datas and keeping track of them all,
+ * and helps a good bit in the common cases. We also keep track of the whole
+ * parent data chain, since we have those Around anyway */
+- char databuf[2 * sizeof(RuleProcessorData)];
++ union { char c[2 * sizeof(RuleProcessorData)]; void *p; } databuf;
+ RuleProcessorData* prevSibling = nsnull;
+- RuleProcessorData* data = reinterpret_cast<RuleProcessorData*>(databuf);
++ RuleProcessorData* data = reinterpret_cast<RuleProcessorData*>(&databuf);
+
+ PRBool continueIteration = PR_TRUE;
+ for (nsINode::ChildIterator iter(aRoot); !iter.IsDone(); iter.Next()) {
diff --git a/devel/xulrunner/patches/patch-mb b/devel/xulrunner/patches/patch-mb
index 6aac32fdf92..d6b7a4d459d 100644
--- a/devel/xulrunner/patches/patch-mb
+++ b/devel/xulrunner/patches/patch-mb
@@ -1,32 +1,46 @@
-$NetBSD: patch-mb,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-mb,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2009-06-29 18:15:32.000000000 +0200
+--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2009-11-25 05:13:10.000000000 +0100
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
-@@ -64,14 +64,21 @@ include $(topsrcdir)/config/config.mk
- #
- # Lots of Unixish x86 flavors
- #
--ifneq (,$(filter FreeBSD NetBSD OpenBSD BSD_OS Darwin,$(OS_ARCH)))
-+ifneq (,$(filter DragonFly FreeBSD NetBSD OpenBSD BSD_OS Darwin,$(OS_ARCH)))
-+ifeq (x86_64,$(OS_TEST))
-+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp
-+else
+@@ -76,7 +76,7 @@ endif
+ endif
+ endif
+
+-ifneq (,$(filter FreeBSD NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
++ifneq (,$(filter FreeBSD DragonFly NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
-+endif
-+ifeq (amd64,$(OS_TEST))
-+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp
-+endif
-+endif
- ifeq (Darwin,$(OS_ARCH))
- DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED
endif
+@@ -108,12 +108,28 @@ endif
+ ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64)
+ CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp
+ endif
++
++#
++# NetBSD/amd64
++#
++ifeq ($(OS_ARCH)$(OS_TEST),NetBSDx86_64)
++CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp
++endif
++
+ #
+ # FreeBSD/amd64
+ #
+ ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDx86_64)
+ CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp
endif
--endif
++
++#
++# DragonFlyBSD/amd64
++#
++ifeq ($(OS_ARCH)$(OS_TEST),DragonFlyx86_64)
++CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp
++endif
++
+ #
+ # BeOS/Intel (uses the same unixish_x86 code)
#
- # New code for Linux, et. al., with gcc
- # Migrate other platforms here after testing
-@@ -185,7 +192,7 @@ endif
+@@ -200,7 +216,7 @@ endif
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -35,7 +49,7 @@ $NetBSD: patch-mb,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -240,7 +247,7 @@ endif
+@@ -255,7 +271,7 @@ endif
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -44,7 +58,7 @@ $NetBSD: patch-mb,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -325,9 +332,10 @@ endif
+@@ -340,9 +356,10 @@ endif
#
# NetBSD/PPC
#
@@ -56,7 +70,7 @@ $NetBSD: patch-mb,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
endif
#
-@@ -399,6 +407,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
+@@ -414,6 +431,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s
endif
#
diff --git a/devel/xulrunner/patches/patch-mf b/devel/xulrunner/patches/patch-mf
index 4d29611d955..794a80c581b 100644
--- a/devel/xulrunner/patches/patch-mf
+++ b/devel/xulrunner/patches/patch-mf
@@ -1,9 +1,9 @@
-$NetBSD: patch-mf,v 1.2 2009/10/28 11:36:36 tnn Exp $
+$NetBSD: patch-mf,v 1.3 2010/03/16 15:57:02 tnn Exp $
Add DragonFly support.
Make sure nss libraries have a run path defined.
---- security/coreconf/config.mk.orig 2009-10-16 17:14:17.000000000 +0200
+--- security/coreconf/config.mk.orig 2010-03-15 14:56:04.000000000 +0000
+++ security/coreconf/config.mk
@@ -63,7 +63,7 @@ endif
#######################################################################
@@ -14,7 +14,7 @@ Make sure nss libraries have a run path defined.
ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
-@@ -212,3 +212,4 @@ endif
+@@ -207,3 +207,4 @@ endif
DEFINES += -DUSE_UTIL_DIRECTLY
USE_UTIL_DIRECTLY = 1
diff --git a/devel/xulrunner/patches/patch-na b/devel/xulrunner/patches/patch-na
deleted file mode 100644
index de4da095f69..00000000000
--- a/devel/xulrunner/patches/patch-na
+++ /dev/null
@@ -1,122 +0,0 @@
-$NetBSD: patch-na,v 1.1 2009/09/09 17:01:07 tnn Exp $
-
-# reported upstream as:
-# https://bugzilla.mozilla.org/show_bug.cgi?id=512802
-
---- js/src/jsscript.cpp.orig 2009-08-24 01:32:14.000000000 +0200
-+++ js/src/jsscript.cpp 2009-08-24 01:36:20.000000000 +0200
-@@ -1370,19 +1370,49 @@ js_NewScript(JSContext *cx, uint32 lengt
- size_t size, vectorSize;
- JSScript *script;
- uint8 *cursor;
-+#ifdef _LP64
-+#define LP64_ALIGN(V) if ((V) & 7) (V) = (((V)|7) + 1)
-+#define LP64_ALIGNP(P) if ((uintptr_t)(P) & 7) (P) = (uint8*)(((uintptr_t)(P)|7) + 1)
-+#else
-+#define LP64_ALIGN(V)
-+#define LP64_ALIGNP(V)
-+#endif
-
-- size = sizeof(JSScript) +
-- sizeof(JSAtom *) * natoms +
-- length * sizeof(jsbytecode) +
-- nsrcnotes * sizeof(jssrcnote);
-- if (nobjects != 0)
-- size += sizeof(JSObjectArray) + nobjects * sizeof(JSObject *);
-- if (nupvars != 0)
-- size += sizeof(JSUpvarArray) + nupvars * sizeof(uint32);
-- if (nregexps != 0)
-- size += sizeof(JSObjectArray) + nregexps * sizeof(JSObject *);
-- if (ntrynotes != 0)
-- size += sizeof(JSTryNoteArray) + ntrynotes * sizeof(JSTryNote);
-+ size = sizeof(JSScript);
-+ if (nobjects != 0) {
-+ LP64_ALIGN(size);
-+ size += sizeof(JSObjectArray);
-+ }
-+ if (nupvars != 0) {
-+ LP64_ALIGN(size);
-+ size += sizeof(JSUpvarArray);
-+ }
-+ if (nregexps != 0) {
-+ LP64_ALIGN(size);
-+ size += sizeof(JSObjectArray);
-+ }
-+ if (ntrynotes != 0) {
-+ LP64_ALIGN(size);
-+ size += sizeof(JSTryNoteArray);
-+ }
-+ if (natoms != 0) {
-+ LP64_ALIGN(size);
-+ size += sizeof(JSAtom *) * natoms;
-+ }
-+ if (nobjects != 0) {
-+ LP64_ALIGN(size);
-+ size += nobjects * sizeof(JSObject *);
-+ }
-+ if (nupvars != 0) {
-+ size += nupvars * sizeof(uint32);
-+ }
-+ if (nregexps != 0) {
-+ LP64_ALIGN(size);
-+ size += nregexps * sizeof(JSObject *);
-+ }
-+ size += length * sizeof(jsbytecode) +
-+ nsrcnotes * sizeof(jssrcnote) +
-+ ntrynotes * sizeof(JSTryNote);
-
- script = (JSScript *) JS_malloc(cx, size);
- if (!script)
-@@ -1393,23 +1423,28 @@ js_NewScript(JSContext *cx, uint32 lengt
-
- cursor = (uint8 *)script + sizeof(JSScript);
- if (nobjects != 0) {
-+ LP64_ALIGNP(cursor);
- script->objectsOffset = (uint8)(cursor - (uint8 *)script);
- cursor += sizeof(JSObjectArray);
- }
- if (nupvars != 0) {
-+ LP64_ALIGNP(cursor);
- script->upvarsOffset = (uint8)(cursor - (uint8 *)script);
- cursor += sizeof(JSUpvarArray);
- }
- if (nregexps != 0) {
-+ LP64_ALIGNP(cursor);
- script->regexpsOffset = (uint8)(cursor - (uint8 *)script);
- cursor += sizeof(JSObjectArray);
- }
- if (ntrynotes != 0) {
-+ LP64_ALIGNP(cursor);
- script->trynotesOffset = (uint8)(cursor - (uint8 *)script);
- cursor += sizeof(JSTryNoteArray);
- }
-
- if (natoms != 0) {
-+ LP64_ALIGNP(cursor);
- script->atomMap.length = natoms;
- script->atomMap.vector = (JSAtom **)cursor;
- vectorSize = natoms * sizeof(script->atomMap.vector[0]);
-@@ -1423,6 +1458,7 @@ js_NewScript(JSContext *cx, uint32 lengt
- }
-
- if (nobjects != 0) {
-+ LP64_ALIGNP(cursor);
- JS_SCRIPT_OBJECTS(script)->length = nobjects;
- JS_SCRIPT_OBJECTS(script)->vector = (JSObject **)cursor;
- vectorSize = nobjects * sizeof(JS_SCRIPT_OBJECTS(script)->vector[0]);
-@@ -1431,6 +1467,7 @@ js_NewScript(JSContext *cx, uint32 lengt
- }
-
- if (nupvars != 0) {
-+ LP64_ALIGNP(cursor);
- JS_SCRIPT_UPVARS(script)->length = nupvars;
- JS_SCRIPT_UPVARS(script)->vector = (uint32 *)cursor;
- vectorSize = nupvars * sizeof(JS_SCRIPT_UPVARS(script)->vector[0]);
-@@ -1439,6 +1476,7 @@ js_NewScript(JSContext *cx, uint32 lengt
- }
-
- if (nregexps != 0) {
-+ LP64_ALIGNP(cursor);
- JS_SCRIPT_REGEXPS(script)->length = nregexps;
- JS_SCRIPT_REGEXPS(script)->vector = (JSObject **)cursor;
- vectorSize = nregexps * sizeof(JS_SCRIPT_REGEXPS(script)->vector[0]);
diff --git a/devel/xulrunner/patches/patch-pa b/devel/xulrunner/patches/patch-pa
index 1ba439cf935..68439d95054 100644
--- a/devel/xulrunner/patches/patch-pa
+++ b/devel/xulrunner/patches/patch-pa
@@ -1,12 +1,11 @@
-$NetBSD: patch-pa,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-pa,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- xulrunner/installer/mozilla-js.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
+--- xulrunner/installer/mozilla-js.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
+++ xulrunner/installer/mozilla-js.pc.in
@@ -6,5 +6,5 @@ Name: JavaScript
Description: The Mozilla JavaScript Library
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib -lmozjs
--Cflags: -I${includedir}/stable -DXP_UNIX -DJS_THREADSAFE
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lmozjs
-+Cflags: -I${includedir}/stable -I${includedir}/unstable -DXP_UNIX -DJS_THREADSAFE
+ Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
diff --git a/devel/xulrunner/patches/patch-pb b/devel/xulrunner/patches/patch-pb
index 6106ca78f6d..5ffde670dd2 100644
--- a/devel/xulrunner/patches/patch-pb
+++ b/devel/xulrunner/patches/patch-pb
@@ -1,11 +1,11 @@
-$NetBSD: patch-pb,v 1.2 2009/09/09 18:15:37 tnn Exp $
+$NetBSD: patch-pb,v 1.3 2010/03/16 15:57:02 tnn Exp $
---- xulrunner/installer/libxul.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
+--- xulrunner/installer/libxul.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
+++ xulrunner/installer/libxul.pc.in
-@@ -12,5 +12,5 @@ Name: libxul
+@@ -7,5 +7,5 @@ Name: libxul
Description: The Mozilla Runtime and Embedding Engine
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
- Cflags: -I${includedir}/${includetype} %WCHAR_CFLAGS%
+ Cflags: -I${includedir} %WCHAR_CFLAGS%
diff --git a/devel/xulrunner/patches/patch-pc b/devel/xulrunner/patches/patch-pc
index 57b6bca868a..08897197b67 100644
--- a/devel/xulrunner/patches/patch-pc
+++ b/devel/xulrunner/patches/patch-pc
@@ -1,11 +1,11 @@
-$NetBSD: patch-pc,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-pc,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- xulrunner/installer/libxul-embedding.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
+--- xulrunner/installer/libxul-embedding.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
+++ xulrunner/installer/libxul-embedding.pc.in
-@@ -11,5 +11,5 @@ includetype=stable
+@@ -6,5 +6,5 @@ idldir=%idldir%
Name: libxul-embedding
Description: Static library for version-independent embedding of the Mozilla runtime
Version: %MOZILLA_VERSION%
-Libs: -L${sdkdir}/lib -lxpcomglue
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
- Cflags: -DXPCOM_GLUE -I${includedir}/${includetype} %WCHAR_CFLAGS%
+ Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
diff --git a/devel/xulrunner/patches/patch-pd b/devel/xulrunner/patches/patch-pd
index d1b4251c704..29ae96a03fe 100644
--- a/devel/xulrunner/patches/patch-pd
+++ b/devel/xulrunner/patches/patch-pd
@@ -1,6 +1,6 @@
-$NetBSD: patch-pd,v 1.2 2009/10/28 11:36:36 tnn Exp $
+$NetBSD: patch-pd,v 1.3 2010/03/16 15:57:02 tnn Exp $
---- xulrunner/installer/mozilla-nss.pc.in.orig 2009-10-16 17:14:30.000000000 +0200
+--- xulrunner/installer/mozilla-nss.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
+++ xulrunner/installer/mozilla-nss.pc.in
@@ -6,5 +6,5 @@ Name: NSS
Description: Mozilla Network Security Services
@@ -8,4 +8,4 @@ $NetBSD: patch-pd,v 1.2 2009/10/28 11:36:36 tnn Exp $
Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib -lsmime3 -lssl3 -lnss3 -lnssutil3
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lsmime3 -lssl3 -lnss3 -lnssutil3
- Cflags: -I${includedir}/stable
+ Cflags: -I${includedir}
diff --git a/devel/xulrunner/patches/patch-pe b/devel/xulrunner/patches/patch-pe
index 18a8b7a9553..aea9e75e1e3 100644
--- a/devel/xulrunner/patches/patch-pe
+++ b/devel/xulrunner/patches/patch-pe
@@ -1,11 +1,11 @@
-$NetBSD: patch-pe,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-pe,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- xulrunner/installer/libxul-unstable.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
-+++ xulrunner/installer/libxul-unstable.pc.in
-@@ -8,5 +8,5 @@ Name: libxul
- Description: The Mozilla Runtime and Embedding Engine (unstable API)
+--- xulrunner/installer/mozilla-plugin.pc.in.orig 2009-12-04 21:19:58.000000000 +0000
++++ xulrunner/installer/mozilla-plugin.pc.in
+@@ -5,5 +5,5 @@ includedir=%includedir%
+ Name: Mozilla Plug-In API
+ Description: Mozilla Plug-In API
Version: %MOZILLA_VERSION%
- Requires: %NSPR_NAME% >= %NSPR_VERSION%
--Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
-+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
- Cflags: -I${includedir}/${includetype} %WCHAR_CFLAGS%
+-Cflags: -I${includedir}/stable -DXP_UNIX %ojidef%
++Cflags: -I${includedir} -DXP_UNIX %ojidef%
+
diff --git a/devel/xulrunner/patches/patch-pf b/devel/xulrunner/patches/patch-pf
deleted file mode 100644
index b2798bad85c..00000000000
--- a/devel/xulrunner/patches/patch-pf
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-pf,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
-
---- xulrunner/installer/libxul-embedding-unstable.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
-+++ xulrunner/installer/libxul-embedding-unstable.pc.in
-@@ -7,5 +7,5 @@ includetype=unstable
- Name: libxul-embedding-unstable
- Description: Static library for version-independent embedding of the Mozilla runtime (unstable API)
- Version: %MOZILLA_VERSION%
--Libs: -L${sdkdir}/lib -lxpcomglue
-+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
- Cflags: -DXPCOM_GLUE -I${includedir}/${includetype} %WCHAR_CFLAGS%
diff --git a/devel/xulrunner/patches/patch-pg b/devel/xulrunner/patches/patch-pg
index bd940ab8d0c..8ef035fa3b8 100644
--- a/devel/xulrunner/patches/patch-pg
+++ b/devel/xulrunner/patches/patch-pg
@@ -1,6 +1,6 @@
-$NetBSD: patch-pg,v 1.1 2009/08/06 07:37:33 tnn Exp $
+$NetBSD: patch-pg,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- xulrunner/installer/mozilla-nspr.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
+--- xulrunner/installer/mozilla-nspr.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
+++ xulrunner/installer/mozilla-nspr.pc.in
@@ -5,7 +5,5 @@ includedir=%includedir%
Name: NSPR
@@ -11,4 +11,4 @@ $NetBSD: patch-pg,v 1.1 2009/08/06 07:37:33 tnn Exp $
-
-
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lplds4 -lplc4 -lnspr4 -pthread
-+Cflags: -I${includedir}/stable
++Cflags: -I${includedir}
diff --git a/devel/xulrunner/patches/patch-ra b/devel/xulrunner/patches/patch-ra
index f92420ad61c..f4a344e7f38 100644
--- a/devel/xulrunner/patches/patch-ra
+++ b/devel/xulrunner/patches/patch-ra
@@ -1,9 +1,9 @@
-$NetBSD: patch-ra,v 1.1 2009/10/11 10:49:56 tnn Exp $
+$NetBSD: patch-ra,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- browser/branding/unofficial/locales/browserconfig.properties.orig 2009-08-24 17:52:36.000000000 +0200
+--- browser/branding/unofficial/locales/browserconfig.properties.orig 2009-10-29 23:10:36.000000000 +0100
+++ browser/branding/unofficial/locales/browserconfig.properties
@@ -1,3 +1,3 @@
# Do NOT localize or otherwise change these values
--browser.startup.homepage=http://www.mozilla.org/projects/shiretoko/
+-browser.startup.homepage=http://www.mozilla.org/projects/namoroka/
+browser.startup.homepage=http://www.google.com/firefox
diff --git a/devel/xulrunner/patches/patch-rc b/devel/xulrunner/patches/patch-rc
index 69d6ef5ed3e..ed66eefbb4f 100644
--- a/devel/xulrunner/patches/patch-rc
+++ b/devel/xulrunner/patches/patch-rc
@@ -1,10 +1,10 @@
-$NetBSD: patch-rc,v 1.1 2009/10/11 10:49:56 tnn Exp $
+$NetBSD: patch-rc,v 1.2 2010/03/16 15:57:02 tnn Exp $
---- browser/branding/unofficial/locales/en-US/brand.dtd.orig 2009-08-24 17:52:36.000000000 +0200
+--- browser/branding/unofficial/locales/en-US/brand.dtd.orig 2009-10-29 23:10:36.000000000 +0100
+++ browser/branding/unofficial/locales/en-US/brand.dtd
@@ -1,5 +1,5 @@
--<!ENTITY brandShortName "Shiretoko">
--<!ENTITY brandFullName "Shiretoko">
+-<!ENTITY brandShortName "Namoroka">
+-<!ENTITY brandFullName "Namoroka">
+<!ENTITY brandShortName "Browser">
+<!ENTITY brandFullName "Browser">
<!ENTITY vendorShortName "mozilla.org">
diff --git a/devel/xulrunner/patches/patch-xh b/devel/xulrunner/patches/patch-xh
deleted file mode 100644
index 6a66dafd324..00000000000
--- a/devel/xulrunner/patches/patch-xh
+++ /dev/null
@@ -1,181 +0,0 @@
-$NetBSD: patch-xh,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
-
-NetBSD/amd64 xptcall support code. Originally from pkgsrc/www/mozilla.
-
---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_amd64.cpp.orig 2009-06-30 22:20:24.000000000 +0200
-+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_amd64.cpp
-@@ -0,0 +1,174 @@
-+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-+// Platform specific code to invoke XPCOM methods on native objects
-+
-+#include "xptcprivate.h"
-+
-+// 6 integral parameters are passed in registers
-+const PRUint32 GPR_COUNT = 6;
-+
-+// 8 floating point parameters are passed in SSE registers
-+const PRUint32 FPR_COUNT = 8;
-+
-+// Remember that these 'words' are 64-bit long
-+static inline void
-+invoke_count_words(PRUint32 paramCount, nsXPTCVariant * s,
-+ PRUint32 & nr_gpr, PRUint32 & nr_fpr, PRUint32 & nr_stack)
-+{
-+ nr_gpr = 1; // skip one GP register for 'that'
-+ nr_fpr = 0;
-+ nr_stack = 0;
-+
-+ /* Compute number of eightbytes of class MEMORY. */
-+ for (uint32 i = 0; i < paramCount; i++, s++) {
-+ if (!s->IsPtrData()
-+ && (s->type == nsXPTType::T_FLOAT || s->type == nsXPTType::T_DOUBLE)) {
-+ if (nr_fpr < FPR_COUNT)
-+ nr_fpr++;
-+ else
-+ nr_stack++;
-+ }
-+ else {
-+ if (nr_gpr < GPR_COUNT)
-+ nr_gpr++;
-+ else
-+ nr_stack++;
-+ }
-+ }
-+}
-+
-+static void
-+invoke_copy_to_stack(PRUint64 * d, PRUint32 paramCount, nsXPTCVariant * s,
-+ PRUint64 * gpregs, double * fpregs)
-+{
-+ PRUint32 nr_gpr = 1; // skip one GP register for 'that'
-+ PRUint32 nr_fpr = 0;
-+ PRUint64 value;
-+
-+ for (uint32 i = 0; i < paramCount; i++, s++) {
-+ if (s->IsPtrData())
-+ value = (PRUint64) s->ptr;
-+ else {
-+ switch (s->type) {
-+ case nsXPTType::T_FLOAT: break;
-+ case nsXPTType::T_DOUBLE: break;
-+ case nsXPTType::T_I8: value = s->val.i8; break;
-+ case nsXPTType::T_I16: value = s->val.i16; break;
-+ case nsXPTType::T_I32: value = s->val.i32; break;
-+ case nsXPTType::T_I64: value = s->val.i64; break;
-+ case nsXPTType::T_U8: value = s->val.u8; break;
-+ case nsXPTType::T_U16: value = s->val.u16; break;
-+ case nsXPTType::T_U32: value = s->val.u32; break;
-+ case nsXPTType::T_U64: value = s->val.u64; break;
-+ case nsXPTType::T_BOOL: value = s->val.b; break;
-+ case nsXPTType::T_CHAR: value = s->val.c; break;
-+ case nsXPTType::T_WCHAR: value = s->val.wc; break;
-+ default: value = (PRUint64) s->val.p; break;
-+ }
-+ }
-+
-+ if (!s->IsPtrData() && s->type == nsXPTType::T_DOUBLE) {
-+ if (nr_fpr < FPR_COUNT)
-+ fpregs[nr_fpr++] = s->val.d;
-+ else {
-+ *((double *)d) = s->val.d;
-+ d++;
-+ }
-+ }
-+ else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) {
-+ if (nr_fpr < FPR_COUNT)
-+ // The value in %xmm register is already prepared to
-+ // be retrieved as a float. Therefore, we pass the
-+ // value verbatim, as a double without conversion.
-+ fpregs[nr_fpr++] = s->val.d;
-+ else {
-+ *((float *)d) = s->val.f;
-+ d++;
-+ }
-+ }
-+ else {
-+ if (nr_gpr < GPR_COUNT)
-+ gpregs[nr_gpr++] = value;
-+ else
-+ *d++ = value;
-+ }
-+ }
-+}
-+
-+extern "C"
-+XPTC_PUBLIC_API(nsresult)
-+XPTC_InvokeByIndex(nsISupports * that, PRUint32 methodIndex,
-+ PRUint32 paramCount, nsXPTCVariant * params)
-+{
-+ PRUint32 nr_gpr, nr_fpr, nr_stack;
-+ invoke_count_words(paramCount, params, nr_gpr, nr_fpr, nr_stack);
-+
-+ // Stack, if used, must be 16-bytes aligned
-+ if (nr_stack)
-+ nr_stack = (nr_stack + 1) & ~1;
-+
-+ // Load parameters to stack, if necessary
-+ PRUint64 *stack = (PRUint64 *) __builtin_alloca(nr_stack * 8);
-+ PRUint64 gpregs[GPR_COUNT];
-+ double fpregs[FPR_COUNT];
-+ invoke_copy_to_stack(stack, paramCount, params, gpregs, fpregs);
-+
-+ // Load FPR registers from fpregs[]
-+ register double d0 asm("xmm0");
-+ register double d1 asm("xmm1");
-+ register double d2 asm("xmm2");
-+ register double d3 asm("xmm3");
-+ register double d4 asm("xmm4");
-+ register double d5 asm("xmm5");
-+ register double d6 asm("xmm6");
-+ register double d7 asm("xmm7");
-+
-+ switch (nr_fpr) {
-+#define ARG_FPR(N) \
-+ case N+1: d##N = fpregs[N];
-+ ARG_FPR(7);
-+ ARG_FPR(6);
-+ ARG_FPR(5);
-+ ARG_FPR(4);
-+ ARG_FPR(3);
-+ ARG_FPR(2);
-+ ARG_FPR(1);
-+ ARG_FPR(0);
-+ case 0:;
-+#undef ARG_FPR
-+ }
-+
-+ // Load GPR registers from gpregs[]
-+ register PRUint64 a0 asm("rdi");
-+ register PRUint64 a1 asm("rsi");
-+ register PRUint64 a2 asm("rdx");
-+ register PRUint64 a3 asm("rcx");
-+ register PRUint64 a4 asm("r8");
-+ register PRUint64 a5 asm("r9");
-+
-+ switch (nr_gpr) {
-+#define ARG_GPR(N) \
-+ case N+1: a##N = gpregs[N];
-+ ARG_GPR(5);
-+ ARG_GPR(4);
-+ ARG_GPR(3);
-+ ARG_GPR(2);
-+ ARG_GPR(1);
-+ case 1: a0 = (PRUint64) that;
-+ case 0:;
-+#undef ARG_GPR
-+ }
-+
-+ // Ensure that assignments to SSE registers won't be optimized away
-+ asm("" ::
-+ "x" (d0), "x" (d1), "x" (d2), "x" (d3),
-+ "x" (d4), "x" (d5), "x" (d6), "x" (d7));
-+
-+ // Get pointer to method
-+ PRUint64 methodAddress = *((PRUint64 *)that);
-+ methodAddress += 8 * methodIndex;
-+ methodAddress = *((PRUint64 *)methodAddress);
-+
-+ typedef PRUint32 (*Method)(PRUint64, PRUint64, PRUint64, PRUint64, PRUint64, PRUint64);
-+ PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5);
-+ return result;
-+}
diff --git a/devel/xulrunner/patches/patch-xi b/devel/xulrunner/patches/patch-xi
deleted file mode 100644
index bace06545d2..00000000000
--- a/devel/xulrunner/patches/patch-xi
+++ /dev/null
@@ -1,213 +0,0 @@
-$NetBSD: patch-xi,v 1.1.1.1 2009/08/05 02:59:49 tnn Exp $
-
-NetBSD/amd64 xptcall support code. Originally from pkgsrc/www/mozilla.
-
---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_amd64.cpp.orig 2009-06-30 22:20:24.000000000 +0200
-+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_amd64.cpp
-@@ -0,0 +1,206 @@
-+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-+
-+// Implement shared vtbl methods.
-+
-+#include "xptcprivate.h"
-+
-+// The Linux/x86-64 ABI passes the first 6 integral parameters and the
-+// first 8 floating point parameters in registers (rdi, rsi, rdx, rcx,
-+// r8, r9 and xmm0-xmm7), no stack space is allocated for these by the
-+// caller. The rest of the parameters are passed in the callers stack
-+// area.
-+
-+const PRUint32 PARAM_BUFFER_COUNT = 16;
-+const PRUint32 GPR_COUNT = 6;
-+const PRUint32 FPR_COUNT = 8;
-+
-+// PrepareAndDispatch() is called by SharedStub() and calls the actual method.
-+//
-+// - 'args[]' contains the arguments passed on stack
-+// - 'gpregs[]' contains the arguments passed in integer registers
-+// - 'fpregs[]' contains the arguments passed in floating point registers
-+//
-+// The parameters are mapped into an array of type 'nsXPTCMiniVariant'
-+// and then the method gets called.
-+
-+extern "C" nsresult
-+PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex,
-+ PRUint64 * args, PRUint64 * gpregs, double *fpregs)
-+{
-+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
-+ nsXPTCMiniVariant* dispatchParams = NULL;
-+ nsIInterfaceInfo* iface_info = NULL;
-+ const nsXPTMethodInfo* info;
-+ PRUint32 paramCount;
-+ PRUint32 i;
-+ nsresult result = NS_ERROR_FAILURE;
-+
-+ NS_ASSERTION(self,"no self");
-+
-+ self->GetInterfaceInfo(&iface_info);
-+ NS_ASSERTION(iface_info,"no interface info");
-+ if (! iface_info)
-+ return NS_ERROR_UNEXPECTED;
-+
-+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info);
-+ NS_ASSERTION(info,"no method info");
-+ if (! info)
-+ return NS_ERROR_UNEXPECTED;
-+
-+ paramCount = info->GetParamCount();
-+
-+ // setup variant array pointer
-+ if(paramCount > PARAM_BUFFER_COUNT)
-+ dispatchParams = new nsXPTCMiniVariant[paramCount];
-+ else
-+ dispatchParams = paramBuffer;
-+
-+ NS_ASSERTION(dispatchParams,"no place for params");
-+ if (! dispatchParams)
-+ return NS_ERROR_OUT_OF_MEMORY;
-+
-+ PRUint64* ap = args;
-+ PRUint32 nr_gpr = 1; // skip one GPR register for 'that'
-+ PRUint32 nr_fpr = 0;
-+ PRUint64 value;
-+
-+ for(i = 0; i < paramCount; i++) {
-+ const nsXPTParamInfo& param = info->GetParam(i);
-+ const nsXPTType& type = param.GetType();
-+ nsXPTCMiniVariant* dp = &dispatchParams[i];
-+
-+ if (!param.IsOut() && type == nsXPTType::T_DOUBLE) {
-+ if (nr_fpr < FPR_COUNT)
-+ dp->val.d = fpregs[nr_fpr++];
-+ else
-+ dp->val.d = *(double*) ap++;
-+ continue;
-+ }
-+ else if (!param.IsOut() && type == nsXPTType::T_FLOAT) {
-+ if (nr_fpr < FPR_COUNT)
-+ // The value in %xmm register is already prepared to
-+ // be retrieved as a float. Therefore, we pass the
-+ // value verbatim, as a double without conversion.
-+ dp->val.d = *(double*) ap++;
-+ else
-+ dp->val.f = *(float*) ap++;
-+ continue;
-+ }
-+ else {
-+ if (nr_gpr < GPR_COUNT)
-+ value = gpregs[nr_gpr++];
-+ else
-+ value = *ap++;
-+ }
-+
-+ if (param.IsOut() || !type.IsArithmetic()) {
-+ dp->val.p = (void*) value;
-+ continue;
-+ }
-+
-+ switch (type) {
-+ case nsXPTType::T_I8: dp->val.i8 = (PRInt8) value; break;
-+ case nsXPTType::T_I16: dp->val.i16 = (PRInt16) value; break;
-+ case nsXPTType::T_I32: dp->val.i32 = (PRInt32) value; break;
-+ case nsXPTType::T_I64: dp->val.i64 = (PRInt64) value; break;
-+ case nsXPTType::T_U8: dp->val.u8 = (PRUint8) value; break;
-+ case nsXPTType::T_U16: dp->val.u16 = (PRUint16) value; break;
-+ case nsXPTType::T_U32: dp->val.u32 = (PRUint32) value; break;
-+ case nsXPTType::T_U64: dp->val.u64 = (PRUint64) value; break;
-+ case nsXPTType::T_BOOL: dp->val.b = (PRBool) value; break;
-+ case nsXPTType::T_CHAR: dp->val.c = (char) value; break;
-+ case nsXPTType::T_WCHAR: dp->val.wc = (wchar_t) value; break;
-+
-+ default:
-+ NS_ASSERTION(0, "bad type");
-+ break;
-+ }
-+ }
-+
-+ result = self->CallMethod((PRUint16) methodIndex, info, dispatchParams);
-+
-+ NS_RELEASE(iface_info);
-+
-+ if (dispatchParams != paramBuffer)
-+ delete [] dispatchParams;
-+
-+ return result;
-+}
-+
-+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */
-+// Linux/x86-64 uses gcc >= 3.1
-+#define STUB_ENTRY(n) \
-+asm(".section \".text\"\n\t" \
-+ ".align 2\n\t" \
-+ ".if " #n " < 10\n\t" \
-+ ".globl _ZN14nsXPTCStubBase5Stub" #n "Ev\n\t" \
-+ ".type _ZN14nsXPTCStubBase5Stub" #n "Ev,@function\n" \
-+ "_ZN14nsXPTCStubBase5Stub" #n "Ev:\n\t" \
-+ ".elseif " #n " < 100\n\t" \
-+ ".globl _ZN14nsXPTCStubBase6Stub" #n "Ev\n\t" \
-+ ".type _ZN14nsXPTCStubBase6Stub" #n "Ev,@function\n" \
-+ "_ZN14nsXPTCStubBase6Stub" #n "Ev:\n\t" \
-+ ".elseif " #n " < 1000\n\t" \
-+ ".globl _ZN14nsXPTCStubBase7Stub" #n "Ev\n\t" \
-+ ".type _ZN14nsXPTCStubBase7Stub" #n "Ev,@function\n" \
-+ "_ZN14nsXPTCStubBase7Stub" #n "Ev:\n\t" \
-+ ".else\n\t" \
-+ ".err \"stub number " #n " >= 1000 not yet supported\"\n\t" \
-+ ".endif\n\t" \
-+ "movl $" #n ", %eax\n\t" \
-+ "jmp SharedStub\n\t" \
-+ ".if " #n " < 10\n\t" \
-+ ".size _ZN14nsXPTCStubBase5Stub" #n "Ev,.-_ZN14nsXPTCStubBase5Stub" #n "Ev\n\t" \
-+ ".elseif " #n " < 100\n\t" \
-+ ".size _ZN14nsXPTCStubBase6Stub" #n "Ev,.-_ZN14nsXPTCStubBase6Stub" #n "Ev\n\t" \
-+ ".else\n\t" \
-+ ".size _ZN14nsXPTCStubBase7Stub" #n "Ev,.-_ZN14nsXPTCStubBase7Stub" #n "Ev\n\t" \
-+ ".endif");
-+
-+// static nsresult SharedStub(PRUint32 methodIndex)
-+asm(".section \".text\"\n\t"
-+ ".align 2\n\t"
-+ ".type SharedStub,@function\n\t"
-+ "SharedStub:\n\t"
-+ // make room for gpregs (48), fpregs (64)
-+ "pushq %rbp\n\t"
-+ "movq %rsp,%rbp\n\t"
-+ "subq $112,%rsp\n\t"
-+ // save GP registers
-+ "movq %rdi,-112(%rbp)\n\t"
-+ "movq %rsi,-104(%rbp)\n\t"
-+ "movq %rdx, -96(%rbp)\n\t"
-+ "movq %rcx, -88(%rbp)\n\t"
-+ "movq %r8 , -80(%rbp)\n\t"
-+ "movq %r9 , -72(%rbp)\n\t"
-+ "leaq -112(%rbp),%rcx\n\t"
-+ // save FP registers
-+ "movsd %xmm0,-64(%rbp)\n\t"
-+ "movsd %xmm1,-56(%rbp)\n\t"
-+ "movsd %xmm2,-48(%rbp)\n\t"
-+ "movsd %xmm3,-40(%rbp)\n\t"
-+ "movsd %xmm4,-32(%rbp)\n\t"
-+ "movsd %xmm5,-24(%rbp)\n\t"
-+ "movsd %xmm6,-16(%rbp)\n\t"
-+ "movsd %xmm7, -8(%rbp)\n\t"
-+ "leaq -64(%rbp),%r8\n\t"
-+ // rdi has the 'self' pointer already
-+ "movl %eax,%esi\n\t"
-+ "leaq 16(%rbp),%rdx\n\t"
-+ "call PrepareAndDispatch\n\t"
-+ "leave\n\t"
-+ "ret\n\t"
-+ ".size SharedStub,.-SharedStub");
-+
-+#define SENTINEL_ENTRY(n) \
-+nsresult nsXPTCStubBase::Sentinel##n() \
-+{ \
-+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \
-+ return NS_ERROR_NOT_IMPLEMENTED; \
-+}
-+
-+#include "xptcstubsdef.inc"
-+
-+#else
-+#error "can't find a compiler to use"
-+#endif /* __GNUC__ */