diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-05 20:35:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-05 20:35:01 +0000 |
commit | 27dbd47b44872f684ee39e4891e7f01b59a44233 (patch) | |
tree | 89830d3464f4fda5bed6067fb58624337961d94c /devel/xulrunner | |
parent | 6ea6a8e59a1dc7672cdec58bd4ef1c3708aec71b (diff) | |
download | pkgsrc-27dbd47b44872f684ee39e4891e7f01b59a44233.tar.gz |
Instead of picking what headers to install, just drop $everything
in include/xulrunner/unstable and call it a day. Suggested by drochner@
(This mostly fixes build of "www/galeon".)
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 18 | ||||
-rw-r--r-- | devel/xulrunner/PLIST | 1437 | ||||
-rw-r--r-- | devel/xulrunner/includes.mk | 66 |
3 files changed, 1444 insertions, 77 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index ab06b4047a6..9e57b3f1a8f 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2009/08/05 15:52:11 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/05 20:35:01 tnn Exp $ # DISTNAME= xulrunner-${XULRUNNER_VER}-source PKGNAME= ${DISTNAME:S/-source//} XULRUNNER_VER= 1.9.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/} EXTRACT_SUFX= .tar.bz2 @@ -80,7 +80,12 @@ create-rm-wrapper: ${WRAPPER_DIR}/bin/rm chmod +x ${WRAPPER_DIR}/bin/rm -.include "includes.mk" +INCLUDE_SUBDIRS=\ + caps chardet cookie commandhandler content docshell dom exthandler fastfind find gfx gtkembedmoz \ + java js layout locale mimetype necko nkcache nspr oji pipboot pipnss pref shistory \ + string uconv uriloader webbrowserpersist webbrwsr webshell widget windowwatcher xpcom \ + xpconnect xulapp + post-install: # XXX fix the pkg-config files instead rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a @@ -90,9 +95,12 @@ post-install: ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \ ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a cd ${WRKSRC}/dist/include && \ - ${INSTALL_DATA} `find js -name "*.h" -print` js/jsproto.tbl \ - ${NS_EXTRA_INCLUDES} \ + ${INSTALL_DATA} `find ${INCLUDE_SUBDIRS} -name "*.h" -print` \ + 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 .include "../../archivers/bzip2/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST index 74b87bae0ed..2c3a953589a 100644 --- a/devel/xulrunner/PLIST +++ b/devel/xulrunner/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/08/05 15:52:11 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/08/05 20:35:01 tnn Exp $ bin/xulrunner include/xulrunner/stable/base64.h include/xulrunner/stable/blapit.h @@ -456,8 +456,11 @@ include/xulrunner/stable/sslproto.h include/xulrunner/stable/sslt.h include/xulrunner/stable/utilrename.h include/xulrunner/stable/xpcom-config.h +include/xulrunner/unstable/ProxyJNI.h +include/xulrunner/unstable/XPCIDispatch.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 @@ -471,17 +474,32 @@ 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/gfxCore.h -include/xulrunner/unstable/gfxPoint.h -include/xulrunner/unstable/gfxTypes.h +include/xulrunner/unstable/gfxIFormats.h +include/xulrunner/unstable/gfxIImageFrame.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/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 @@ -531,67 +549,1387 @@ 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/mozISanitizingSerializer.h +include/xulrunner/unstable/mozITXTToHTMLConv.h +include/xulrunner/unstable/mozcontainer.h +include/xulrunner/unstable/mozdrawingarea.h include/xulrunner/unstable/mozilla-config.h +include/xulrunner/unstable/necko-config.h +include/xulrunner/unstable/netCore.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/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/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/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/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/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/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/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/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/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/nsIDownloadHistory.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/nsIEditorBoxObject.h +include/xulrunner/unstable/nsIEditorDocShell.h +include/xulrunner/unstable/nsIEffectiveTLDService.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/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/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/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/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/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/nsIHTMLDocument.h +include/xulrunner/unstable/nsIHTMLToTextSink.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/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/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/nsILoadContext.h +include/xulrunner/unstable/nsILoadGroup.h +include/xulrunner/unstable/nsILocalFile.h +include/xulrunner/unstable/nsILocalFileWin.h +include/xulrunner/unstable/nsILocale.h +include/xulrunner/unstable/nsILocaleService.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/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/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/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/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/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/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/nsISecurityCheckedComponent.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/nsIStringBundle.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/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/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/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/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/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/nsPoint.h -include/xulrunner/unstable/nsProfileDirServiceProvider.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/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/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/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/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/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 @@ -613,8 +1951,10 @@ 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 @@ -632,8 +1972,65 @@ 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/secasn1.h include/xulrunner/unstable/secasn1t.h include/xulrunner/unstable/seccomon.h @@ -658,7 +2055,35 @@ 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 lib/pkgconfig/libxul-embedding.pc lib/pkgconfig/libxul-unstable.pc diff --git a/devel/xulrunner/includes.mk b/devel/xulrunner/includes.mk deleted file mode 100644 index 52f26d22324..00000000000 --- a/devel/xulrunner/includes.mk +++ /dev/null @@ -1,66 +0,0 @@ -# $NetBSD: includes.mk,v 1.1 2009/08/05 15:52:11 tnn Exp $ - -NS_EXTRA_INCLUDES= \ -commandhandler/nsICommandManager.h \ -commandhandler/nsICommandParams.h \ -content/nsISelectionController.h \ -content/nsISelectionDisplay.h \ -content/nsPIDOMEventTarget.h \ -docshell/nsIContentViewer.h \ -docshell/nsIDocShell.h \ -docshell/nsIDocShellTreeItem.h \ -docshell/nsIDocShellTreeNode.h \ -docshell/nsIMarkupDocumentViewer.h \ -docshell/nsIScrollable.h \ -docshell/nsITextScroll.h \ -docshell/nsIWebNavigation.h \ -dom/nsIDOMKeyEvent.h \ -dom/nsIDOMKeyListener.h \ -dom/nsIDOMLocation.h \ -dom/nsIDOMMouseListener.h \ -dom/nsIDOMNSEvent.h \ -dom/nsIDOMUIListener.h \ -dom/nsIDOMWindowInternal.h \ -dom/nsIDOMXULCommandDispatcher.h \ -dom/nsPIDOMWindow.h \ -embedcomponents/nsIAppStartupNotifier.h \ -fastfind/nsITypeAheadFind.h \ -gfx/gfxCore.h \ -gfx/nsColor.h \ -gfx/nsCoord.h \ -gfx/nsIDeviceContext.h \ -gfx/nsIRenderingContext.h \ -gfx/nsITheme.h \ -gfx/nsMargin.h \ -gfx/nsPoint.h \ -gfx/nsRect.h \ -gfx/nsSize.h \ -gtkembedmoz/gtkmozembed.h \ -gtkembedmoz/gtkmozembed_glue.cpp \ -gtkembedmoz/gtkmozembed_internal.h \ -intl/nsIStringBundle.h \ -layout/nsIPrintProgressParams.h \ -mozilla-config.h \ -necko/nsIFileStreams.h \ -necko/nsIInputStreamChannel.h \ -necko/nsNetCID.h \ -pref/nsIPref.h \ -profdirserviceprovider/nsProfileDirServiceProvider.h \ -thebes/gfxPoint.h \ -thebes/gfxTypes.h \ -webbrwsr/nsCWebBrowser.h \ -webbrwsr/nsIPrintingPromptService.h \ -widget/nsEvent.h \ -widget/nsIAppShell.h \ -widget/nsIBaseWindow.h \ -widget/nsIPrintOptions.h \ -widget/nsIPrintSettings.h \ -widget/nsIPrintSettingsService.h \ -widget/nsIWidget.h \ -widget/nsWidgetsCID.h \ -xpcom/nsAutoPtr.h \ -xpcom/nsCRT.h \ -xpcom/nsCppSharedAllocator.h \ -xpcom/nsIServiceManagerObsolete.h \ -xpcom/nsMathUtils.h \ -xpcom/nsWeakPtr.h |