Sat Aug 4 12:03:32 2012 UTC ()
Update to 10.0.6

* Remove obsolete mozilla-jit option

Changelog:
Fix the following security issues.

MFSA 2012-56 Code execution through javascript: URLs
MFSA 2012-54 Clickjacking of certificate warning page
MFSA 2012-53 Content Security Policy 1.0 implementation errors cause data leakage
MFSA 2012-52 JSDependentString::undepend string conversion results in memory corruption
MFSA 2012-51 X-Frame-Options header ignored when duplicated
MFSA 2012-49 Same-compartment Security Wrappers can be bypassed
MFSA 2012-48 use-after-free in nsGlobalWindow::PageHidden
MFSA 2012-47 Improper filtering of javascript in HTML feed-view
MFSA 2012-45 Spoofing issue with location
MFSA 2012-44 Gecko memory corruption
MFSA 2012-42 Miscellaneous memory safety hazards (rv:14.0/ rv:10.0.6)


(ryoon)
diff -r1.7 -r1.8 pkgsrc/mail/thunderbird10/Makefile
diff -r1.2 -r1.3 pkgsrc/mail/thunderbird10/PLIST
diff -r1.4 -r1.5 pkgsrc/mail/thunderbird10/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/mail/thunderbird10/options.mk

cvs diff -r1.7 -r1.8 pkgsrc/mail/thunderbird10/Attic/Makefile (switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/Makefile 2012/06/14 07:43:59 1.7
+++ pkgsrc/mail/thunderbird10/Attic/Makefile 2012/08/04 12:03:31 1.8
@@ -1,87 +1,86 @@ @@ -1,87 +1,86 @@
1# $NetBSD: Makefile,v 1.7 2012/06/14 07:43:59 sbd Exp $ 1# $NetBSD: Makefile,v 1.8 2012/08/04 12:03:31 ryoon Exp $
2# 2#
3 3
4DISTNAME= thunderbird-${TB_VER}esr.source 4DISTNAME= thunderbird-${TB_VER}esr.source
5PKGNAME= thunderbird10-${TB_VER} 5PKGNAME= thunderbird10-${TB_VER}
6TB_VER= 10.0.5 6TB_VER= 10.0.6
7PKGREVISION= 1 
8CATEGORIES= mail 7CATEGORIES= mail
9MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} 8MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/}
10EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
11 10
12MAINTAINER= tnn@NetBSD.org 11MAINTAINER= tnn@NetBSD.org
13HOMEPAGE= http://www.mozilla.org/en-US/thunderbird/organizations/ 12HOMEPAGE= http://www.mozilla.org/en-US/thunderbird/organizations/
14COMMENT= Organize, secure and customize your mail 13COMMENT= Organize, secure and customize your mail
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18USE_TOOLS+= unzip pax 17USE_TOOLS+= unzip pax
19WRKSRC= ${WRKDIR}/comm-esr10 18WRKSRC= ${WRKDIR}/comm-esr10
20MOZILLA_DIR= mozilla/ 19MOZILLA_DIR= mozilla/
21PLIST_SRC+= ${PLIST_SRC_DFLT} 20PLIST_SRC+= ${PLIST_SRC_DFLT}
22 21
23CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess 22CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess
24CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub 23CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub
25 24
26CONFIGURE_ARGS+= --enable-application=mail 25CONFIGURE_ARGS+= --enable-application=mail
27 26
28ALL_ENV+= MOZILLA_PKG_NAME=thunderbird10 27ALL_ENV+= MOZILLA_PKG_NAME=thunderbird10
29 28
30# workround for link of xulrunner-bin etc. 29# workround for link of xulrunner-bin etc.
31LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird10 30LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird10
32LDFLAGS.DragonFly= -lplc4 -lplds4 -lnspr4 -lnssutil3 31LDFLAGS.DragonFly= -lplc4 -lplds4 -lnspr4 -lnssutil3
33 32
34.include "../../mk/bsd.prefs.mk" 33.include "../../mk/bsd.prefs.mk"
35 34
36#SUBST_CLASSES+= ext-compat 35#SUBST_CLASSES+= ext-compat
37#SUBST_STAGE.ext-compat= pre-configure 36#SUBST_STAGE.ext-compat= pre-configure
38#SUBST_MESSAGE.ext-compat= Fixing extension compatibility 37#SUBST_MESSAGE.ext-compat= Fixing extension compatibility
39#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf 38#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf
40#SUBST_FILES.ext-compat+= calendar/*/install.rdf 39#SUBST_FILES.ext-compat+= calendar/*/install.rdf
41#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf 40#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf
42#SUBST_SED.ext-compat= -e 's,\(<em:maxVersion>\).*<,\19.0<,g' 41#SUBST_SED.ext-compat= -e 's,\(<em:maxVersion>\).*<,\19.0<,g'
43 42
44pre-configure: 43pre-configure:
45 cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf 44 cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
46 cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf 45 cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf
47 cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf 46 cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
48 cd ${WRKSRC}/mozilla/nsprpub && ${SETENV} ${CONFIGURE_ENV} autoconf 47 cd ${WRKSRC}/mozilla/nsprpub && ${SETENV} ${CONFIGURE_ENV} autoconf
49 cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf 48 cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf
50 49
51do-build: 50do-build:
52# XXX for some reason it doesn't work unless -j is explicitly specified 51# XXX for some reason it doesn't work unless -j is explicitly specified
53 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1} 52 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1}
54 53
55MOZILLA=thunderbird10 54MOZILLA=thunderbird10
56MOZILLA_NAME=Thunderbird10 55MOZILLA_NAME=Thunderbird10
57post-build: 56post-build:
58 ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ 57 ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \
59 -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ 58 -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \
60 -e 's|@MOZILLA_ICON@|${MOZILLA}.png|g' \ 59 -e 's|@MOZILLA_ICON@|${MOZILLA}.png|g' \
61 < ${FILESDIR}/desktop.in \ 60 < ${FILESDIR}/desktop.in \
62 > ${WRKDIR}/desktop 61 > ${WRKDIR}/desktop
63 62
64INSTALLATION_DIRS+= share/applications share/pixmaps 63INSTALLATION_DIRS+= share/applications share/pixmaps
65post-install: 64post-install:
66 ${INSTALL_DATA} ${WRKDIR}/desktop \ 65 ${INSTALL_DATA} ${WRKDIR}/desktop \
67 ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop 66 ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop
68 ${INSTALL_DATA} ${WRKSRC}/mozilla/dist/thunderbird/chrome/icons/default/default48.png \ 67 ${INSTALL_DATA} ${WRKSRC}/mozilla/dist/thunderbird/chrome/icons/default/default48.png \
69 ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png 68 ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
70 @${STEP_MSG} "Installing bundled thunderbird extensions." 69 @${STEP_MSG} "Installing bundled thunderbird extensions."
71 ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/${MOZILLA}/mozilla/throw_gcc.h 70 ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/${MOZILLA}/mozilla/throw_gcc.h
72 rm -rf ${WRKDIR}/extensions 71 rm -rf ${WRKDIR}/extensions
73 ${MKDIR} ${WRKDIR}/extensions 72 ${MKDIR} ${WRKDIR}/extensions
74 ${RUN} for e in ${XPI_FILES}; do \ 73 ${RUN} for e in ${XPI_FILES}; do \
75 subdir="`${UNZIP_CMD} -c "$$e" install.rdf | awk '/^ <em:id>/ {sub(".*<em:id>","");sub("</em:id>.*","");print;exit;}'`" && \ 74 subdir="`${UNZIP_CMD} -c "$$e" install.rdf | awk '/^ <em:id>/ {sub(".*<em:id>","");sub("</em:id>.*","");print;exit;}'`" && \
76 ${MKDIR} "${WRKDIR}/extensions/$$subdir" && \ 75 ${MKDIR} "${WRKDIR}/extensions/$$subdir" && \
77 cd "${WRKDIR}/extensions/$$subdir" && \ 76 cd "${WRKDIR}/extensions/$$subdir" && \
78 ${UNZIP_CMD} -aqo $$e; \ 77 ${UNZIP_CMD} -aqo $$e; \
79 done 78 done
80 cd ${WRKDIR}/extensions && pax -rw . \ 79 cd ${WRKDIR}/extensions && pax -rw . \
81 ${DESTDIR}${PREFIX}/lib/${MOZILLA}/extensions/. 80 ${DESTDIR}${PREFIX}/lib/${MOZILLA}/extensions/.
82 rm -rf ${WRKDIR}/extensions 81 rm -rf ${WRKDIR}/extensions
83 82
84.include "../../devel/xulrunner10/mozilla-common.mk" 83.include "../../devel/xulrunner10/mozilla-common.mk"
85.include "options.mk" 84.include "options.mk"
86.include "../../sysutils/desktop-file-utils/desktopdb.mk" 85.include "../../sysutils/desktop-file-utils/desktopdb.mk"
87.include "../../mk/bsd.pkg.mk" 86.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/mail/thunderbird10/Attic/PLIST (switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/PLIST 2012/04/29 20:36:30 1.2
+++ pkgsrc/mail/thunderbird10/Attic/PLIST 2012/08/04 12:03:31 1.3
@@ -1,1436 +1,1418 @@ @@ -1,1436 +1,1418 @@
1@comment $NetBSD: PLIST,v 1.2 2012/04/29 20:36:30 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/08/04 12:03:31 ryoon Exp $
2bin/thunderbird10 2bin/thunderbird10
3${PLIST.jit}include/thunderbird10/Allocator.h 
4${PLIST.jit}include/thunderbird10/Assembler.h 
5include/thunderbird10/AtkSocketAccessible.h 3include/thunderbird10/AtkSocketAccessible.h
6include/thunderbird10/BasicLayers.h 4include/thunderbird10/BasicLayers.h
7include/thunderbird10/CheckedInt.h 5include/thunderbird10/CheckedInt.h
8${PLIST.jit}include/thunderbird10/CodeAlloc.h 
9${PLIST.jit}include/thunderbird10/Containers.h 
10include/thunderbird10/CustomQS_Canvas2D.h 6include/thunderbird10/CustomQS_Canvas2D.h
11include/thunderbird10/CustomQS_WebGL.h 7include/thunderbird10/CustomQS_WebGL.h
12include/thunderbird10/EGLUtils.h 8include/thunderbird10/EGLUtils.h
13include/thunderbird10/ForceDiscreteGPUHelperCGL.h 9include/thunderbird10/ForceDiscreteGPUHelperCGL.h
14${PLIST.jit}include/thunderbird10/Fragmento.h 
15include/thunderbird10/FrameLayerBuilder.h 10include/thunderbird10/FrameLayerBuilder.h
16include/thunderbird10/FramePropertyTable.h 11include/thunderbird10/FramePropertyTable.h
17include/thunderbird10/GLContext.h 12include/thunderbird10/GLContext.h
18include/thunderbird10/GLContextProvider.h 13include/thunderbird10/GLContextProvider.h
19include/thunderbird10/GLContextProviderImpl.h 14include/thunderbird10/GLContextProviderImpl.h
20include/thunderbird10/GLContextSymbols.h 15include/thunderbird10/GLContextSymbols.h
21include/thunderbird10/GLDefs.h 16include/thunderbird10/GLDefs.h
22include/thunderbird10/GLXLibrary.h 17include/thunderbird10/GLXLibrary.h
23include/thunderbird10/IPC/IPCMessageUtils.h 18include/thunderbird10/IPC/IPCMessageUtils.h
24include/thunderbird10/IPC/ShadowLayerUtils.h 19include/thunderbird10/IPC/ShadowLayerUtils.h
25include/thunderbird10/IPC/nsGUIEventIPC.h 20include/thunderbird10/IPC/nsGUIEventIPC.h
26include/thunderbird10/ImageErrors.h 21include/thunderbird10/ImageErrors.h
27include/thunderbird10/ImageLayers.h 22include/thunderbird10/ImageLayers.h
28include/thunderbird10/ImageLogging.h 23include/thunderbird10/ImageLogging.h
29${PLIST.jit}include/thunderbird10/LIR.h 
30${PLIST.jit}include/thunderbird10/LIRopcode.tbl 
31include/thunderbird10/LayerManagerOGL.h 24include/thunderbird10/LayerManagerOGL.h
32include/thunderbird10/LayerManagerOGLProgram.h 25include/thunderbird10/LayerManagerOGLProgram.h
33include/thunderbird10/Layers.h 26include/thunderbird10/Layers.h
34include/thunderbird10/MailNewsTypes.h 27include/thunderbird10/MailNewsTypes.h
35include/thunderbird10/MailNewsTypes2.h 28include/thunderbird10/MailNewsTypes2.h
36include/thunderbird10/NSReg.h 29include/thunderbird10/NSReg.h
37${PLIST.jit}include/thunderbird10/Native.h 
38${PLIST.jit}include/thunderbird10/NativeCommon.h 
39${PLIST.jit}include/thunderbird10/Native${NANOJIT_ARCH}.h 
40include/thunderbird10/PCOMContentPermissionRequestChild.h 30include/thunderbird10/PCOMContentPermissionRequestChild.h
41include/thunderbird10/PPrefTuple.h 31include/thunderbird10/PPrefTuple.h
42include/thunderbird10/PrefTuple.h 32include/thunderbird10/PrefTuple.h
43include/thunderbird10/ReadbackLayer.h 33include/thunderbird10/ReadbackLayer.h
44${PLIST.jit}include/thunderbird10/RegAlloc.h 
45include/thunderbird10/TabMessageUtils.h 34include/thunderbird10/TabMessageUtils.h
46${PLIST.jit}include/thunderbird10/VMPI.h 
47include/thunderbird10/VerReg.h 35include/thunderbird10/VerReg.h
48include/thunderbird10/VideoUtils.h 36include/thunderbird10/VideoUtils.h
49${PLIST.jit}include/thunderbird10/Writer.h 
50include/thunderbird10/a11yGeneric.h 37include/thunderbird10/a11yGeneric.h
51include/thunderbird10/amIInstallTrigger.h 38include/thunderbird10/amIInstallTrigger.h
52include/thunderbird10/amIWebInstallListener.h 39include/thunderbird10/amIWebInstallListener.h
53include/thunderbird10/amIWebInstaller.h 40include/thunderbird10/amIWebInstaller.h
54include/thunderbird10/angle/ResourceLimits.h 41include/thunderbird10/angle/ResourceLimits.h
55include/thunderbird10/angle/ShaderLang.h 42include/thunderbird10/angle/ShaderLang.h
56${PLIST.jit}include/thunderbird10/avmplus.h 
57include/thunderbird10/domstubs.h 43include/thunderbird10/domstubs.h
58include/thunderbird10/expat.h 44include/thunderbird10/expat.h
59include/thunderbird10/expat_config.h 45include/thunderbird10/expat_config.h
60include/thunderbird10/expat_external.h 46include/thunderbird10/expat_external.h
61include/thunderbird10/extIApplication.h 47include/thunderbird10/extIApplication.h
62include/thunderbird10/ftpCore.h 48include/thunderbird10/ftpCore.h
63include/thunderbird10/gfx2DGlue.h 49include/thunderbird10/gfx2DGlue.h
64include/thunderbird10/gfx3DMatrix.h 50include/thunderbird10/gfx3DMatrix.h
65include/thunderbird10/gfxASurface.h 51include/thunderbird10/gfxASurface.h
66include/thunderbird10/gfxAlphaRecovery.h 52include/thunderbird10/gfxAlphaRecovery.h
67include/thunderbird10/gfxBlur.h 53include/thunderbird10/gfxBlur.h
68include/thunderbird10/gfxCachedTempSurface.h 54include/thunderbird10/gfxCachedTempSurface.h
69include/thunderbird10/gfxColor.h 55include/thunderbird10/gfxColor.h
70include/thunderbird10/gfxContext.h 56include/thunderbird10/gfxContext.h
71include/thunderbird10/gfxCore.h 57include/thunderbird10/gfxCore.h
72include/thunderbird10/gfxCrashReporterUtils.h 58include/thunderbird10/gfxCrashReporterUtils.h
73include/thunderbird10/gfxDrawable.h 59include/thunderbird10/gfxDrawable.h
74include/thunderbird10/gfxFT2FontBase.h 60include/thunderbird10/gfxFT2FontBase.h
75include/thunderbird10/gfxFailure.h 61include/thunderbird10/gfxFailure.h
76include/thunderbird10/gfxFont.h 62include/thunderbird10/gfxFont.h
77include/thunderbird10/gfxFontConstants.h 63include/thunderbird10/gfxFontConstants.h
78include/thunderbird10/gfxFontTest.h 64include/thunderbird10/gfxFontTest.h
79include/thunderbird10/gfxFontUtils.h 65include/thunderbird10/gfxFontUtils.h
80include/thunderbird10/gfxGdkNativeRenderer.h 66include/thunderbird10/gfxGdkNativeRenderer.h
81include/thunderbird10/gfxImageSurface.h 67include/thunderbird10/gfxImageSurface.h
82include/thunderbird10/gfxMatrix.h 68include/thunderbird10/gfxMatrix.h
83include/thunderbird10/gfxPDFSurface.h 69include/thunderbird10/gfxPDFSurface.h
84include/thunderbird10/gfxPSSurface.h 70include/thunderbird10/gfxPSSurface.h
85include/thunderbird10/gfxPangoFonts.h 71include/thunderbird10/gfxPangoFonts.h
86include/thunderbird10/gfxPath.h 72include/thunderbird10/gfxPath.h
87include/thunderbird10/gfxPattern.h 73include/thunderbird10/gfxPattern.h
88include/thunderbird10/gfxPlatform.h 74include/thunderbird10/gfxPlatform.h
89include/thunderbird10/gfxPlatformGtk.h 75include/thunderbird10/gfxPlatformGtk.h
90include/thunderbird10/gfxPoint.h 76include/thunderbird10/gfxPoint.h
91include/thunderbird10/gfxPoint3D.h 77include/thunderbird10/gfxPoint3D.h
92include/thunderbird10/gfxRect.h 78include/thunderbird10/gfxRect.h
93include/thunderbird10/gfxSharedImageSurface.h 79include/thunderbird10/gfxSharedImageSurface.h
94include/thunderbird10/gfxSkipChars.h 80include/thunderbird10/gfxSkipChars.h
95include/thunderbird10/gfxTeeSurface.h 81include/thunderbird10/gfxTeeSurface.h
96include/thunderbird10/gfxTextRunCache.h 82include/thunderbird10/gfxTextRunCache.h
97include/thunderbird10/gfxTextRunWordCache.h 83include/thunderbird10/gfxTextRunWordCache.h
98include/thunderbird10/gfxTypes.h 84include/thunderbird10/gfxTypes.h
99include/thunderbird10/gfxUnicodeProperties.h 85include/thunderbird10/gfxUnicodeProperties.h
100include/thunderbird10/gfxUserFontSet.h 86include/thunderbird10/gfxUserFontSet.h
101include/thunderbird10/gfxUtils.h 87include/thunderbird10/gfxUtils.h
102include/thunderbird10/gfxXlibNativeRenderer.h 88include/thunderbird10/gfxXlibNativeRenderer.h
103include/thunderbird10/gfxXlibSurface.h 89include/thunderbird10/gfxXlibSurface.h
104include/thunderbird10/gtk2xtbin.h 90include/thunderbird10/gtk2xtbin.h
105include/thunderbird10/harfbuzz/hb-blob.h 91include/thunderbird10/harfbuzz/hb-blob.h
106include/thunderbird10/harfbuzz/hb-buffer.h 92include/thunderbird10/harfbuzz/hb-buffer.h
107include/thunderbird10/harfbuzz/hb-common.h 93include/thunderbird10/harfbuzz/hb-common.h
108include/thunderbird10/harfbuzz/hb-font.h 94include/thunderbird10/harfbuzz/hb-font.h
109include/thunderbird10/harfbuzz/hb-language.h 95include/thunderbird10/harfbuzz/hb-language.h
110include/thunderbird10/harfbuzz/hb-ot-layout.h 96include/thunderbird10/harfbuzz/hb-ot-layout.h
111include/thunderbird10/harfbuzz/hb-ot-shape.h 97include/thunderbird10/harfbuzz/hb-ot-shape.h
112include/thunderbird10/harfbuzz/hb-ot-tag.h 98include/thunderbird10/harfbuzz/hb-ot-tag.h
113include/thunderbird10/harfbuzz/hb-ot.h 99include/thunderbird10/harfbuzz/hb-ot.h
114include/thunderbird10/harfbuzz/hb-shape.h 100include/thunderbird10/harfbuzz/hb-shape.h
115include/thunderbird10/harfbuzz/hb-unicode.h 101include/thunderbird10/harfbuzz/hb-unicode.h
116include/thunderbird10/harfbuzz/hb.h 102include/thunderbird10/harfbuzz/hb.h
117include/thunderbird10/imgICache.h 103include/thunderbird10/imgICache.h
118include/thunderbird10/imgIContainer.h 104include/thunderbird10/imgIContainer.h
119include/thunderbird10/imgIContainerDebug.h 105include/thunderbird10/imgIContainerDebug.h
120include/thunderbird10/imgIContainerObserver.h 106include/thunderbird10/imgIContainerObserver.h
121include/thunderbird10/imgIDecoderObserver.h 107include/thunderbird10/imgIDecoderObserver.h
122include/thunderbird10/imgIEncoder.h 108include/thunderbird10/imgIEncoder.h
123include/thunderbird10/imgILoader.h 109include/thunderbird10/imgILoader.h
124include/thunderbird10/imgIRequest.h 110include/thunderbird10/imgIRequest.h
125include/thunderbird10/imgITools.h 111include/thunderbird10/imgITools.h
126include/thunderbird10/inICSSValueSearch.h 112include/thunderbird10/inICSSValueSearch.h
127include/thunderbird10/inIDOMUtils.h 113include/thunderbird10/inIDOMUtils.h
128include/thunderbird10/inIDOMView.h 114include/thunderbird10/inIDOMView.h
129include/thunderbird10/inIDeepTreeWalker.h 115include/thunderbird10/inIDeepTreeWalker.h
130include/thunderbird10/inIFlasher.h 116include/thunderbird10/inIFlasher.h
131include/thunderbird10/inISearchObserver.h 117include/thunderbird10/inISearchObserver.h
132include/thunderbird10/inISearchProcess.h 118include/thunderbird10/inISearchProcess.h
133include/thunderbird10/jArray.h 119include/thunderbird10/jArray.h
134${PLIST.jemalloc}include/thunderbird10/jemalloc.h 120${PLIST.jemalloc}include/thunderbird10/jemalloc.h
135${PLIST.jemalloc}include/thunderbird10/jemalloc_types.h 121${PLIST.jemalloc}include/thunderbird10/jemalloc_types.h
136include/thunderbird10/js-config.h 122include/thunderbird10/js-config.h
137include/thunderbird10/js.msg 123include/thunderbird10/js.msg
138include/thunderbird10/jsalloc.h 124include/thunderbird10/jsalloc.h
139include/thunderbird10/jsapi.h 125include/thunderbird10/jsapi.h
140include/thunderbird10/jsatom.h 126include/thunderbird10/jsatom.h
141include/thunderbird10/jsautokw.h 127include/thunderbird10/jsautokw.h
142${PLIST.jit}include/thunderbird10/jsbuiltins.h 
143include/thunderbird10/jscell.h 128include/thunderbird10/jscell.h
144include/thunderbird10/jsclist.h 129include/thunderbird10/jsclist.h
145include/thunderbird10/jsclone.h 130include/thunderbird10/jsclone.h
146include/thunderbird10/jscntxt.h 131include/thunderbird10/jscntxt.h
147include/thunderbird10/jscompat.h 132include/thunderbird10/jscompat.h
148include/thunderbird10/jscrashreport.h 133include/thunderbird10/jscrashreport.h
149include/thunderbird10/jsdIDebuggerService.h 134include/thunderbird10/jsdIDebuggerService.h
150include/thunderbird10/jsdate.h 135include/thunderbird10/jsdate.h
151include/thunderbird10/jsdbgapi.h 136include/thunderbird10/jsdbgapi.h
152include/thunderbird10/jsdebug.h 137include/thunderbird10/jsdebug.h
153include/thunderbird10/jsdhash.h 138include/thunderbird10/jsdhash.h
154include/thunderbird10/jsfriendapi.h 139include/thunderbird10/jsfriendapi.h
155include/thunderbird10/jsgc.h 140include/thunderbird10/jsgc.h
156include/thunderbird10/jsgcchunk.h 141include/thunderbird10/jsgcchunk.h
157include/thunderbird10/jsgcstats.h 142include/thunderbird10/jsgcstats.h
158include/thunderbird10/jshash.h 143include/thunderbird10/jshash.h
159include/thunderbird10/jsinttypes.h 144include/thunderbird10/jsinttypes.h
160include/thunderbird10/jslock.h 145include/thunderbird10/jslock.h
161include/thunderbird10/json.h 146include/thunderbird10/json.h
162include/thunderbird10/jsopcode.h 147include/thunderbird10/jsopcode.h
163include/thunderbird10/jsopcode.tbl 148include/thunderbird10/jsopcode.tbl
164include/thunderbird10/jsotypes.h 149include/thunderbird10/jsotypes.h
165include/thunderbird10/jsperf.h 150include/thunderbird10/jsperf.h
166include/thunderbird10/jsprf.h 151include/thunderbird10/jsprf.h
167include/thunderbird10/jspropertycache.h 152include/thunderbird10/jspropertycache.h
168include/thunderbird10/jspropertytree.h 153include/thunderbird10/jspropertytree.h
169include/thunderbird10/jsproto.tbl 154include/thunderbird10/jsproto.tbl
170include/thunderbird10/jsproxy.h 155include/thunderbird10/jsproxy.h
171include/thunderbird10/jsprvtd.h 156include/thunderbird10/jsprvtd.h
172include/thunderbird10/jspubtd.h 157include/thunderbird10/jspubtd.h
173include/thunderbird10/jsreflect.h 158include/thunderbird10/jsreflect.h
174include/thunderbird10/jsstdint.h 159include/thunderbird10/jsstdint.h
175include/thunderbird10/jsstr.h 160include/thunderbird10/jsstr.h
176include/thunderbird10/jstracer.h 161include/thunderbird10/jstracer.h
177include/thunderbird10/jstypedarray.h 162include/thunderbird10/jstypedarray.h
178include/thunderbird10/jstypes.h 163include/thunderbird10/jstypes.h
179include/thunderbird10/jsutil.h 164include/thunderbird10/jsutil.h
180include/thunderbird10/jsval.h 165include/thunderbird10/jsval.h
181include/thunderbird10/jsversion.h 166include/thunderbird10/jsversion.h
182include/thunderbird10/jswrapper.h 167include/thunderbird10/jswrapper.h
183include/thunderbird10/jsxdrapi.h 168include/thunderbird10/jsxdrapi.h
184include/thunderbird10/mar.h 169include/thunderbird10/mar.h
185include/thunderbird10/mdb.h 170include/thunderbird10/mdb.h
186include/thunderbird10/mimecont.h 171include/thunderbird10/mimecont.h
187include/thunderbird10/mimecryp.h 172include/thunderbird10/mimecryp.h
188include/thunderbird10/mimecth.h 173include/thunderbird10/mimecth.h
189include/thunderbird10/mimehdrs.h 174include/thunderbird10/mimehdrs.h
190include/thunderbird10/mimei.h 175include/thunderbird10/mimei.h
191include/thunderbird10/mimeleaf.h 176include/thunderbird10/mimeleaf.h
192include/thunderbird10/mimemoz2.h 177include/thunderbird10/mimemoz2.h
193include/thunderbird10/mimemsig.h 178include/thunderbird10/mimemsig.h
194include/thunderbird10/mimemult.h 179include/thunderbird10/mimemult.h
195include/thunderbird10/mimeobj.h 180include/thunderbird10/mimeobj.h
196include/thunderbird10/mimepbuf.h 181include/thunderbird10/mimepbuf.h
197include/thunderbird10/mimetext.h 182include/thunderbird10/mimetext.h
198include/thunderbird10/modlmime.h 183include/thunderbird10/modlmime.h
199include/thunderbird10/modmimee.h 184include/thunderbird10/modmimee.h
200include/thunderbird10/mozAutoDocUpdate.h 185include/thunderbird10/mozAutoDocUpdate.h
201include/thunderbird10/mozFlushType.h 186include/thunderbird10/mozFlushType.h
202include/thunderbird10/mozIAsyncFavicons.h 187include/thunderbird10/mozIAsyncFavicons.h
203include/thunderbird10/mozIAsyncHistory.h 188include/thunderbird10/mozIAsyncHistory.h
204include/thunderbird10/mozIJSSubScriptLoader.h 189include/thunderbird10/mozIJSSubScriptLoader.h
205include/thunderbird10/mozIPersonalDictionary.h 190include/thunderbird10/mozIPersonalDictionary.h
206include/thunderbird10/mozIPlacesAutoComplete.h 191include/thunderbird10/mozIPlacesAutoComplete.h
207include/thunderbird10/mozISanitizingSerializer.h 192include/thunderbird10/mozISanitizingSerializer.h
208include/thunderbird10/mozISpellCheckingEngine.h 193include/thunderbird10/mozISpellCheckingEngine.h
209include/thunderbird10/mozISpellI18NManager.h 194include/thunderbird10/mozISpellI18NManager.h
210include/thunderbird10/mozISpellI18NUtil.h 195include/thunderbird10/mozISpellI18NUtil.h
211include/thunderbird10/mozIStorageAggregateFunction.h 196include/thunderbird10/mozIStorageAggregateFunction.h
212include/thunderbird10/mozIStorageAsyncStatement.h 197include/thunderbird10/mozIStorageAsyncStatement.h
213include/thunderbird10/mozIStorageBaseStatement.h 198include/thunderbird10/mozIStorageBaseStatement.h
214include/thunderbird10/mozIStorageBindingParams.h 199include/thunderbird10/mozIStorageBindingParams.h
215include/thunderbird10/mozIStorageBindingParamsArray.h 200include/thunderbird10/mozIStorageBindingParamsArray.h
216include/thunderbird10/mozIStorageCompletionCallback.h 201include/thunderbird10/mozIStorageCompletionCallback.h
217include/thunderbird10/mozIStorageConnection.h 202include/thunderbird10/mozIStorageConnection.h
218include/thunderbird10/mozIStorageError.h 203include/thunderbird10/mozIStorageError.h
219include/thunderbird10/mozIStorageFunction.h 204include/thunderbird10/mozIStorageFunction.h
220include/thunderbird10/mozIStoragePendingStatement.h 205include/thunderbird10/mozIStoragePendingStatement.h
221include/thunderbird10/mozIStorageProgressHandler.h 206include/thunderbird10/mozIStorageProgressHandler.h
222include/thunderbird10/mozIStorageResultSet.h 207include/thunderbird10/mozIStorageResultSet.h
223include/thunderbird10/mozIStorageRow.h 208include/thunderbird10/mozIStorageRow.h
224include/thunderbird10/mozIStorageService.h 209include/thunderbird10/mozIStorageService.h
225include/thunderbird10/mozIStorageServiceQuotaManagement.h 210include/thunderbird10/mozIStorageServiceQuotaManagement.h
226include/thunderbird10/mozIStorageStatement.h 211include/thunderbird10/mozIStorageStatement.h
227include/thunderbird10/mozIStorageStatementCallback.h 212include/thunderbird10/mozIStorageStatementCallback.h
228include/thunderbird10/mozIStorageStatementWrapper.h 213include/thunderbird10/mozIStorageStatementWrapper.h
229include/thunderbird10/mozIStorageVacuumParticipant.h 214include/thunderbird10/mozIStorageVacuumParticipant.h
230include/thunderbird10/mozIStorageValueArray.h 215include/thunderbird10/mozIStorageValueArray.h
231include/thunderbird10/mozITXTToHTMLConv.h 216include/thunderbird10/mozITXTToHTMLConv.h
232include/thunderbird10/mozIThirdPartyUtil.h 217include/thunderbird10/mozIThirdPartyUtil.h
233include/thunderbird10/mozStorage.h 218include/thunderbird10/mozStorage.h
234include/thunderbird10/mozStorageCID.h 219include/thunderbird10/mozStorageCID.h
235include/thunderbird10/mozStorageHelper.h 220include/thunderbird10/mozStorageHelper.h
236include/thunderbird10/mozcontainer.h 221include/thunderbird10/mozcontainer.h
237include/thunderbird10/mozilla-config.h 222include/thunderbird10/mozilla-config.h
238include/thunderbird10/mozilla/AutoRestore.h 223include/thunderbird10/mozilla/AutoRestore.h
239include/thunderbird10/mozilla/Base64.h 224include/thunderbird10/mozilla/Base64.h
240include/thunderbird10/mozilla/BlockingResourceBase.h 225include/thunderbird10/mozilla/BlockingResourceBase.h
241include/thunderbird10/mozilla/CondVar.h 226include/thunderbird10/mozilla/CondVar.h
242include/thunderbird10/mozilla/DeadlockDetector.h 227include/thunderbird10/mozilla/DeadlockDetector.h
243include/thunderbird10/mozilla/FileUtils.h 228include/thunderbird10/mozilla/FileUtils.h
244include/thunderbird10/mozilla/FunctionTimer.h 229include/thunderbird10/mozilla/FunctionTimer.h
245include/thunderbird10/mozilla/GenericFactory.h 230include/thunderbird10/mozilla/GenericFactory.h
246include/thunderbird10/mozilla/IHistory.h 231include/thunderbird10/mozilla/IHistory.h
247include/thunderbird10/mozilla/IntentionalCrash.h 232include/thunderbird10/mozilla/IntentionalCrash.h
248include/thunderbird10/mozilla/Module.h 233include/thunderbird10/mozilla/Module.h
249include/thunderbird10/mozilla/ModuleLoader.h 234include/thunderbird10/mozilla/ModuleLoader.h
250include/thunderbird10/mozilla/ModuleUtils.h 235include/thunderbird10/mozilla/ModuleUtils.h
251include/thunderbird10/mozilla/Monitor.h 236include/thunderbird10/mozilla/Monitor.h
252include/thunderbird10/mozilla/Mutex.h 237include/thunderbird10/mozilla/Mutex.h
253include/thunderbird10/mozilla/Omnijar.h 238include/thunderbird10/mozilla/Omnijar.h
254include/thunderbird10/mozilla/PaintTracker.h 239include/thunderbird10/mozilla/PaintTracker.h
255include/thunderbird10/mozilla/PluginLibrary.h 240include/thunderbird10/mozilla/PluginLibrary.h
256include/thunderbird10/mozilla/PluginPRLibrary.h 241include/thunderbird10/mozilla/PluginPRLibrary.h
257include/thunderbird10/mozilla/Preferences.h 242include/thunderbird10/mozilla/Preferences.h
258include/thunderbird10/mozilla/RangedPtr.h 243include/thunderbird10/mozilla/RangedPtr.h
259include/thunderbird10/mozilla/ReentrantMonitor.h 244include/thunderbird10/mozilla/ReentrantMonitor.h
260include/thunderbird10/mozilla/RefPtr.h 245include/thunderbird10/mozilla/RefPtr.h
261include/thunderbird10/mozilla/SSE.h 246include/thunderbird10/mozilla/SSE.h
262include/thunderbird10/mozilla/ServiceList.h 247include/thunderbird10/mozilla/ServiceList.h
263include/thunderbird10/mozilla/Services.h 248include/thunderbird10/mozilla/Services.h
264include/thunderbird10/mozilla/Telemetry.h 249include/thunderbird10/mozilla/Telemetry.h
265include/thunderbird10/mozilla/TelemetryHistograms.h 250include/thunderbird10/mozilla/TelemetryHistograms.h
266include/thunderbird10/mozilla/TimeStamp.h 251include/thunderbird10/mozilla/TimeStamp.h
267include/thunderbird10/mozilla/Types.h 252include/thunderbird10/mozilla/Types.h
268include/thunderbird10/mozilla/Util.h 253include/thunderbird10/mozilla/Util.h
269include/thunderbird10/mozilla/WidgetTraceEvent.h 254include/thunderbird10/mozilla/WidgetTraceEvent.h
270include/thunderbird10/mozilla/X11Util.h 255include/thunderbird10/mozilla/X11Util.h
271include/thunderbird10/mozilla/XPCOM.h 256include/thunderbird10/mozilla/XPCOM.h
272include/thunderbird10/mozilla/a11y/States.h 257include/thunderbird10/mozilla/a11y/States.h
273include/thunderbird10/mozilla/arm.h 258include/thunderbird10/mozilla/arm.h
274include/thunderbird10/mozilla/chrome/RegistryMessageUtils.h 259include/thunderbird10/mozilla/chrome/RegistryMessageUtils.h
275include/thunderbird10/mozilla/css/Declaration.h 260include/thunderbird10/mozilla/css/Declaration.h
276include/thunderbird10/mozilla/css/GroupRule.h 261include/thunderbird10/mozilla/css/GroupRule.h
277include/thunderbird10/mozilla/css/ImportRule.h 262include/thunderbird10/mozilla/css/ImportRule.h
278include/thunderbird10/mozilla/css/Loader.h 263include/thunderbird10/mozilla/css/Loader.h
279include/thunderbird10/mozilla/css/NameSpaceRule.h 264include/thunderbird10/mozilla/css/NameSpaceRule.h
280include/thunderbird10/mozilla/css/Rule.h 265include/thunderbird10/mozilla/css/Rule.h
281include/thunderbird10/mozilla/css/StyleRule.h 266include/thunderbird10/mozilla/css/StyleRule.h
282include/thunderbird10/mozilla/docshell/OfflineCacheUpdateChild.h 267include/thunderbird10/mozilla/docshell/OfflineCacheUpdateChild.h
283include/thunderbird10/mozilla/docshell/OfflineCacheUpdateParent.h 268include/thunderbird10/mozilla/docshell/OfflineCacheUpdateParent.h
284include/thunderbird10/mozilla/dom/AudioChild.h 269include/thunderbird10/mozilla/dom/AudioChild.h
285include/thunderbird10/mozilla/dom/AudioParent.h 270include/thunderbird10/mozilla/dom/AudioParent.h
286include/thunderbird10/mozilla/dom/ContentChild.h 271include/thunderbird10/mozilla/dom/ContentChild.h
287include/thunderbird10/mozilla/dom/ContentParent.h 272include/thunderbird10/mozilla/dom/ContentParent.h
288include/thunderbird10/mozilla/dom/ContentProcess.h 273include/thunderbird10/mozilla/dom/ContentProcess.h
289include/thunderbird10/mozilla/dom/CrashReporterChild.h 274include/thunderbird10/mozilla/dom/CrashReporterChild.h
290include/thunderbird10/mozilla/dom/CrashReporterParent.h 275include/thunderbird10/mozilla/dom/CrashReporterParent.h
291include/thunderbird10/mozilla/dom/Element.h 276include/thunderbird10/mozilla/dom/Element.h
292include/thunderbird10/mozilla/dom/ExternalHelperAppChild.h 277include/thunderbird10/mozilla/dom/ExternalHelperAppChild.h
293include/thunderbird10/mozilla/dom/ExternalHelperAppParent.h 278include/thunderbird10/mozilla/dom/ExternalHelperAppParent.h
294include/thunderbird10/mozilla/dom/FromParser.h 279include/thunderbird10/mozilla/dom/FromParser.h
295include/thunderbird10/mozilla/dom/Link.h 280include/thunderbird10/mozilla/dom/Link.h
296include/thunderbird10/mozilla/dom/StorageChild.h 281include/thunderbird10/mozilla/dom/StorageChild.h
297include/thunderbird10/mozilla/dom/StorageParent.h 282include/thunderbird10/mozilla/dom/StorageParent.h
298include/thunderbird10/mozilla/dom/StructuredCloneTags.h 283include/thunderbird10/mozilla/dom/StructuredCloneTags.h
299include/thunderbird10/mozilla/dom/TabChild.h 284include/thunderbird10/mozilla/dom/TabChild.h
300include/thunderbird10/mozilla/dom/TabParent.h 285include/thunderbird10/mozilla/dom/TabParent.h
301include/thunderbird10/mozilla/dom/indexedDB/IDBCursor.h 286include/thunderbird10/mozilla/dom/indexedDB/IDBCursor.h
302include/thunderbird10/mozilla/dom/indexedDB/IDBDatabase.h 287include/thunderbird10/mozilla/dom/indexedDB/IDBDatabase.h
303include/thunderbird10/mozilla/dom/indexedDB/IDBEvents.h 288include/thunderbird10/mozilla/dom/indexedDB/IDBEvents.h
304include/thunderbird10/mozilla/dom/indexedDB/IDBFactory.h 289include/thunderbird10/mozilla/dom/indexedDB/IDBFactory.h
305include/thunderbird10/mozilla/dom/indexedDB/IDBIndex.h 290include/thunderbird10/mozilla/dom/indexedDB/IDBIndex.h
306include/thunderbird10/mozilla/dom/indexedDB/IDBKeyRange.h 291include/thunderbird10/mozilla/dom/indexedDB/IDBKeyRange.h
307include/thunderbird10/mozilla/dom/indexedDB/IDBObjectStore.h 292include/thunderbird10/mozilla/dom/indexedDB/IDBObjectStore.h
308include/thunderbird10/mozilla/dom/indexedDB/IDBRequest.h 293include/thunderbird10/mozilla/dom/indexedDB/IDBRequest.h
309include/thunderbird10/mozilla/dom/indexedDB/IDBTransaction.h 294include/thunderbird10/mozilla/dom/indexedDB/IDBTransaction.h
310include/thunderbird10/mozilla/dom/indexedDB/IndexedDatabase.h 295include/thunderbird10/mozilla/dom/indexedDB/IndexedDatabase.h
311include/thunderbird10/mozilla/dom/indexedDB/IndexedDatabaseManager.h 296include/thunderbird10/mozilla/dom/indexedDB/IndexedDatabaseManager.h
312include/thunderbird10/mozilla/dom/indexedDB/Key.h 297include/thunderbird10/mozilla/dom/indexedDB/Key.h
313include/thunderbird10/mozilla/dom/indexedDB/LazyIdleThread.h 298include/thunderbird10/mozilla/dom/indexedDB/LazyIdleThread.h
314include/thunderbird10/mozilla/dom/workers/Workers.h 299include/thunderbird10/mozilla/dom/workers/Workers.h
315include/thunderbird10/mozilla/gfx/2D.h 300include/thunderbird10/mozilla/gfx/2D.h
316include/thunderbird10/mozilla/gfx/BaseMargin.h 301include/thunderbird10/mozilla/gfx/BaseMargin.h
317include/thunderbird10/mozilla/gfx/BasePoint.h 302include/thunderbird10/mozilla/gfx/BasePoint.h
318include/thunderbird10/mozilla/gfx/BasePoint3D.h 303include/thunderbird10/mozilla/gfx/BasePoint3D.h
319include/thunderbird10/mozilla/gfx/BaseRect.h 304include/thunderbird10/mozilla/gfx/BaseRect.h
320include/thunderbird10/mozilla/gfx/BaseSize.h 305include/thunderbird10/mozilla/gfx/BaseSize.h
321include/thunderbird10/mozilla/gfx/Matrix.h 306include/thunderbird10/mozilla/gfx/Matrix.h
322include/thunderbird10/mozilla/gfx/Point.h 307include/thunderbird10/mozilla/gfx/Point.h
323include/thunderbird10/mozilla/gfx/Rect.h 308include/thunderbird10/mozilla/gfx/Rect.h
324include/thunderbird10/mozilla/gfx/SharedDIB.h 309include/thunderbird10/mozilla/gfx/SharedDIB.h
325include/thunderbird10/mozilla/gfx/Types.h 310include/thunderbird10/mozilla/gfx/Types.h
326include/thunderbird10/mozilla/ipc/AsyncChannel.h 311include/thunderbird10/mozilla/ipc/AsyncChannel.h
327include/thunderbird10/mozilla/ipc/BrowserProcessSubThread.h 312include/thunderbird10/mozilla/ipc/BrowserProcessSubThread.h
328include/thunderbird10/mozilla/ipc/DocumentRendererChild.h 313include/thunderbird10/mozilla/ipc/DocumentRendererChild.h
329include/thunderbird10/mozilla/ipc/DocumentRendererNativeIDChild.h 314include/thunderbird10/mozilla/ipc/DocumentRendererNativeIDChild.h
330include/thunderbird10/mozilla/ipc/DocumentRendererNativeIDParent.h 315include/thunderbird10/mozilla/ipc/DocumentRendererNativeIDParent.h
331include/thunderbird10/mozilla/ipc/DocumentRendererParent.h 316include/thunderbird10/mozilla/ipc/DocumentRendererParent.h
332include/thunderbird10/mozilla/ipc/DocumentRendererShmemChild.h 317include/thunderbird10/mozilla/ipc/DocumentRendererShmemChild.h
333include/thunderbird10/mozilla/ipc/DocumentRendererShmemParent.h 318include/thunderbird10/mozilla/ipc/DocumentRendererShmemParent.h
334include/thunderbird10/mozilla/ipc/GeckoChildProcessHost.h 319include/thunderbird10/mozilla/ipc/GeckoChildProcessHost.h
335include/thunderbird10/mozilla/ipc/IOThreadChild.h 320include/thunderbird10/mozilla/ipc/IOThreadChild.h
336include/thunderbird10/mozilla/ipc/ProcessChild.h 321include/thunderbird10/mozilla/ipc/ProcessChild.h
337include/thunderbird10/mozilla/ipc/ProtocolUtils.h 322include/thunderbird10/mozilla/ipc/ProtocolUtils.h
338include/thunderbird10/mozilla/ipc/RPCChannel.h 323include/thunderbird10/mozilla/ipc/RPCChannel.h
339include/thunderbird10/mozilla/ipc/ScopedXREEmbed.h 324include/thunderbird10/mozilla/ipc/ScopedXREEmbed.h
340include/thunderbird10/mozilla/ipc/SharedMemory.h 325include/thunderbird10/mozilla/ipc/SharedMemory.h
341include/thunderbird10/mozilla/ipc/SharedMemoryBasic.h 326include/thunderbird10/mozilla/ipc/SharedMemoryBasic.h
342include/thunderbird10/mozilla/ipc/SharedMemoryBasic_chromium.h 327include/thunderbird10/mozilla/ipc/SharedMemoryBasic_chromium.h
343include/thunderbird10/mozilla/ipc/SharedMemorySysV.h 328include/thunderbird10/mozilla/ipc/SharedMemorySysV.h
344include/thunderbird10/mozilla/ipc/Shmem.h 329include/thunderbird10/mozilla/ipc/Shmem.h
345include/thunderbird10/mozilla/ipc/SyncChannel.h 330include/thunderbird10/mozilla/ipc/SyncChannel.h
346include/thunderbird10/mozilla/ipc/TestShellChild.h 331include/thunderbird10/mozilla/ipc/TestShellChild.h
347include/thunderbird10/mozilla/ipc/TestShellParent.h 332include/thunderbird10/mozilla/ipc/TestShellParent.h
348include/thunderbird10/mozilla/ipc/Transport.h 333include/thunderbird10/mozilla/ipc/Transport.h
349include/thunderbird10/mozilla/ipc/Transport_posix.h 334include/thunderbird10/mozilla/ipc/Transport_posix.h
350include/thunderbird10/mozilla/ipc/XPCShellEnvironment.h 335include/thunderbird10/mozilla/ipc/XPCShellEnvironment.h
351include/thunderbird10/mozilla/jetpack/Handle.h 336include/thunderbird10/mozilla/jetpack/Handle.h
352include/thunderbird10/mozilla/jetpack/JetpackActorCommon.h 337include/thunderbird10/mozilla/jetpack/JetpackActorCommon.h
353include/thunderbird10/mozilla/jetpack/JetpackChild.h 338include/thunderbird10/mozilla/jetpack/JetpackChild.h
354include/thunderbird10/mozilla/jetpack/JetpackParent.h 339include/thunderbird10/mozilla/jetpack/JetpackParent.h
355include/thunderbird10/mozilla/jetpack/JetpackProcessChild.h 340include/thunderbird10/mozilla/jetpack/JetpackProcessChild.h
356include/thunderbird10/mozilla/jetpack/JetpackProcessParent.h 341include/thunderbird10/mozilla/jetpack/JetpackProcessParent.h
357include/thunderbird10/mozilla/jetpack/JetpackService.h 342include/thunderbird10/mozilla/jetpack/JetpackService.h
358include/thunderbird10/mozilla/jsipc/CPOWTypes.h 343include/thunderbird10/mozilla/jsipc/CPOWTypes.h
359include/thunderbird10/mozilla/jsipc/ContextWrapperChild.h 344include/thunderbird10/mozilla/jsipc/ContextWrapperChild.h
360include/thunderbird10/mozilla/jsipc/ContextWrapperParent.h 345include/thunderbird10/mozilla/jsipc/ContextWrapperParent.h
361include/thunderbird10/mozilla/jsipc/ObjectWrapperChild.h 346include/thunderbird10/mozilla/jsipc/ObjectWrapperChild.h
362include/thunderbird10/mozilla/jsipc/ObjectWrapperParent.h 347include/thunderbird10/mozilla/jsipc/ObjectWrapperParent.h
363include/thunderbird10/mozilla/layers/ShadowLayerUtilsX11.h 348include/thunderbird10/mozilla/layers/ShadowLayerUtilsX11.h
364include/thunderbird10/mozilla/layers/ShadowLayers.h 349include/thunderbird10/mozilla/layers/ShadowLayers.h
365include/thunderbird10/mozilla/layers/ShadowLayersChild.h 350include/thunderbird10/mozilla/layers/ShadowLayersChild.h
366include/thunderbird10/mozilla/layers/ShadowLayersParent.h 351include/thunderbird10/mozilla/layers/ShadowLayersParent.h
367include/thunderbird10/mozilla/layout/RenderFrameChild.h 352include/thunderbird10/mozilla/layout/RenderFrameChild.h
368include/thunderbird10/mozilla/layout/RenderFrameParent.h 353include/thunderbird10/mozilla/layout/RenderFrameParent.h
369include/thunderbird10/mozilla/mozalloc.h 354include/thunderbird10/mozilla/mozalloc.h
370include/thunderbird10/mozilla/mozalloc_abort.h 355include/thunderbird10/mozilla/mozalloc_abort.h
371include/thunderbird10/mozilla/mozalloc_macro_wrappers.h 356include/thunderbird10/mozilla/mozalloc_macro_wrappers.h
372include/thunderbird10/mozilla/mozalloc_oom.h 357include/thunderbird10/mozilla/mozalloc_oom.h
373include/thunderbird10/mozilla/mozalloc_undef_macro_wrappers.h 358include/thunderbird10/mozilla/mozalloc_undef_macro_wrappers.h
374include/thunderbird10/mozilla/net/BaseWebSocketChannel.h 359include/thunderbird10/mozilla/net/BaseWebSocketChannel.h
375include/thunderbird10/mozilla/net/ChannelEventQueue.h 360include/thunderbird10/mozilla/net/ChannelEventQueue.h
376include/thunderbird10/mozilla/net/CookieServiceChild.h 361include/thunderbird10/mozilla/net/CookieServiceChild.h
377include/thunderbird10/mozilla/net/CookieServiceParent.h 362include/thunderbird10/mozilla/net/CookieServiceParent.h
378include/thunderbird10/mozilla/net/FTPChannelChild.h 363include/thunderbird10/mozilla/net/FTPChannelChild.h
379include/thunderbird10/mozilla/net/FTPChannelParent.h 364include/thunderbird10/mozilla/net/FTPChannelParent.h
380include/thunderbird10/mozilla/net/HttpBaseChannel.h 365include/thunderbird10/mozilla/net/HttpBaseChannel.h
381include/thunderbird10/mozilla/net/HttpChannelChild.h 366include/thunderbird10/mozilla/net/HttpChannelChild.h
382include/thunderbird10/mozilla/net/HttpChannelParent.h 367include/thunderbird10/mozilla/net/HttpChannelParent.h
383include/thunderbird10/mozilla/net/NeckoChild.h 368include/thunderbird10/mozilla/net/NeckoChild.h
384include/thunderbird10/mozilla/net/NeckoCommon.h 369include/thunderbird10/mozilla/net/NeckoCommon.h
385include/thunderbird10/mozilla/net/NeckoMessageUtils.h 370include/thunderbird10/mozilla/net/NeckoMessageUtils.h
386include/thunderbird10/mozilla/net/NeckoParent.h 371include/thunderbird10/mozilla/net/NeckoParent.h
387include/thunderbird10/mozilla/net/PHttpChannelParams.h 372include/thunderbird10/mozilla/net/PHttpChannelParams.h
388include/thunderbird10/mozilla/net/WebSocketChannel.h 373include/thunderbird10/mozilla/net/WebSocketChannel.h
389include/thunderbird10/mozilla/net/WebSocketChannelChild.h 374include/thunderbird10/mozilla/net/WebSocketChannelChild.h
390include/thunderbird10/mozilla/net/WebSocketChannelParent.h 375include/thunderbird10/mozilla/net/WebSocketChannelParent.h
391include/thunderbird10/mozilla/net/WyciwygChannelChild.h 376include/thunderbird10/mozilla/net/WyciwygChannelChild.h
392include/thunderbird10/mozilla/net/WyciwygChannelParent.h 377include/thunderbird10/mozilla/net/WyciwygChannelParent.h
393include/thunderbird10/mozilla/places/History.h 378include/thunderbird10/mozilla/places/History.h
394include/thunderbird10/mozilla/plugins/AStream.h 379include/thunderbird10/mozilla/plugins/AStream.h
395include/thunderbird10/mozilla/plugins/BrowserStreamChild.h 380include/thunderbird10/mozilla/plugins/BrowserStreamChild.h
396include/thunderbird10/mozilla/plugins/BrowserStreamParent.h 381include/thunderbird10/mozilla/plugins/BrowserStreamParent.h
397include/thunderbird10/mozilla/plugins/ChildAsyncCall.h 382include/thunderbird10/mozilla/plugins/ChildAsyncCall.h
398include/thunderbird10/mozilla/plugins/ChildTimer.h 383include/thunderbird10/mozilla/plugins/ChildTimer.h
399include/thunderbird10/mozilla/plugins/NPEventAndroid.h 384include/thunderbird10/mozilla/plugins/NPEventAndroid.h
400include/thunderbird10/mozilla/plugins/NPEventOSX.h 385include/thunderbird10/mozilla/plugins/NPEventOSX.h
401include/thunderbird10/mozilla/plugins/NPEventWindows.h 386include/thunderbird10/mozilla/plugins/NPEventWindows.h
402include/thunderbird10/mozilla/plugins/PluginIdentifierChild.h 387include/thunderbird10/mozilla/plugins/PluginIdentifierChild.h
403include/thunderbird10/mozilla/plugins/PluginIdentifierParent.h 388include/thunderbird10/mozilla/plugins/PluginIdentifierParent.h
404include/thunderbird10/mozilla/plugins/PluginInstanceChild.h 389include/thunderbird10/mozilla/plugins/PluginInstanceChild.h
405include/thunderbird10/mozilla/plugins/PluginInstanceParent.h 390include/thunderbird10/mozilla/plugins/PluginInstanceParent.h
406include/thunderbird10/mozilla/plugins/PluginMessageUtils.h 391include/thunderbird10/mozilla/plugins/PluginMessageUtils.h
407include/thunderbird10/mozilla/plugins/PluginModuleChild.h 392include/thunderbird10/mozilla/plugins/PluginModuleChild.h
408include/thunderbird10/mozilla/plugins/PluginModuleParent.h 393include/thunderbird10/mozilla/plugins/PluginModuleParent.h
409include/thunderbird10/mozilla/plugins/PluginProcessChild.h 394include/thunderbird10/mozilla/plugins/PluginProcessChild.h
410include/thunderbird10/mozilla/plugins/PluginProcessParent.h 395include/thunderbird10/mozilla/plugins/PluginProcessParent.h
411include/thunderbird10/mozilla/plugins/PluginScriptableObjectChild.h 396include/thunderbird10/mozilla/plugins/PluginScriptableObjectChild.h
412include/thunderbird10/mozilla/plugins/PluginScriptableObjectParent.h 397include/thunderbird10/mozilla/plugins/PluginScriptableObjectParent.h
413include/thunderbird10/mozilla/plugins/PluginScriptableObjectUtils-inl.h 398include/thunderbird10/mozilla/plugins/PluginScriptableObjectUtils-inl.h
414include/thunderbird10/mozilla/plugins/PluginScriptableObjectUtils.h 399include/thunderbird10/mozilla/plugins/PluginScriptableObjectUtils.h
415include/thunderbird10/mozilla/plugins/PluginStreamChild.h 400include/thunderbird10/mozilla/plugins/PluginStreamChild.h
416include/thunderbird10/mozilla/plugins/PluginStreamParent.h 401include/thunderbird10/mozilla/plugins/PluginStreamParent.h
417include/thunderbird10/mozilla/plugins/PluginUtilsOSX.h 402include/thunderbird10/mozilla/plugins/PluginUtilsOSX.h
418include/thunderbird10/mozilla/plugins/StreamNotifyChild.h 403include/thunderbird10/mozilla/plugins/StreamNotifyChild.h
419include/thunderbird10/mozilla/plugins/StreamNotifyParent.h 404include/thunderbird10/mozilla/plugins/StreamNotifyParent.h
420include/thunderbird10/mozilla/scache/StartupCache.h 405include/thunderbird10/mozilla/scache/StartupCache.h
421include/thunderbird10/mozilla/scache/StartupCacheUtils.h 406include/thunderbird10/mozilla/scache/StartupCacheUtils.h
422include/thunderbird10/mozilla/storage.h 407include/thunderbird10/mozilla/storage.h
423include/thunderbird10/mozilla/storage/StatementCache.h 408include/thunderbird10/mozilla/storage/StatementCache.h
424include/thunderbird10/mozilla/storage/Variant.h 409include/thunderbird10/mozilla/storage/Variant.h
425include/thunderbird10/mozilla/storage/Variant_inl.h 410include/thunderbird10/mozilla/storage/Variant_inl.h
426include/thunderbird10/mozilla/threads/nsThreadIDs.h 411include/thunderbird10/mozilla/threads/nsThreadIDs.h
427include/thunderbird10/mozilla/throw_gcc.h 412include/thunderbird10/mozilla/throw_gcc.h
428include/thunderbird10/mozilla/unused.h 413include/thunderbird10/mozilla/unused.h
429include/thunderbird10/mozpngconf.h 414include/thunderbird10/mozpngconf.h
430include/thunderbird10/msgCore.h 415include/thunderbird10/msgCore.h
431${PLIST.jit}include/thunderbird10/nanojit.h 
432include/thunderbird10/necko-config.h 416include/thunderbird10/necko-config.h
433include/thunderbird10/nestegg/nestegg-stdint.h 417include/thunderbird10/nestegg/nestegg-stdint.h
434include/thunderbird10/nestegg/nestegg.h 418include/thunderbird10/nestegg/nestegg.h
435include/thunderbird10/netCore.h 419include/thunderbird10/netCore.h
436${PLIST.jit}include/thunderbird10/njconfig.h 
437${PLIST.jit}include/thunderbird10/njcpudetect.h 
438include/thunderbird10/npapi.h 420include/thunderbird10/npapi.h
439include/thunderbird10/npfunctions.h 421include/thunderbird10/npfunctions.h
440include/thunderbird10/npruntime.h 422include/thunderbird10/npruntime.h
441include/thunderbird10/nptypes.h 423include/thunderbird10/nptypes.h
442include/thunderbird10/nsAHtml5TreeBuilderState.h 424include/thunderbird10/nsAHtml5TreeBuilderState.h
443include/thunderbird10/nsAHtml5TreeOpSink.h 425include/thunderbird10/nsAHtml5TreeOpSink.h
444include/thunderbird10/nsARIAGridAccessibleWrap.h 426include/thunderbird10/nsARIAGridAccessibleWrap.h
445include/thunderbird10/nsARIAMap.h 427include/thunderbird10/nsARIAMap.h
446include/thunderbird10/nsASocketHandler.h 428include/thunderbird10/nsASocketHandler.h
447include/thunderbird10/nsAString.h 429include/thunderbird10/nsAString.h
448include/thunderbird10/nsAXPCNativeCallContext.h 430include/thunderbird10/nsAXPCNativeCallContext.h
449include/thunderbird10/nsAbBaseCID.h 431include/thunderbird10/nsAbBaseCID.h
450include/thunderbird10/nsAboutProtocolUtils.h 432include/thunderbird10/nsAboutProtocolUtils.h
451include/thunderbird10/nsAccDocManager.h 433include/thunderbird10/nsAccDocManager.h
452include/thunderbird10/nsAccessNode.h 434include/thunderbird10/nsAccessNode.h
453include/thunderbird10/nsAccessNodeWrap.h 435include/thunderbird10/nsAccessNodeWrap.h
454include/thunderbird10/nsAccessibilityService.h 436include/thunderbird10/nsAccessibilityService.h
455include/thunderbird10/nsAccessible.h 437include/thunderbird10/nsAccessible.h
456include/thunderbird10/nsAccessibleWrap.h 438include/thunderbird10/nsAccessibleWrap.h
457include/thunderbird10/nsAgg.h 439include/thunderbird10/nsAgg.h
458include/thunderbird10/nsAlgorithm.h 440include/thunderbird10/nsAlgorithm.h
459include/thunderbird10/nsAppDirectoryServiceDefs.h 441include/thunderbird10/nsAppDirectoryServiceDefs.h
460include/thunderbird10/nsAppShellCID.h 442include/thunderbird10/nsAppShellCID.h
461include/thunderbird10/nsArrayEnumerator.h 443include/thunderbird10/nsArrayEnumerator.h
462include/thunderbird10/nsArrayUtils.h 444include/thunderbird10/nsArrayUtils.h
463include/thunderbird10/nsAsyncRedirectVerifyHelper.h 445include/thunderbird10/nsAsyncRedirectVerifyHelper.h
464include/thunderbird10/nsAtomListUtils.h 446include/thunderbird10/nsAtomListUtils.h
465include/thunderbird10/nsAtomService.h 447include/thunderbird10/nsAtomService.h
466include/thunderbird10/nsAtomicRefcnt.h 448include/thunderbird10/nsAtomicRefcnt.h
467include/thunderbird10/nsAttrName.h 449include/thunderbird10/nsAttrName.h
468include/thunderbird10/nsAudioAvailableEventManager.h 450include/thunderbird10/nsAudioAvailableEventManager.h
469include/thunderbird10/nsAudioStream.h 451include/thunderbird10/nsAudioStream.h
470include/thunderbird10/nsAutoJSValHolder.h 452include/thunderbird10/nsAutoJSValHolder.h
471include/thunderbird10/nsAutoPtr.h 453include/thunderbird10/nsAutoPtr.h
472include/thunderbird10/nsAutoRef.h 454include/thunderbird10/nsAutoRef.h
473include/thunderbird10/nsBaseHashtable.h 455include/thunderbird10/nsBaseHashtable.h
474include/thunderbird10/nsBidi.h 456include/thunderbird10/nsBidi.h
475include/thunderbird10/nsBidiPresUtils.h 457include/thunderbird10/nsBidiPresUtils.h
476include/thunderbird10/nsBidiUtils.h 458include/thunderbird10/nsBidiUtils.h
477include/thunderbird10/nsBindingManager.h 459include/thunderbird10/nsBindingManager.h
478include/thunderbird10/nsBoundingMetrics.h 460include/thunderbird10/nsBoundingMetrics.h
479include/thunderbird10/nsBuiltinDecoder.h 461include/thunderbird10/nsBuiltinDecoder.h
480include/thunderbird10/nsBuiltinDecoderReader.h 462include/thunderbird10/nsBuiltinDecoderReader.h
481include/thunderbird10/nsBuiltinDecoderStateMachine.h 463include/thunderbird10/nsBuiltinDecoderStateMachine.h
482include/thunderbird10/nsCDefaultURIFixup.h 464include/thunderbird10/nsCDefaultURIFixup.h
483include/thunderbird10/nsCExternalHandlerService.h 465include/thunderbird10/nsCExternalHandlerService.h
484include/thunderbird10/nsCOMArray.h 466include/thunderbird10/nsCOMArray.h
485include/thunderbird10/nsCOMPtr.h 467include/thunderbird10/nsCOMPtr.h
486include/thunderbird10/nsCPrefetchService.h 468include/thunderbird10/nsCPrefetchService.h
487include/thunderbird10/nsCRT.h 469include/thunderbird10/nsCRT.h
488include/thunderbird10/nsCRTGlue.h 470include/thunderbird10/nsCRTGlue.h
489include/thunderbird10/nsCSSAnonBoxList.h 471include/thunderbird10/nsCSSAnonBoxList.h
490include/thunderbird10/nsCSSAnonBoxes.h 472include/thunderbird10/nsCSSAnonBoxes.h
491include/thunderbird10/nsCSSFrameConstructor.h 473include/thunderbird10/nsCSSFrameConstructor.h
492include/thunderbird10/nsCSSKeywordList.h 474include/thunderbird10/nsCSSKeywordList.h
493include/thunderbird10/nsCSSKeywords.h 475include/thunderbird10/nsCSSKeywords.h
494include/thunderbird10/nsCSSParser.h 476include/thunderbird10/nsCSSParser.h
495include/thunderbird10/nsCSSPropList.h 477include/thunderbird10/nsCSSPropList.h
496include/thunderbird10/nsCSSProperty.h 478include/thunderbird10/nsCSSProperty.h
497include/thunderbird10/nsCSSProps.h 479include/thunderbird10/nsCSSProps.h
498include/thunderbird10/nsCSSPseudoClassList.h 480include/thunderbird10/nsCSSPseudoClassList.h
499include/thunderbird10/nsCSSPseudoClasses.h 481include/thunderbird10/nsCSSPseudoClasses.h
500include/thunderbird10/nsCSSPseudoElementList.h 482include/thunderbird10/nsCSSPseudoElementList.h
501include/thunderbird10/nsCSSPseudoElements.h 483include/thunderbird10/nsCSSPseudoElements.h
502include/thunderbird10/nsCSSRuleProcessor.h 484include/thunderbird10/nsCSSRuleProcessor.h
503include/thunderbird10/nsCSSStyleSheet.h 485include/thunderbird10/nsCSSStyleSheet.h
504include/thunderbird10/nsCSSValue.h 486include/thunderbird10/nsCSSValue.h
505include/thunderbird10/nsCTooltipTextProvider.h 487include/thunderbird10/nsCTooltipTextProvider.h
506include/thunderbird10/nsCURILoader.h 488include/thunderbird10/nsCURILoader.h
507include/thunderbird10/nsCWebBrowser.h 489include/thunderbird10/nsCWebBrowser.h
508include/thunderbird10/nsCWebBrowserPersist.h 490include/thunderbird10/nsCWebBrowserPersist.h
509include/thunderbird10/nsCacheService.h 491include/thunderbird10/nsCacheService.h
510include/thunderbird10/nsCanvasFrame.h 492include/thunderbird10/nsCanvasFrame.h
511include/thunderbird10/nsCaret.h 493include/thunderbird10/nsCaret.h
512include/thunderbird10/nsCaseTreatment.h 494include/thunderbird10/nsCaseTreatment.h
513include/thunderbird10/nsCategoryCache.h 495include/thunderbird10/nsCategoryCache.h
514include/thunderbird10/nsCategoryManagerUtils.h 496include/thunderbird10/nsCategoryManagerUtils.h
515include/thunderbird10/nsChangeHint.h 497include/thunderbird10/nsChangeHint.h
516include/thunderbird10/nsChannelProperties.h 498include/thunderbird10/nsChannelProperties.h
517include/thunderbird10/nsCharSeparatedTokenizer.h 499include/thunderbird10/nsCharSeparatedTokenizer.h
518include/thunderbird10/nsCharTraits.h 500include/thunderbird10/nsCharTraits.h
519include/thunderbird10/nsCharsetDetectionAdaptorCID.h 501include/thunderbird10/nsCharsetDetectionAdaptorCID.h
520include/thunderbird10/nsCheapSets.h 502include/thunderbird10/nsCheapSets.h
521include/thunderbird10/nsClassHashtable.h 503include/thunderbird10/nsClassHashtable.h
522include/thunderbird10/nsClientRect.h 504include/thunderbird10/nsClientRect.h
523include/thunderbird10/nsCollation.h 505include/thunderbird10/nsCollation.h
524include/thunderbird10/nsCollationCID.h 506include/thunderbird10/nsCollationCID.h
525include/thunderbird10/nsColor.h 507include/thunderbird10/nsColor.h
526include/thunderbird10/nsColorNameList.h 508include/thunderbird10/nsColorNameList.h
527include/thunderbird10/nsColorNames.h 509include/thunderbird10/nsColorNames.h
528include/thunderbird10/nsCom.h 510include/thunderbird10/nsCom.h
529include/thunderbird10/nsCompatibility.h 511include/thunderbird10/nsCompatibility.h
530include/thunderbird10/nsComponentManagerUtils.h 512include/thunderbird10/nsComponentManagerUtils.h
531include/thunderbird10/nsComposeStrings.h 513include/thunderbird10/nsComposeStrings.h
532include/thunderbird10/nsCompressedCharMap.h 514include/thunderbird10/nsCompressedCharMap.h
533include/thunderbird10/nsContentCID.h 515include/thunderbird10/nsContentCID.h
534include/thunderbird10/nsContentCreatorFunctions.h 516include/thunderbird10/nsContentCreatorFunctions.h
535include/thunderbird10/nsContentDLF.h 517include/thunderbird10/nsContentDLF.h
536include/thunderbird10/nsContentErrors.h 518include/thunderbird10/nsContentErrors.h
537include/thunderbird10/nsContentList.h 519include/thunderbird10/nsContentList.h
538include/thunderbird10/nsContentPermissionHelper.h 520include/thunderbird10/nsContentPermissionHelper.h
539include/thunderbird10/nsContentPolicyUtils.h 521include/thunderbird10/nsContentPolicyUtils.h
540include/thunderbird10/nsContentSink.h 522include/thunderbird10/nsContentSink.h
541include/thunderbird10/nsContentUtils.h 523include/thunderbird10/nsContentUtils.h
542include/thunderbird10/nsCoord.h 524include/thunderbird10/nsCoord.h
543include/thunderbird10/nsCopySupport.h 525include/thunderbird10/nsCopySupport.h
544include/thunderbird10/nsCoreAnimationSupport.h 526include/thunderbird10/nsCoreAnimationSupport.h
545include/thunderbird10/nsCppSharedAllocator.h 527include/thunderbird10/nsCppSharedAllocator.h
546include/thunderbird10/nsCycleCollectionParticipant.h 528include/thunderbird10/nsCycleCollectionParticipant.h
547include/thunderbird10/nsCycleCollector.h 529include/thunderbird10/nsCycleCollector.h
548include/thunderbird10/nsCycleCollectorUtils.h 530include/thunderbird10/nsCycleCollectorUtils.h
549include/thunderbird10/nsDBFolderInfo.h 531include/thunderbird10/nsDBFolderInfo.h
550include/thunderbird10/nsDOMCID.h 532include/thunderbird10/nsDOMCID.h
551include/thunderbird10/nsDOMCSSAttrDeclaration.h 533include/thunderbird10/nsDOMCSSAttrDeclaration.h
552include/thunderbird10/nsDOMCSSDeclaration.h 534include/thunderbird10/nsDOMCSSDeclaration.h
553include/thunderbird10/nsDOMClassInfoClasses.h 535include/thunderbird10/nsDOMClassInfoClasses.h
554include/thunderbird10/nsDOMClassInfoID.h 536include/thunderbird10/nsDOMClassInfoID.h
555include/thunderbird10/nsDOMError.h 537include/thunderbird10/nsDOMError.h
556include/thunderbird10/nsDOMEventTargetWrapperCache.h 538include/thunderbird10/nsDOMEventTargetWrapperCache.h
557include/thunderbird10/nsDOMFile.h 539include/thunderbird10/nsDOMFile.h
558include/thunderbird10/nsDOMJSUtils.h 540include/thunderbird10/nsDOMJSUtils.h
559include/thunderbird10/nsDOMMediaQueryList.h 541include/thunderbird10/nsDOMMediaQueryList.h
560include/thunderbird10/nsDOMMemoryReporter.h 542include/thunderbird10/nsDOMMemoryReporter.h
561include/thunderbird10/nsDOMScriptObjectHolder.h 543include/thunderbird10/nsDOMScriptObjectHolder.h
562include/thunderbird10/nsDOMString.h 544include/thunderbird10/nsDOMString.h
563include/thunderbird10/nsDataHashtable.h 545include/thunderbird10/nsDataHashtable.h
564include/thunderbird10/nsDateTimeFormatCID.h 546include/thunderbird10/nsDateTimeFormatCID.h
565include/thunderbird10/nsDebug.h 547include/thunderbird10/nsDebug.h
566include/thunderbird10/nsDebugImpl.h 548include/thunderbird10/nsDebugImpl.h
567include/thunderbird10/nsDependentString.h 549include/thunderbird10/nsDependentString.h
568include/thunderbird10/nsDependentSubstring.h 550include/thunderbird10/nsDependentSubstring.h
569include/thunderbird10/nsDeprecatedOperationList.h 551include/thunderbird10/nsDeprecatedOperationList.h
570include/thunderbird10/nsDeque.h 552include/thunderbird10/nsDeque.h
571include/thunderbird10/nsDetectionConfident.h 553include/thunderbird10/nsDetectionConfident.h
572include/thunderbird10/nsDeviceContext.h 554include/thunderbird10/nsDeviceContext.h
573include/thunderbird10/nsDeviceMotion.h 555include/thunderbird10/nsDeviceMotion.h
574include/thunderbird10/nsDirectoryService.h 556include/thunderbird10/nsDirectoryService.h
575include/thunderbird10/nsDirectoryServiceAtomList.h 557include/thunderbird10/nsDirectoryServiceAtomList.h
576include/thunderbird10/nsDirectoryServiceDefs.h 558include/thunderbird10/nsDirectoryServiceDefs.h
577include/thunderbird10/nsDirectoryServiceUtils.h 559include/thunderbird10/nsDirectoryServiceUtils.h
578include/thunderbird10/nsDisplayItemTypes.h 560include/thunderbird10/nsDisplayItemTypes.h
579include/thunderbird10/nsDisplayList.h 561include/thunderbird10/nsDisplayList.h
580include/thunderbird10/nsDocAccessibleWrap.h 562include/thunderbird10/nsDocAccessibleWrap.h
581include/thunderbird10/nsDocLoader.h 563include/thunderbird10/nsDocLoader.h
582include/thunderbird10/nsDocShellCID.h 564include/thunderbird10/nsDocShellCID.h
583include/thunderbird10/nsDocShellLoadTypes.h 565include/thunderbird10/nsDocShellLoadTypes.h
584include/thunderbird10/nsDocumentCharsetInfoCID.h 566include/thunderbird10/nsDocumentCharsetInfoCID.h
585include/thunderbird10/nsDoubleHashtable.h 567include/thunderbird10/nsDoubleHashtable.h
586include/thunderbird10/nsEditorCID.h 568include/thunderbird10/nsEditorCID.h
587include/thunderbird10/nsEmbedCID.h 569include/thunderbird10/nsEmbedCID.h
588include/thunderbird10/nsEmbedString.h 570include/thunderbird10/nsEmbedString.h
589include/thunderbird10/nsEncoderDecoderUtils.h 571include/thunderbird10/nsEncoderDecoderUtils.h
590include/thunderbird10/nsEnumeratorUtils.h 572include/thunderbird10/nsEnumeratorUtils.h
591include/thunderbird10/nsError.h 573include/thunderbird10/nsError.h
592include/thunderbird10/nsEscape.h 574include/thunderbird10/nsEscape.h
593include/thunderbird10/nsEvent.h 575include/thunderbird10/nsEvent.h
594include/thunderbird10/nsEventDispatcher.h 576include/thunderbird10/nsEventDispatcher.h
595include/thunderbird10/nsEventListenerManager.h 577include/thunderbird10/nsEventListenerManager.h
596include/thunderbird10/nsEventNameList.h 578include/thunderbird10/nsEventNameList.h
597include/thunderbird10/nsEventQueue.h 579include/thunderbird10/nsEventQueue.h
598include/thunderbird10/nsEventStateManager.h 580include/thunderbird10/nsEventStateManager.h
599include/thunderbird10/nsEventStates.h 581include/thunderbird10/nsEventStates.h
600include/thunderbird10/nsExpirationTracker.h 582include/thunderbird10/nsExpirationTracker.h
601include/thunderbird10/nsExternalHelperAppService.h 583include/thunderbird10/nsExternalHelperAppService.h
602include/thunderbird10/nsFixedSizeAllocator.h 584include/thunderbird10/nsFixedSizeAllocator.h
603include/thunderbird10/nsFocusManager.h 585include/thunderbird10/nsFocusManager.h
604include/thunderbird10/nsFont.h 586include/thunderbird10/nsFont.h
605include/thunderbird10/nsFontFace.h 587include/thunderbird10/nsFontFace.h
606include/thunderbird10/nsFontFaceList.h 588include/thunderbird10/nsFontFaceList.h
607include/thunderbird10/nsFontMetrics.h 589include/thunderbird10/nsFontMetrics.h
608include/thunderbird10/nsFormSubmission.h 590include/thunderbird10/nsFormSubmission.h
609include/thunderbird10/nsFrameList.h 591include/thunderbird10/nsFrameList.h
610include/thunderbird10/nsFrameManager.h 592include/thunderbird10/nsFrameManager.h
611include/thunderbird10/nsFrameManagerBase.h 593include/thunderbird10/nsFrameManagerBase.h
612include/thunderbird10/nsFrameSelection.h 594include/thunderbird10/nsFrameSelection.h
613include/thunderbird10/nsFrameTraversal.h 595include/thunderbird10/nsFrameTraversal.h
614include/thunderbird10/nsGTKToolkit.h 596include/thunderbird10/nsGTKToolkit.h
615include/thunderbird10/nsGUIEvent.h 597include/thunderbird10/nsGUIEvent.h
616include/thunderbird10/nsGeoPosition.h 598include/thunderbird10/nsGeoPosition.h
617include/thunderbird10/nsGeoPositionIPCSerialiser.h 599include/thunderbird10/nsGeoPositionIPCSerialiser.h
618include/thunderbird10/nsGfxCIID.h 600include/thunderbird10/nsGfxCIID.h
619include/thunderbird10/nsGkAtomList.h 601include/thunderbird10/nsGkAtomList.h
620include/thunderbird10/nsGkAtoms.h 602include/thunderbird10/nsGkAtoms.h
621include/thunderbird10/nsGrid.h 603include/thunderbird10/nsGrid.h
622include/thunderbird10/nsGridCell.h 604include/thunderbird10/nsGridCell.h
623include/thunderbird10/nsGridLayout2.h 605include/thunderbird10/nsGridLayout2.h
624include/thunderbird10/nsGridRow.h 606include/thunderbird10/nsGridRow.h
625include/thunderbird10/nsGridRowGroupLayout.h 607include/thunderbird10/nsGridRowGroupLayout.h
626include/thunderbird10/nsGridRowLayout.h 608include/thunderbird10/nsGridRowLayout.h
627include/thunderbird10/nsGridRowLeafFrame.h 609include/thunderbird10/nsGridRowLeafFrame.h
628include/thunderbird10/nsGridRowLeafLayout.h 610include/thunderbird10/nsGridRowLeafLayout.h
629include/thunderbird10/nsHTMLAudioElement.h 611include/thunderbird10/nsHTMLAudioElement.h
630include/thunderbird10/nsHTMLCanvasElement.h 612include/thunderbird10/nsHTMLCanvasElement.h
631include/thunderbird10/nsHTMLDNSPrefetch.h 613include/thunderbird10/nsHTMLDNSPrefetch.h
632include/thunderbird10/nsHTMLFormControlAccessible.h 614include/thunderbird10/nsHTMLFormControlAccessible.h
633include/thunderbird10/nsHTMLImageAccessibleWrap.h 615include/thunderbird10/nsHTMLImageAccessibleWrap.h
634include/thunderbird10/nsHTMLMediaElement.h 616include/thunderbird10/nsHTMLMediaElement.h
635include/thunderbird10/nsHTMLParts.h 617include/thunderbird10/nsHTMLParts.h
636include/thunderbird10/nsHTMLReflowMetrics.h 618include/thunderbird10/nsHTMLReflowMetrics.h
637include/thunderbird10/nsHTMLReflowState.h 619include/thunderbird10/nsHTMLReflowState.h
638include/thunderbird10/nsHTMLTableAccessibleWrap.h 620include/thunderbird10/nsHTMLTableAccessibleWrap.h
639include/thunderbird10/nsHTMLTagList.h 621include/thunderbird10/nsHTMLTagList.h
640include/thunderbird10/nsHTMLTags.h 622include/thunderbird10/nsHTMLTags.h
641include/thunderbird10/nsHTMLTokens.h 623include/thunderbird10/nsHTMLTokens.h
642include/thunderbird10/nsHTMLVideoElement.h 624include/thunderbird10/nsHTMLVideoElement.h
643include/thunderbird10/nsHashKeys.h 625include/thunderbird10/nsHashKeys.h
644include/thunderbird10/nsHashPropertyBag.h 626include/thunderbird10/nsHashPropertyBag.h
645include/thunderbird10/nsHashSets.h 627include/thunderbird10/nsHashSets.h
646include/thunderbird10/nsHashtable.h 628include/thunderbird10/nsHashtable.h
647include/thunderbird10/nsHtml5ArrayCopy.h 629include/thunderbird10/nsHtml5ArrayCopy.h
648include/thunderbird10/nsHtml5AtomList.h 630include/thunderbird10/nsHtml5AtomList.h
649include/thunderbird10/nsHtml5AtomTable.h 631include/thunderbird10/nsHtml5AtomTable.h
650include/thunderbird10/nsHtml5Atoms.h 632include/thunderbird10/nsHtml5Atoms.h
651include/thunderbird10/nsHtml5ByteReadable.h 633include/thunderbird10/nsHtml5ByteReadable.h
652include/thunderbird10/nsHtml5DocumentMode.h 634include/thunderbird10/nsHtml5DocumentMode.h
653include/thunderbird10/nsHtml5HtmlAttributes.h 635include/thunderbird10/nsHtml5HtmlAttributes.h
654include/thunderbird10/nsHtml5Macros.h 636include/thunderbird10/nsHtml5Macros.h
655include/thunderbird10/nsHtml5MetaScanner.h 637include/thunderbird10/nsHtml5MetaScanner.h
656include/thunderbird10/nsHtml5MetaScannerHSupplement.h 638include/thunderbird10/nsHtml5MetaScannerHSupplement.h
657include/thunderbird10/nsHtml5Module.h 639include/thunderbird10/nsHtml5Module.h
658include/thunderbird10/nsHtml5NamedCharacters.h 640include/thunderbird10/nsHtml5NamedCharacters.h
659include/thunderbird10/nsHtml5NamedCharactersAccel.h 641include/thunderbird10/nsHtml5NamedCharactersAccel.h
660include/thunderbird10/nsHtml5Parser.h 642include/thunderbird10/nsHtml5Parser.h
661include/thunderbird10/nsHtml5PendingNotification.h 643include/thunderbird10/nsHtml5PendingNotification.h
662include/thunderbird10/nsHtml5SVGLoadDispatcher.h 644include/thunderbird10/nsHtml5SVGLoadDispatcher.h
663include/thunderbird10/nsHtml5Speculation.h 645include/thunderbird10/nsHtml5Speculation.h
664include/thunderbird10/nsHtml5SpeculativeLoad.h 646include/thunderbird10/nsHtml5SpeculativeLoad.h
665include/thunderbird10/nsHtml5StreamParser.h 647include/thunderbird10/nsHtml5StreamParser.h
666include/thunderbird10/nsHtml5TreeOpExecutor.h 648include/thunderbird10/nsHtml5TreeOpExecutor.h
667include/thunderbird10/nsHtml5TreeOpStage.h 649include/thunderbird10/nsHtml5TreeOpStage.h
668include/thunderbird10/nsHtml5TreeOperation.h 650include/thunderbird10/nsHtml5TreeOperation.h
669include/thunderbird10/nsHtml5UTF16Buffer.h 651include/thunderbird10/nsHtml5UTF16Buffer.h
670include/thunderbird10/nsHtml5UTF16BufferHSupplement.h 652include/thunderbird10/nsHtml5UTF16BufferHSupplement.h
671include/thunderbird10/nsHttp.h 653include/thunderbird10/nsHttp.h
672include/thunderbird10/nsHttpAtomList.h 654include/thunderbird10/nsHttpAtomList.h
673include/thunderbird10/nsHttpHeaderArray.h 655include/thunderbird10/nsHttpHeaderArray.h
674include/thunderbird10/nsHttpResponseHead.h 656include/thunderbird10/nsHttpResponseHead.h
675include/thunderbird10/nsHyperTextAccessible.h 657include/thunderbird10/nsHyperTextAccessible.h
676include/thunderbird10/nsHyperTextAccessibleWrap.h 658include/thunderbird10/nsHyperTextAccessibleWrap.h
677include/thunderbird10/nsHyphenationManager.h 659include/thunderbird10/nsHyphenationManager.h
678include/thunderbird10/nsHyphenator.h 660include/thunderbird10/nsHyphenator.h
679include/thunderbird10/nsIASN1Object.h 661include/thunderbird10/nsIASN1Object.h
680include/thunderbird10/nsIASN1PrintableItem.h 662include/thunderbird10/nsIASN1PrintableItem.h
681include/thunderbird10/nsIASN1Sequence.h 663include/thunderbird10/nsIASN1Sequence.h
682include/thunderbird10/nsIASN1Tree.h 664include/thunderbird10/nsIASN1Tree.h
683include/thunderbird10/nsIAbAddressCollector.h 665include/thunderbird10/nsIAbAddressCollector.h
684include/thunderbird10/nsIAbAutoCompleteResult.h 666include/thunderbird10/nsIAbAutoCompleteResult.h
685include/thunderbird10/nsIAbBooleanExpression.h 667include/thunderbird10/nsIAbBooleanExpression.h
686include/thunderbird10/nsIAbCard.h 668include/thunderbird10/nsIAbCard.h
687include/thunderbird10/nsIAbCollection.h 669include/thunderbird10/nsIAbCollection.h
688include/thunderbird10/nsIAbDirFactory.h 670include/thunderbird10/nsIAbDirFactory.h
689include/thunderbird10/nsIAbDirFactoryService.h 671include/thunderbird10/nsIAbDirFactoryService.h
690include/thunderbird10/nsIAbDirSearchListener.h 672include/thunderbird10/nsIAbDirSearchListener.h
691include/thunderbird10/nsIAbDirectory.h 673include/thunderbird10/nsIAbDirectory.h
692include/thunderbird10/nsIAbDirectoryQuery.h 674include/thunderbird10/nsIAbDirectoryQuery.h
693include/thunderbird10/nsIAbDirectoryQueryProxy.h 675include/thunderbird10/nsIAbDirectoryQueryProxy.h
694include/thunderbird10/nsIAbDirectorySearch.h 676include/thunderbird10/nsIAbDirectorySearch.h
695include/thunderbird10/nsIAbItem.h 677include/thunderbird10/nsIAbItem.h
696include/thunderbird10/nsIAbLDAPAttributeMap.h 678include/thunderbird10/nsIAbLDAPAttributeMap.h
697include/thunderbird10/nsIAbLDAPAutoCompFormatter.h 679include/thunderbird10/nsIAbLDAPAutoCompFormatter.h
698include/thunderbird10/nsIAbLDAPCard.h 680include/thunderbird10/nsIAbLDAPCard.h
699include/thunderbird10/nsIAbLDAPDirectory.h 681include/thunderbird10/nsIAbLDAPDirectory.h
700include/thunderbird10/nsIAbLDAPReplicationData.h 682include/thunderbird10/nsIAbLDAPReplicationData.h
701include/thunderbird10/nsIAbLDAPReplicationQuery.h 683include/thunderbird10/nsIAbLDAPReplicationQuery.h
702include/thunderbird10/nsIAbLDAPReplicationService.h 684include/thunderbird10/nsIAbLDAPReplicationService.h
703include/thunderbird10/nsIAbLDIFService.h 685include/thunderbird10/nsIAbLDIFService.h
704include/thunderbird10/nsIAbListener.h 686include/thunderbird10/nsIAbListener.h
705include/thunderbird10/nsIAbMDBDirectory.h 687include/thunderbird10/nsIAbMDBDirectory.h
706include/thunderbird10/nsIAbManager.h 688include/thunderbird10/nsIAbManager.h
707include/thunderbird10/nsIAbView.h 689include/thunderbird10/nsIAbView.h
708include/thunderbird10/nsIAboutModule.h 690include/thunderbird10/nsIAboutModule.h
709include/thunderbird10/nsIAccessNode.h 691include/thunderbird10/nsIAccessNode.h
710include/thunderbird10/nsIAccessibilityService.h 692include/thunderbird10/nsIAccessibilityService.h
711include/thunderbird10/nsIAccessible.h 693include/thunderbird10/nsIAccessible.h
712include/thunderbird10/nsIAccessibleApplication.h 694include/thunderbird10/nsIAccessibleApplication.h
713include/thunderbird10/nsIAccessibleDocument.h 695include/thunderbird10/nsIAccessibleDocument.h
714include/thunderbird10/nsIAccessibleEditableText.h 696include/thunderbird10/nsIAccessibleEditableText.h
715include/thunderbird10/nsIAccessibleEvent.h 697include/thunderbird10/nsIAccessibleEvent.h
716include/thunderbird10/nsIAccessibleHyperLink.h 698include/thunderbird10/nsIAccessibleHyperLink.h
717include/thunderbird10/nsIAccessibleHyperText.h 699include/thunderbird10/nsIAccessibleHyperText.h
718include/thunderbird10/nsIAccessibleImage.h 700include/thunderbird10/nsIAccessibleImage.h
719include/thunderbird10/nsIAccessibleProvider.h 701include/thunderbird10/nsIAccessibleProvider.h
720include/thunderbird10/nsIAccessibleRelation.h 702include/thunderbird10/nsIAccessibleRelation.h
721include/thunderbird10/nsIAccessibleRetrieval.h 703include/thunderbird10/nsIAccessibleRetrieval.h
722include/thunderbird10/nsIAccessibleRole.h 704include/thunderbird10/nsIAccessibleRole.h
723include/thunderbird10/nsIAccessibleSelectable.h 705include/thunderbird10/nsIAccessibleSelectable.h
724include/thunderbird10/nsIAccessibleStates.h 706include/thunderbird10/nsIAccessibleStates.h
725include/thunderbird10/nsIAccessibleTable.h 707include/thunderbird10/nsIAccessibleTable.h
726include/thunderbird10/nsIAccessibleText.h 708include/thunderbird10/nsIAccessibleText.h
727include/thunderbird10/nsIAccessibleTypes.h 709include/thunderbird10/nsIAccessibleTypes.h
728include/thunderbird10/nsIAccessibleValue.h 710include/thunderbird10/nsIAccessibleValue.h
729include/thunderbird10/nsIActivity.h 711include/thunderbird10/nsIActivity.h
730include/thunderbird10/nsIActivityManager.h 712include/thunderbird10/nsIActivityManager.h
731include/thunderbird10/nsIActivityManagerUI.h 713include/thunderbird10/nsIActivityManagerUI.h
732include/thunderbird10/nsIAddbookUrl.h 714include/thunderbird10/nsIAddbookUrl.h
733include/thunderbird10/nsIAddrDBAnnouncer.h 715include/thunderbird10/nsIAddrDBAnnouncer.h
734include/thunderbird10/nsIAddrDBListener.h 716include/thunderbird10/nsIAddrDBListener.h
735include/thunderbird10/nsIAddrDatabase.h 717include/thunderbird10/nsIAddrDatabase.h
736include/thunderbird10/nsIAlertsService.h 718include/thunderbird10/nsIAlertsService.h
737include/thunderbird10/nsIAllocator.h 719include/thunderbird10/nsIAllocator.h
738include/thunderbird10/nsIAnimationFrameListener.h 720include/thunderbird10/nsIAnimationFrameListener.h
739include/thunderbird10/nsIAnnotationService.h 721include/thunderbird10/nsIAnnotationService.h
740include/thunderbird10/nsIAnonymousContentCreator.h 722include/thunderbird10/nsIAnonymousContentCreator.h
741include/thunderbird10/nsIAppShell.h 723include/thunderbird10/nsIAppShell.h
742include/thunderbird10/nsIAppShellService.h 724include/thunderbird10/nsIAppShellService.h
743include/thunderbird10/nsIAppStartup.h 725include/thunderbird10/nsIAppStartup.h
744include/thunderbird10/nsIAppStartupNotifier.h 726include/thunderbird10/nsIAppStartupNotifier.h
745include/thunderbird10/nsIApplicationCache.h 727include/thunderbird10/nsIApplicationCache.h
746include/thunderbird10/nsIApplicationCacheChannel.h 728include/thunderbird10/nsIApplicationCacheChannel.h
747include/thunderbird10/nsIApplicationCacheContainer.h 729include/thunderbird10/nsIApplicationCacheContainer.h
748include/thunderbird10/nsIApplicationCacheService.h 730include/thunderbird10/nsIApplicationCacheService.h
749include/thunderbird10/nsIArray.h 731include/thunderbird10/nsIArray.h
750include/thunderbird10/nsIAssociatedContentSecurity.h 732include/thunderbird10/nsIAssociatedContentSecurity.h
751include/thunderbird10/nsIAsyncInputStream.h 733include/thunderbird10/nsIAsyncInputStream.h
752include/thunderbird10/nsIAsyncOutputStream.h 734include/thunderbird10/nsIAsyncOutputStream.h
753include/thunderbird10/nsIAsyncStreamCopier.h 735include/thunderbird10/nsIAsyncStreamCopier.h
754include/thunderbird10/nsIAsyncVerifyRedirectCallback.h 736include/thunderbird10/nsIAsyncVerifyRedirectCallback.h
755include/thunderbird10/nsIAtom.h 737include/thunderbird10/nsIAtom.h
756include/thunderbird10/nsIAtomService.h 738include/thunderbird10/nsIAtomService.h
757include/thunderbird10/nsIAttribute.h 739include/thunderbird10/nsIAttribute.h
758include/thunderbird10/nsIAuthInformation.h 740include/thunderbird10/nsIAuthInformation.h
759include/thunderbird10/nsIAuthModule.h 741include/thunderbird10/nsIAuthModule.h
760include/thunderbird10/nsIAuthPrompt.h 742include/thunderbird10/nsIAuthPrompt.h
761include/thunderbird10/nsIAuthPrompt2.h 743include/thunderbird10/nsIAuthPrompt2.h
762include/thunderbird10/nsIAuthPromptAdapterFactory.h 744include/thunderbird10/nsIAuthPromptAdapterFactory.h
763include/thunderbird10/nsIAuthPromptCallback.h 745include/thunderbird10/nsIAuthPromptCallback.h
764include/thunderbird10/nsIAuthPromptProvider.h 746include/thunderbird10/nsIAuthPromptProvider.h
765include/thunderbird10/nsIAutoCompleteController.h 747include/thunderbird10/nsIAutoCompleteController.h
766include/thunderbird10/nsIAutoCompleteInput.h 748include/thunderbird10/nsIAutoCompleteInput.h
767include/thunderbird10/nsIAutoCompleteListener.h 749include/thunderbird10/nsIAutoCompleteListener.h
768include/thunderbird10/nsIAutoCompletePopup.h 750include/thunderbird10/nsIAutoCompletePopup.h
769include/thunderbird10/nsIAutoCompleteResult.h 751include/thunderbird10/nsIAutoCompleteResult.h
770include/thunderbird10/nsIAutoCompleteResults.h 752include/thunderbird10/nsIAutoCompleteResults.h
771include/thunderbird10/nsIAutoCompleteSearch.h 753include/thunderbird10/nsIAutoCompleteSearch.h
772include/thunderbird10/nsIAutoCompleteSession.h 754include/thunderbird10/nsIAutoCompleteSession.h
773include/thunderbird10/nsIAutoCompleteSimpleResult.h 755include/thunderbird10/nsIAutoCompleteSimpleResult.h
774include/thunderbird10/nsIAutoConfig.h 756include/thunderbird10/nsIAutoConfig.h
775include/thunderbird10/nsIAutoSyncFolderStrategy.h 757include/thunderbird10/nsIAutoSyncFolderStrategy.h
776include/thunderbird10/nsIAutoSyncManager.h 758include/thunderbird10/nsIAutoSyncManager.h
777include/thunderbird10/nsIAutoSyncMsgStrategy.h 759include/thunderbird10/nsIAutoSyncMsgStrategy.h
778include/thunderbird10/nsIAutoSyncState.h 760include/thunderbird10/nsIAutoSyncState.h
779include/thunderbird10/nsIBFCacheEntry.h 761include/thunderbird10/nsIBFCacheEntry.h
780include/thunderbird10/nsIBadCertListener2.h 762include/thunderbird10/nsIBadCertListener2.h
781include/thunderbird10/nsIBaseDOMException.h 763include/thunderbird10/nsIBaseDOMException.h
782include/thunderbird10/nsIBaseWindow.h 764include/thunderbird10/nsIBaseWindow.h
783include/thunderbird10/nsIBidiKeyboard.h 765include/thunderbird10/nsIBidiKeyboard.h
784include/thunderbird10/nsIBinaryInputStream.h 766include/thunderbird10/nsIBinaryInputStream.h
785include/thunderbird10/nsIBinaryOutputStream.h 767include/thunderbird10/nsIBinaryOutputStream.h
786include/thunderbird10/nsIBlocklistService.h 768include/thunderbird10/nsIBlocklistService.h
787include/thunderbird10/nsIBoxObject.h 769include/thunderbird10/nsIBoxObject.h
788include/thunderbird10/nsIBrowserBoxObject.h 770include/thunderbird10/nsIBrowserBoxObject.h
789include/thunderbird10/nsIBrowserDOMWindow.h 771include/thunderbird10/nsIBrowserDOMWindow.h
790include/thunderbird10/nsIBrowserHistory.h 772include/thunderbird10/nsIBrowserHistory.h
791include/thunderbird10/nsIBrowserSearchService.h 773include/thunderbird10/nsIBrowserSearchService.h
792include/thunderbird10/nsIBufEntropyCollector.h 774include/thunderbird10/nsIBufEntropyCollector.h
793include/thunderbird10/nsIBufferedStreams.h 775include/thunderbird10/nsIBufferedStreams.h
794include/thunderbird10/nsIByteBuffer.h 776include/thunderbird10/nsIByteBuffer.h
795include/thunderbird10/nsIByteRangeRequest.h 777include/thunderbird10/nsIByteRangeRequest.h
796include/thunderbird10/nsICMSDecoder.h 778include/thunderbird10/nsICMSDecoder.h
797include/thunderbird10/nsICMSEncoder.h 779include/thunderbird10/nsICMSEncoder.h
798include/thunderbird10/nsICMSMessage.h 780include/thunderbird10/nsICMSMessage.h
799include/thunderbird10/nsICMSMessage2.h 781include/thunderbird10/nsICMSMessage2.h
800include/thunderbird10/nsICMSMessageErrors.h 782include/thunderbird10/nsICMSMessageErrors.h
801include/thunderbird10/nsICMSSecureMessage.h 783include/thunderbird10/nsICMSSecureMessage.h
802include/thunderbird10/nsICRLInfo.h 784include/thunderbird10/nsICRLInfo.h
803include/thunderbird10/nsICRLManager.h 785include/thunderbird10/nsICRLManager.h
804include/thunderbird10/nsICSSDeclaration.h 786include/thunderbird10/nsICSSDeclaration.h
805include/thunderbird10/nsICSSLoaderObserver.h 787include/thunderbird10/nsICSSLoaderObserver.h
806include/thunderbird10/nsICSSPseudoComparator.h 788include/thunderbird10/nsICSSPseudoComparator.h
807include/thunderbird10/nsICSSRuleList.h 789include/thunderbird10/nsICSSRuleList.h
808include/thunderbird10/nsICSSStyleRuleDOMWrapper.h 790include/thunderbird10/nsICSSStyleRuleDOMWrapper.h
809include/thunderbird10/nsICache.h 791include/thunderbird10/nsICache.h
810include/thunderbird10/nsICacheEntryDescriptor.h 792include/thunderbird10/nsICacheEntryDescriptor.h
811include/thunderbird10/nsICacheInfoChannel.h 793include/thunderbird10/nsICacheInfoChannel.h
812include/thunderbird10/nsICacheListener.h 794include/thunderbird10/nsICacheListener.h
813include/thunderbird10/nsICacheService.h 795include/thunderbird10/nsICacheService.h
814include/thunderbird10/nsICacheSession.h 796include/thunderbird10/nsICacheSession.h
815include/thunderbird10/nsICacheVisitor.h 797include/thunderbird10/nsICacheVisitor.h
816include/thunderbird10/nsICachingChannel.h 798include/thunderbird10/nsICachingChannel.h
817include/thunderbird10/nsICancelable.h 799include/thunderbird10/nsICancelable.h
818include/thunderbird10/nsICanvasElementExternal.h 800include/thunderbird10/nsICanvasElementExternal.h
819include/thunderbird10/nsICanvasGLPrivate.h 801include/thunderbird10/nsICanvasGLPrivate.h
820include/thunderbird10/nsICanvasRenderingContextInternal.h 802include/thunderbird10/nsICanvasRenderingContextInternal.h
821include/thunderbird10/nsICapturePicker.h 803include/thunderbird10/nsICapturePicker.h
822include/thunderbird10/nsICaseConversion.h 804include/thunderbird10/nsICaseConversion.h
823include/thunderbird10/nsICategoryManager.h 805include/thunderbird10/nsICategoryManager.h
824include/thunderbird10/nsICertOverrideService.h 806include/thunderbird10/nsICertOverrideService.h
825include/thunderbird10/nsICertPickDialogs.h 807include/thunderbird10/nsICertPickDialogs.h
826include/thunderbird10/nsICertTree.h 808include/thunderbird10/nsICertTree.h
827include/thunderbird10/nsICertificateDialogs.h 809include/thunderbird10/nsICertificateDialogs.h
828include/thunderbird10/nsIChannel.h 810include/thunderbird10/nsIChannel.h
829include/thunderbird10/nsIChannelEventSink.h 811include/thunderbird10/nsIChannelEventSink.h
830include/thunderbird10/nsIChannelPolicy.h 812include/thunderbird10/nsIChannelPolicy.h
831include/thunderbird10/nsICharsetAlias.h 813include/thunderbird10/nsICharsetAlias.h
832include/thunderbird10/nsICharsetConverterManager.h 814include/thunderbird10/nsICharsetConverterManager.h
833include/thunderbird10/nsICharsetDetectionAdaptor.h 815include/thunderbird10/nsICharsetDetectionAdaptor.h
834include/thunderbird10/nsICharsetDetectionObserver.h 816include/thunderbird10/nsICharsetDetectionObserver.h
835include/thunderbird10/nsICharsetDetector.h 817include/thunderbird10/nsICharsetDetector.h
836include/thunderbird10/nsICharsetResolver.h 818include/thunderbird10/nsICharsetResolver.h
837include/thunderbird10/nsIChildChannel.h 819include/thunderbird10/nsIChildChannel.h
838include/thunderbird10/nsIChromeRegistry.h 820include/thunderbird10/nsIChromeRegistry.h
839include/thunderbird10/nsIClassInfo.h 821include/thunderbird10/nsIClassInfo.h
840include/thunderbird10/nsIClassInfoImpl.h 822include/thunderbird10/nsIClassInfoImpl.h
841include/thunderbird10/nsIClientAuthDialogs.h 823include/thunderbird10/nsIClientAuthDialogs.h
842include/thunderbird10/nsIClipboard.h 824include/thunderbird10/nsIClipboard.h
843include/thunderbird10/nsIClipboardCommands.h 825include/thunderbird10/nsIClipboardCommands.h
844include/thunderbird10/nsIClipboardDragDropHookList.h 826include/thunderbird10/nsIClipboardDragDropHookList.h
845include/thunderbird10/nsIClipboardDragDropHooks.h 827include/thunderbird10/nsIClipboardDragDropHooks.h
846include/thunderbird10/nsIClipboardHelper.h 828include/thunderbird10/nsIClipboardHelper.h
847include/thunderbird10/nsIClipboardOwner.h 829include/thunderbird10/nsIClipboardOwner.h
848include/thunderbird10/nsICollation.h 830include/thunderbird10/nsICollation.h
849include/thunderbird10/nsICollection.h 831include/thunderbird10/nsICollection.h
850include/thunderbird10/nsIComboboxControlFrame.h 832include/thunderbird10/nsIComboboxControlFrame.h
851include/thunderbird10/nsIComm4xProfile.h 833include/thunderbird10/nsIComm4xProfile.h
852include/thunderbird10/nsICommandHandler.h 834include/thunderbird10/nsICommandHandler.h
853include/thunderbird10/nsICommandLine.h 835include/thunderbird10/nsICommandLine.h
854include/thunderbird10/nsICommandLineHandler.h 836include/thunderbird10/nsICommandLineHandler.h
855include/thunderbird10/nsICommandLineRunner.h 837include/thunderbird10/nsICommandLineRunner.h
856include/thunderbird10/nsICommandLineValidator.h 838include/thunderbird10/nsICommandLineValidator.h
857include/thunderbird10/nsICommandManager.h 839include/thunderbird10/nsICommandManager.h
858include/thunderbird10/nsICommandParams.h 840include/thunderbird10/nsICommandParams.h
859include/thunderbird10/nsIComponentManager.h 841include/thunderbird10/nsIComponentManager.h
860include/thunderbird10/nsIComponentRegistrar.h 842include/thunderbird10/nsIComponentRegistrar.h
861include/thunderbird10/nsIConsoleListener.h 843include/thunderbird10/nsIConsoleListener.h
862include/thunderbird10/nsIConsoleMessage.h 844include/thunderbird10/nsIConsoleMessage.h
863include/thunderbird10/nsIConsoleService.h 845include/thunderbird10/nsIConsoleService.h
864include/thunderbird10/nsIConstraintValidation.h 846include/thunderbird10/nsIConstraintValidation.h
865include/thunderbird10/nsIContainerBoxObject.h 847include/thunderbird10/nsIContainerBoxObject.h
866include/thunderbird10/nsIContent.h 848include/thunderbird10/nsIContent.h
867include/thunderbird10/nsIContentDispatchChooser.h 849include/thunderbird10/nsIContentDispatchChooser.h
868include/thunderbird10/nsIContentFilter.h 850include/thunderbird10/nsIContentFilter.h
869include/thunderbird10/nsIContentHandler.h 851include/thunderbird10/nsIContentHandler.h
870include/thunderbird10/nsIContentIterator.h 852include/thunderbird10/nsIContentIterator.h
871include/thunderbird10/nsIContentPermissionPrompt.h 853include/thunderbird10/nsIContentPermissionPrompt.h
872include/thunderbird10/nsIContentPolicy.h 854include/thunderbird10/nsIContentPolicy.h
873include/thunderbird10/nsIContentPrefService.h 855include/thunderbird10/nsIContentPrefService.h
874include/thunderbird10/nsIContentSecurityPolicy.h 856include/thunderbird10/nsIContentSecurityPolicy.h
875include/thunderbird10/nsIContentSerializer.h 857include/thunderbird10/nsIContentSerializer.h
876include/thunderbird10/nsIContentSink.h 858include/thunderbird10/nsIContentSink.h
877include/thunderbird10/nsIContentSniffer.h 859include/thunderbird10/nsIContentSniffer.h
878include/thunderbird10/nsIContentURIGrouper.h 860include/thunderbird10/nsIContentURIGrouper.h
879include/thunderbird10/nsIContentViewer.h 861include/thunderbird10/nsIContentViewer.h
880include/thunderbird10/nsIContentViewerContainer.h 862include/thunderbird10/nsIContentViewerContainer.h
881include/thunderbird10/nsIContentViewerEdit.h 863include/thunderbird10/nsIContentViewerEdit.h
882include/thunderbird10/nsIContentViewerFile.h 864include/thunderbird10/nsIContentViewerFile.h
883include/thunderbird10/nsIContextMenuListener.h 865include/thunderbird10/nsIContextMenuListener.h
884include/thunderbird10/nsIContextMenuListener2.h 866include/thunderbird10/nsIContextMenuListener2.h
885include/thunderbird10/nsIController.h 867include/thunderbird10/nsIController.h
886include/thunderbird10/nsIControllerCommand.h 868include/thunderbird10/nsIControllerCommand.h
887include/thunderbird10/nsIControllerCommandTable.h 869include/thunderbird10/nsIControllerCommandTable.h
888include/thunderbird10/nsIControllerContext.h 870include/thunderbird10/nsIControllerContext.h
889include/thunderbird10/nsIControllers.h 871include/thunderbird10/nsIControllers.h
890include/thunderbird10/nsIConverterInputStream.h 872include/thunderbird10/nsIConverterInputStream.h
891include/thunderbird10/nsIConverterOutputStream.h 873include/thunderbird10/nsIConverterOutputStream.h
892include/thunderbird10/nsICookie.h 874include/thunderbird10/nsICookie.h
893include/thunderbird10/nsICookie2.h 875include/thunderbird10/nsICookie2.h
894include/thunderbird10/nsICookieAcceptDialog.h 876include/thunderbird10/nsICookieAcceptDialog.h
895include/thunderbird10/nsICookieManager.h 877include/thunderbird10/nsICookieManager.h
896include/thunderbird10/nsICookieManager2.h 878include/thunderbird10/nsICookieManager2.h
897include/thunderbird10/nsICookiePermission.h 879include/thunderbird10/nsICookiePermission.h
898include/thunderbird10/nsICookiePromptService.h 880include/thunderbird10/nsICookiePromptService.h
899include/thunderbird10/nsICookieService.h 881include/thunderbird10/nsICookieService.h
900include/thunderbird10/nsICopyMessageListener.h 882include/thunderbird10/nsICopyMessageListener.h
901include/thunderbird10/nsICopyMsgStreamListener.h 883include/thunderbird10/nsICopyMsgStreamListener.h
902include/thunderbird10/nsICryptoFIPSInfo.h 884include/thunderbird10/nsICryptoFIPSInfo.h
903include/thunderbird10/nsICryptoHMAC.h 885include/thunderbird10/nsICryptoHMAC.h
904include/thunderbird10/nsICryptoHash.h 886include/thunderbird10/nsICryptoHash.h
905include/thunderbird10/nsICurrentCharsetListener.h 887include/thunderbird10/nsICurrentCharsetListener.h
906include/thunderbird10/nsICycleCollectorListener.h 888include/thunderbird10/nsICycleCollectorListener.h
907include/thunderbird10/nsID.h 889include/thunderbird10/nsID.h
908include/thunderbird10/nsIDBChangeAnnouncer.h 890include/thunderbird10/nsIDBChangeAnnouncer.h
909include/thunderbird10/nsIDBChangeListener.h 891include/thunderbird10/nsIDBChangeListener.h
910include/thunderbird10/nsIDBFolderInfo.h 892include/thunderbird10/nsIDBFolderInfo.h
911include/thunderbird10/nsIDNSListener.h 893include/thunderbird10/nsIDNSListener.h
912include/thunderbird10/nsIDNSRecord.h 894include/thunderbird10/nsIDNSRecord.h
913include/thunderbird10/nsIDNSService.h 895include/thunderbird10/nsIDNSService.h
914include/thunderbird10/nsIDOMAnimationEvent.h 896include/thunderbird10/nsIDOMAnimationEvent.h
915include/thunderbird10/nsIDOMAttr.h 897include/thunderbird10/nsIDOMAttr.h
916include/thunderbird10/nsIDOMBarProp.h 898include/thunderbird10/nsIDOMBarProp.h
917include/thunderbird10/nsIDOMBeforeUnloadEvent.h 899include/thunderbird10/nsIDOMBeforeUnloadEvent.h
918include/thunderbird10/nsIDOMCDATASection.h 900include/thunderbird10/nsIDOMCDATASection.h
919include/thunderbird10/nsIDOMCRMFObject.h 901include/thunderbird10/nsIDOMCRMFObject.h
920include/thunderbird10/nsIDOMCSS2Properties.h 902include/thunderbird10/nsIDOMCSS2Properties.h
921include/thunderbird10/nsIDOMCSSCharsetRule.h 903include/thunderbird10/nsIDOMCSSCharsetRule.h
922include/thunderbird10/nsIDOMCSSFontFaceRule.h 904include/thunderbird10/nsIDOMCSSFontFaceRule.h
923include/thunderbird10/nsIDOMCSSImportRule.h 905include/thunderbird10/nsIDOMCSSImportRule.h
924include/thunderbird10/nsIDOMCSSMediaRule.h 906include/thunderbird10/nsIDOMCSSMediaRule.h
925include/thunderbird10/nsIDOMCSSMozDocumentRule.h 907include/thunderbird10/nsIDOMCSSMozDocumentRule.h
926include/thunderbird10/nsIDOMCSSPageRule.h 908include/thunderbird10/nsIDOMCSSPageRule.h
927include/thunderbird10/nsIDOMCSSPrimitiveValue.h 909include/thunderbird10/nsIDOMCSSPrimitiveValue.h
928include/thunderbird10/nsIDOMCSSRule.h 910include/thunderbird10/nsIDOMCSSRule.h
929include/thunderbird10/nsIDOMCSSRuleList.h 911include/thunderbird10/nsIDOMCSSRuleList.h
930include/thunderbird10/nsIDOMCSSStyleDeclaration.h 912include/thunderbird10/nsIDOMCSSStyleDeclaration.h
931include/thunderbird10/nsIDOMCSSStyleRule.h 913include/thunderbird10/nsIDOMCSSStyleRule.h
932include/thunderbird10/nsIDOMCSSStyleSheet.h 914include/thunderbird10/nsIDOMCSSStyleSheet.h
933include/thunderbird10/nsIDOMCSSUnknownRule.h 915include/thunderbird10/nsIDOMCSSUnknownRule.h
934include/thunderbird10/nsIDOMCSSValue.h 916include/thunderbird10/nsIDOMCSSValue.h
935include/thunderbird10/nsIDOMCSSValueList.h 917include/thunderbird10/nsIDOMCSSValueList.h
936include/thunderbird10/nsIDOMCanvasRenderingContext2D.h 918include/thunderbird10/nsIDOMCanvasRenderingContext2D.h
937include/thunderbird10/nsIDOMCharacterData.h 919include/thunderbird10/nsIDOMCharacterData.h
938include/thunderbird10/nsIDOMChromeWindow.h 920include/thunderbird10/nsIDOMChromeWindow.h
939include/thunderbird10/nsIDOMClassInfo.h 921include/thunderbird10/nsIDOMClassInfo.h
940include/thunderbird10/nsIDOMClientInformation.h 922include/thunderbird10/nsIDOMClientInformation.h
941include/thunderbird10/nsIDOMClientRect.h 923include/thunderbird10/nsIDOMClientRect.h
942include/thunderbird10/nsIDOMClientRectList.h 924include/thunderbird10/nsIDOMClientRectList.h
943include/thunderbird10/nsIDOMCloseEvent.h 925include/thunderbird10/nsIDOMCloseEvent.h
944include/thunderbird10/nsIDOMCommandEvent.h 926include/thunderbird10/nsIDOMCommandEvent.h
945include/thunderbird10/nsIDOMComment.h 927include/thunderbird10/nsIDOMComment.h
946include/thunderbird10/nsIDOMConstructor.h 928include/thunderbird10/nsIDOMConstructor.h
947include/thunderbird10/nsIDOMCounter.h 929include/thunderbird10/nsIDOMCounter.h
948include/thunderbird10/nsIDOMCrypto.h 930include/thunderbird10/nsIDOMCrypto.h
949include/thunderbird10/nsIDOMCryptoDialogs.h 931include/thunderbird10/nsIDOMCryptoDialogs.h
950include/thunderbird10/nsIDOMCustomEvent.h 932include/thunderbird10/nsIDOMCustomEvent.h
951include/thunderbird10/nsIDOMDOMException.h 933include/thunderbird10/nsIDOMDOMException.h
952include/thunderbird10/nsIDOMDOMImplementation.h 934include/thunderbird10/nsIDOMDOMImplementation.h
953include/thunderbird10/nsIDOMDOMSettableTokenList.h 935include/thunderbird10/nsIDOMDOMSettableTokenList.h
954include/thunderbird10/nsIDOMDOMStringList.h 936include/thunderbird10/nsIDOMDOMStringList.h
955include/thunderbird10/nsIDOMDOMStringMap.h 937include/thunderbird10/nsIDOMDOMStringMap.h
956include/thunderbird10/nsIDOMDOMTokenList.h 938include/thunderbird10/nsIDOMDOMTokenList.h
957include/thunderbird10/nsIDOMDataContainerEvent.h 939include/thunderbird10/nsIDOMDataContainerEvent.h
958include/thunderbird10/nsIDOMDataTransfer.h 940include/thunderbird10/nsIDOMDataTransfer.h
959include/thunderbird10/nsIDOMDesktopNotification.h 941include/thunderbird10/nsIDOMDesktopNotification.h
960include/thunderbird10/nsIDOMDeviceMotionEvent.h 942include/thunderbird10/nsIDOMDeviceMotionEvent.h
961include/thunderbird10/nsIDOMDeviceOrientationEvent.h 943include/thunderbird10/nsIDOMDeviceOrientationEvent.h
962include/thunderbird10/nsIDOMDocument.h 944include/thunderbird10/nsIDOMDocument.h
963include/thunderbird10/nsIDOMDocumentFragment.h 945include/thunderbird10/nsIDOMDocumentFragment.h
964include/thunderbird10/nsIDOMDocumentType.h 946include/thunderbird10/nsIDOMDocumentType.h
965include/thunderbird10/nsIDOMDocumentXBL.h 947include/thunderbird10/nsIDOMDocumentXBL.h
966include/thunderbird10/nsIDOMDragEvent.h 948include/thunderbird10/nsIDOMDragEvent.h
967include/thunderbird10/nsIDOMElement.h 949include/thunderbird10/nsIDOMElement.h
968include/thunderbird10/nsIDOMElementCSSInlineStyle.h 950include/thunderbird10/nsIDOMElementCSSInlineStyle.h
969include/thunderbird10/nsIDOMElementTimeControl.h 951include/thunderbird10/nsIDOMElementTimeControl.h
970include/thunderbird10/nsIDOMEvent.h 952include/thunderbird10/nsIDOMEvent.h
971include/thunderbird10/nsIDOMEventListener.h 953include/thunderbird10/nsIDOMEventListener.h
972include/thunderbird10/nsIDOMEventTarget.h 954include/thunderbird10/nsIDOMEventTarget.h
973include/thunderbird10/nsIDOMFile.h 955include/thunderbird10/nsIDOMFile.h
974include/thunderbird10/nsIDOMFileError.h 956include/thunderbird10/nsIDOMFileError.h
975include/thunderbird10/nsIDOMFileException.h 957include/thunderbird10/nsIDOMFileException.h
976include/thunderbird10/nsIDOMFileList.h 958include/thunderbird10/nsIDOMFileList.h
977include/thunderbird10/nsIDOMFileReader.h 959include/thunderbird10/nsIDOMFileReader.h
978include/thunderbird10/nsIDOMFontFace.h 960include/thunderbird10/nsIDOMFontFace.h
979include/thunderbird10/nsIDOMFontFaceList.h 961include/thunderbird10/nsIDOMFontFaceList.h
980include/thunderbird10/nsIDOMFormData.h 962include/thunderbird10/nsIDOMFormData.h
981include/thunderbird10/nsIDOMGeoGeolocation.h 963include/thunderbird10/nsIDOMGeoGeolocation.h
982include/thunderbird10/nsIDOMGeoPosition.h 964include/thunderbird10/nsIDOMGeoPosition.h
983include/thunderbird10/nsIDOMGeoPositionAddress.h 965include/thunderbird10/nsIDOMGeoPositionAddress.h
984include/thunderbird10/nsIDOMGeoPositionCallback.h 966include/thunderbird10/nsIDOMGeoPositionCallback.h
985include/thunderbird10/nsIDOMGeoPositionCoords.h 967include/thunderbird10/nsIDOMGeoPositionCoords.h
986include/thunderbird10/nsIDOMGeoPositionError.h 968include/thunderbird10/nsIDOMGeoPositionError.h
987include/thunderbird10/nsIDOMGeoPositionErrorCallback.h 969include/thunderbird10/nsIDOMGeoPositionErrorCallback.h
988include/thunderbird10/nsIDOMGeoPositionOptions.h 970include/thunderbird10/nsIDOMGeoPositionOptions.h
989include/thunderbird10/nsIDOMGetSVGDocument.h 971include/thunderbird10/nsIDOMGetSVGDocument.h
990include/thunderbird10/nsIDOMGlobalPropertyInitializer.h 972include/thunderbird10/nsIDOMGlobalPropertyInitializer.h
991include/thunderbird10/nsIDOMHTMLAnchorElement.h 973include/thunderbird10/nsIDOMHTMLAnchorElement.h
992include/thunderbird10/nsIDOMHTMLAppletElement.h 974include/thunderbird10/nsIDOMHTMLAppletElement.h
993include/thunderbird10/nsIDOMHTMLAreaElement.h 975include/thunderbird10/nsIDOMHTMLAreaElement.h
994include/thunderbird10/nsIDOMHTMLAudioElement.h 976include/thunderbird10/nsIDOMHTMLAudioElement.h
995include/thunderbird10/nsIDOMHTMLBRElement.h 977include/thunderbird10/nsIDOMHTMLBRElement.h
996include/thunderbird10/nsIDOMHTMLBaseElement.h 978include/thunderbird10/nsIDOMHTMLBaseElement.h
997include/thunderbird10/nsIDOMHTMLBodyElement.h 979include/thunderbird10/nsIDOMHTMLBodyElement.h
998include/thunderbird10/nsIDOMHTMLButtonElement.h 980include/thunderbird10/nsIDOMHTMLButtonElement.h
999include/thunderbird10/nsIDOMHTMLByteRanges.h 981include/thunderbird10/nsIDOMHTMLByteRanges.h
1000include/thunderbird10/nsIDOMHTMLCanvasElement.h 982include/thunderbird10/nsIDOMHTMLCanvasElement.h
1001include/thunderbird10/nsIDOMHTMLCollection.h 983include/thunderbird10/nsIDOMHTMLCollection.h
1002include/thunderbird10/nsIDOMHTMLCommandElement.h 984include/thunderbird10/nsIDOMHTMLCommandElement.h
1003include/thunderbird10/nsIDOMHTMLDListElement.h 985include/thunderbird10/nsIDOMHTMLDListElement.h
1004include/thunderbird10/nsIDOMHTMLDataListElement.h 986include/thunderbird10/nsIDOMHTMLDataListElement.h
1005include/thunderbird10/nsIDOMHTMLDirectoryElement.h 987include/thunderbird10/nsIDOMHTMLDirectoryElement.h
1006include/thunderbird10/nsIDOMHTMLDivElement.h 988include/thunderbird10/nsIDOMHTMLDivElement.h
1007include/thunderbird10/nsIDOMHTMLDocument.h 989include/thunderbird10/nsIDOMHTMLDocument.h
1008include/thunderbird10/nsIDOMHTMLElement.h 990include/thunderbird10/nsIDOMHTMLElement.h
1009include/thunderbird10/nsIDOMHTMLEmbedElement.h 991include/thunderbird10/nsIDOMHTMLEmbedElement.h
1010include/thunderbird10/nsIDOMHTMLFieldSetElement.h 992include/thunderbird10/nsIDOMHTMLFieldSetElement.h
1011include/thunderbird10/nsIDOMHTMLFontElement.h 993include/thunderbird10/nsIDOMHTMLFontElement.h
1012include/thunderbird10/nsIDOMHTMLFormElement.h 994include/thunderbird10/nsIDOMHTMLFormElement.h
1013include/thunderbird10/nsIDOMHTMLFrameElement.h 995include/thunderbird10/nsIDOMHTMLFrameElement.h
1014include/thunderbird10/nsIDOMHTMLFrameSetElement.h 996include/thunderbird10/nsIDOMHTMLFrameSetElement.h
1015include/thunderbird10/nsIDOMHTMLHRElement.h 997include/thunderbird10/nsIDOMHTMLHRElement.h
1016include/thunderbird10/nsIDOMHTMLHeadElement.h 998include/thunderbird10/nsIDOMHTMLHeadElement.h
1017include/thunderbird10/nsIDOMHTMLHeadingElement.h 999include/thunderbird10/nsIDOMHTMLHeadingElement.h
1018include/thunderbird10/nsIDOMHTMLHtmlElement.h 1000include/thunderbird10/nsIDOMHTMLHtmlElement.h
1019include/thunderbird10/nsIDOMHTMLIFrameElement.h 1001include/thunderbird10/nsIDOMHTMLIFrameElement.h
1020include/thunderbird10/nsIDOMHTMLImageElement.h 1002include/thunderbird10/nsIDOMHTMLImageElement.h
1021include/thunderbird10/nsIDOMHTMLInputElement.h 1003include/thunderbird10/nsIDOMHTMLInputElement.h
1022include/thunderbird10/nsIDOMHTMLLIElement.h 1004include/thunderbird10/nsIDOMHTMLLIElement.h
1023include/thunderbird10/nsIDOMHTMLLabelElement.h 1005include/thunderbird10/nsIDOMHTMLLabelElement.h
1024include/thunderbird10/nsIDOMHTMLLegendElement.h 1006include/thunderbird10/nsIDOMHTMLLegendElement.h
1025include/thunderbird10/nsIDOMHTMLLinkElement.h 1007include/thunderbird10/nsIDOMHTMLLinkElement.h
1026include/thunderbird10/nsIDOMHTMLMapElement.h 1008include/thunderbird10/nsIDOMHTMLMapElement.h
1027include/thunderbird10/nsIDOMHTMLMediaElement.h 1009include/thunderbird10/nsIDOMHTMLMediaElement.h
1028include/thunderbird10/nsIDOMHTMLMenuElement.h 1010include/thunderbird10/nsIDOMHTMLMenuElement.h
1029include/thunderbird10/nsIDOMHTMLMenuItemElement.h 1011include/thunderbird10/nsIDOMHTMLMenuItemElement.h
1030include/thunderbird10/nsIDOMHTMLMetaElement.h 1012include/thunderbird10/nsIDOMHTMLMetaElement.h
1031include/thunderbird10/nsIDOMHTMLModElement.h 1013include/thunderbird10/nsIDOMHTMLModElement.h
1032include/thunderbird10/nsIDOMHTMLOListElement.h 1014include/thunderbird10/nsIDOMHTMLOListElement.h
1033include/thunderbird10/nsIDOMHTMLObjectElement.h 1015include/thunderbird10/nsIDOMHTMLObjectElement.h
1034include/thunderbird10/nsIDOMHTMLOptGroupElement.h 1016include/thunderbird10/nsIDOMHTMLOptGroupElement.h
1035include/thunderbird10/nsIDOMHTMLOptionElement.h 1017include/thunderbird10/nsIDOMHTMLOptionElement.h
1036include/thunderbird10/nsIDOMHTMLOptionsCollection.h 1018include/thunderbird10/nsIDOMHTMLOptionsCollection.h
1037include/thunderbird10/nsIDOMHTMLOutputElement.h 1019include/thunderbird10/nsIDOMHTMLOutputElement.h
1038include/thunderbird10/nsIDOMHTMLParagraphElement.h 1020include/thunderbird10/nsIDOMHTMLParagraphElement.h
1039include/thunderbird10/nsIDOMHTMLParamElement.h 1021include/thunderbird10/nsIDOMHTMLParamElement.h
1040include/thunderbird10/nsIDOMHTMLPreElement.h 1022include/thunderbird10/nsIDOMHTMLPreElement.h
1041include/thunderbird10/nsIDOMHTMLProgressElement.h 1023include/thunderbird10/nsIDOMHTMLProgressElement.h
1042include/thunderbird10/nsIDOMHTMLQuoteElement.h 1024include/thunderbird10/nsIDOMHTMLQuoteElement.h
1043include/thunderbird10/nsIDOMHTMLScriptElement.h 1025include/thunderbird10/nsIDOMHTMLScriptElement.h
1044include/thunderbird10/nsIDOMHTMLSelectElement.h 1026include/thunderbird10/nsIDOMHTMLSelectElement.h
1045include/thunderbird10/nsIDOMHTMLSourceElement.h 1027include/thunderbird10/nsIDOMHTMLSourceElement.h
1046include/thunderbird10/nsIDOMHTMLStyleElement.h 1028include/thunderbird10/nsIDOMHTMLStyleElement.h
1047include/thunderbird10/nsIDOMHTMLTableCaptionElem.h 1029include/thunderbird10/nsIDOMHTMLTableCaptionElem.h
1048include/thunderbird10/nsIDOMHTMLTableCellElement.h 1030include/thunderbird10/nsIDOMHTMLTableCellElement.h
1049include/thunderbird10/nsIDOMHTMLTableColElement.h 1031include/thunderbird10/nsIDOMHTMLTableColElement.h
1050include/thunderbird10/nsIDOMHTMLTableElement.h 1032include/thunderbird10/nsIDOMHTMLTableElement.h
1051include/thunderbird10/nsIDOMHTMLTableRowElement.h 1033include/thunderbird10/nsIDOMHTMLTableRowElement.h
1052include/thunderbird10/nsIDOMHTMLTableSectionElem.h 1034include/thunderbird10/nsIDOMHTMLTableSectionElem.h
1053include/thunderbird10/nsIDOMHTMLTextAreaElement.h 1035include/thunderbird10/nsIDOMHTMLTextAreaElement.h
1054include/thunderbird10/nsIDOMHTMLTitleElement.h 1036include/thunderbird10/nsIDOMHTMLTitleElement.h
1055include/thunderbird10/nsIDOMHTMLUListElement.h 1037include/thunderbird10/nsIDOMHTMLUListElement.h
1056include/thunderbird10/nsIDOMHTMLUnknownElement.h 1038include/thunderbird10/nsIDOMHTMLUnknownElement.h
1057include/thunderbird10/nsIDOMHTMLVideoElement.h 1039include/thunderbird10/nsIDOMHTMLVideoElement.h
1058include/thunderbird10/nsIDOMHashChangeEvent.h 1040include/thunderbird10/nsIDOMHashChangeEvent.h
1059include/thunderbird10/nsIDOMHistory.h 1041include/thunderbird10/nsIDOMHistory.h
1060include/thunderbird10/nsIDOMJSWindow.h 1042include/thunderbird10/nsIDOMJSWindow.h
1061include/thunderbird10/nsIDOMKeyEvent.h 1043include/thunderbird10/nsIDOMKeyEvent.h
1062include/thunderbird10/nsIDOMLSProgressEvent.h 1044include/thunderbird10/nsIDOMLSProgressEvent.h
1063include/thunderbird10/nsIDOMLinkStyle.h 1045include/thunderbird10/nsIDOMLinkStyle.h
1064include/thunderbird10/nsIDOMLoadStatus.h 1046include/thunderbird10/nsIDOMLoadStatus.h
1065include/thunderbird10/nsIDOMLocation.h 1047include/thunderbird10/nsIDOMLocation.h
1066include/thunderbird10/nsIDOMMediaError.h 1048include/thunderbird10/nsIDOMMediaError.h
1067include/thunderbird10/nsIDOMMediaList.h 1049include/thunderbird10/nsIDOMMediaList.h
1068include/thunderbird10/nsIDOMMediaQueryList.h 1050include/thunderbird10/nsIDOMMediaQueryList.h
1069include/thunderbird10/nsIDOMMessageEvent.h 1051include/thunderbird10/nsIDOMMessageEvent.h
1070include/thunderbird10/nsIDOMMimeType.h 1052include/thunderbird10/nsIDOMMimeType.h
1071include/thunderbird10/nsIDOMMimeTypeArray.h 1053include/thunderbird10/nsIDOMMimeTypeArray.h
1072include/thunderbird10/nsIDOMModalContentWindow.h 1054include/thunderbird10/nsIDOMModalContentWindow.h
1073include/thunderbird10/nsIDOMMouseScrollEvent.h 1055include/thunderbird10/nsIDOMMouseScrollEvent.h
1074include/thunderbird10/nsIDOMMozCSSKeyframeRule.h 1056include/thunderbird10/nsIDOMMozCSSKeyframeRule.h
1075include/thunderbird10/nsIDOMMozCSSKeyframesRule.h 1057include/thunderbird10/nsIDOMMozCSSKeyframesRule.h
1076include/thunderbird10/nsIDOMMozTouchEvent.h 1058include/thunderbird10/nsIDOMMozTouchEvent.h
1077include/thunderbird10/nsIDOMMutationEvent.h 1059include/thunderbird10/nsIDOMMutationEvent.h
1078include/thunderbird10/nsIDOMNSEditableElement.h 1060include/thunderbird10/nsIDOMNSEditableElement.h
1079include/thunderbird10/nsIDOMNSElement.h 1061include/thunderbird10/nsIDOMNSElement.h
1080include/thunderbird10/nsIDOMNSEvent.h 1062include/thunderbird10/nsIDOMNSEvent.h
1081include/thunderbird10/nsIDOMNSRGBAColor.h 1063include/thunderbird10/nsIDOMNSRGBAColor.h
1082include/thunderbird10/nsIDOMNSRange.h 1064include/thunderbird10/nsIDOMNSRange.h
1083include/thunderbird10/nsIDOMNSXPathExpression.h 1065include/thunderbird10/nsIDOMNSXPathExpression.h
1084include/thunderbird10/nsIDOMNamedNodeMap.h 1066include/thunderbird10/nsIDOMNamedNodeMap.h
1085include/thunderbird10/nsIDOMNavigator.h 1067include/thunderbird10/nsIDOMNavigator.h
1086include/thunderbird10/nsIDOMNavigatorDesktopNotification.h 1068include/thunderbird10/nsIDOMNavigatorDesktopNotification.h
1087include/thunderbird10/nsIDOMNavigatorGeolocation.h 1069include/thunderbird10/nsIDOMNavigatorGeolocation.h
1088include/thunderbird10/nsIDOMNode.h 1070include/thunderbird10/nsIDOMNode.h
1089include/thunderbird10/nsIDOMNodeFilter.h 1071include/thunderbird10/nsIDOMNodeFilter.h
1090include/thunderbird10/nsIDOMNodeIterator.h 1072include/thunderbird10/nsIDOMNodeIterator.h
1091include/thunderbird10/nsIDOMNodeList.h 1073include/thunderbird10/nsIDOMNodeList.h
1092include/thunderbird10/nsIDOMNodeSelector.h 1074include/thunderbird10/nsIDOMNodeSelector.h
1093include/thunderbird10/nsIDOMNotifyAudioAvailableEvent.h 1075include/thunderbird10/nsIDOMNotifyAudioAvailableEvent.h
1094include/thunderbird10/nsIDOMNotifyPaintEvent.h 1076include/thunderbird10/nsIDOMNotifyPaintEvent.h
1095include/thunderbird10/nsIDOMOfflineResourceList.h 1077include/thunderbird10/nsIDOMOfflineResourceList.h
1096include/thunderbird10/nsIDOMPageTransitionEvent.h 1078include/thunderbird10/nsIDOMPageTransitionEvent.h
1097include/thunderbird10/nsIDOMPaintRequest.h 1079include/thunderbird10/nsIDOMPaintRequest.h
1098include/thunderbird10/nsIDOMPaintRequestList.h 1080include/thunderbird10/nsIDOMPaintRequestList.h
1099include/thunderbird10/nsIDOMParser.h 1081include/thunderbird10/nsIDOMParser.h
1100include/thunderbird10/nsIDOMPerformance.h 1082include/thunderbird10/nsIDOMPerformance.h
1101include/thunderbird10/nsIDOMPerformanceNavigation.h 1083include/thunderbird10/nsIDOMPerformanceNavigation.h
1102include/thunderbird10/nsIDOMPerformanceTiming.h 1084include/thunderbird10/nsIDOMPerformanceTiming.h
1103include/thunderbird10/nsIDOMPkcs11.h 1085include/thunderbird10/nsIDOMPkcs11.h
1104include/thunderbird10/nsIDOMPlugin.h 1086include/thunderbird10/nsIDOMPlugin.h
1105include/thunderbird10/nsIDOMPluginArray.h 1087include/thunderbird10/nsIDOMPluginArray.h
1106include/thunderbird10/nsIDOMPopStateEvent.h 1088include/thunderbird10/nsIDOMPopStateEvent.h
1107include/thunderbird10/nsIDOMPopupBlockedEvent.h 1089include/thunderbird10/nsIDOMPopupBlockedEvent.h
1108include/thunderbird10/nsIDOMProcessingInstruction.h 1090include/thunderbird10/nsIDOMProcessingInstruction.h
1109include/thunderbird10/nsIDOMProgressEvent.h 1091include/thunderbird10/nsIDOMProgressEvent.h
1110include/thunderbird10/nsIDOMRGBColor.h 1092include/thunderbird10/nsIDOMRGBColor.h
1111include/thunderbird10/nsIDOMRange.h 1093include/thunderbird10/nsIDOMRange.h
1112include/thunderbird10/nsIDOMRangeException.h 1094include/thunderbird10/nsIDOMRangeException.h
1113include/thunderbird10/nsIDOMRect.h 1095include/thunderbird10/nsIDOMRect.h
1114include/thunderbird10/nsIDOMSVGAElement.h 1096include/thunderbird10/nsIDOMSVGAElement.h
1115include/thunderbird10/nsIDOMSVGAltGlyphElement.h 1097include/thunderbird10/nsIDOMSVGAltGlyphElement.h
1116include/thunderbird10/nsIDOMSVGAngle.h 1098include/thunderbird10/nsIDOMSVGAngle.h
1117include/thunderbird10/nsIDOMSVGAnimPresAspRatio.h 1099include/thunderbird10/nsIDOMSVGAnimPresAspRatio.h
1118include/thunderbird10/nsIDOMSVGAnimTransformList.h 1100include/thunderbird10/nsIDOMSVGAnimTransformList.h
1119include/thunderbird10/nsIDOMSVGAnimateElement.h 1101include/thunderbird10/nsIDOMSVGAnimateElement.h
1120include/thunderbird10/nsIDOMSVGAnimateMotionElement.h 1102include/thunderbird10/nsIDOMSVGAnimateMotionElement.h
1121include/thunderbird10/nsIDOMSVGAnimateTransformElement.h 1103include/thunderbird10/nsIDOMSVGAnimateTransformElement.h
1122include/thunderbird10/nsIDOMSVGAnimatedAngle.h 1104include/thunderbird10/nsIDOMSVGAnimatedAngle.h
1123include/thunderbird10/nsIDOMSVGAnimatedBoolean.h 1105include/thunderbird10/nsIDOMSVGAnimatedBoolean.h
1124include/thunderbird10/nsIDOMSVGAnimatedEnum.h 1106include/thunderbird10/nsIDOMSVGAnimatedEnum.h
1125include/thunderbird10/nsIDOMSVGAnimatedInteger.h 1107include/thunderbird10/nsIDOMSVGAnimatedInteger.h
1126include/thunderbird10/nsIDOMSVGAnimatedLength.h 1108include/thunderbird10/nsIDOMSVGAnimatedLength.h
1127include/thunderbird10/nsIDOMSVGAnimatedLengthList.h 1109include/thunderbird10/nsIDOMSVGAnimatedLengthList.h
1128include/thunderbird10/nsIDOMSVGAnimatedNumber.h 1110include/thunderbird10/nsIDOMSVGAnimatedNumber.h
1129include/thunderbird10/nsIDOMSVGAnimatedNumberList.h 1111include/thunderbird10/nsIDOMSVGAnimatedNumberList.h
1130include/thunderbird10/nsIDOMSVGAnimatedPathData.h 1112include/thunderbird10/nsIDOMSVGAnimatedPathData.h
1131include/thunderbird10/nsIDOMSVGAnimatedPoints.h 1113include/thunderbird10/nsIDOMSVGAnimatedPoints.h
1132include/thunderbird10/nsIDOMSVGAnimatedRect.h 1114include/thunderbird10/nsIDOMSVGAnimatedRect.h
1133include/thunderbird10/nsIDOMSVGAnimatedString.h 1115include/thunderbird10/nsIDOMSVGAnimatedString.h
1134include/thunderbird10/nsIDOMSVGAnimationElement.h 1116include/thunderbird10/nsIDOMSVGAnimationElement.h
1135include/thunderbird10/nsIDOMSVGCircleElement.h 1117include/thunderbird10/nsIDOMSVGCircleElement.h
1136include/thunderbird10/nsIDOMSVGClipPathElement.h 1118include/thunderbird10/nsIDOMSVGClipPathElement.h
1137include/thunderbird10/nsIDOMSVGDefsElement.h 1119include/thunderbird10/nsIDOMSVGDefsElement.h
1138include/thunderbird10/nsIDOMSVGDescElement.h 1120include/thunderbird10/nsIDOMSVGDescElement.h
1139include/thunderbird10/nsIDOMSVGDocument.h 1121include/thunderbird10/nsIDOMSVGDocument.h
1140include/thunderbird10/nsIDOMSVGElement.h 1122include/thunderbird10/nsIDOMSVGElement.h
1141include/thunderbird10/nsIDOMSVGEllipseElement.h 1123include/thunderbird10/nsIDOMSVGEllipseElement.h
1142include/thunderbird10/nsIDOMSVGEvent.h 1124include/thunderbird10/nsIDOMSVGEvent.h
1143include/thunderbird10/nsIDOMSVGException.h 1125include/thunderbird10/nsIDOMSVGException.h
1144include/thunderbird10/nsIDOMSVGFilterElement.h 1126include/thunderbird10/nsIDOMSVGFilterElement.h
1145include/thunderbird10/nsIDOMSVGFilters.h 1127include/thunderbird10/nsIDOMSVGFilters.h
1146include/thunderbird10/nsIDOMSVGFitToViewBox.h 1128include/thunderbird10/nsIDOMSVGFitToViewBox.h
1147include/thunderbird10/nsIDOMSVGForeignObjectElem.h 1129include/thunderbird10/nsIDOMSVGForeignObjectElem.h
1148include/thunderbird10/nsIDOMSVGGElement.h 1130include/thunderbird10/nsIDOMSVGGElement.h
1149include/thunderbird10/nsIDOMSVGGradientElement.h 1131include/thunderbird10/nsIDOMSVGGradientElement.h
1150include/thunderbird10/nsIDOMSVGImageElement.h 1132include/thunderbird10/nsIDOMSVGImageElement.h
1151include/thunderbird10/nsIDOMSVGLength.h 1133include/thunderbird10/nsIDOMSVGLength.h
1152include/thunderbird10/nsIDOMSVGLengthList.h 1134include/thunderbird10/nsIDOMSVGLengthList.h
1153include/thunderbird10/nsIDOMSVGLineElement.h 1135include/thunderbird10/nsIDOMSVGLineElement.h
1154include/thunderbird10/nsIDOMSVGLocatable.h 1136include/thunderbird10/nsIDOMSVGLocatable.h
1155include/thunderbird10/nsIDOMSVGMarkerElement.h 1137include/thunderbird10/nsIDOMSVGMarkerElement.h
1156include/thunderbird10/nsIDOMSVGMaskElement.h 1138include/thunderbird10/nsIDOMSVGMaskElement.h
1157include/thunderbird10/nsIDOMSVGMatrix.h 1139include/thunderbird10/nsIDOMSVGMatrix.h
1158include/thunderbird10/nsIDOMSVGMetadataElement.h 1140include/thunderbird10/nsIDOMSVGMetadataElement.h
1159include/thunderbird10/nsIDOMSVGMpathElement.h 1141include/thunderbird10/nsIDOMSVGMpathElement.h
1160include/thunderbird10/nsIDOMSVGNumber.h 1142include/thunderbird10/nsIDOMSVGNumber.h
1161include/thunderbird10/nsIDOMSVGNumberList.h 1143include/thunderbird10/nsIDOMSVGNumberList.h
1162include/thunderbird10/nsIDOMSVGPathElement.h 1144include/thunderbird10/nsIDOMSVGPathElement.h
1163include/thunderbird10/nsIDOMSVGPathSeg.h 1145include/thunderbird10/nsIDOMSVGPathSeg.h
1164include/thunderbird10/nsIDOMSVGPathSegList.h 1146include/thunderbird10/nsIDOMSVGPathSegList.h
1165include/thunderbird10/nsIDOMSVGPatternElement.h 1147include/thunderbird10/nsIDOMSVGPatternElement.h
1166include/thunderbird10/nsIDOMSVGPoint.h 1148include/thunderbird10/nsIDOMSVGPoint.h
1167include/thunderbird10/nsIDOMSVGPointList.h 1149include/thunderbird10/nsIDOMSVGPointList.h
1168include/thunderbird10/nsIDOMSVGPolygonElement.h 1150include/thunderbird10/nsIDOMSVGPolygonElement.h
1169include/thunderbird10/nsIDOMSVGPolylineElement.h 1151include/thunderbird10/nsIDOMSVGPolylineElement.h
1170include/thunderbird10/nsIDOMSVGPresAspectRatio.h 1152include/thunderbird10/nsIDOMSVGPresAspectRatio.h
1171include/thunderbird10/nsIDOMSVGRect.h 1153include/thunderbird10/nsIDOMSVGRect.h
1172include/thunderbird10/nsIDOMSVGRectElement.h 1154include/thunderbird10/nsIDOMSVGRectElement.h
1173include/thunderbird10/nsIDOMSVGSVGElement.h 1155include/thunderbird10/nsIDOMSVGSVGElement.h
1174include/thunderbird10/nsIDOMSVGScriptElement.h 1156include/thunderbird10/nsIDOMSVGScriptElement.h
1175include/thunderbird10/nsIDOMSVGSetElement.h 1157include/thunderbird10/nsIDOMSVGSetElement.h
1176include/thunderbird10/nsIDOMSVGStopElement.h 1158include/thunderbird10/nsIDOMSVGStopElement.h
1177include/thunderbird10/nsIDOMSVGStylable.h 1159include/thunderbird10/nsIDOMSVGStylable.h
1178include/thunderbird10/nsIDOMSVGStyleElement.h 1160include/thunderbird10/nsIDOMSVGStyleElement.h
1179include/thunderbird10/nsIDOMSVGSwitchElement.h 1161include/thunderbird10/nsIDOMSVGSwitchElement.h
1180include/thunderbird10/nsIDOMSVGSymbolElement.h 1162include/thunderbird10/nsIDOMSVGSymbolElement.h
1181include/thunderbird10/nsIDOMSVGTSpanElement.h 1163include/thunderbird10/nsIDOMSVGTSpanElement.h
1182include/thunderbird10/nsIDOMSVGTextContentElement.h 1164include/thunderbird10/nsIDOMSVGTextContentElement.h
1183include/thunderbird10/nsIDOMSVGTextElement.h 1165include/thunderbird10/nsIDOMSVGTextElement.h
1184include/thunderbird10/nsIDOMSVGTextPathElement.h 1166include/thunderbird10/nsIDOMSVGTextPathElement.h
1185include/thunderbird10/nsIDOMSVGTextPositionElem.h 1167include/thunderbird10/nsIDOMSVGTextPositionElem.h
1186include/thunderbird10/nsIDOMSVGTitleElement.h 1168include/thunderbird10/nsIDOMSVGTitleElement.h
1187include/thunderbird10/nsIDOMSVGTransform.h 1169include/thunderbird10/nsIDOMSVGTransform.h
1188include/thunderbird10/nsIDOMSVGTransformList.h 1170include/thunderbird10/nsIDOMSVGTransformList.h
1189include/thunderbird10/nsIDOMSVGTransformable.h 1171include/thunderbird10/nsIDOMSVGTransformable.h
1190include/thunderbird10/nsIDOMSVGURIReference.h 1172include/thunderbird10/nsIDOMSVGURIReference.h
1191include/thunderbird10/nsIDOMSVGUnitTypes.h 1173include/thunderbird10/nsIDOMSVGUnitTypes.h
1192include/thunderbird10/nsIDOMSVGUseElement.h 1174include/thunderbird10/nsIDOMSVGUseElement.h
1193include/thunderbird10/nsIDOMSVGViewSpec.h 1175include/thunderbird10/nsIDOMSVGViewSpec.h
1194include/thunderbird10/nsIDOMSVGZoomAndPan.h 1176include/thunderbird10/nsIDOMSVGZoomAndPan.h
1195include/thunderbird10/nsIDOMSVGZoomEvent.h 1177include/thunderbird10/nsIDOMSVGZoomEvent.h
1196include/thunderbird10/nsIDOMScreen.h 1178include/thunderbird10/nsIDOMScreen.h
1197include/thunderbird10/nsIDOMScriptObjectFactory.h 1179include/thunderbird10/nsIDOMScriptObjectFactory.h
1198include/thunderbird10/nsIDOMScrollAreaEvent.h 1180include/thunderbird10/nsIDOMScrollAreaEvent.h
1199include/thunderbird10/nsIDOMSerializer.h 1181include/thunderbird10/nsIDOMSerializer.h
1200include/thunderbird10/nsIDOMSimpleGestureEvent.h 1182include/thunderbird10/nsIDOMSimpleGestureEvent.h
1201include/thunderbird10/nsIDOMSmartCardEvent.h 1183include/thunderbird10/nsIDOMSmartCardEvent.h
1202include/thunderbird10/nsIDOMStorage.h 1184include/thunderbird10/nsIDOMStorage.h
1203include/thunderbird10/nsIDOMStorageEvent.h 1185include/thunderbird10/nsIDOMStorageEvent.h
1204include/thunderbird10/nsIDOMStorageEventObsolete.h 1186include/thunderbird10/nsIDOMStorageEventObsolete.h
1205include/thunderbird10/nsIDOMStorageIndexedDB.h 1187include/thunderbird10/nsIDOMStorageIndexedDB.h
1206include/thunderbird10/nsIDOMStorageItem.h 1188include/thunderbird10/nsIDOMStorageItem.h
1207include/thunderbird10/nsIDOMStorageList.h 1189include/thunderbird10/nsIDOMStorageList.h
1208include/thunderbird10/nsIDOMStorageManager.h 1190include/thunderbird10/nsIDOMStorageManager.h
1209include/thunderbird10/nsIDOMStorageObsolete.h 1191include/thunderbird10/nsIDOMStorageObsolete.h
1210include/thunderbird10/nsIDOMStyleSheet.h 1192include/thunderbird10/nsIDOMStyleSheet.h
1211include/thunderbird10/nsIDOMStyleSheetList.h 1193include/thunderbird10/nsIDOMStyleSheetList.h
1212include/thunderbird10/nsIDOMText.h 1194include/thunderbird10/nsIDOMText.h
1213include/thunderbird10/nsIDOMTimeEvent.h 1195include/thunderbird10/nsIDOMTimeEvent.h
1214include/thunderbird10/nsIDOMTimeRanges.h 1196include/thunderbird10/nsIDOMTimeRanges.h
1215include/thunderbird10/nsIDOMToString.h 1197include/thunderbird10/nsIDOMToString.h
1216include/thunderbird10/nsIDOMTouchEvent.h 1198include/thunderbird10/nsIDOMTouchEvent.h
1217include/thunderbird10/nsIDOMTransitionEvent.h 1199include/thunderbird10/nsIDOMTransitionEvent.h
1218include/thunderbird10/nsIDOMTreeWalker.h 1200include/thunderbird10/nsIDOMTreeWalker.h
1219include/thunderbird10/nsIDOMUIEvent.h 1201include/thunderbird10/nsIDOMUIEvent.h
1220include/thunderbird10/nsIDOMUserDataHandler.h 1202include/thunderbird10/nsIDOMUserDataHandler.h
1221include/thunderbird10/nsIDOMValidityState.h 1203include/thunderbird10/nsIDOMValidityState.h
1222include/thunderbird10/nsIDOMWebGLRenderingContext.h 1204include/thunderbird10/nsIDOMWebGLRenderingContext.h
1223include/thunderbird10/nsIDOMWindow.h 1205include/thunderbird10/nsIDOMWindow.h
1224include/thunderbird10/nsIDOMWindowCollection.h 1206include/thunderbird10/nsIDOMWindowCollection.h
1225include/thunderbird10/nsIDOMWindowUtils.h 1207include/thunderbird10/nsIDOMWindowUtils.h
1226include/thunderbird10/nsIDOMXMLDocument.h 1208include/thunderbird10/nsIDOMXMLDocument.h
1227include/thunderbird10/nsIDOMXPathEvaluator.h 1209include/thunderbird10/nsIDOMXPathEvaluator.h
1228include/thunderbird10/nsIDOMXPathException.h 1210include/thunderbird10/nsIDOMXPathException.h
1229include/thunderbird10/nsIDOMXPathExpression.h 1211include/thunderbird10/nsIDOMXPathExpression.h
1230include/thunderbird10/nsIDOMXPathNSResolver.h 1212include/thunderbird10/nsIDOMXPathNSResolver.h
1231include/thunderbird10/nsIDOMXPathNamespace.h 1213include/thunderbird10/nsIDOMXPathNamespace.h
1232include/thunderbird10/nsIDOMXPathResult.h 1214include/thunderbird10/nsIDOMXPathResult.h
1233include/thunderbird10/nsIDOMXULButtonElement.h 1215include/thunderbird10/nsIDOMXULButtonElement.h
1234include/thunderbird10/nsIDOMXULCheckboxElement.h 1216include/thunderbird10/nsIDOMXULCheckboxElement.h
1235include/thunderbird10/nsIDOMXULCommandDispatcher.h 1217include/thunderbird10/nsIDOMXULCommandDispatcher.h
1236include/thunderbird10/nsIDOMXULCommandEvent.h 1218include/thunderbird10/nsIDOMXULCommandEvent.h
1237include/thunderbird10/nsIDOMXULContainerElement.h 1219include/thunderbird10/nsIDOMXULContainerElement.h
1238include/thunderbird10/nsIDOMXULControlElement.h 1220include/thunderbird10/nsIDOMXULControlElement.h
1239include/thunderbird10/nsIDOMXULDescriptionElement.h 1221include/thunderbird10/nsIDOMXULDescriptionElement.h
1240include/thunderbird10/nsIDOMXULDocument.h 1222include/thunderbird10/nsIDOMXULDocument.h
1241include/thunderbird10/nsIDOMXULElement.h 1223include/thunderbird10/nsIDOMXULElement.h
1242include/thunderbird10/nsIDOMXULImageElement.h 1224include/thunderbird10/nsIDOMXULImageElement.h
1243include/thunderbird10/nsIDOMXULLabelElement.h 1225include/thunderbird10/nsIDOMXULLabelElement.h
1244include/thunderbird10/nsIDOMXULLabeledControlEl.h 1226include/thunderbird10/nsIDOMXULLabeledControlEl.h
1245include/thunderbird10/nsIDOMXULMenuListElement.h 1227include/thunderbird10/nsIDOMXULMenuListElement.h
1246include/thunderbird10/nsIDOMXULMultSelectCntrlEl.h 1228include/thunderbird10/nsIDOMXULMultSelectCntrlEl.h
1247include/thunderbird10/nsIDOMXULPopupElement.h 1229include/thunderbird10/nsIDOMXULPopupElement.h
1248include/thunderbird10/nsIDOMXULRelatedElement.h 1230include/thunderbird10/nsIDOMXULRelatedElement.h
1249include/thunderbird10/nsIDOMXULSelectCntrlEl.h 1231include/thunderbird10/nsIDOMXULSelectCntrlEl.h
1250include/thunderbird10/nsIDOMXULSelectCntrlItemEl.h 1232include/thunderbird10/nsIDOMXULSelectCntrlItemEl.h
1251include/thunderbird10/nsIDOMXULTextboxElement.h 1233include/thunderbird10/nsIDOMXULTextboxElement.h
1252include/thunderbird10/nsIDOMXULTreeElement.h 1234include/thunderbird10/nsIDOMXULTreeElement.h
1253include/thunderbird10/nsIDTD.h 1235include/thunderbird10/nsIDTD.h
1254include/thunderbird10/nsIDataSignatureVerifier.h 1236include/thunderbird10/nsIDataSignatureVerifier.h
1255include/thunderbird10/nsIDateTimeFormat.h 1237include/thunderbird10/nsIDateTimeFormat.h
1256include/thunderbird10/nsIDebug.h 1238include/thunderbird10/nsIDebug.h
1257include/thunderbird10/nsIDebug2.h 1239include/thunderbird10/nsIDebug2.h
1258include/thunderbird10/nsIDeviceContextSpec.h 1240include/thunderbird10/nsIDeviceContextSpec.h
1259include/thunderbird10/nsIDeviceMotion.h 1241include/thunderbird10/nsIDeviceMotion.h
1260include/thunderbird10/nsIDialogCreator.h 1242include/thunderbird10/nsIDialogCreator.h
1261include/thunderbird10/nsIDialogParamBlock.h 1243include/thunderbird10/nsIDialogParamBlock.h
1262include/thunderbird10/nsIDirIndex.h 1244include/thunderbird10/nsIDirIndex.h
1263include/thunderbird10/nsIDirIndexListener.h 1245include/thunderbird10/nsIDirIndexListener.h
1264include/thunderbird10/nsIDirectoryEnumerator.h 1246include/thunderbird10/nsIDirectoryEnumerator.h
1265include/thunderbird10/nsIDirectoryService.h 1247include/thunderbird10/nsIDirectoryService.h
1266include/thunderbird10/nsIDiskCacheStreamInternal.h 1248include/thunderbird10/nsIDiskCacheStreamInternal.h
1267include/thunderbird10/nsIDocCharset.h 1249include/thunderbird10/nsIDocCharset.h
1268include/thunderbird10/nsIDocShell.h 1250include/thunderbird10/nsIDocShell.h
1269include/thunderbird10/nsIDocShellHistory.h 1251include/thunderbird10/nsIDocShellHistory.h
1270include/thunderbird10/nsIDocShellLoadInfo.h 1252include/thunderbird10/nsIDocShellLoadInfo.h
1271include/thunderbird10/nsIDocShellTreeItem.h 1253include/thunderbird10/nsIDocShellTreeItem.h
1272include/thunderbird10/nsIDocShellTreeNode.h 1254include/thunderbird10/nsIDocShellTreeNode.h
1273include/thunderbird10/nsIDocShellTreeOwner.h 1255include/thunderbird10/nsIDocShellTreeOwner.h
1274include/thunderbird10/nsIDocument.h 1256include/thunderbird10/nsIDocument.h
1275include/thunderbird10/nsIDocumentCharsetInfo.h 1257include/thunderbird10/nsIDocumentCharsetInfo.h
1276include/thunderbird10/nsIDocumentEncoder.h 1258include/thunderbird10/nsIDocumentEncoder.h
1277include/thunderbird10/nsIDocumentLoader.h 1259include/thunderbird10/nsIDocumentLoader.h
1278include/thunderbird10/nsIDocumentLoaderFactory.h 1260include/thunderbird10/nsIDocumentLoaderFactory.h
1279include/thunderbird10/nsIDocumentObserver.h 1261include/thunderbird10/nsIDocumentObserver.h
1280include/thunderbird10/nsIDocumentStateListener.h 1262include/thunderbird10/nsIDocumentStateListener.h
1281include/thunderbird10/nsIDocumentTransformer.h 1263include/thunderbird10/nsIDocumentTransformer.h
1282include/thunderbird10/nsIDownload.h 1264include/thunderbird10/nsIDownload.h
1283include/thunderbird10/nsIDownloadHistory.h 1265include/thunderbird10/nsIDownloadHistory.h
1284include/thunderbird10/nsIDownloadManager.h 1266include/thunderbird10/nsIDownloadManager.h
1285include/thunderbird10/nsIDownloadManagerUI.h 1267include/thunderbird10/nsIDownloadManagerUI.h
1286include/thunderbird10/nsIDownloadProgressListener.h 1268include/thunderbird10/nsIDownloadProgressListener.h
1287include/thunderbird10/nsIDownloader.h 1269include/thunderbird10/nsIDownloader.h
1288include/thunderbird10/nsIDragService.h 1270include/thunderbird10/nsIDragService.h
1289include/thunderbird10/nsIDragSession.h 1271include/thunderbird10/nsIDragSession.h
1290include/thunderbird10/nsIDragSessionGTK.h 1272include/thunderbird10/nsIDragSessionGTK.h
1291include/thunderbird10/nsIDroppedLinkHandler.h 1273include/thunderbird10/nsIDroppedLinkHandler.h
1292include/thunderbird10/nsIDynamicContainer.h 1274include/thunderbird10/nsIDynamicContainer.h
1293include/thunderbird10/nsIEditActionListener.h 1275include/thunderbird10/nsIEditActionListener.h
1294include/thunderbird10/nsIEditingSession.h 1276include/thunderbird10/nsIEditingSession.h
1295include/thunderbird10/nsIEditor.h 1277include/thunderbird10/nsIEditor.h
1296include/thunderbird10/nsIEditorBoxObject.h 1278include/thunderbird10/nsIEditorBoxObject.h
1297include/thunderbird10/nsIEditorDocShell.h 1279include/thunderbird10/nsIEditorDocShell.h
1298include/thunderbird10/nsIEditorIMESupport.h 1280include/thunderbird10/nsIEditorIMESupport.h
1299include/thunderbird10/nsIEditorLogging.h 1281include/thunderbird10/nsIEditorLogging.h
1300include/thunderbird10/nsIEditorMailSupport.h 1282include/thunderbird10/nsIEditorMailSupport.h
1301include/thunderbird10/nsIEditorObserver.h 1283include/thunderbird10/nsIEditorObserver.h
1302include/thunderbird10/nsIEditorSpellCheck.h 1284include/thunderbird10/nsIEditorSpellCheck.h
1303include/thunderbird10/nsIEditorStyleSheets.h 1285include/thunderbird10/nsIEditorStyleSheets.h
1304include/thunderbird10/nsIEffectiveTLDService.h 1286include/thunderbird10/nsIEffectiveTLDService.h
1305include/thunderbird10/nsIElementObserver.h 1287include/thunderbird10/nsIElementObserver.h
1306include/thunderbird10/nsIEmbeddingSiteWindow.h 1288include/thunderbird10/nsIEmbeddingSiteWindow.h
1307include/thunderbird10/nsIEmbeddingSiteWindow2.h 1289include/thunderbird10/nsIEmbeddingSiteWindow2.h
1308include/thunderbird10/nsIEncodedChannel.h 1290include/thunderbird10/nsIEncodedChannel.h
1309include/thunderbird10/nsIEncryptedSMIMEURIsSrvc.h 1291include/thunderbird10/nsIEncryptedSMIMEURIsSrvc.h
1310include/thunderbird10/nsIEntityConverter.h 1292include/thunderbird10/nsIEntityConverter.h
1311include/thunderbird10/nsIEntropyCollector.h 1293include/thunderbird10/nsIEntropyCollector.h
1312include/thunderbird10/nsIEnumerator.h 1294include/thunderbird10/nsIEnumerator.h
1313include/thunderbird10/nsIEnvironment.h 1295include/thunderbird10/nsIEnvironment.h
1314include/thunderbird10/nsIErrorService.h 1296include/thunderbird10/nsIErrorService.h
1315include/thunderbird10/nsIEventListenerService.h 1297include/thunderbird10/nsIEventListenerService.h
1316include/thunderbird10/nsIEventSource.h 1298include/thunderbird10/nsIEventSource.h
1317include/thunderbird10/nsIEventTarget.h 1299include/thunderbird10/nsIEventTarget.h
1318include/thunderbird10/nsIException.h 1300include/thunderbird10/nsIException.h
1319include/thunderbird10/nsIExceptionService.h 1301include/thunderbird10/nsIExceptionService.h
1320include/thunderbird10/nsIExpatSink.h 1302include/thunderbird10/nsIExpatSink.h
1321include/thunderbird10/nsIExtendedExpatSink.h 1303include/thunderbird10/nsIExtendedExpatSink.h
1322include/thunderbird10/nsIExternalHelperAppService.h 1304include/thunderbird10/nsIExternalHelperAppService.h
1323include/thunderbird10/nsIExternalProtocolHandler.h 1305include/thunderbird10/nsIExternalProtocolHandler.h
1324include/thunderbird10/nsIExternalProtocolService.h 1306include/thunderbird10/nsIExternalProtocolService.h
1325include/thunderbird10/nsIExternalSharingAppService.h 1307include/thunderbird10/nsIExternalSharingAppService.h
1326include/thunderbird10/nsIExternalURLHandlerService.h 1308include/thunderbird10/nsIExternalURLHandlerService.h
1327include/thunderbird10/nsIFTPChannel.h 1309include/thunderbird10/nsIFTPChannel.h
1328include/thunderbird10/nsIFactory.h 1310include/thunderbird10/nsIFactory.h
1329include/thunderbird10/nsIFaviconService.h 1311include/thunderbird10/nsIFaviconService.h
1330include/thunderbird10/nsIFeed.h 1312include/thunderbird10/nsIFeed.h
1331include/thunderbird10/nsIFeedContainer.h 1313include/thunderbird10/nsIFeedContainer.h
1332include/thunderbird10/nsIFeedElementBase.h 1314include/thunderbird10/nsIFeedElementBase.h
1333include/thunderbird10/nsIFeedEntry.h 1315include/thunderbird10/nsIFeedEntry.h
1334include/thunderbird10/nsIFeedGenerator.h 1316include/thunderbird10/nsIFeedGenerator.h
1335include/thunderbird10/nsIFeedListener.h 1317include/thunderbird10/nsIFeedListener.h
1336include/thunderbird10/nsIFeedPerson.h 1318include/thunderbird10/nsIFeedPerson.h
1337include/thunderbird10/nsIFeedProcessor.h 1319include/thunderbird10/nsIFeedProcessor.h
1338include/thunderbird10/nsIFeedResult.h 1320include/thunderbird10/nsIFeedResult.h
1339include/thunderbird10/nsIFeedTextConstruct.h 1321include/thunderbird10/nsIFeedTextConstruct.h
1340include/thunderbird10/nsIFile.h 1322include/thunderbird10/nsIFile.h
1341include/thunderbird10/nsIFileChannel.h 1323include/thunderbird10/nsIFileChannel.h
1342include/thunderbird10/nsIFilePicker.h 1324include/thunderbird10/nsIFilePicker.h
1343include/thunderbird10/nsIFileProtocolHandler.h 1325include/thunderbird10/nsIFileProtocolHandler.h
1344include/thunderbird10/nsIFileStreams.h 1326include/thunderbird10/nsIFileStreams.h
1345include/thunderbird10/nsIFileURL.h 1327include/thunderbird10/nsIFileURL.h
1346include/thunderbird10/nsIFileView.h 1328include/thunderbird10/nsIFileView.h
1347include/thunderbird10/nsIFind.h 1329include/thunderbird10/nsIFind.h
1348include/thunderbird10/nsIFindService.h 1330include/thunderbird10/nsIFindService.h
1349include/thunderbird10/nsIFocusManager.h 1331include/thunderbird10/nsIFocusManager.h
1350include/thunderbird10/nsIFolderListener.h 1332include/thunderbird10/nsIFolderListener.h
1351include/thunderbird10/nsIFolderLookupService.h 1333include/thunderbird10/nsIFolderLookupService.h
1352include/thunderbird10/nsIFontEnumerator.h 1334include/thunderbird10/nsIFontEnumerator.h
1353include/thunderbird10/nsIForm.h 1335include/thunderbird10/nsIForm.h
1354include/thunderbird10/nsIFormAutoComplete.h 1336include/thunderbird10/nsIFormAutoComplete.h
1355include/thunderbird10/nsIFormControl.h 1337include/thunderbird10/nsIFormControl.h
1356include/thunderbird10/nsIFormControlFrame.h 1338include/thunderbird10/nsIFormControlFrame.h
1357include/thunderbird10/nsIFormFillController.h 1339include/thunderbird10/nsIFormFillController.h
1358include/thunderbird10/nsIFormHistory.h 1340include/thunderbird10/nsIFormHistory.h
1359include/thunderbird10/nsIFormProcessor.h 1341include/thunderbird10/nsIFormProcessor.h
1360include/thunderbird10/nsIFormSigningDialog.h 1342include/thunderbird10/nsIFormSigningDialog.h
1361include/thunderbird10/nsIFormSubmitObserver.h 1343include/thunderbird10/nsIFormSubmitObserver.h
1362include/thunderbird10/nsIFormatConverter.h 1344include/thunderbird10/nsIFormatConverter.h
1363include/thunderbird10/nsIFragmentContentSink.h 1345include/thunderbird10/nsIFragmentContentSink.h
1364include/thunderbird10/nsIFrame.h 1346include/thunderbird10/nsIFrame.h
1365include/thunderbird10/nsIFrameLoader.h 1347include/thunderbird10/nsIFrameLoader.h
1366include/thunderbird10/nsIFrameMessageManager.h 1348include/thunderbird10/nsIFrameMessageManager.h
1367include/thunderbird10/nsIFrameTraversal.h 1349include/thunderbird10/nsIFrameTraversal.h
1368include/thunderbird10/nsIFrameUtil.h 1350include/thunderbird10/nsIFrameUtil.h
1369include/thunderbird10/nsIFts3Tokenizer.h 1351include/thunderbird10/nsIFts3Tokenizer.h
1370include/thunderbird10/nsIGConfService.h 1352include/thunderbird10/nsIGConfService.h
1371include/thunderbird10/nsIGIOService.h 1353include/thunderbird10/nsIGIOService.h
1372include/thunderbird10/nsIGSettingsService.h 1354include/thunderbird10/nsIGSettingsService.h
1373include/thunderbird10/nsIGenKeypairInfoDlg.h 1355include/thunderbird10/nsIGenKeypairInfoDlg.h
1374include/thunderbird10/nsIGeolocationProvider.h 1356include/thunderbird10/nsIGeolocationProvider.h
1375include/thunderbird10/nsIGfxInfo.h 1357include/thunderbird10/nsIGfxInfo.h
1376include/thunderbird10/nsIGfxInfoDebug.h 1358include/thunderbird10/nsIGfxInfoDebug.h
1377include/thunderbird10/nsIGlobalHistory.h 1359include/thunderbird10/nsIGlobalHistory.h
1378include/thunderbird10/nsIGlobalHistory2.h 1360include/thunderbird10/nsIGlobalHistory2.h
1379include/thunderbird10/nsIGnomeVFSService.h 1361include/thunderbird10/nsIGnomeVFSService.h
1380include/thunderbird10/nsIGridPart.h 1362include/thunderbird10/nsIGridPart.h
1381include/thunderbird10/nsIHTMLAbsPosEditor.h 1363include/thunderbird10/nsIHTMLAbsPosEditor.h
1382include/thunderbird10/nsIHTMLCollection.h 1364include/thunderbird10/nsIHTMLCollection.h
1383include/thunderbird10/nsIHTMLContentSink.h 1365include/thunderbird10/nsIHTMLContentSink.h
1384include/thunderbird10/nsIHTMLDocument.h 1366include/thunderbird10/nsIHTMLDocument.h
1385include/thunderbird10/nsIHTMLEditor.h 1367include/thunderbird10/nsIHTMLEditor.h
1386include/thunderbird10/nsIHTMLInlineTableEditor.h 1368include/thunderbird10/nsIHTMLInlineTableEditor.h
1387include/thunderbird10/nsIHTMLMenu.h 1369include/thunderbird10/nsIHTMLMenu.h
1388include/thunderbird10/nsIHTMLObjectResizeListener.h 1370include/thunderbird10/nsIHTMLObjectResizeListener.h
1389include/thunderbird10/nsIHTMLObjectResizer.h 1371include/thunderbird10/nsIHTMLObjectResizer.h
1390include/thunderbird10/nsIHTMLToTextSink.h 1372include/thunderbird10/nsIHTMLToTextSink.h
1391include/thunderbird10/nsIHTTPHeaderListener.h 1373include/thunderbird10/nsIHTTPHeaderListener.h
1392include/thunderbird10/nsIHTTPIndex.h 1374include/thunderbird10/nsIHTTPIndex.h
1393include/thunderbird10/nsIHandlerService.h 1375include/thunderbird10/nsIHandlerService.h
1394include/thunderbird10/nsIHapticFeedback.h 1376include/thunderbird10/nsIHapticFeedback.h
1395include/thunderbird10/nsIHashable.h 1377include/thunderbird10/nsIHashable.h
1396include/thunderbird10/nsIHelperAppLauncherDialog.h 1378include/thunderbird10/nsIHelperAppLauncherDialog.h
1397include/thunderbird10/nsIHistoryEntry.h 1379include/thunderbird10/nsIHistoryEntry.h
1398include/thunderbird10/nsIHttpActivityObserver.h 1380include/thunderbird10/nsIHttpActivityObserver.h
1399include/thunderbird10/nsIHttpAuthManager.h 1381include/thunderbird10/nsIHttpAuthManager.h
1400include/thunderbird10/nsIHttpAuthenticableChannel.h 1382include/thunderbird10/nsIHttpAuthenticableChannel.h
1401include/thunderbird10/nsIHttpAuthenticator.h 1383include/thunderbird10/nsIHttpAuthenticator.h
1402include/thunderbird10/nsIHttpChannel.h 1384include/thunderbird10/nsIHttpChannel.h
1403include/thunderbird10/nsIHttpChannelAuthProvider.h 1385include/thunderbird10/nsIHttpChannelAuthProvider.h
1404include/thunderbird10/nsIHttpChannelChild.h 1386include/thunderbird10/nsIHttpChannelChild.h
1405include/thunderbird10/nsIHttpChannelInternal.h 1387include/thunderbird10/nsIHttpChannelInternal.h
1406include/thunderbird10/nsIHttpEventSink.h 1388include/thunderbird10/nsIHttpEventSink.h
1407include/thunderbird10/nsIHttpHeaderVisitor.h 1389include/thunderbird10/nsIHttpHeaderVisitor.h
1408include/thunderbird10/nsIHttpProtocolHandler.h 1390include/thunderbird10/nsIHttpProtocolHandler.h
1409include/thunderbird10/nsIID.h 1391include/thunderbird10/nsIID.h
1410include/thunderbird10/nsIIDBCursor.h 1392include/thunderbird10/nsIIDBCursor.h
1411include/thunderbird10/nsIIDBCursorWithValue.h 1393include/thunderbird10/nsIIDBCursorWithValue.h
1412include/thunderbird10/nsIIDBDatabase.h 1394include/thunderbird10/nsIIDBDatabase.h
1413include/thunderbird10/nsIIDBDatabaseException.h 1395include/thunderbird10/nsIIDBDatabaseException.h
1414include/thunderbird10/nsIIDBFactory.h 1396include/thunderbird10/nsIIDBFactory.h
1415include/thunderbird10/nsIIDBIndex.h 1397include/thunderbird10/nsIIDBIndex.h
1416include/thunderbird10/nsIIDBKeyRange.h 1398include/thunderbird10/nsIIDBKeyRange.h
1417include/thunderbird10/nsIIDBObjectStore.h 1399include/thunderbird10/nsIIDBObjectStore.h
1418include/thunderbird10/nsIIDBRequest.h 1400include/thunderbird10/nsIIDBRequest.h
1419include/thunderbird10/nsIIDBTransaction.h 1401include/thunderbird10/nsIIDBTransaction.h
1420include/thunderbird10/nsIIDBVersionChangeEvent.h 1402include/thunderbird10/nsIIDBVersionChangeEvent.h
1421include/thunderbird10/nsIIDNService.h 1403include/thunderbird10/nsIIDNService.h
1422include/thunderbird10/nsIIFrameBoxObject.h 1404include/thunderbird10/nsIIFrameBoxObject.h
1423include/thunderbird10/nsIIMAPHostSessionList.h 1405include/thunderbird10/nsIIMAPHostSessionList.h
1424include/thunderbird10/nsIIMEPicker.h 1406include/thunderbird10/nsIIMEPicker.h
1425include/thunderbird10/nsIINIParser.h 1407include/thunderbird10/nsIINIParser.h
1426include/thunderbird10/nsIIOService.h 1408include/thunderbird10/nsIIOService.h
1427include/thunderbird10/nsIIOService2.h 1409include/thunderbird10/nsIIOService2.h
1428include/thunderbird10/nsIIOUtil.h 1410include/thunderbird10/nsIIOUtil.h
1429include/thunderbird10/nsIIPCSerializable.h 1411include/thunderbird10/nsIIPCSerializable.h
1430include/thunderbird10/nsIIconURI.h 1412include/thunderbird10/nsIIconURI.h
1431include/thunderbird10/nsIIdentityInfo.h 1413include/thunderbird10/nsIIdentityInfo.h
1432include/thunderbird10/nsIIdleService.h 1414include/thunderbird10/nsIIdleService.h
1433include/thunderbird10/nsIImageDocument.h 1415include/thunderbird10/nsIImageDocument.h
1434include/thunderbird10/nsIImageLoadingContent.h 1416include/thunderbird10/nsIImageLoadingContent.h
1435include/thunderbird10/nsIImageToPixbuf.h 1417include/thunderbird10/nsIImageToPixbuf.h
1436include/thunderbird10/nsIImapFlagAndUidState.h 1418include/thunderbird10/nsIImapFlagAndUidState.h

cvs diff -r1.4 -r1.5 pkgsrc/mail/thunderbird10/Attic/distinfo (switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/distinfo 2012/06/08 11:08:22 1.4
+++ pkgsrc/mail/thunderbird10/Attic/distinfo 2012/08/04 12:03:32 1.5
@@ -1,116 +1,116 @@ @@ -1,116 +1,116 @@
1$NetBSD: distinfo,v 1.4 2012/06/08 11:08:22 ryoon Exp $ 1$NetBSD: distinfo,v 1.5 2012/08/04 12:03:32 ryoon Exp $
2 2
3SHA1 (enigmail-1.4.tar.gz) = 1ee4bcd8d38685af44c1aeeea4fbba7bf30513e4 3SHA1 (enigmail-1.4.tar.gz) = 1ee4bcd8d38685af44c1aeeea4fbba7bf30513e4
4RMD160 (enigmail-1.4.tar.gz) = b3c717e150c826faae1daa09806e07dd16619c51 4RMD160 (enigmail-1.4.tar.gz) = b3c717e150c826faae1daa09806e07dd16619c51
5Size (enigmail-1.4.tar.gz) = 1323467 bytes 5Size (enigmail-1.4.tar.gz) = 1323467 bytes
6SHA1 (thunderbird-10.0.5esr.source.tar.bz2) = e7b084176bfa36480eb36f2c9c1f0bd205253f1e 6SHA1 (thunderbird-10.0.6esr.source.tar.bz2) = 95f33ea1f30018fa6213e1e9922e8346b52ec618
7RMD160 (thunderbird-10.0.5esr.source.tar.bz2) = d559619b22894593cd74e731347da6cc4358954c 7RMD160 (thunderbird-10.0.6esr.source.tar.bz2) = 25e568eb0ff8e9acc2da03b25139fe667a5b11ad
8Size (thunderbird-10.0.5esr.source.tar.bz2) = 97617123 bytes 8Size (thunderbird-10.0.6esr.source.tar.bz2) = 97779445 bytes
9SHA1 (patch-aa) = a6787e51004112a2056fd695c44c8610ffcc0d60 9SHA1 (patch-aa) = a6787e51004112a2056fd695c44c8610ffcc0d60
10SHA1 (patch-aa-toplevel) = dfff316c77e468a3720f3d18e9edfc67059fc0e1 10SHA1 (patch-aa-toplevel) = dfff316c77e468a3720f3d18e9edfc67059fc0e1
11SHA1 (patch-ab) = 6e243fcf826226330d6b62548838393bb1cbafb5 11SHA1 (patch-ab) = 6e243fcf826226330d6b62548838393bb1cbafb5
12SHA1 (patch-ac) = ade505e90d9e7dd90dedb711011be22a2a5c67f4 12SHA1 (patch-ac) = ade505e90d9e7dd90dedb711011be22a2a5c67f4
13SHA1 (patch-ad) = d6bad741c4bdfdd0ee0ca8062c2121ce82eb7fb0 13SHA1 (patch-ad) = d6bad741c4bdfdd0ee0ca8062c2121ce82eb7fb0
14SHA1 (patch-ae) = 2627a9f9dfcbb03474c5e003cab9c8c6cc5dafa1 14SHA1 (patch-ae) = 2627a9f9dfcbb03474c5e003cab9c8c6cc5dafa1
15SHA1 (patch-af) = 5a7112ce46f9a3843a78ae0a234527080c04f529 15SHA1 (patch-af) = 5a7112ce46f9a3843a78ae0a234527080c04f529
16SHA1 (patch-ag) = 40e9b2f82d7267ab0822a5f3b5120a0ef6e977cf 16SHA1 (patch-ag) = 40e9b2f82d7267ab0822a5f3b5120a0ef6e977cf
17SHA1 (patch-ai) = f03ec2d47f1a4772ec567cd38a79b841a4c0022e 17SHA1 (patch-ai) = f03ec2d47f1a4772ec567cd38a79b841a4c0022e
18SHA1 (patch-aj) = 2a06c22133a05c51f56c4cf6650dcb6ae031ab06 18SHA1 (patch-aj) = 2a06c22133a05c51f56c4cf6650dcb6ae031ab06
19SHA1 (patch-ak) = 1b9038728e0e4d3cc23fd6a74d3d48759d77cbdd 19SHA1 (patch-ak) = 1b9038728e0e4d3cc23fd6a74d3d48759d77cbdd
20SHA1 (patch-al) = f12eb736f87a779becdd10631314ee5f8f88f080 20SHA1 (patch-al) = f12eb736f87a779becdd10631314ee5f8f88f080
21SHA1 (patch-am) = 108252ed517d9388f2a6c70ffa15782045ae23d5 21SHA1 (patch-am) = 108252ed517d9388f2a6c70ffa15782045ae23d5
22SHA1 (patch-an) = 7fe9f52b2825bb2db6835a431dc4a140d4984fc7 22SHA1 (patch-an) = 7fe9f52b2825bb2db6835a431dc4a140d4984fc7
23SHA1 (patch-ao) = 644c4fcb52b3552fab5d7c5960205bf7a78a90c2 23SHA1 (patch-ao) = 644c4fcb52b3552fab5d7c5960205bf7a78a90c2
24SHA1 (patch-as) = a3dae1a6687d0e23193807783948b7aa146e1587 24SHA1 (patch-as) = a3dae1a6687d0e23193807783948b7aa146e1587
25SHA1 (patch-at) = 519a2d835e0cc9183bf7a899aee382fae72c3d5e 25SHA1 (patch-at) = 519a2d835e0cc9183bf7a899aee382fae72c3d5e
26SHA1 (patch-au) = 23a04bb48df4e54c058f09ab9036d4766d1f9e3e 26SHA1 (patch-au) = 23a04bb48df4e54c058f09ab9036d4766d1f9e3e
27SHA1 (patch-av) = 1ef659c3fe6ecdaabc247b04d8f002f2d860602d 27SHA1 (patch-av) = 1ef659c3fe6ecdaabc247b04d8f002f2d860602d
28SHA1 (patch-aw) = 480343cbefae9249f57948047d94f28312db94d4 28SHA1 (patch-aw) = 480343cbefae9249f57948047d94f28312db94d4
29SHA1 (patch-ax) = 4fb8419d749ef5371bc3b227849bcfb42ab61453 29SHA1 (patch-ax) = 4fb8419d749ef5371bc3b227849bcfb42ab61453
30SHA1 (patch-ay) = f1d70709ac86475131f6b9cfd5b942bbda37cea4 30SHA1 (patch-ay) = f1d70709ac86475131f6b9cfd5b942bbda37cea4
31SHA1 (patch-az) = 67cbe6fd7e09692f095ce2bfd76f0f554eec240d 31SHA1 (patch-az) = 67cbe6fd7e09692f095ce2bfd76f0f554eec240d
32SHA1 (patch-ba) = b015d5d067e21d134517410f68be43f414ffe669 32SHA1 (patch-ba) = b015d5d067e21d134517410f68be43f414ffe669
33SHA1 (patch-bd) = 7d23bbf11b84aaad5f2c39bb68b95ecfc7def6b5 33SHA1 (patch-bd) = 7d23bbf11b84aaad5f2c39bb68b95ecfc7def6b5
34SHA1 (patch-bf) = bfee07121770f85a1a5f85ee6b9ac4c97066d109 34SHA1 (patch-bf) = bfee07121770f85a1a5f85ee6b9ac4c97066d109
35SHA1 (patch-bg) = 9fcb2b715d5d2fdec3dceef63aa1dbbd5d40a377 35SHA1 (patch-bg) = 9fcb2b715d5d2fdec3dceef63aa1dbbd5d40a377
36SHA1 (patch-bi) = 40fe7fb45d2bce5c783cb3277a2b45e86ac84777 36SHA1 (patch-bi) = 40fe7fb45d2bce5c783cb3277a2b45e86ac84777
37SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = 1267429d7c38dd8d18132bd2afe6d0ffb1ea5062 37SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = 1267429d7c38dd8d18132bd2afe6d0ffb1ea5062
38SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = b6c0d2866075e02364e6ce497e4a08670f97d969 38SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = b6c0d2866075e02364e6ce497e4a08670f97d969
39SHA1 (patch-ipc_chromium_src_base_file__util.h) = 8009f5d95351778445b95bffb9628a4a60604bd7 39SHA1 (patch-ipc_chromium_src_base_file__util.h) = 8009f5d95351778445b95bffb9628a4a60604bd7
40SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 924f9f08e669b0bb2de6f057a6b73437451717a3 40SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 924f9f08e669b0bb2de6f057a6b73437451717a3
41SHA1 (patch-ipc_chromium_src_base_platform__file__posix.cc) = a46f6f521fed6b20790adf2e61e8c8035ed82e62 41SHA1 (patch-ipc_chromium_src_base_platform__file__posix.cc) = a46f6f521fed6b20790adf2e61e8c8035ed82e62
42SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 390225a35ddbee30c267ecb49e6e94528688d6a9 42SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 390225a35ddbee30c267ecb49e6e94528688d6a9
43SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 41dfad0a3832617f35ffd5ad28b46629af0a4e39 43SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 41dfad0a3832617f35ffd5ad28b46629af0a4e39
44SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 953144000b151c3f66a853fbceedffb2c59af1fe 44SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 953144000b151c3f66a853fbceedffb2c59af1fe
45SHA1 (patch-ipc_chromium_src_build_build__config.h) = 70f999b89dd404d9c570df392f2ebb73b2fd566f 45SHA1 (patch-ipc_chromium_src_build_build__config.h) = 70f999b89dd404d9c570df392f2ebb73b2fd566f
46SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = baca4a739d33af57603ed59daa1f70cd7f27c643 46SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = baca4a739d33af57603ed59daa1f70cd7f27c643
47SHA1 (patch-ma) = 3ddbfa886f3bd575846aab40aad897d19b888c9d 47SHA1 (patch-ma) = 3ddbfa886f3bd575846aab40aad897d19b888c9d
48SHA1 (patch-ma-toplevel) = b1d2f38dfa6dece871dcf7670fe4e82c490ab03c 48SHA1 (patch-ma-toplevel) = b1d2f38dfa6dece871dcf7670fe4e82c490ab03c
49SHA1 (patch-mb) = e56283233f9508257e29df55c02ba5664c9f08ed 49SHA1 (patch-mb) = e56283233f9508257e29df55c02ba5664c9f08ed
50SHA1 (patch-md) = fe60fd55649258fc5aa28cf754bf9a2b257b7c69 50SHA1 (patch-md) = fe60fd55649258fc5aa28cf754bf9a2b257b7c69
51SHA1 (patch-me) = 9439d2e31355e618d35168b0458bc244d51459e9 51SHA1 (patch-me) = 9439d2e31355e618d35168b0458bc244d51459e9
52SHA1 (patch-mf) = d2dbde7b881ee91f6058c6eee36ca95b3f5097b1 52SHA1 (patch-mf) = d2dbde7b881ee91f6058c6eee36ca95b3f5097b1
53SHA1 (patch-mg) = 904a84151c98248a40262c79d6e25321d0184962 53SHA1 (patch-mg) = 904a84151c98248a40262c79d6e25321d0184962
54SHA1 (patch-mh) = 35867e11fdaf63b204ebe1ede8b2af4fe53a221f 54SHA1 (patch-mh) = 35867e11fdaf63b204ebe1ede8b2af4fe53a221f
55SHA1 (patch-mi) = f880cbc91e0d82cb6dc12ca06791f7ae5b9e3fa4 55SHA1 (patch-mi) = f880cbc91e0d82cb6dc12ca06791f7ae5b9e3fa4
56SHA1 (patch-mj) = 92ff1555456133685f2b78237a39af57c4199acf 56SHA1 (patch-mj) = 92ff1555456133685f2b78237a39af57c4199acf
57SHA1 (patch-mk) = 1dd0679019942c9c17501174331496f55fb1d028 57SHA1 (patch-mk) = 1dd0679019942c9c17501174331496f55fb1d028
58SHA1 (patch-ml) = 37efa4fb1a6b64a02dbc8b7333825111d1ccbda3 58SHA1 (patch-ml) = 37efa4fb1a6b64a02dbc8b7333825111d1ccbda3
59SHA1 (patch-mm) = e9b4e83d4fee0aee0c56f85f0a320587184e2cf4 59SHA1 (patch-mm) = e9b4e83d4fee0aee0c56f85f0a320587184e2cf4
60SHA1 (patch-mn) = 043ff332b494ddc9dfff3286a4c7e296a9b352f4 60SHA1 (patch-mn) = 043ff332b494ddc9dfff3286a4c7e296a9b352f4
61SHA1 (patch-mozilla_build_autoconf_gcc-pr49911.m4) = 84f15ee18c95829b19127b6efa46e57380528315 61SHA1 (patch-mozilla_build_autoconf_gcc-pr49911.m4) = 84f15ee18c95829b19127b6efa46e57380528315
62SHA1 (patch-mozilla_build_autoconf_nss.m4) = 3344fd1a92508acf627371cebbb43b6f603652d5 62SHA1 (patch-mozilla_build_autoconf_nss.m4) = 3344fd1a92508acf627371cebbb43b6f603652d5
63SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 2b8ad715181bd74966dcd941aead2c84658ad8a1 63SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 2b8ad715181bd74966dcd941aead2c84658ad8a1
64SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = d2e60d0809eccb651ec8b17663a524004602c2db 64SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = d2e60d0809eccb651ec8b17663a524004602c2db
65SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = fc1e445bae48da5b3d4f97bf78b7ef3870032a06 65SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = fc1e445bae48da5b3d4f97bf78b7ef3870032a06
66SHA1 (patch-mozilla_ipc_chromium_chromium-config.mk) = 21dd321c09108c2567698bcd3510957435be24be 66SHA1 (patch-mozilla_ipc_chromium_chromium-config.mk) = 21dd321c09108c2567698bcd3510957435be24be
67SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 8becedc1754721a913384a5d31d121f9f04418ab 67SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 8becedc1754721a913384a5d31d121f9f04418ab
68SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__bsd.cc) = ec55788a5b24f331a54d242c688bb68b657b71bd 68SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__bsd.cc) = ec55788a5b24f331a54d242c688bb68b657b71bd
69SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = 2a437553e275ed620e27564f13868a8fcf118e12 69SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = 2a437553e275ed620e27564f13868a8fcf118e12
70SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = 61a7c02dad19b43a3b2a5ae344179247e2a2b68d 70SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = 61a7c02dad19b43a3b2a5ae344179247e2a2b68d
71SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = e76cd9f3e3ee9aaadf370e5b2caa0c9aabad2fec 71SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = e76cd9f3e3ee9aaadf370e5b2caa0c9aabad2fec
72SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = c0a5f86bc9db4c137c8bb77e9773e5134fd755c1 72SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = c0a5f86bc9db4c137c8bb77e9773e5134fd755c1
73SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 3e1c0e528f1f0a4fe846210fa62f700a9ea62179 73SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 3e1c0e528f1f0a4fe846210fa62f700a9ea62179
74SHA1 (patch-mozilla_ipc_chromium_src_base_third__party_nspr_prtime.cc) = 55eb4ea80c65ecff08e2cda70e3dc3c9acf951b8 74SHA1 (patch-mozilla_ipc_chromium_src_base_third__party_nspr_prtime.cc) = 55eb4ea80c65ecff08e2cda70e3dc3c9acf951b8
75SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = f55a0be54139ed8263aefcf1bd43e32cb93c7650 75SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = f55a0be54139ed8263aefcf1bd43e32cb93c7650
76SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c451010a3d2c638e70e1fcec876b20eea28cf2cf 76SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c451010a3d2c638e70e1fcec876b20eea28cf2cf
77SHA1 (patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp) = 3b4b7d9feacd477e89bfbb2bcebb3becfb8b1827 77SHA1 (patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp) = 3b4b7d9feacd477e89bfbb2bcebb3becfb8b1827
78SHA1 (patch-mozilla_js_src_build_autoconf_gcc-pr49911.m4) = 8aa13cbba888f0c077137686a7c9c791de58d800 78SHA1 (patch-mozilla_js_src_build_autoconf_gcc-pr49911.m4) = 8aa13cbba888f0c077137686a7c9c791de58d800
79SHA1 (patch-mozilla_js_src_jscpucfg.h) = 88a31fd62eda3bd7f95cae076a83b418e97e8412 79SHA1 (patch-mozilla_js_src_jscpucfg.h) = 88a31fd62eda3bd7f95cae076a83b418e97e8412
80SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = c27d2e4105ea47a0fe2bec42ed2e9192db925c8c 80SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = c27d2e4105ea47a0fe2bec42ed2e9192db925c8c
81SHA1 (patch-mozilla_js_src_yarr_pcre_pcre.h) = 7d450964eba9c64cad932075c714087047fc8642 81SHA1 (patch-mozilla_js_src_yarr_pcre_pcre.h) = 7d450964eba9c64cad932075c714087047fc8642
82SHA1 (patch-mozilla_media_libvpx_vpx__config.h) = cb7bb829ea120f6d295de7807b13e4c720b3f88f 82SHA1 (patch-mozilla_media_libvpx_vpx__config.h) = cb7bb829ea120f6d295de7807b13e4c720b3f88f
83SHA1 (patch-mozilla_media_libvpx_vpx__config__c.c) = 0e04badaf5ff4b04a313cf9bb40727d87202051f 83SHA1 (patch-mozilla_media_libvpx_vpx__config__c.c) = 0e04badaf5ff4b04a313cf9bb40727d87202051f
84SHA1 (patch-mozilla_nsprpub_pr_include_md___dragonfly.cfg) = 1496442dfa274cab6622db350c138635e6cf7376 84SHA1 (patch-mozilla_nsprpub_pr_include_md___dragonfly.cfg) = 1496442dfa274cab6622db350c138635e6cf7376
85SHA1 (patch-mozilla_nsprpub_pr_include_md___pth.h) = b8aab2979a289512b93e04bc3bbc38845029719d 85SHA1 (patch-mozilla_nsprpub_pr_include_md___pth.h) = b8aab2979a289512b93e04bc3bbc38845029719d
86SHA1 (patch-mozilla_nsprpub_pr_include_md_prosdep.h) = 576fc831d79e9594c1f90907d53e4fbc17f4644a 86SHA1 (patch-mozilla_nsprpub_pr_include_md_prosdep.h) = 576fc831d79e9594c1f90907d53e4fbc17f4644a
87SHA1 (patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c) = 2f2781c848e12a21e48c9924de6824ab269dae86 87SHA1 (patch-mozilla_nsprpub_pr_src_md_unix_uxrng.c) = 2f2781c848e12a21e48c9924de6824ab269dae86
88SHA1 (patch-mozilla_nsprpub_pr_src_pthreads_ptio.c) = 427757f6f67c900b748c8a9f64136006e9f36786 88SHA1 (patch-mozilla_nsprpub_pr_src_pthreads_ptio.c) = 427757f6f67c900b748c8a9f64136006e9f36786
89SHA1 (patch-mozilla_nsprpub_pr_src_pthreads_ptsynch.c) = 211775055f7693814f1431f1c2eab623adeda8c2 89SHA1 (patch-mozilla_nsprpub_pr_src_pthreads_ptsynch.c) = 211775055f7693814f1431f1c2eab623adeda8c2
90SHA1 (patch-mozilla_xpcom_Makefile.in) = 9428dfcb63383b400a612109688de83666307ccd 90SHA1 (patch-mozilla_xpcom_Makefile.in) = 9428dfcb63383b400a612109688de83666307ccd
91SHA1 (patch-mozilla_xpcom_idl-parser_header.py) = 20576ed95f52b4511e1c44bce7d682574b85f630 91SHA1 (patch-mozilla_xpcom_idl-parser_header.py) = 20576ed95f52b4511e1c44bce7d682574b85f630
92SHA1 (patch-mozilla_xulrunner_app_Makefile.in) = b2273dad40cb3b6b492836cdbb7ec2ef7ef3aeac 92SHA1 (patch-mozilla_xulrunner_app_Makefile.in) = b2273dad40cb3b6b492836cdbb7ec2ef7ef3aeac
93SHA1 (patch-mp) = c9bafe6774355e15902eca88eb1356bb1b1be0db 93SHA1 (patch-mp) = c9bafe6774355e15902eca88eb1356bb1b1be0db
94SHA1 (patch-pa) = 4952395ac4d2e86060e22ba3f7ac5428b8d59acd 94SHA1 (patch-pa) = 4952395ac4d2e86060e22ba3f7ac5428b8d59acd
95SHA1 (patch-pb) = 1bd1fae197face0e42a013a6698e953b71e735df 95SHA1 (patch-pb) = 1bd1fae197face0e42a013a6698e953b71e735df
96SHA1 (patch-pc) = 02a9bc6311d14267f852482a705ca6ce7edd90eb 96SHA1 (patch-pc) = 02a9bc6311d14267f852482a705ca6ce7edd90eb
97SHA1 (patch-pd) = 8db06258ff9bef98a61e2fba8fe8c6124c00f3ec 97SHA1 (patch-pd) = 8db06258ff9bef98a61e2fba8fe8c6124c00f3ec
98SHA1 (patch-pg) = 67a2d09929693daeab27b158184bdf9e57a9e15e 98SHA1 (patch-pg) = 67a2d09929693daeab27b158184bdf9e57a9e15e
99SHA1 (patch-rc) = f9384fc136f9b1e73dfe5b85159b1c26c9fd4143 99SHA1 (patch-rc) = f9384fc136f9b1e73dfe5b85159b1c26c9fd4143
100SHA1 (patch-security_nss_cmd_shlibsign_sign.sh) = 4c4332855c9ca7d65c5e171bb51acceebb58bc13 100SHA1 (patch-security_nss_cmd_shlibsign_sign.sh) = 4c4332855c9ca7d65c5e171bb51acceebb58bc13
101SHA1 (patch-toolkit_toolkit-tiers.mk) = afcb2a332543d83aa2c0dc863134a25821748ff5 101SHA1 (patch-toolkit_toolkit-tiers.mk) = afcb2a332543d83aa2c0dc863134a25821748ff5
102SHA1 (patch-xa) = 1856b20866679fa6f80a5b2d06c4871f4d2ea80c 102SHA1 (patch-xa) = 1856b20866679fa6f80a5b2d06c4871f4d2ea80c
103SHA1 (patch-xb) = 84a88c9bbde4abd986a1c0d8520e2d7d189b9a5b 103SHA1 (patch-xb) = 84a88c9bbde4abd986a1c0d8520e2d7d189b9a5b
104SHA1 (patch-xc) = 035ce406ec94c51c22e90c792eb00ee701454207 104SHA1 (patch-xc) = 035ce406ec94c51c22e90c792eb00ee701454207
105SHA1 (patch-xd) = dbd48340e10cf6e6fd317ccad031e45a194a9388 105SHA1 (patch-xd) = dbd48340e10cf6e6fd317ccad031e45a194a9388
106SHA1 (patch-xe) = 6b18ee7c5e3feef23b5511f22a771000e82e2f23 106SHA1 (patch-xe) = 6b18ee7c5e3feef23b5511f22a771000e82e2f23
107SHA1 (patch-xf) = f5094d83a38ea9d54ef70c90100588c79461d764 107SHA1 (patch-xf) = f5094d83a38ea9d54ef70c90100588c79461d764
108SHA1 (patch-xg) = 8b8fc5ee8bfa481e37e609889bc03ef0f4930986 108SHA1 (patch-xg) = 8b8fc5ee8bfa481e37e609889bc03ef0f4930986
109SHA1 (patch-xj) = 6d818ed68b0e7b90cd7ee23f383ba353fbdcb520 109SHA1 (patch-xj) = 6d818ed68b0e7b90cd7ee23f383ba353fbdcb520
110SHA1 (patch-xk) = 05faddde854911220e1456fb390dfa390baf8196 110SHA1 (patch-xk) = 05faddde854911220e1456fb390dfa390baf8196
111SHA1 (patch-xl) = ceb4a0e7377739c77b08394168e84f51f3c9e31c 111SHA1 (patch-xl) = ceb4a0e7377739c77b08394168e84f51f3c9e31c
112SHA1 (patch-xm) = 1343abd29f9a0bf1dd7d89588ed11e458afec559 112SHA1 (patch-xm) = 1343abd29f9a0bf1dd7d89588ed11e458afec559
113SHA1 (patch-xn) = d242efe07d23bf38a15c9f24260a2c86a0d9d0de 113SHA1 (patch-xn) = d242efe07d23bf38a15c9f24260a2c86a0d9d0de
114SHA1 (patch-xo) = 32cae1fae3908fdf2c08c7563a65ed0c62acc8e5 114SHA1 (patch-xo) = 32cae1fae3908fdf2c08c7563a65ed0c62acc8e5
115SHA1 (patch-zb) = ee3ec28267bd7a011ff256b94c088aebf53de427 115SHA1 (patch-zb) = ee3ec28267bd7a011ff256b94c088aebf53de427
116SHA1 (patch-zc) = 3a5a19122607ecd0ec085a31ad3f3b968def693a 116SHA1 (patch-zc) = 3a5a19122607ecd0ec085a31ad3f3b968def693a

