Sun Sep 13 12:19:26 2009 UTC ()
install stuff needed for building firefox as an XUL app. Bump revision.


(tnn)
diff -r1.16 -r1.17 pkgsrc/devel/xulrunner/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/xulrunner/PLIST

cvs diff -r1.16 -r1.17 pkgsrc/devel/xulrunner/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/Makefile 2009/09/13 08:01:04 1.16
+++ pkgsrc/devel/xulrunner/Attic/Makefile 2009/09/13 12:19:26 1.17
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.16 2009/09/13 08:01:04 tnn Exp $ 1# $NetBSD: Makefile,v 1.17 2009/09/13 12:19:26 tnn Exp $
2# 2#
3 3
4DISTNAME= xulrunner-${XULRUNNER_VER}-source 4DISTNAME= xulrunner-${XULRUNNER_VER}-source
5PKGNAME= ${DISTNAME:S/-source//} 5PKGNAME= ${DISTNAME:S/-source//}
6XULRUNNER_VER= 1.9.1.3 6XULRUNNER_VER= 1.9.1.3
 7PKGREVISION= 1
7CATEGORIES= devel www 8CATEGORIES= devel www
8MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/} 9MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/}
9EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
10 11
11MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner 13HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner
13COMMENT= XML User Interface Language runtime environment 14COMMENT= XML User Interface Language runtime environment
14 15
15WRKSRC= ${WRKDIR}/mozilla-1.9.1 16WRKSRC= ${WRKDIR}/mozilla-1.9.1
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17USE_TOOLS+= pkg-config perl gmake autoconf213 18USE_TOOLS+= pkg-config perl gmake autoconf213
18USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
19 20
@@ -79,40 +80,44 @@ pre-configure: @@ -79,40 +80,44 @@ pre-configure:
79 cd ${WRKSRC} && autoconf 80 cd ${WRKSRC} && autoconf
80 cd ${WRKSRC}/js/src && autoconf 81 cd ${WRKSRC}/js/src && autoconf
81 cd ${WRKSRC}/nsprpub && autoconf 82 cd ${WRKSRC}/nsprpub && autoconf
82 83
83# Makefiles sometimes call "rm -f" without more arguments. Kludge around ... 84# Makefiles sometimes call "rm -f" without more arguments. Kludge around ...
84.PHONY: create-rm-wrapper 85.PHONY: create-rm-wrapper
85pre-configure: create-rm-wrapper 86pre-configure: create-rm-wrapper
86create-rm-wrapper: 87create-rm-wrapper:
87 printf '#!/bin/sh\n[ "$$*" = "-f" ] && exit 0\nexec /bin/rm $$@\n' > \ 88 printf '#!/bin/sh\n[ "$$*" = "-f" ] && exit 0\nexec /bin/rm $$@\n' > \
88 ${WRAPPER_DIR}/bin/rm 89 ${WRAPPER_DIR}/bin/rm
89 chmod +x ${WRAPPER_DIR}/bin/rm 90 chmod +x ${WRAPPER_DIR}/bin/rm
90 91
91INCLUDE_SUBDIRS=\ 92INCLUDE_SUBDIRS=\
92 caps chardet cookie commandhandler content docshell dom exthandler fastfind find gfx gtkembedmoz \ 93 caps chardet commandhandler content cookie docshell dom \
93 java js layout locale mimetype necko nkcache nspr oji pipboot pipnss pref shistory \ 94 downloads embedcomponents exthandler fastfind find gfx \
94 string uconv uriloader webbrowserpersist webbrwsr webshell widget windowwatcher xpcom \ 95 gtkembedmoz htmlparser imglib2 intl java js layout libreg \
95 xpconnect xulapp profdirserviceprovider thebes embedcomponents intl loginmgr \ 96 locale loginmgr mimetype necko nkcache nspr oji pipboot pipnss \
96 toolkitcomps downloads spellchecker 97 places pref profdirserviceprovider rdf shistory spellchecker \
 98 string thebes toolkitcomps uconv uriloader webbrowserpersist \
 99 webbrwsr webshell widget windowwatcher xpcom xpconnect xulapp
97 100
98post-install: 101post-install:
99 # XXX fix the pkg-config files instead 102 # XXX fix the pkg-config files instead
100 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a 103 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
101 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \ 104 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \
102 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a 105 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
103 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a 106 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
104 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \ 107 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \
105 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a 108 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
 109 ${INSTALL_LIB} ${WRKSRC}/dist/lib/libunicharutil_external_s.a \
 110 ${DESTDIR}${PREFIX}/lib/xulrunner