cvs diff -r1.1.1.1 -r1.2 pkgsrc/mail/thunderbird10/Attic/options.mk (switch to unified diff)

--- pkgsrc/mail/thunderbird10/Attic/options.mk 2012/03/15 09:45:29 1.1.1.1
+++ pkgsrc/mail/thunderbird10/Attic/options.mk 2012/08/04 12:03:32 1.2
@@ -1,82 +1,64 @@ @@ -1,82 +1,64 @@
1# $NetBSD: options.mk,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $ 1# $NetBSD: options.mk,v 1.2 2012/08/04 12:03:32 ryoon Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird 3PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird
4PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome official-mozilla-branding mozilla-lightning mozilla-enigmail 4PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome official-mozilla-branding mozilla-lightning mozilla-enigmail
5PKG_SUGGESTED_OPTIONS= mozilla-lightning 5PKG_SUGGESTED_OPTIONS= mozilla-lightning
6 6
7PLIST_VARS+= branding nobranding debug gnome jemalloc jit 7PLIST_VARS+= branding nobranding debug gnome jemalloc
8 8
9.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" 9.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
10PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc 10PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
11.endif 11.endif
12 12
13.if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Msparc) || \ 
14 !empty(MACHINE_ARCH:Marm) || !empty(MACHINE_ARCH:Mx86_64) 
15PKG_SUPPORTED_OPTIONS+= mozilla-jit 
16PKG_SUGGESTED_OPTIONS+= mozilla-jit 
17NANOJIT_ARCH.i386= i386 
18NANOJIT_ARCH.arm= ARM 
19NANOJIT_ARCH.sparc= Sparc 
20NANOJIT_ARCH.x86_64= X64 
21.endif 
22 
23.include "../../mk/bsd.options.mk" 13.include "../../mk/bsd.options.mk"
24 14
25.if !empty(PKG_OPTIONS:Mgnome) 15.if !empty(PKG_OPTIONS:Mgnome)
26.include "../../devel/libgnomeui/buildlink3.mk" 16.include "../../devel/libgnomeui/buildlink3.mk"
27.include "../../sysutils/gnome-vfs/buildlink3.mk" 17.include "../../sysutils/gnome-vfs/buildlink3.mk"
28CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui 18CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui
29PLIST.gnome= yes 19PLIST.gnome= yes
30.else 20.else
31CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui 21CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui
32.endif 22.endif
33 23
34.if !empty(PKG_OPTIONS:Mmozilla-jemalloc) 24.if !empty(PKG_OPTIONS:Mmozilla-jemalloc)
35PLIST.jemalloc= yes 25PLIST.jemalloc= yes
36CONFIGURE_ARGS+= --enable-jemalloc 26CONFIGURE_ARGS+= --enable-jemalloc
37.else 27.else
38CONFIGURE_ARGS+= --disable-jemalloc 28CONFIGURE_ARGS+= --disable-jemalloc
39.endif 29.endif
40 30
41.if !empty(PKG_OPTIONS:Mdebug) 31.if !empty(PKG_OPTIONS:Mdebug)
42CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols 32CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols
43CONFIGURE_ARGS+= --disable-install-strip 33CONFIGURE_ARGS+= --disable-install-strip
44PLIST.debug= yes 34PLIST.debug= yes
45.else 35.else
46CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols 36CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols
47CONFIGURE_ARGS+= --enable-install-strip 37CONFIGURE_ARGS+= --enable-install-strip
48.endif 38.endif
49 39
50.if !empty(PKG_OPTIONS:Mmozilla-jit) 
51PLIST.jit= yes 
52PLIST_SUBST+= NANOJIT_ARCH=${NANOJIT_ARCH.${MACHINE_ARCH}} 
53CONFIGURE_ARGS+= --enable-tracejit 
54.else 
55CONFIGURE_ARGS+= --disable-tracejit 
56.endif 
57 
58.if !empty(PKG_OPTIONS:Mmozilla-lightning) 40.if !empty(PKG_OPTIONS:Mmozilla-lightning)
59CONFIGURE_ARGS+= --enable-calendar 41CONFIGURE_ARGS+= --enable-calendar
60PLIST_SRC+= PLIST.lightning 42PLIST_SRC+= PLIST.lightning
61XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/calendar-timezones.xpi 43XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/calendar-timezones.xpi
62XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/gdata-provider.xpi 44XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/gdata-provider.xpi
63XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/lightning.xpi 45XPI_FILES+= ${WRKSRC}/mozilla/dist/xpi-stage/lightning.xpi
64.else 46.else
65CONFIGURE_ARGS+= --disable-calendar 47CONFIGURE_ARGS+= --disable-calendar
66.endif 48.endif
67 49
68.if !empty(PKG_OPTIONS:Mmozilla-enigmail) || make(distinfo) 50.if !empty(PKG_OPTIONS:Mmozilla-enigmail) || make(distinfo)
69.include "enigmail.mk" 51.include "enigmail.mk"
70.endif 52.endif
71 53
72.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) 54.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
73CONFIGURE_ARGS+= --enable-official-branding 55CONFIGURE_ARGS+= --enable-official-branding
74PLIST.branding= yes 56PLIST.branding= yes
75LICENSE= mozilla-trademark-license 57LICENSE= mozilla-trademark-license
76RESTRICTED= Trademark holder prohibits distribution of modified versions. 58RESTRICTED= Trademark holder prohibits distribution of modified versions.
77NO_BIN_ON_CDROM= ${RESTRICTED} 59NO_BIN_ON_CDROM= ${RESTRICTED}
78NO_BIN_ON_FTP= ${RESTRICTED} 60NO_BIN_ON_FTP= ${RESTRICTED}
79.else 61.else
80CONFIGURE_ARGS+= --disable-official-branding 62CONFIGURE_ARGS+= --disable-official-branding
81PLIST.nobranding= yes 63PLIST.nobranding= yes
82.endif 64.endif