106 cd ${WRKSRC}/dist/include && \ 111 cd ${WRKSRC}/dist/include && \
107 ${INSTALL_DATA} `find ${INCLUDE_SUBDIRS} -name "*.h" -print` \ 112 ${INSTALL_DATA} `find ${INCLUDE_SUBDIRS} -name "*.h" -print` \
108 js/jsproto.tbl mozilla-config.h gtkembedmoz/gtkmozembed_glue.cpp \ 113 js/jsproto.tbl mozilla-config.h gtkembedmoz/gtkmozembed_glue.cpp \
109 ${DESTDIR}${PREFIX}/include/xulrunner/unstable 114 ${DESTDIR}${PREFIX}/include/xulrunner/unstable
110 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete 115 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete
111 cd ${WRKSRC}/dist/include/nspr/obsolete && ${INSTALL_DATA} protypes.h \ 116 cd ${WRKSRC}/dist/include/nspr/obsolete && ${INSTALL_DATA} protypes.h \
112 ${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete 117 ${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete
113 118
114.if ${OPSYS} == "Linux" 119.if ${OPSYS} == "Linux"
115.include "../../audio/alsa-lib/buildlink3.mk" 120.include "../../audio/alsa-lib/buildlink3.mk"
116.endif 121.endif
117.include "../../archivers/bzip2/buildlink3.mk" 122.include "../../archivers/bzip2/buildlink3.mk"
118.include "../../databases/sqlite3/buildlink3.mk" 123.include "../../databases/sqlite3/buildlink3.mk"

cvs diff -r1.12 -r1.13 pkgsrc/devel/xulrunner/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/PLIST 2009/09/13 08:01:04 1.12
+++ pkgsrc/devel/xulrunner/Attic/PLIST 2009/09/13 12:19:26 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2009/09/13 08:01:04 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.13 2009/09/13 12:19:26 tnn Exp $
2bin/xulrunner 2bin/xulrunner
3include/xulrunner/stable/base64.h 3include/xulrunner/stable/base64.h
4include/xulrunner/stable/blapit.h 4include/xulrunner/stable/blapit.h
5include/xulrunner/stable/cert.h 5include/xulrunner/stable/cert.h
6include/xulrunner/stable/certdb.h 6include/xulrunner/stable/certdb.h
7include/xulrunner/stable/certt.h 7include/xulrunner/stable/certt.h
8include/xulrunner/stable/ciferfam.h 8include/xulrunner/stable/ciferfam.h
9include/xulrunner/stable/cmmf.h 9include/xulrunner/stable/cmmf.h
10include/xulrunner/stable/cmmft.h 10include/xulrunner/stable/cmmft.h
11include/xulrunner/stable/cms.h 11include/xulrunner/stable/cms.h
12include/xulrunner/stable/cmsreclist.h 12include/xulrunner/stable/cmsreclist.h
13include/xulrunner/stable/cmst.h 13include/xulrunner/stable/cmst.h
14include/xulrunner/stable/crmf.h 14include/xulrunner/stable/crmf.h
@@ -451,29 +451,36 @@ include/xulrunner/stable/secport.h @@ -451,29 +451,36 @@ include/xulrunner/stable/secport.h
451include/xulrunner/stable/shsign.h 451include/xulrunner/stable/shsign.h
452include/xulrunner/stable/smime.h 452include/xulrunner/stable/smime.h
453include/xulrunner/stable/ssl.h 453include/xulrunner/stable/ssl.h
454include/xulrunner/stable/sslerr.h 454include/xulrunner/stable/sslerr.h
455include/xulrunner/stable/sslproto.h 455include/xulrunner/stable/sslproto.h
456include/xulrunner/stable/sslt.h 456include/xulrunner/stable/sslt.h
457include/xulrunner/stable/utilrename.h 457include/xulrunner/stable/utilrename.h
458include/xulrunner/stable/xpcom-config.h 458include/xulrunner/stable/xpcom-config.h
459${PLIST.jit}include/xulrunner/unstable/Assembler.h 459${PLIST.jit}include/xulrunner/unstable/Assembler.h
460${PLIST.jit}include/xulrunner/unstable/Fragmento.h 460${PLIST.jit}include/xulrunner/unstable/Fragmento.h
461${PLIST.jit}include/xulrunner/unstable/LIR.h 461${PLIST.jit}include/xulrunner/unstable/LIR.h
462${PLIST.jit}include/xulrunner/unstable/Native.h 462${PLIST.jit}include/xulrunner/unstable/Native.h
463${PLIST.jit}include/xulrunner/unstable/Native${NANOJIT_ARCH}.h 463${PLIST.jit}include/xulrunner/unstable/Native${NANOJIT_ARCH}.h
 464include/xulrunner/unstable/ImageErrors.h
 465include/xulrunner/unstable/ImageLogging.h
 466include/xulrunner/unstable/NSReg.h
 467include/xulrunner/unstable/ImageErrors.h
 468include/xulrunner/unstable/ImageLogging.h
 469include/xulrunner/unstable/NSReg.h
464include/xulrunner/unstable/ProxyJNI.h 470include/xulrunner/unstable/ProxyJNI.h
465${PLIST.jit}include/xulrunner/unstable/RegAlloc.h 471${PLIST.jit}include/xulrunner/unstable/RegAlloc.h
466${PLIST.jit}include/xulrunner/unstable/TraceTreeDrawer.h 472${PLIST.jit}include/xulrunner/unstable/TraceTreeDrawer.h
 473include/xulrunner/unstable/VerReg.h
467include/xulrunner/unstable/XPCIDispatch.h 474include/xulrunner/unstable/XPCIDispatch.h
468${PLIST.jit}include/xulrunner/unstable/avmplus.h 475${PLIST.jit}include/xulrunner/unstable/avmplus.h
469include/xulrunner/unstable/base64.h 476include/xulrunner/unstable/base64.h
470include/xulrunner/unstable/blapit.h 477include/xulrunner/unstable/blapit.h
471include/xulrunner/unstable/bool.h 478include/xulrunner/unstable/bool.h
472include/xulrunner/unstable/cert.h 479include/xulrunner/unstable/cert.h
473include/xulrunner/unstable/certdb.h 480include/xulrunner/unstable/certdb.h
474include/xulrunner/unstable/certt.h 481include/xulrunner/unstable/certt.h
475include/xulrunner/unstable/ciferfam.h 482include/xulrunner/unstable/ciferfam.h
476include/xulrunner/unstable/cmmf.h 483include/xulrunner/unstable/cmmf.h
477include/xulrunner/unstable/cmmft.h 484include/xulrunner/unstable/cmmft.h
478include/xulrunner/unstable/cms.h 485include/xulrunner/unstable/cms.h
479include/xulrunner/unstable/cmsreclist.h 486include/xulrunner/unstable/cmsreclist.h
@@ -510,26 +517,36 @@ include/xulrunner/unstable/gfxPoint.h @@ -510,26 +517,36 @@ include/xulrunner/unstable/gfxPoint.h
510include/xulrunner/unstable/gfxRect.h 517include/xulrunner/unstable/gfxRect.h
511include/xulrunner/unstable/gfxSkipChars.h 518include/xulrunner/unstable/gfxSkipChars.h
512include/xulrunner/unstable/gfxTextRunCache.h 519include/xulrunner/unstable/gfxTextRunCache.h
513include/xulrunner/unstable/gfxTextRunWordCache.h 520include/xulrunner/unstable/gfxTextRunWordCache.h
514include/xulrunner/unstable/gfxTypes.h 521include/xulrunner/unstable/gfxTypes.h
515include/xulrunner/unstable/gfxUserFontSet.h 522include/xulrunner/unstable/gfxUserFontSet.h
516include/xulrunner/unstable/gfxUtils.h 523include/xulrunner/unstable/gfxUtils.h
517include/xulrunner/unstable/gfxXlibSurface.h 524include/xulrunner/unstable/gfxXlibSurface.h
518include/xulrunner/unstable/gfxtypes.h 525include/xulrunner/unstable/gfxtypes.h
519include/xulrunner/unstable/gtkmozembed.h 526include/xulrunner/unstable/gtkmozembed.h
520include/xulrunner/unstable/gtkmozembed_glue.cpp 527include/xulrunner/unstable/gtkmozembed_glue.cpp
521include/xulrunner/unstable/gtkmozembed_internal.h 528include/xulrunner/unstable/gtkmozembed_internal.h
522include/xulrunner/unstable/hasht.h 529include/xulrunner/unstable/hasht.h
 530include/xulrunner/unstable/imgICache.h
 531include/xulrunner/unstable/imgIContainer.h
 532include/xulrunner/unstable/imgIContainerObserver.h
 533include/xulrunner/unstable/imgIDecoder.h
 534include/xulrunner/unstable/imgIDecoderObserver.h
 535include/xulrunner/unstable/imgIEncoder.h
 536include/xulrunner/unstable/imgILoad.h
 537include/xulrunner/unstable/imgILoader.h
 538include/xulrunner/unstable/imgIRequest.h
 539include/xulrunner/unstable/imgITools.h
523include/xulrunner/unstable/interpreter.h 540include/xulrunner/unstable/interpreter.h
524include/xulrunner/unstable/jar-ds.h 541include/xulrunner/unstable/jar-ds.h
525include/xulrunner/unstable/jar.h 542include/xulrunner/unstable/jar.h
526include/xulrunner/unstable/jarfile.h 543include/xulrunner/unstable/jarfile.h
527include/xulrunner/unstable/javaString.h 544include/xulrunner/unstable/javaString.h
528include/xulrunner/unstable/javaThreads.h 545include/xulrunner/unstable/javaThreads.h
529include/xulrunner/unstable/java_lang_String.h 546include/xulrunner/unstable/java_lang_String.h
530include/xulrunner/unstable/jdk_java_lang_String.h 547include/xulrunner/unstable/jdk_java_lang_String.h
531include/xulrunner/unstable/jmc.h 548include/xulrunner/unstable/jmc.h
532include/xulrunner/unstable/jni.h 549include/xulrunner/unstable/jni.h
533include/xulrunner/unstable/jni_md.h 550include/xulrunner/unstable/jni_md.h
534include/xulrunner/unstable/jri.h 551include/xulrunner/unstable/jri.h
535include/xulrunner/unstable/jri_md.h 552include/xulrunner/unstable/jri_md.h
@@ -743,36 +760,40 @@ include/xulrunner/unstable/nsGkAtoms.h @@ -743,36 +760,40 @@ include/xulrunner/unstable/nsGkAtoms.h
743include/xulrunner/unstable/nsGrid.h 760include/xulrunner/unstable/nsGrid.h
744include/xulrunner/unstable/nsGridCell.h 761include/xulrunner/unstable/nsGridCell.h
745include/xulrunner/unstable/nsGridLayout2.h 762include/xulrunner/unstable/nsGridLayout2.h
746include/xulrunner/unstable/nsGridRow.h 763include/xulrunner/unstable/nsGridRow.h
747include/xulrunner/unstable/nsGridRowGroupLayout.h 764include/xulrunner/unstable/nsGridRowGroupLayout.h
748include/xulrunner/unstable/nsGridRowLayout.h 765include/xulrunner/unstable/nsGridRowLayout.h
749include/xulrunner/unstable/nsGridRowLeafFrame.h 766include/xulrunner/unstable/nsGridRowLeafFrame.h
750include/xulrunner/unstable/nsGridRowLeafLayout.h 767include/xulrunner/unstable/nsGridRowLeafLayout.h
751include/xulrunner/unstable/nsHTMLAudioElement.h 768include/xulrunner/unstable/nsHTMLAudioElement.h
752include/xulrunner/unstable/nsHTMLMediaElement.h 769include/xulrunner/unstable/nsHTMLMediaElement.h
753include/xulrunner/unstable/nsHTMLParts.h 770include/xulrunner/unstable/nsHTMLParts.h
754include/xulrunner/unstable/nsHTMLReflowMetrics.h 771include/xulrunner/unstable/nsHTMLReflowMetrics.h
755include/xulrunner/unstable/nsHTMLReflowState.h 772include/xulrunner/unstable/nsHTMLReflowState.h
 773include/xulrunner/unstable/nsHTMLTagList.h
 774include/xulrunner/unstable/nsHTMLTags.h
 775include/xulrunner/unstable/nsHTMLTokens.h
756include/xulrunner/unstable/nsHTMLVideoElement.h 776include/xulrunner/unstable/nsHTMLVideoElement.h
757include/xulrunner/unstable/nsHashKeys.h 777include/xulrunner/unstable/nsHashKeys.h
758include/xulrunner/unstable/nsHashPropertyBag.h 778include/xulrunner/unstable/nsHashPropertyBag.h
759include/xulrunner/unstable/nsHashSets.h 779include/xulrunner/unstable/nsHashSets.h
760include/xulrunner/unstable/nsHashtable.h 780include/xulrunner/unstable/nsHashtable.h
761include/xulrunner/unstable/nsIASN1Object.h 781include/xulrunner/unstable/nsIASN1Object.h
762include/xulrunner/unstable/nsIASN1PrintableItem.h 782include/xulrunner/unstable/nsIASN1PrintableItem.h
763include/xulrunner/unstable/nsIASN1Sequence.h 783include/xulrunner/unstable/nsIASN1Sequence.h
764include/xulrunner/unstable/nsIAboutModule.h 784include/xulrunner/unstable/nsIAboutModule.h
765include/xulrunner/unstable/nsIAllocator.h 785include/xulrunner/unstable/nsIAllocator.h
 786include/xulrunner/unstable/nsIAnnotationService.h
766include/xulrunner/unstable/nsIAnonymousContentCreator.h 787include/xulrunner/unstable/nsIAnonymousContentCreator.h
767include/xulrunner/unstable/nsIAppShell.h 788include/xulrunner/unstable/nsIAppShell.h
768include/xulrunner/unstable/nsIAppStartupNotifier.h 789include/xulrunner/unstable/nsIAppStartupNotifier.h
769include/xulrunner/unstable/nsIApplicationCache.h 790include/xulrunner/unstable/nsIApplicationCache.h
770include/xulrunner/unstable/nsIApplicationCacheChannel.h 791include/xulrunner/unstable/nsIApplicationCacheChannel.h
771include/xulrunner/unstable/nsIApplicationCacheContainer.h 792include/xulrunner/unstable/nsIApplicationCacheContainer.h
772include/xulrunner/unstable/nsIApplicationCacheService.h 793include/xulrunner/unstable/nsIApplicationCacheService.h
773include/xulrunner/unstable/nsIArray.h 794include/xulrunner/unstable/nsIArray.h
774include/xulrunner/unstable/nsIAssociatedContentSecurity.h 795include/xulrunner/unstable/nsIAssociatedContentSecurity.h
775include/xulrunner/unstable/nsIAsyncInputStream.h 796include/xulrunner/unstable/nsIAsyncInputStream.h
776include/xulrunner/unstable/nsIAsyncOutputStream.h 797include/xulrunner/unstable/nsIAsyncOutputStream.h
777include/xulrunner/unstable/nsIAsyncStreamCopier.h 798include/xulrunner/unstable/nsIAsyncStreamCopier.h
778include/xulrunner/unstable/nsIAtom.h 799include/xulrunner/unstable/nsIAtom.h
@@ -786,26 +807,27 @@ include/xulrunner/unstable/nsIAuthPrompt @@ -786,26 +807,27 @@ include/xulrunner/unstable/nsIAuthPrompt
786include/xulrunner/unstable/nsIAuthPromptCallback.h 807include/xulrunner/unstable/nsIAuthPromptCallback.h
787include/xulrunner/unstable/nsIAuthPromptProvider.h 808include/xulrunner/unstable/nsIAuthPromptProvider.h
788include/xulrunner/unstable/nsIAuthPromptWrapper.h 809include/xulrunner/unstable/nsIAuthPromptWrapper.h
789include/xulrunner/unstable/nsIBadCertListener2.h 810include/xulrunner/unstable/nsIBadCertListener2.h
790include/xulrunner/unstable/nsIBaseDOMException.h 811include/xulrunner/unstable/nsIBaseDOMException.h
791include/xulrunner/unstable/nsIBaseWindow.h 812include/xulrunner/unstable/nsIBaseWindow.h
792include/xulrunner/unstable/nsIBidiKeyboard.h 813include/xulrunner/unstable/nsIBidiKeyboard.h
793include/xulrunner/unstable/nsIBinaryInputStream.h 814include/xulrunner/unstable/nsIBinaryInputStream.h
794include/xulrunner/unstable/nsIBinaryOutputStream.h 815include/xulrunner/unstable/nsIBinaryOutputStream.h
795include/xulrunner/unstable/nsIBlocklistService.h 816include/xulrunner/unstable/nsIBlocklistService.h
796include/xulrunner/unstable/nsIBoxObject.h 817include/xulrunner/unstable/nsIBoxObject.h
797include/xulrunner/unstable/nsIBrowserBoxObject.h 818include/xulrunner/unstable/nsIBrowserBoxObject.h
798include/xulrunner/unstable/nsIBrowserDOMWindow.h 819include/xulrunner/unstable/nsIBrowserDOMWindow.h
 820include/xulrunner/unstable/nsIBrowserHistory.h
799include/xulrunner/unstable/nsIBufEntropyCollector.h 821include/xulrunner/unstable/nsIBufEntropyCollector.h
800include/xulrunner/unstable/nsIBufferedStreams.h 822include/xulrunner/unstable/nsIBufferedStreams.h
801include/xulrunner/unstable/nsIByteBuffer.h 823include/xulrunner/unstable/nsIByteBuffer.h
802include/xulrunner/unstable/nsIByteRangeRequest.h 824include/xulrunner/unstable/nsIByteRangeRequest.h
803include/xulrunner/unstable/nsICMSDecoder.h 825include/xulrunner/unstable/nsICMSDecoder.h
804include/xulrunner/unstable/nsICMSEncoder.h 826include/xulrunner/unstable/nsICMSEncoder.h
805include/xulrunner/unstable/nsICMSMessage.h 827include/xulrunner/unstable/nsICMSMessage.h
806include/xulrunner/unstable/nsICMSMessage2.h 828include/xulrunner/unstable/nsICMSMessage2.h
807include/xulrunner/unstable/nsICMSMessageErrors.h 829include/xulrunner/unstable/nsICMSMessageErrors.h
808include/xulrunner/unstable/nsICMSSecureMessage.h 830include/xulrunner/unstable/nsICMSSecureMessage.h
809include/xulrunner/unstable/nsICRLInfo.h 831include/xulrunner/unstable/nsICRLInfo.h
810include/xulrunner/unstable/nsICRLManager.h 832include/xulrunner/unstable/nsICRLManager.h
811include/xulrunner/unstable/nsICSSDeclaration.h 833include/xulrunner/unstable/nsICSSDeclaration.h
@@ -874,26 +896,27 @@ include/xulrunner/unstable/nsIComponentM @@ -874,26 +896,27 @@ include/xulrunner/unstable/nsIComponentM
874include/xulrunner/unstable/nsIComponentManagerObsolete.h 896include/xulrunner/unstable/nsIComponentManagerObsolete.h
875include/xulrunner/unstable/nsIComponentRegistrar.h 897include/xulrunner/unstable/nsIComponentRegistrar.h
876include/xulrunner/unstable/nsIComputedDOMStyle.h 898include/xulrunner/unstable/nsIComputedDOMStyle.h
877include/xulrunner/unstable/nsIConsoleListener.h 899include/xulrunner/unstable/nsIConsoleListener.h
878include/xulrunner/unstable/nsIConsoleMessage.h 900include/xulrunner/unstable/nsIConsoleMessage.h
879include/xulrunner/unstable/nsIConsoleService.h 901include/xulrunner/unstable/nsIConsoleService.h
880include/xulrunner/unstable/nsIContainerBoxObject.h 902include/xulrunner/unstable/nsIContainerBoxObject.h
881include/xulrunner/unstable/nsIContent.h 903include/xulrunner/unstable/nsIContent.h
882include/xulrunner/unstable/nsIContentDispatchChooser.h 904include/xulrunner/unstable/nsIContentDispatchChooser.h
883include/xulrunner/unstable/nsIContentHandler.h 905include/xulrunner/unstable/nsIContentHandler.h
884include/xulrunner/unstable/nsIContentIterator.h 906include/xulrunner/unstable/nsIContentIterator.h
885include/xulrunner/unstable/nsIContentPolicy.h 907include/xulrunner/unstable/nsIContentPolicy.h
886include/xulrunner/unstable/nsIContentSerializer.h 908include/xulrunner/unstable/nsIContentSerializer.h
 909include/xulrunner/unstable/nsIContentSink.h
887include/xulrunner/unstable/nsIContentSniffer.h 910include/xulrunner/unstable/nsIContentSniffer.h
888include/xulrunner/unstable/nsIContentViewer.h 911include/xulrunner/unstable/nsIContentViewer.h
889include/xulrunner/unstable/nsIContentViewerContainer.h 912include/xulrunner/unstable/nsIContentViewerContainer.h
890include/xulrunner/unstable/nsIContentViewerEdit.h 913include/xulrunner/unstable/nsIContentViewerEdit.h
891include/xulrunner/unstable/nsIContentViewerFile.h 914include/xulrunner/unstable/nsIContentViewerFile.h
892include/xulrunner/unstable/nsIContextMenuListener.h 915include/xulrunner/unstable/nsIContextMenuListener.h
893include/xulrunner/unstable/nsIContextMenuListener2.h 916include/xulrunner/unstable/nsIContextMenuListener2.h
894include/xulrunner/unstable/nsIControllerCommand.h 917include/xulrunner/unstable/nsIControllerCommand.h
895include/xulrunner/unstable/nsIControllerCommandTable.h 918include/xulrunner/unstable/nsIControllerCommandTable.h
896include/xulrunner/unstable/nsIControllerContext.h 919include/xulrunner/unstable/nsIControllerContext.h
897include/xulrunner/unstable/nsIConverterInputStream.h 920include/xulrunner/unstable/nsIConverterInputStream.h
898include/xulrunner/unstable/nsIConverterOutputStream.h 921include/xulrunner/unstable/nsIConverterOutputStream.h
899include/xulrunner/unstable/nsICookie.h 922include/xulrunner/unstable/nsICookie.h
@@ -1267,26 +1290,27 @@ include/xulrunner/unstable/nsIDOMXULDesc @@ -1267,26 +1290,27 @@ include/xulrunner/unstable/nsIDOMXULDesc
1267include/xulrunner/unstable/nsIDOMXULDocument.h 1290include/xulrunner/unstable/nsIDOMXULDocument.h
1268include/xulrunner/unstable/nsIDOMXULElement.h 1291include/xulrunner/unstable/nsIDOMXULElement.h
1269include/xulrunner/unstable/nsIDOMXULImageElement.h 1292include/xulrunner/unstable/nsIDOMXULImageElement.h
1270include/xulrunner/unstable/nsIDOMXULLabelElement.h 1293include/xulrunner/unstable/nsIDOMXULLabelElement.h
1271include/xulrunner/unstable/nsIDOMXULLabeledControlEl.h 1294include/xulrunner/unstable/nsIDOMXULLabeledControlEl.h
1272include/xulrunner/unstable/nsIDOMXULListener.h 1295include/xulrunner/unstable/nsIDOMXULListener.h
1273include/xulrunner/unstable/nsIDOMXULMenuListElement.h 1296include/xulrunner/unstable/nsIDOMXULMenuListElement.h
1274include/xulrunner/unstable/nsIDOMXULMultSelectCntrlEl.h 1297include/xulrunner/unstable/nsIDOMXULMultSelectCntrlEl.h
1275include/xulrunner/unstable/nsIDOMXULPopupElement.h 1298include/xulrunner/unstable/nsIDOMXULPopupElement.h
1276include/xulrunner/unstable/nsIDOMXULSelectCntrlEl.h 1299include/xulrunner/unstable/nsIDOMXULSelectCntrlEl.h
1277include/xulrunner/unstable/nsIDOMXULSelectCntrlItemEl.h 1300include/xulrunner/unstable/nsIDOMXULSelectCntrlItemEl.h
1278include/xulrunner/unstable/nsIDOMXULTextboxElement.h 1301include/xulrunner/unstable/nsIDOMXULTextboxElement.h
1279include/xulrunner/unstable/nsIDOMXULTreeElement.h 1302include/xulrunner/unstable/nsIDOMXULTreeElement.h
 1303include/xulrunner/unstable/nsIDTD.h
1280include/xulrunner/unstable/nsIDataSignatureVerifier.h 1304include/xulrunner/unstable/nsIDataSignatureVerifier.h
1281include/xulrunner/unstable/nsIDateTimeFormat.h 1305include/xulrunner/unstable/nsIDateTimeFormat.h
1282include/xulrunner/unstable/nsIDebug.h 1306include/xulrunner/unstable/nsIDebug.h
1283include/xulrunner/unstable/nsIDeviceContext.h 1307include/xulrunner/unstable/nsIDeviceContext.h
1284include/xulrunner/unstable/nsIDeviceContextSpec.h 1308include/xulrunner/unstable/nsIDeviceContextSpec.h
1285include/xulrunner/unstable/nsIDialogParamBlock.h 1309include/xulrunner/unstable/nsIDialogParamBlock.h
1286include/xulrunner/unstable/nsIDirIndex.h 1310include/xulrunner/unstable/nsIDirIndex.h
1287include/xulrunner/unstable/nsIDirIndexListener.h 1311include/xulrunner/unstable/nsIDirIndexListener.h
1288include/xulrunner/unstable/nsIDirectoryEnumerator.h 1312include/xulrunner/unstable/nsIDirectoryEnumerator.h
1289include/xulrunner/unstable/nsIDirectoryService.h 1313include/xulrunner/unstable/nsIDirectoryService.h
1290include/xulrunner/unstable/nsIDocCharset.h 1314include/xulrunner/unstable/nsIDocCharset.h
1291include/xulrunner/unstable/nsIDocShell.h 1315include/xulrunner/unstable/nsIDocShell.h
1292include/xulrunner/unstable/nsIDocShellHistory.h 1316include/xulrunner/unstable/nsIDocShellHistory.h
@@ -1302,89 +1326,96 @@ include/xulrunner/unstable/nsIDocumentLo @@ -1302,89 +1326,96 @@ include/xulrunner/unstable/nsIDocumentLo
1302include/xulrunner/unstable/nsIDocumentObserver.h 1326include/xulrunner/unstable/nsIDocumentObserver.h
1303include/xulrunner/unstable/nsIDocumentTransformer.h 1327include/xulrunner/unstable/nsIDocumentTransformer.h
1304include/xulrunner/unstable/nsIDocumentViewer.h 1328include/xulrunner/unstable/nsIDocumentViewer.h
1305include/xulrunner/unstable/nsIDownload.h 1329include/xulrunner/unstable/nsIDownload.h
1306include/xulrunner/unstable/nsIDownloadHistory.h 1330include/xulrunner/unstable/nsIDownloadHistory.h
1307include/xulrunner/unstable/nsIDownloadManager.h 1331include/xulrunner/unstable/nsIDownloadManager.h
1308include/xulrunner/unstable/nsIDownloadManagerUI.h 1332include/xulrunner/unstable/nsIDownloadManagerUI.h
1309include/xulrunner/unstable/nsIDownloadProgressListener.h 1333include/xulrunner/unstable/nsIDownloadProgressListener.h
1310include/xulrunner/unstable/nsIDownloader.h 1334include/xulrunner/unstable/nsIDownloader.h
1311include/xulrunner/unstable/nsIDragDropHandler.h 1335include/xulrunner/unstable/nsIDragDropHandler.h
1312include/xulrunner/unstable/nsIDragService.h 1336include/xulrunner/unstable/nsIDragService.h
1313include/xulrunner/unstable/nsIDragSession.h 1337include/xulrunner/unstable/nsIDragSession.h
1314include/xulrunner/unstable/nsIDragSessionGTK.h 1338include/xulrunner/unstable/nsIDragSessionGTK.h
 1339include/xulrunner/unstable/nsIDynamicContainer.h
1315include/xulrunner/unstable/nsIEditorBoxObject.h 1340include/xulrunner/unstable/nsIEditorBoxObject.h
1316include/xulrunner/unstable/nsIEditorDocShell.h 1341include/xulrunner/unstable/nsIEditorDocShell.h
1317include/xulrunner/unstable/nsIEffectiveTLDService.h 1342include/xulrunner/unstable/nsIEffectiveTLDService.h
 1343include/xulrunner/unstable/nsIElementObserver.h
1318include/xulrunner/unstable/nsIEmbeddingSiteWindow.h 1344include/xulrunner/unstable/nsIEmbeddingSiteWindow.h
1319include/xulrunner/unstable/nsIEmbeddingSiteWindow2.h 1345include/xulrunner/unstable/nsIEmbeddingSiteWindow2.h
1320include/xulrunner/unstable/nsIEncodedChannel.h 1346include/xulrunner/unstable/nsIEncodedChannel.h
1321include/xulrunner/unstable/nsIEntropyCollector.h 1347include/xulrunner/unstable/nsIEntropyCollector.h
1322include/xulrunner/unstable/nsIEnumerator.h 1348include/xulrunner/unstable/nsIEnumerator.h
1323include/xulrunner/unstable/nsIEnvironment.h 1349include/xulrunner/unstable/nsIEnvironment.h
1324include/xulrunner/unstable/nsIErrorService.h 1350include/xulrunner/unstable/nsIErrorService.h
1325include/xulrunner/unstable/nsIEventListener.h 1351include/xulrunner/unstable/nsIEventListener.h
1326include/xulrunner/unstable/nsIEventListenerManager.h 1352include/xulrunner/unstable/nsIEventListenerManager.h
1327include/xulrunner/unstable/nsIEventStateManager.h 1353include/xulrunner/unstable/nsIEventStateManager.h
1328include/xulrunner/unstable/nsIEventTarget.h 1354include/xulrunner/unstable/nsIEventTarget.h
1329include/xulrunner/unstable/nsIException.h 1355include/xulrunner/unstable/nsIException.h
1330include/xulrunner/unstable/nsIExceptionService.h 1356include/xulrunner/unstable/nsIExceptionService.h
 1357include/xulrunner/unstable/nsIExpatSink.h
 1358include/xulrunner/unstable/nsIExtendedExpatSink.h
1331include/xulrunner/unstable/nsIExternalHelperAppService.h 1359include/xulrunner/unstable/nsIExternalHelperAppService.h
1332include/xulrunner/unstable/nsIExternalProtocolHandler.h 1360include/xulrunner/unstable/nsIExternalProtocolHandler.h
1333include/xulrunner/unstable/nsIExternalProtocolService.h 1361include/xulrunner/unstable/nsIExternalProtocolService.h
1334include/xulrunner/unstable/nsIFIXptr.h 1362include/xulrunner/unstable/nsIFIXptr.h
1335include/xulrunner/unstable/nsIFTPChannel.h 1363include/xulrunner/unstable/nsIFTPChannel.h
1336include/xulrunner/unstable/nsIFactory.h 1364include/xulrunner/unstable/nsIFactory.h
1337include/xulrunner/unstable/nsIFastLoadFileControl.h 1365include/xulrunner/unstable/nsIFastLoadFileControl.h
1338include/xulrunner/unstable/nsIFastLoadService.h 1366include/xulrunner/unstable/nsIFastLoadService.h
 1367include/xulrunner/unstable/nsIFaviconService.h
1339include/xulrunner/unstable/nsIFile.h 1368include/xulrunner/unstable/nsIFile.h
1340include/xulrunner/unstable/nsIFileChannel.h 1369include/xulrunner/unstable/nsIFileChannel.h
1341include/xulrunner/unstable/nsIFileControlElement.h 1370include/xulrunner/unstable/nsIFileControlElement.h
1342include/xulrunner/unstable/nsIFilePicker.h 1371include/xulrunner/unstable/nsIFilePicker.h
1343include/xulrunner/unstable/nsIFileProtocolHandler.h 1372include/xulrunner/unstable/nsIFileProtocolHandler.h
1344include/xulrunner/unstable/nsIFileStreams.h 1373include/xulrunner/unstable/nsIFileStreams.h
1345include/xulrunner/unstable/nsIFileURL.h 1374include/xulrunner/unstable/nsIFileURL.h
1346include/xulrunner/unstable/nsIFind.h 1375include/xulrunner/unstable/nsIFind.h
1347include/xulrunner/unstable/nsIFocusController.h 1376include/xulrunner/unstable/nsIFocusController.h
1348include/xulrunner/unstable/nsIFocusEventSuppressor.h 1377include/xulrunner/unstable/nsIFocusEventSuppressor.h
1349include/xulrunner/unstable/nsIFontEnumerator.h 1378include/xulrunner/unstable/nsIFontEnumerator.h
1350include/xulrunner/unstable/nsIFontMetrics.h 1379include/xulrunner/unstable/nsIFontMetrics.h
1351include/xulrunner/unstable/nsIForm.h 1380include/xulrunner/unstable/nsIForm.h
1352include/xulrunner/unstable/nsIFormControl.h 1381include/xulrunner/unstable/nsIFormControl.h
1353include/xulrunner/unstable/nsIFormControlFrame.h 1382include/xulrunner/unstable/nsIFormControlFrame.h
1354include/xulrunner/unstable/nsIFormProcessor.h 1383include/xulrunner/unstable/nsIFormProcessor.h
1355include/xulrunner/unstable/nsIFormSigningDialog.h 1384include/xulrunner/unstable/nsIFormSigningDialog.h
1356include/xulrunner/unstable/nsIFormSubmission.h 1385include/xulrunner/unstable/nsIFormSubmission.h
1357include/xulrunner/unstable/nsIFormSubmitObserver.h 1386include/xulrunner/unstable/nsIFormSubmitObserver.h
1358include/xulrunner/unstable/nsIFormatConverter.h 1387include/xulrunner/unstable/nsIFormatConverter.h
 1388include/xulrunner/unstable/nsIFragmentContentSink.h
1359include/xulrunner/unstable/nsIFrame.h 1389include/xulrunner/unstable/nsIFrame.h
1360include/xulrunner/unstable/nsIFrameDebug.h 1390include/xulrunner/unstable/nsIFrameDebug.h
1361include/xulrunner/unstable/nsIFrameFrame.h 1391include/xulrunner/unstable/nsIFrameFrame.h
1362include/xulrunner/unstable/nsIFrameLoader.h 1392include/xulrunner/unstable/nsIFrameLoader.h
1363include/xulrunner/unstable/nsIFrameSetElement.h 1393include/xulrunner/unstable/nsIFrameSetElement.h
1364include/xulrunner/unstable/nsIFrameTraversal.h 1394include/xulrunner/unstable/nsIFrameTraversal.h
1365include/xulrunner/unstable/nsIFrameUtil.h 1395include/xulrunner/unstable/nsIFrameUtil.h
1366include/xulrunner/unstable/nsIFullScreen.h 1396include/xulrunner/unstable/nsIFullScreen.h
1367include/xulrunner/unstable/nsIGConfService.h 1397include/xulrunner/unstable/nsIGConfService.h
1368include/xulrunner/unstable/nsIGenKeypairInfoDlg.h 1398include/xulrunner/unstable/nsIGenKeypairInfoDlg.h
1369include/xulrunner/unstable/nsIGenericFactory.h 1399include/xulrunner/unstable/nsIGenericFactory.h
1370include/xulrunner/unstable/nsIGeolocationProvider.h 1400include/xulrunner/unstable/nsIGeolocationProvider.h
1371include/xulrunner/unstable/nsIGlobalHistory.h 1401include/xulrunner/unstable/nsIGlobalHistory.h
1372include/xulrunner/unstable/nsIGlobalHistory2.h 1402include/xulrunner/unstable/nsIGlobalHistory2.h
1373include/xulrunner/unstable/nsIGlobalHistory3.h 1403include/xulrunner/unstable/nsIGlobalHistory3.h
1374include/xulrunner/unstable/nsIGnomeVFSService.h 1404include/xulrunner/unstable/nsIGnomeVFSService.h
1375include/xulrunner/unstable/nsIGridPart.h 1405include/xulrunner/unstable/nsIGridPart.h
1376include/xulrunner/unstable/nsIHTMLCSSStyleSheet.h 1406include/xulrunner/unstable/nsIHTMLCSSStyleSheet.h
1377include/xulrunner/unstable/nsIHTMLCollection.h 1407include/xulrunner/unstable/nsIHTMLCollection.h
 1408include/xulrunner/unstable/nsIHTMLContentSink.h
1378include/xulrunner/unstable/nsIHTMLDocument.h 1409include/xulrunner/unstable/nsIHTMLDocument.h
1379include/xulrunner/unstable/nsIHTMLToTextSink.h 1410include/xulrunner/unstable/nsIHTMLToTextSink.h
1380include/xulrunner/unstable/nsIHandlerService.h 1411include/xulrunner/unstable/nsIHandlerService.h
1381include/xulrunner/unstable/nsIHashable.h 1412include/xulrunner/unstable/nsIHashable.h
1382include/xulrunner/unstable/nsIHelperAppLauncherDialog.h 1413include/xulrunner/unstable/nsIHelperAppLauncherDialog.h
1383include/xulrunner/unstable/nsIHistoryEntry.h 1414include/xulrunner/unstable/nsIHistoryEntry.h
1384include/xulrunner/unstable/nsIHttpActivityObserver.h 1415include/xulrunner/unstable/nsIHttpActivityObserver.h
1385include/xulrunner/unstable/nsIHttpAuthManager.h 1416include/xulrunner/unstable/nsIHttpAuthManager.h
1386include/xulrunner/unstable/nsIHttpAuthenticator.h 1417include/xulrunner/unstable/nsIHttpAuthenticator.h
1387include/xulrunner/unstable/nsIHttpChannel.h 1418include/xulrunner/unstable/nsIHttpChannel.h
1388include/xulrunner/unstable/nsIHttpChannelInternal.h 1419include/xulrunner/unstable/nsIHttpChannelInternal.h
1389include/xulrunner/unstable/nsIHttpEventSink.h 1420include/xulrunner/unstable/nsIHttpEventSink.h
1390include/xulrunner/unstable/nsIHttpHeaderVisitor.h 1421include/xulrunner/unstable/nsIHttpHeaderVisitor.h
@@ -1430,30 +1461,32 @@ include/xulrunner/unstable/nsIJVMThreadM @@ -1430,30 +1461,32 @@ include/xulrunner/unstable/nsIJVMThreadM
1430include/xulrunner/unstable/nsIJVMWindow.h 1461include/xulrunner/unstable/nsIJVMWindow.h
1431include/xulrunner/unstable/nsIKeyModule.h 1462include/xulrunner/unstable/nsIKeyModule.h
1432include/xulrunner/unstable/nsIKeygenThread.h 1463include/xulrunner/unstable/nsIKeygenThread.h
1433include/xulrunner/unstable/nsILanguageAtomService.h 1464include/xulrunner/unstable/nsILanguageAtomService.h
1434include/xulrunner/unstable/nsILayoutDebugger.h 1465include/xulrunner/unstable/nsILayoutDebugger.h
1435include/xulrunner/unstable/nsILayoutHistoryState.h 1466include/xulrunner/unstable/nsILayoutHistoryState.h
1436include/xulrunner/unstable/nsILineInputStream.h 1467include/xulrunner/unstable/nsILineInputStream.h
1437include/xulrunner/unstable/nsILineIterator.h 1468include/xulrunner/unstable/nsILineIterator.h
1438include/xulrunner/unstable/nsILink.h 1469include/xulrunner/unstable/nsILink.h
1439include/xulrunner/unstable/nsILinkHandler.h 1470include/xulrunner/unstable/nsILinkHandler.h
1440include/xulrunner/unstable/nsIListBoxObject.h 1471include/xulrunner/unstable/nsIListBoxObject.h
1441include/xulrunner/unstable/nsIListControlFrame.h 1472include/xulrunner/unstable/nsIListControlFrame.h
1442include/xulrunner/unstable/nsILiveConnectManager.h 1473include/xulrunner/unstable/nsILiveConnectManager.h
 1474include/xulrunner/unstable/nsILivemarkService.h
1443include/xulrunner/unstable/nsILoadContext.h 1475include/xulrunner/unstable/nsILoadContext.h
1444include/xulrunner/unstable/nsILoadGroup.h 1476include/xulrunner/unstable/nsILoadGroup.h
1445include/xulrunner/unstable/nsILocalFile.h 1477include/xulrunner/unstable/nsILocalFile.h
1446include/xulrunner/unstable/nsILocalFileWin.h 1478include/xulrunner/unstable/nsILocalFileWin.h
 1479include/xulrunner/unstable/nsILocalStore.h
1447include/xulrunner/unstable/nsILocale.h 1480include/xulrunner/unstable/nsILocale.h
1448include/xulrunner/unstable/nsILocaleService.h 1481include/xulrunner/unstable/nsILocaleService.h
1449include/xulrunner/unstable/nsILoginInfo.h 1482include/xulrunner/unstable/nsILoginInfo.h
1450include/xulrunner/unstable/nsILoginManager.h 1483include/xulrunner/unstable/nsILoginManager.h
1451include/xulrunner/unstable/nsILoginManagerIEMigrationHelper.h 1484include/xulrunner/unstable/nsILoginManagerIEMigrationHelper.h
1452include/xulrunner/unstable/nsILoginManagerPrompter.h 1485include/xulrunner/unstable/nsILoginManagerPrompter.h
1453include/xulrunner/unstable/nsILoginManagerStorage.h 1486include/xulrunner/unstable/nsILoginManagerStorage.h
1454include/xulrunner/unstable/nsILoginMetaInfo.h 1487include/xulrunner/unstable/nsILoginMetaInfo.h
1455include/xulrunner/unstable/nsILookAndFeel.h 1488include/xulrunner/unstable/nsILookAndFeel.h
1456include/xulrunner/unstable/nsIMIMEHeaderParam.h 1489include/xulrunner/unstable/nsIMIMEHeaderParam.h
1457include/xulrunner/unstable/nsIMIMEInfo.h 1490include/xulrunner/unstable/nsIMIMEInfo.h
1458include/xulrunner/unstable/nsIMIMEInputStream.h 1491include/xulrunner/unstable/nsIMIMEInputStream.h
1459include/xulrunner/unstable/nsIMIMEService.h 1492include/xulrunner/unstable/nsIMIMEService.h
@@ -1470,50 +1503,56 @@ include/xulrunner/unstable/nsIModifyable @@ -1470,50 +1503,56 @@ include/xulrunner/unstable/nsIModifyable
1470include/xulrunner/unstable/nsIModule.h 1503include/xulrunner/unstable/nsIModule.h
1471include/xulrunner/unstable/nsIModuleLoader.h 1504include/xulrunner/unstable/nsIModuleLoader.h
1472include/xulrunner/unstable/nsIMultiPartChannel.h 1505include/xulrunner/unstable/nsIMultiPartChannel.h
1473include/xulrunner/unstable/nsIMultiplexInputStream.h 1506include/xulrunner/unstable/nsIMultiplexInputStream.h
1474include/xulrunner/unstable/nsIMutable.h 1507include/xulrunner/unstable/nsIMutable.h
1475include/xulrunner/unstable/nsIMutableArray.h 1508include/xulrunner/unstable/nsIMutableArray.h
1476include/xulrunner/unstable/nsIMutationObserver.h 1509include/xulrunner/unstable/nsIMutationObserver.h
1477include/xulrunner/unstable/nsINIParser.h 1510include/xulrunner/unstable/nsINIParser.h
1478include/xulrunner/unstable/nsINSSCertCache.h 1511include/xulrunner/unstable/nsINSSCertCache.h
1479include/xulrunner/unstable/nsINSSErrorsService.h 1512include/xulrunner/unstable/nsINSSErrorsService.h
1480include/xulrunner/unstable/nsINameSpaceManager.h 1513include/xulrunner/unstable/nsINameSpaceManager.h
1481include/xulrunner/unstable/nsINativeAppSupport.h 1514include/xulrunner/unstable/nsINativeAppSupport.h
1482include/xulrunner/unstable/nsINativeKeyBindings.h 1515include/xulrunner/unstable/nsINativeKeyBindings.h
 1516include/xulrunner/unstable/nsINavBookmarksService.h
 1517include/xulrunner/unstable/nsINavHistoryService.h
1483include/xulrunner/unstable/nsINestedURI.h 1518include/xulrunner/unstable/nsINestedURI.h
1484include/xulrunner/unstable/nsINetUtil.h 1519include/xulrunner/unstable/nsINetUtil.h
1485include/xulrunner/unstable/nsINetworkLinkService.h 1520include/xulrunner/unstable/nsINetworkLinkService.h
1486include/xulrunner/unstable/nsINode.h 1521include/xulrunner/unstable/nsINode.h
1487include/xulrunner/unstable/nsINodeInfo.h 1522include/xulrunner/unstable/nsINodeInfo.h
1488include/xulrunner/unstable/nsINodeList.h 1523include/xulrunner/unstable/nsINodeList.h
1489include/xulrunner/unstable/nsINonBlockingAlertService.h 1524include/xulrunner/unstable/nsINonBlockingAlertService.h
1490include/xulrunner/unstable/nsIOCSPResponder.h 1525include/xulrunner/unstable/nsIOCSPResponder.h
1491include/xulrunner/unstable/nsIOS2Locale.h 1526include/xulrunner/unstable/nsIOS2Locale.h
1492include/xulrunner/unstable/nsIObjectFrame.h 1527include/xulrunner/unstable/nsIObjectFrame.h
1493include/xulrunner/unstable/nsIObjectInputStream.h 1528include/xulrunner/unstable/nsIObjectInputStream.h
1494include/xulrunner/unstable/nsIObjectLoadingContent.h 1529include/xulrunner/unstable/nsIObjectLoadingContent.h
1495include/xulrunner/unstable/nsIObjectOutputStream.h 1530include/xulrunner/unstable/nsIObjectOutputStream.h
1496include/xulrunner/unstable/nsIObserver.h 1531include/xulrunner/unstable/nsIObserver.h
1497include/xulrunner/unstable/nsIObserverService.h 1532include/xulrunner/unstable/nsIObserverService.h
1498include/xulrunner/unstable/nsIOptionElement.h 1533include/xulrunner/unstable/nsIOptionElement.h
1499include/xulrunner/unstable/nsIOutputStream.h 1534include/xulrunner/unstable/nsIOutputStream.h
1500include/xulrunner/unstable/nsIPK11Token.h 1535include/xulrunner/unstable/nsIPK11Token.h
1501include/xulrunner/unstable/nsIPK11TokenDB.h 1536include/xulrunner/unstable/nsIPK11TokenDB.h
1502include/xulrunner/unstable/nsIPKCS11.h 1537include/xulrunner/unstable/nsIPKCS11.h
1503include/xulrunner/unstable/nsIPKCS11Module.h 1538include/xulrunner/unstable/nsIPKCS11Module.h
1504include/xulrunner/unstable/nsIPKCS11ModuleDB.h 1539include/xulrunner/unstable/nsIPKCS11ModuleDB.h
1505include/xulrunner/unstable/nsIPKCS11Slot.h 1540include/xulrunner/unstable/nsIPKCS11Slot.h
1506include/xulrunner/unstable/nsIPageSequenceFrame.h 1541include/xulrunner/unstable/nsIPageSequenceFrame.h
 1542include/xulrunner/unstable/nsIParser.h
 1543include/xulrunner/unstable/nsIParserFilter.h
 1544include/xulrunner/unstable/nsIParserNode.h
 1545include/xulrunner/unstable/nsIParserService.h
1507include/xulrunner/unstable/nsIPasswordManager.h 1546include/xulrunner/unstable/nsIPasswordManager.h
1508include/xulrunner/unstable/nsIPasswordManagerInternal.h 1547include/xulrunner/unstable/nsIPasswordManagerInternal.h
1509include/xulrunner/unstable/nsIPercentHeightObserver.h 1548include/xulrunner/unstable/nsIPercentHeightObserver.h
1510include/xulrunner/unstable/nsIPermission.h 1549include/xulrunner/unstable/nsIPermission.h
1511include/xulrunner/unstable/nsIPermissionManager.h 1550include/xulrunner/unstable/nsIPermissionManager.h
1512include/xulrunner/unstable/nsIPersistentProperties2.h 1551include/xulrunner/unstable/nsIPersistentProperties2.h
1513include/xulrunner/unstable/nsIPhonetic.h 1552include/xulrunner/unstable/nsIPhonetic.h
1514include/xulrunner/unstable/nsIPipe.h 1553include/xulrunner/unstable/nsIPipe.h
1515include/xulrunner/unstable/nsIPlatformCharset.h 1554include/xulrunner/unstable/nsIPlatformCharset.h
1516include/xulrunner/unstable/nsIPluginWidget.h 1555include/xulrunner/unstable/nsIPluginWidget.h
1517include/xulrunner/unstable/nsIPopupBoxObject.h 1556include/xulrunner/unstable/nsIPopupBoxObject.h
1518include/xulrunner/unstable/nsIPosixLocale.h 1557include/xulrunner/unstable/nsIPosixLocale.h
1519include/xulrunner/unstable/nsIPref.h 1558include/xulrunner/unstable/nsIPref.h
@@ -1553,26 +1592,46 @@ include/xulrunner/unstable/nsIProperty.h @@ -1553,26 +1592,46 @@ include/xulrunner/unstable/nsIProperty.h
1553include/xulrunner/unstable/nsIPropertyBag.h 1592include/xulrunner/unstable/nsIPropertyBag.h
1554include/xulrunner/unstable/nsIPropertyBag2.h 1593include/xulrunner/unstable/nsIPropertyBag2.h
1555include/xulrunner/unstable/nsIProtectedAuthThread.h 1594include/xulrunner/unstable/nsIProtectedAuthThread.h
1556include/xulrunner/unstable/nsIProtocolHandler.h 1595include/xulrunner/unstable/nsIProtocolHandler.h
1557include/xulrunner/unstable/nsIProtocolProxyCallback.h 1596include/xulrunner/unstable/nsIProtocolProxyCallback.h
1558include/xulrunner/unstable/nsIProtocolProxyFilter.h 1597include/xulrunner/unstable/nsIProtocolProxyFilter.h
1559include/xulrunner/unstable/nsIProtocolProxyService.h 1598include/xulrunner/unstable/nsIProtocolProxyService.h
1560include/xulrunner/unstable/nsIProtocolProxyService2.h 1599include/xulrunner/unstable/nsIProtocolProxyService2.h
1561include/xulrunner/unstable/nsIProxiedChannel.h 1600include/xulrunner/unstable/nsIProxiedChannel.h
1562include/xulrunner/unstable/nsIProxiedProtocolHandler.h 1601include/xulrunner/unstable/nsIProxiedProtocolHandler.h
1563include/xulrunner/unstable/nsIProxyAutoConfig.h 1602include/xulrunner/unstable/nsIProxyAutoConfig.h
1564include/xulrunner/unstable/nsIProxyInfo.h 1603include/xulrunner/unstable/nsIProxyInfo.h
1565include/xulrunner/unstable/nsIProxyObjectManager.h 1604include/xulrunner/unstable/nsIProxyObjectManager.h
 1605include/xulrunner/unstable/nsIRDFCompositeDataSource.h
 1606include/xulrunner/unstable/nsIRDFContainer.h
 1607include/xulrunner/unstable/nsIRDFContainerUtils.h
 1608include/xulrunner/unstable/nsIRDFContentSink.h
 1609include/xulrunner/unstable/nsIRDFDataSource.h
 1610include/xulrunner/unstable/nsIRDFDelegateFactory.h
 1611include/xulrunner/unstable/nsIRDFInMemoryDataSource.h
 1612include/xulrunner/unstable/nsIRDFInferDataSource.h
 1613include/xulrunner/unstable/nsIRDFLiteral.h
 1614include/xulrunner/unstable/nsIRDFNode.h
 1615include/xulrunner/unstable/nsIRDFObserver.h
 1616include/xulrunner/unstable/nsIRDFPropagatableDataSource.h
 1617include/xulrunner/unstable/nsIRDFPurgeableDataSource.h
 1618include/xulrunner/unstable/nsIRDFRemoteDataSource.h
 1619include/xulrunner/unstable/nsIRDFResource.h
 1620include/xulrunner/unstable/nsIRDFService.h
 1621include/xulrunner/unstable/nsIRDFXMLParser.h
 1622include/xulrunner/unstable/nsIRDFXMLSerializer.h
 1623include/xulrunner/unstable/nsIRDFXMLSink.h
 1624include/xulrunner/unstable/nsIRDFXMLSource.h
1566include/xulrunner/unstable/nsIRadioControlElement.h 1625include/xulrunner/unstable/nsIRadioControlElement.h
1567include/xulrunner/unstable/nsIRadioControlFrame.h 1626include/xulrunner/unstable/nsIRadioControlFrame.h
1568include/xulrunner/unstable/nsIRadioGroupContainer.h 1627include/xulrunner/unstable/nsIRadioGroupContainer.h
1569include/xulrunner/unstable/nsIRadioVisitor.h 1628include/xulrunner/unstable/nsIRadioVisitor.h
1570include/xulrunner/unstable/nsIRandomGenerator.h 1629include/xulrunner/unstable/nsIRandomGenerator.h
1571include/xulrunner/unstable/nsIRange.h 1630include/xulrunner/unstable/nsIRange.h
1572include/xulrunner/unstable/nsIRangeUtils.h 1631include/xulrunner/unstable/nsIRangeUtils.h
1573include/xulrunner/unstable/nsIRecentBadCertsService.h 1632include/xulrunner/unstable/nsIRecentBadCertsService.h
1574include/xulrunner/unstable/nsIRecyclingAllocator.h 1633include/xulrunner/unstable/nsIRecyclingAllocator.h
1575include/xulrunner/unstable/nsIReflowCallback.h 1634include/xulrunner/unstable/nsIReflowCallback.h
1576include/xulrunner/unstable/nsIRefreshURI.h 1635include/xulrunner/unstable/nsIRefreshURI.h
1577include/xulrunner/unstable/nsIRegion.h 1636include/xulrunner/unstable/nsIRegion.h
1578include/xulrunner/unstable/nsIRelativeFilePref.h 1637include/xulrunner/unstable/nsIRelativeFilePref.h
@@ -1691,40 +1750,42 @@ include/xulrunner/unstable/nsISupportsIm @@ -1691,40 +1750,42 @@ include/xulrunner/unstable/nsISupportsIm
1691include/xulrunner/unstable/nsISupportsIterators.h 1750include/xulrunner/unstable/nsISupportsIterators.h
1692include/xulrunner/unstable/nsISupportsObsolete.h 1751include/xulrunner/unstable/nsISupportsObsolete.h
1693include/xulrunner/unstable/nsISupportsPrimitives.h 1752include/xulrunner/unstable/nsISupportsPrimitives.h
1694include/xulrunner/unstable/nsISupportsPriority.h 1753include/xulrunner/unstable/nsISupportsPriority.h
1695include/xulrunner/unstable/nsISupportsUtils.h 1754include/xulrunner/unstable/nsISupportsUtils.h
1696include/xulrunner/unstable/nsISymantecDebugManager.h 1755include/xulrunner/unstable/nsISymantecDebugManager.h
1697include/xulrunner/unstable/nsISymantecDebugger.h 1756include/xulrunner/unstable/nsISymantecDebugger.h
1698include/xulrunner/unstable/nsISyncLoadDOMService.h 1757include/xulrunner/unstable/nsISyncLoadDOMService.h
1699include/xulrunner/unstable/nsISyncStreamListener.h 1758include/xulrunner/unstable/nsISyncStreamListener.h
1700include/xulrunner/unstable/nsISystemProxySettings.h 1759include/xulrunner/unstable/nsISystemProxySettings.h
1701include/xulrunner/unstable/nsITXTToHTMLConv.h 1760include/xulrunner/unstable/nsITXTToHTMLConv.h
1702include/xulrunner/unstable/nsITableCellLayout.h 1761include/xulrunner/unstable/nsITableCellLayout.h
1703include/xulrunner/unstable/nsITableLayout.h 1762include/xulrunner/unstable/nsITableLayout.h
 1763include/xulrunner/unstable/nsITaggingService.h
1704include/xulrunner/unstable/nsITextControlElement.h 1764include/xulrunner/unstable/nsITextControlElement.h
1705include/xulrunner/unstable/nsITextControlFrame.h 1765include/xulrunner/unstable/nsITextControlFrame.h
1706include/xulrunner/unstable/nsITextScroll.h 1766include/xulrunner/unstable/nsITextScroll.h
1707include/xulrunner/unstable/nsITextToSubURI.h 1767include/xulrunner/unstable/nsITextToSubURI.h
1708include/xulrunner/unstable/nsIThebesFontMetrics.h 1768include/xulrunner/unstable/nsIThebesFontMetrics.h
1709include/xulrunner/unstable/nsITheme.h 1769include/xulrunner/unstable/nsITheme.h
1710include/xulrunner/unstable/nsIThread.h 1770include/xulrunner/unstable/nsIThread.h
1711include/xulrunner/unstable/nsIThreadInternal.h 1771include/xulrunner/unstable/nsIThreadInternal.h
1712include/xulrunner/unstable/nsIThreadManager.h 1772include/xulrunner/unstable/nsIThreadManager.h
1713include/xulrunner/unstable/nsIThreadPool.h 1773include/xulrunner/unstable/nsIThreadPool.h
1714include/xulrunner/unstable/nsITimelineService.h 1774include/xulrunner/unstable/nsITimelineService.h
1715include/xulrunner/unstable/nsITimer.h 1775include/xulrunner/unstable/nsITimer.h
1716include/xulrunner/unstable/nsITokenDialogs.h 1776include/xulrunner/unstable/nsITokenDialogs.h
1717include/xulrunner/unstable/nsITokenPasswordDialogs.h 1777include/xulrunner/unstable/nsITokenPasswordDialogs.h
 1778include/xulrunner/unstable/nsITokenizer.h
1718include/xulrunner/unstable/nsIToolkit.h 1779include/xulrunner/unstable/nsIToolkit.h
1719include/xulrunner/unstable/nsIToolkitProfile.h 1780include/xulrunner/unstable/nsIToolkitProfile.h
1720include/xulrunner/unstable/nsIToolkitProfileService.h 1781include/xulrunner/unstable/nsIToolkitProfileService.h
1721include/xulrunner/unstable/nsITooltipListener.h 1782include/xulrunner/unstable/nsITooltipListener.h
1722include/xulrunner/unstable/nsITooltipTextProvider.h 1783include/xulrunner/unstable/nsITooltipTextProvider.h
1723include/xulrunner/unstable/nsITraceRefcnt.h 1784include/xulrunner/unstable/nsITraceRefcnt.h
1724include/xulrunner/unstable/nsITraceableChannel.h 1785include/xulrunner/unstable/nsITraceableChannel.h
1725include/xulrunner/unstable/nsITransfer.h 1786include/xulrunner/unstable/nsITransfer.h
1726include/xulrunner/unstable/nsITransferable.h 1787include/xulrunner/unstable/nsITransferable.h
1727include/xulrunner/unstable/nsITransport.h 1788include/xulrunner/unstable/nsITransport.h
1728include/xulrunner/unstable/nsITransportSecurityInfo.h 1789include/xulrunner/unstable/nsITransportSecurityInfo.h
1729include/xulrunner/unstable/nsITreeBoxObject.h 1790include/xulrunner/unstable/nsITreeBoxObject.h
1730include/xulrunner/unstable/nsITreeColumns.h 1791include/xulrunner/unstable/nsITreeColumns.h
@@ -1850,66 +1911,71 @@ include/xulrunner/unstable/nsNetStrings. @@ -1850,66 +1911,71 @@ include/xulrunner/unstable/nsNetStrings.
1850include/xulrunner/unstable/nsNetUtil.h 1911include/xulrunner/unstable/nsNetUtil.h
1851include/xulrunner/unstable/nsNodeInfoManager.h 1912include/xulrunner/unstable/nsNodeInfoManager.h
1852include/xulrunner/unstable/nsOSHelperAppService.h 1913include/xulrunner/unstable/nsOSHelperAppService.h
1853include/xulrunner/unstable/nsObjCExceptions.h 1914include/xulrunner/unstable/nsObjCExceptions.h
1854include/xulrunner/unstable/nsObserverService.h 1915include/xulrunner/unstable/nsObserverService.h
1855include/xulrunner/unstable/nsObsoleteModuleLoading.h 1916include/xulrunner/unstable/nsObsoleteModuleLoading.h
1856include/xulrunner/unstable/nsOggDecoder.h 1917include/xulrunner/unstable/nsOggDecoder.h
1857include/xulrunner/unstable/nsPIBoxObject.h 1918include/xulrunner/unstable/nsPIBoxObject.h
1858include/xulrunner/unstable/nsPICommandUpdater.h 1919include/xulrunner/unstable/nsPICommandUpdater.h
1859include/xulrunner/unstable/nsPIDNSService.h 1920include/xulrunner/unstable/nsPIDNSService.h
1860include/xulrunner/unstable/nsPIDOMEventTarget.h 1921include/xulrunner/unstable/nsPIDOMEventTarget.h
1861include/xulrunner/unstable/nsPIDOMStorage.h 1922include/xulrunner/unstable/nsPIDOMStorage.h
1862include/xulrunner/unstable/nsPIDOMWindow.h 1923include/xulrunner/unstable/nsPIDOMWindow.h
 1924include/xulrunner/unstable/nsPIPlacesDatabase.h
1863include/xulrunner/unstable/nsPIPromptService.h 1925include/xulrunner/unstable/nsPIPromptService.h
1864include/xulrunner/unstable/nsPISocketTransportService.h 1926include/xulrunner/unstable/nsPISocketTransportService.h
1865include/xulrunner/unstable/nsPIWindowRoot.h 1927include/xulrunner/unstable/nsPIWindowRoot.h
1866include/xulrunner/unstable/nsPIWindowWatcher.h 1928include/xulrunner/unstable/nsPIWindowWatcher.h
1867include/xulrunner/unstable/nsPLDOMEvent.h 1929include/xulrunner/unstable/nsPLDOMEvent.h
1868include/xulrunner/unstable/nsPSPrinters.h 1930include/xulrunner/unstable/nsPSPrinters.h
1869include/xulrunner/unstable/nsPaperPS.h 1931include/xulrunner/unstable/nsPaperPS.h
 1932include/xulrunner/unstable/nsParserCIID.h
 1933include/xulrunner/unstable/nsParserDataListener.h
1870include/xulrunner/unstable/nsPoint.h 1934include/xulrunner/unstable/nsPoint.h
1871include/xulrunner/unstable/nsPrefsCID.h 1935include/xulrunner/unstable/nsPrefsCID.h
1872include/xulrunner/unstable/nsPresContext.h 1936include/xulrunner/unstable/nsPresContext.h
1873include/xulrunner/unstable/nsPresShellIterator.h 1937include/xulrunner/unstable/nsPresShellIterator.h
1874include/xulrunner/unstable/nsPresState.h 1938include/xulrunner/unstable/nsPresState.h
1875include/xulrunner/unstable/nsPrintfCString.h 1939include/xulrunner/unstable/nsPrintfCString.h
1876include/xulrunner/unstable/nsProcess.h 1940include/xulrunner/unstable/nsProcess.h
1877include/xulrunner/unstable/nsProfileDirServiceProvider.h 1941include/xulrunner/unstable/nsProfileDirServiceProvider.h
1878include/xulrunner/unstable/nsPromiseFlatString.h 1942include/xulrunner/unstable/nsPromiseFlatString.h
1879include/xulrunner/unstable/nsPromptUtils.h 1943include/xulrunner/unstable/nsPromptUtils.h
1880include/xulrunner/unstable/nsPropertyTable.h 1944include/xulrunner/unstable/nsPropertyTable.h
1881include/xulrunner/unstable/nsProxiedService.h 1945include/xulrunner/unstable/nsProxiedService.h
1882include/xulrunner/unstable/nsProxyRelease.h 1946include/xulrunner/unstable/nsProxyRelease.h
1883include/xulrunner/unstable/nsQuickSort.h 1947include/xulrunner/unstable/nsQuickSort.h
 1948include/xulrunner/unstable/nsRDFCID.h
1884include/xulrunner/unstable/nsReadLine.h 1949include/xulrunner/unstable/nsReadLine.h
1885include/xulrunner/unstable/nsReadableUtils.h 1950include/xulrunner/unstable/nsReadableUtils.h
1886include/xulrunner/unstable/nsRect.h 1951include/xulrunner/unstable/nsRect.h
1887include/xulrunner/unstable/nsRecyclingAllocator.h 1952include/xulrunner/unstable/nsRecyclingAllocator.h
1888include/xulrunner/unstable/nsRefPtrHashtable.h 1953include/xulrunner/unstable/nsRefPtrHashtable.h
1889include/xulrunner/unstable/nsReferencedElement.h 1954include/xulrunner/unstable/nsReferencedElement.h
1890include/xulrunner/unstable/nsRegion.h 1955include/xulrunner/unstable/nsRegion.h
1891include/xulrunner/unstable/nsRuleData.h 1956include/xulrunner/unstable/nsRuleData.h
1892include/xulrunner/unstable/nsRuleNode.h 1957include/xulrunner/unstable/nsRuleNode.h
1893include/xulrunner/unstable/nsRuleWalker.h 1958include/xulrunner/unstable/nsRuleWalker.h
1894include/xulrunner/unstable/nsSVGEffects.h 1959include/xulrunner/unstable/nsSVGEffects.h
1895include/xulrunner/unstable/nsSVGFilterInstance.h 1960include/xulrunner/unstable/nsSVGFilterInstance.h
1896include/xulrunner/unstable/nsSVGForeignObjectFrame.h 1961include/xulrunner/unstable/nsSVGForeignObjectFrame.h
1897include/xulrunner/unstable/nsSVGIntegrationUtils.h 1962include/xulrunner/unstable/nsSVGIntegrationUtils.h
1898include/xulrunner/unstable/nsSVGMatrix.h 1963include/xulrunner/unstable/nsSVGMatrix.h
1899include/xulrunner/unstable/nsSVGNumber.h 1964include/xulrunner/unstable/nsSVGNumber.h
1900include/xulrunner/unstable/nsSVGPoint.h 1965include/xulrunner/unstable/nsSVGPoint.h
1901include/xulrunner/unstable/nsSVGRect.h 1966include/xulrunner/unstable/nsSVGRect.h
1902include/xulrunner/unstable/nsSVGUtils.h 1967include/xulrunner/unstable/nsSVGUtils.h
 1968include/xulrunner/unstable/nsScannerString.h
1903include/xulrunner/unstable/nsScriptLoader.h 1969include/xulrunner/unstable/nsScriptLoader.h
1904include/xulrunner/unstable/nsScriptableInputStream.h 1970include/xulrunner/unstable/nsScriptableInputStream.h
1905include/xulrunner/unstable/nsServiceManagerUtils.h 1971include/xulrunner/unstable/nsServiceManagerUtils.h
1906include/xulrunner/unstable/nsSize.h 1972include/xulrunner/unstable/nsSize.h
1907include/xulrunner/unstable/nsStackWalk.h 1973include/xulrunner/unstable/nsStackWalk.h
1908include/xulrunner/unstable/nsStaticAtom.h 1974include/xulrunner/unstable/nsStaticAtom.h
1909include/xulrunner/unstable/nsStaticNameTable.h 1975include/xulrunner/unstable/nsStaticNameTable.h
1910include/xulrunner/unstable/nsStorageStream.h 1976include/xulrunner/unstable/nsStorageStream.h
1911include/xulrunner/unstable/nsStreamUtils.h 1977include/xulrunner/unstable/nsStreamUtils.h
1912include/xulrunner/unstable/nsString.h 1978include/xulrunner/unstable/nsString.h
1913include/xulrunner/unstable/nsStringAPI.h 1979include/xulrunner/unstable/nsStringAPI.h
1914include/xulrunner/unstable/nsStringBuffer.h 1980include/xulrunner/unstable/nsStringBuffer.h
1915include/xulrunner/unstable/nsStringEnumerator.h 1981include/xulrunner/unstable/nsStringEnumerator.h
@@ -1944,26 +2010,27 @@ include/xulrunner/unstable/nsTObserverAr @@ -1944,26 +2010,27 @@ include/xulrunner/unstable/nsTObserverAr
1944include/xulrunner/unstable/nsTPromiseFlatString.h 2010include/xulrunner/unstable/nsTPromiseFlatString.h
1945include/xulrunner/unstable/nsTPtrArray.h 2011include/xulrunner/unstable/nsTPtrArray.h
1946include/xulrunner/unstable/nsTString.h 2012include/xulrunner/unstable/nsTString.h
1947include/xulrunner/unstable/nsTSubstring.h 2013include/xulrunner/unstable/nsTSubstring.h
1948include/xulrunner/unstable/nsTSubstringTuple.h 2014include/xulrunner/unstable/nsTSubstringTuple.h
1949include/xulrunner/unstable/nsTWeakRef.h 2015include/xulrunner/unstable/nsTWeakRef.h
1950include/xulrunner/unstable/nsTextFormatter.h 2016include/xulrunner/unstable/nsTextFormatter.h
1951include/xulrunner/unstable/nsTextFragment.h 2017include/xulrunner/unstable/nsTextFragment.h
1952include/xulrunner/unstable/nsThemeConstants.h 2018include/xulrunner/unstable/nsThemeConstants.h
1953include/xulrunner/unstable/nsThreadUtils.h 2019include/xulrunner/unstable/nsThreadUtils.h
1954include/xulrunner/unstable/nsThreadUtilsInternal.h 2020include/xulrunner/unstable/nsThreadUtilsInternal.h
1955include/xulrunner/unstable/nsTime.h 2021include/xulrunner/unstable/nsTime.h
1956include/xulrunner/unstable/nsTimeStamp.h 2022include/xulrunner/unstable/nsTimeStamp.h
 2023include/xulrunner/unstable/nsToken.h
1957include/xulrunner/unstable/nsToolkitCompsCID.h 2024include/xulrunner/unstable/nsToolkitCompsCID.h
1958include/xulrunner/unstable/nsTraceRefcnt.h 2025include/xulrunner/unstable/nsTraceRefcnt.h
1959include/xulrunner/unstable/nsTraceRefcntImpl.h 2026include/xulrunner/unstable/nsTraceRefcntImpl.h
1960include/xulrunner/unstable/nsTransform2D.h 2027include/xulrunner/unstable/nsTransform2D.h
1961include/xulrunner/unstable/nsTreeColFrame.h 2028include/xulrunner/unstable/nsTreeColFrame.h
1962include/xulrunner/unstable/nsTreeUtils.h 2029include/xulrunner/unstable/nsTreeUtils.h
1963include/xulrunner/unstable/nsUConvCID.h 2030include/xulrunner/unstable/nsUConvCID.h
1964include/xulrunner/unstable/nsURIHashKey.h 2031include/xulrunner/unstable/nsURIHashKey.h
1965include/xulrunner/unstable/nsURILoader.h 2032include/xulrunner/unstable/nsURILoader.h
1966include/xulrunner/unstable/nsUTF8Utils.h 2033include/xulrunner/unstable/nsUTF8Utils.h
1967include/xulrunner/unstable/nsVariant.h 2034include/xulrunner/unstable/nsVariant.h
1968include/xulrunner/unstable/nsVersionComparator.h 2035include/xulrunner/unstable/nsVersionComparator.h
1969include/xulrunner/unstable/nsVoidArray.h 2036include/xulrunner/unstable/nsVoidArray.h
@@ -2082,26 +2149,30 @@ include/xulrunner/unstable/prrng.h @@ -2082,26 +2149,30 @@ include/xulrunner/unstable/prrng.h
2082include/xulrunner/unstable/prrwlock.h 2149include/xulrunner/unstable/prrwlock.h
2083include/xulrunner/unstable/prsem.h 2150include/xulrunner/unstable/prsem.h
2084include/xulrunner/unstable/prshm.h 2151include/xulrunner/unstable/prshm.h
2085include/xulrunner/unstable/prshma.h 2152include/xulrunner/unstable/prshma.h
2086include/xulrunner/unstable/prsystem.h 2153include/xulrunner/unstable/prsystem.h
2087include/xulrunner/unstable/prthread.h 2154include/xulrunner/unstable/prthread.h
2088include/xulrunner/unstable/prtime.h 2155include/xulrunner/unstable/prtime.h
2089include/xulrunner/unstable/prtpool.h 2156include/xulrunner/unstable/prtpool.h
2090include/xulrunner/unstable/prtrace.h 2157include/xulrunner/unstable/prtrace.h
2091include/xulrunner/unstable/prtypes.h 2158include/xulrunner/unstable/prtypes.h
2092include/xulrunner/unstable/prvrsion.h 2159include/xulrunner/unstable/prvrsion.h
2093include/xulrunner/unstable/prwin16.h 2160include/xulrunner/unstable/prwin16.h
2094include/xulrunner/unstable/psSharedCore.h 2161include/xulrunner/unstable/psSharedCore.h
 2162include/xulrunner/unstable/rdf.h
 2163include/xulrunner/unstable/rdfIDataSource.h
 2164include/xulrunner/unstable/rdfISerializer.h
 2165include/xulrunner/unstable/rdfITripleVisitor.h
2095include/xulrunner/unstable/secasn1.h 2166include/xulrunner/unstable/secasn1.h
2096include/xulrunner/unstable/secasn1t.h 2167include/xulrunner/unstable/secasn1t.h
2097include/xulrunner/unstable/seccomon.h 2168include/xulrunner/unstable/seccomon.h
2098include/xulrunner/unstable/secder.h 2169include/xulrunner/unstable/secder.h
2099include/xulrunner/unstable/secdert.h 2170include/xulrunner/unstable/secdert.h
2100include/xulrunner/unstable/secdig.h 2171include/xulrunner/unstable/secdig.h
2101include/xulrunner/unstable/secdigt.h 2172include/xulrunner/unstable/secdigt.h
2102include/xulrunner/unstable/secerr.h 2173include/xulrunner/unstable/secerr.h
2103include/xulrunner/unstable/sechash.h 2174include/xulrunner/unstable/sechash.h
2104include/xulrunner/unstable/secitem.h 2175include/xulrunner/unstable/secitem.h
2105include/xulrunner/unstable/secmime.h 2176include/xulrunner/unstable/secmime.h
2106include/xulrunner/unstable/secmod.h 2177include/xulrunner/unstable/secmod.h
2107include/xulrunner/unstable/secmodt.h 2178include/xulrunner/unstable/secmodt.h
@@ -2384,26 +2455,27 @@ lib/xulrunner/libfreebl3.chk @@ -2384,26 +2455,27 @@ lib/xulrunner/libfreebl3.chk
2384lib/xulrunner/libfreebl3.so 2455lib/xulrunner/libfreebl3.so
2385lib/xulrunner/libmozjs.so 2456lib/xulrunner/libmozjs.so
2386lib/xulrunner/libnspr4.so 2457lib/xulrunner/libnspr4.so
2387lib/xulrunner/libnss3.so 2458lib/xulrunner/libnss3.so
2388lib/xulrunner/libnssckbi.so 2459lib/xulrunner/libnssckbi.so
2389lib/xulrunner/libnssdbm3.so 2460lib/xulrunner/libnssdbm3.so
2390lib/xulrunner/libnssutil3.so 2461lib/xulrunner/libnssutil3.so
2391lib/xulrunner/libplc4.so 2462lib/xulrunner/libplc4.so
2392lib/xulrunner/libplds4.so 2463lib/xulrunner/libplds4.so
2393lib/xulrunner/libsmime3.so 2464lib/xulrunner/libsmime3.so
2394lib/xulrunner/libsoftokn3.chk 2465lib/xulrunner/libsoftokn3.chk
2395lib/xulrunner/libsoftokn3.so 2466lib/xulrunner/libsoftokn3.so
2396lib/xulrunner/libssl3.so 2467lib/xulrunner/libssl3.so
 2468lib/xulrunner/libunicharutil_external_s.a
2397lib/xulrunner/libxpcom.so 2469lib/xulrunner/libxpcom.so
2398lib/xulrunner/libxpcomglue.a 2470lib/xulrunner/libxpcomglue.a
2399lib/xulrunner/libxpcomglue_s.a 2471lib/xulrunner/libxpcomglue_s.a
2400lib/xulrunner/libxul.so 2472lib/xulrunner/libxul.so
2401lib/xulrunner/modules/DownloadLastDir.jsm 2473lib/xulrunner/modules/DownloadLastDir.jsm
2402lib/xulrunner/modules/DownloadUtils.jsm 2474lib/xulrunner/modules/DownloadUtils.jsm
2403lib/xulrunner/modules/ISO8601DateUtils.jsm 2475lib/xulrunner/modules/ISO8601DateUtils.jsm
2404lib/xulrunner/modules/Microformats.js 2476lib/xulrunner/modules/Microformats.js
2405lib/xulrunner/modules/PlacesDBUtils.jsm 2477lib/xulrunner/modules/PlacesDBUtils.jsm
2406lib/xulrunner/modules/PluralForm.jsm 2478lib/xulrunner/modules/PluralForm.jsm
2407lib/xulrunner/modules/SpatialNavigation.js 2479lib/xulrunner/modules/SpatialNavigation.js
2408lib/xulrunner/modules/WindowDraggingUtils.jsm 2480lib/xulrunner/modules/WindowDraggingUtils.jsm
2409lib/xulrunner/modules/XPCOMUtils.jsm 2481lib/xulrunner/modules/XPCOMUtils.jsm