Fri Nov 23 07:17:54 2012 UTC ()
Update to 17.0

Changelog:
    NEW
    A Menu Button is now shown to new users by default
    NEW
    Tabs are now drawn in the title bar on Windows
    FIXED
    An issue causing spell-checking only parts of words in Thunderbird 16 is now fixed (790475)
    FIXED
    An issue causing Thunderbird 16 to repeatedly download emails is now fixed (806760)
    FIXED
    RSS feeds can now be viewed in the Wide View Layout (531397)
    FIXED
    Various fixes and performance improvements
    FIXED
    Various security fixes
    CHANGED
    Mac OS X 10.5 is no longer supported

Security fixes:
Fixed in Thunderbird 17
MFSA 2012-106 Use-after-free, buffer overflow, and memory corruption issues found using Address Sanitizer
MFSA 2012-105 Use-after-free and buffer overflow issues found using Address Sanitizer
MFSA 2012-103 Frames can shadow top.location
MFSA 2012-101 Improper character decoding in HZ-GB-2312 charset
MFSA 2012-100 Improper security filtering for cross-origin wrappers
MFSA 2012-99 XrayWrappers exposes chrome-only properties when not in chrome compartment
MFSA 2012-97 XMLHttpRequest inherits incorrect principal within sandbox
MFSA 2012-96 Memory corruption in str_unescape
MFSA 2012-94 Crash when combining SVG text on path with CSS
MFSA 2012-93 evalInSanbox location context incorrectly applied
MFSA 2012-92 Buffer overflow while rendering GIF images
MFSA 2012-91 Miscellaneous memory safety hazards (rv:17.0/ rv:10.0.11)


(ryoon)
diff -r1.103 -r1.104 pkgsrc/mail/thunderbird/Makefile
diff -r1.44 -r1.45 pkgsrc/mail/thunderbird/PLIST
diff -r1.13 -r1.14 pkgsrc/mail/thunderbird/PLIST.lightning
diff -r1.106 -r1.107 pkgsrc/mail/thunderbird/distinfo
diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/patch-aa
diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/patch-aw
diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/patch-mm
diff -r1.13 -r1.14 pkgsrc/mail/thunderbird/patches/patch-as
diff -r1.4 -r1.5 pkgsrc/mail/thunderbird/patches/patch-bi
diff -r1.4 -r1.5 pkgsrc/mail/thunderbird/patches/patch-ipc_chromium_src_base_file__util__posix.cc
diff -r0 -r1.1 pkgsrc/mail/thunderbird/patches/patch-config_baseconfig.mk
diff -r0 -r1.1 pkgsrc/mail/thunderbird/patches/patch-mozilla_content_media_nsAudioStream.cpp
diff -r0 -r1.1 pkgsrc/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_thread__collision__warner.h
diff -r0 -r1.1 pkgsrc/mail/thunderbird/patches/patch-mozilla_js_src_jsinterp.cpp
diff -r0 -r1.1 pkgsrc/mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_Makefile.in
diff -r0 -r1.1 pkgsrc/mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcinvoke__ppc__netbsd.cpp
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-mi
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-xe
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-xj
diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-xl
diff -r1.3 -r1.4 pkgsrc/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp
diff -r1.3 -r1.4 pkgsrc/mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp
diff -r1.3 -r1.4 pkgsrc/mail/thunderbird/patches/patch-mozilla_ipc_chromium_Makefile.in
diff -r1.5 -r0 pkgsrc/mail/thunderbird/patches/patch-ma-toplevel
diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/patch-mozilla_config_baseconfig.mk
diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/patch-mozilla_config_system-headers
diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/patch-mozilla_ipc_glue_SharedMemorySysV.h
diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/patch-mozilla_js_src_config_system-headers
diff -r1.1 -r0 pkgsrc/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util__linux.cc
diff -r1.3 -r0 pkgsrc/mail/thunderbird/patches/patch-mozilla_media_libvpx_vpx__config.h
diff -r1.3 -r0 pkgsrc/mail/thunderbird/patches/patch-mozilla_media_libvpx_vpx__config__c.c

cvs diff -r1.103 -r1.104 pkgsrc/mail/thunderbird/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Makefile 2012/11/03 22:51:53 1.103
+++ pkgsrc/mail/thunderbird/Makefile 2012/11/23 07:17:53 1.104
@@ -1,57 +1,58 @@ @@ -1,57 +1,58 @@
1# $NetBSD: Makefile,v 1.103 2012/11/03 22:51:53 ryoon Exp $ 1# $NetBSD: Makefile,v 1.104 2012/11/23 07:17:53 ryoon Exp $
2# 2#
3 3
4DISTNAME= # empty 4DISTNAME= # empty
5PKGNAME= thunderbird-${TB_VER} 5PKGNAME= thunderbird-${TB_VER}
6TB_VER= 16.0.2 6TB_VER= 17.0
 7LIGHTNINGVER= 1.9
7CATEGORIES= mail 8CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} \ 9MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} \
9 ${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}/source/} 10 ${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}esr/source/}
10DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 \ 11DISTFILES= thunderbird-${TB_VER}esr.source.tar.bz2 \
11 lightning-1.8.source.tar.bz2 12 lightning-${LIGHTNINGVER}.source.tar.bz2
12SITES.lightning-1.8.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/1.8/source/} 13SITES.lightning-${LIGHTNINGVER}.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/${LIGHTNINGVER}/source/}
13EXTRACT_DIR.lightning-1.8.source.tar.bz2= ${WRKSRC}/lightning 14EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2= ${WRKSRC}/lightning
14 15
15MAINTAINER= tnn@NetBSD.org 16MAINTAINER= tnn@NetBSD.org
16HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ 17HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/
17COMMENT= Organize, secure and customize your mail 18COMMENT= Organize, secure and customize your mail
18 19
19USE_TOOLS+= unzip pax 20USE_TOOLS+= unzip pax
20WRKSRC= ${WRKDIR}/comm-release 21WRKSRC= ${WRKDIR}/comm-esr17
21MOZILLA_DIR= mozilla/ 22MOZILLA_DIR= mozilla/
22PLIST_SRC+= ${PLIST_SRC_DFLT} 23PLIST_SRC+= ${PLIST_SRC_DFLT}
23 24
24CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess 25CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess
25CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub 26CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub
26 27
27CONFIGURE_ARGS+= --enable-application=mail 28CONFIGURE_ARGS+= --enable-application=mail
28 29
29ALL_ENV+= MOZILLA_PKG_NAME=thunderbird 30ALL_ENV+= MOZILLA_PKG_NAME=thunderbird
30 31
31.include "../../mk/bsd.prefs.mk" 32.include "../../mk/bsd.prefs.mk"
32 33
33#SUBST_CLASSES+= ext-compat 34#SUBST_CLASSES+= ext-compat
34#SUBST_STAGE.ext-compat= pre-configure 35#SUBST_STAGE.ext-compat= pre-configure
35#SUBST_MESSAGE.ext-compat= Fixing extension compatibility 36#SUBST_MESSAGE.ext-compat= Fixing extension compatibility
36#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf 37#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf
37#SUBST_FILES.ext-compat+= calendar/*/install.rdf 38#SUBST_FILES.ext-compat+= calendar/*/install.rdf
38#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf 39#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf
39#SUBST_SED.ext-compat= -e 's,\(<em:maxVersion>\).*<,\19.0<,g' 40#SUBST_SED.ext-compat= -e 's,\(<em:maxVersion>\).*<,\19.0<,g'
40 41
41post-extract: 42post-extract:
42 cd ${WRKSRC} && ${RM} -r calendar 43 cd ${WRKSRC} && ${RM} -r calendar
43 ${CP} -r ${EXTRACT_DIR.lightning-1.8.source.tar.bz2}/comm-beta/calendar ${WRKSRC} 44 ${CP} -r ${EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2}/comm-beta/calendar ${WRKSRC}
44 ${RM} -r ${EXTRACT_DIR.lightning-1.8.source.tar.bz2} 45 ${RM} -r ${EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2}
45 46
46pre-configure: 47pre-configure:
47 cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf 48 cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
48 cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf 49 cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf
49 cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf 50 cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
50 cd ${WRKSRC}/mozilla/nsprpub && ${SETENV} ${CONFIGURE_ENV} autoconf 51 cd ${WRKSRC}/mozilla/nsprpub && ${SETENV} ${CONFIGURE_ENV} autoconf
51 cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf 52 cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf
52 53
53do-build: 54do-build:
54# XXX for some reason it doesn't work unless -j is explicitly specified 55# XXX for some reason it doesn't work unless -j is explicitly specified
55 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1} 56 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1}
56 57
57MOZILLA=thunderbird 58MOZILLA=thunderbird

cvs diff -r1.44 -r1.45 pkgsrc/mail/thunderbird/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/PLIST 2012/10/12 18:28:58 1.44
+++ pkgsrc/mail/thunderbird/PLIST 2012/11/23 07:17:53 1.45
@@ -1,61 +1,74 @@ @@ -1,61 +1,74 @@
1@comment $NetBSD: PLIST,v 1.44 2012/10/12 18:28:58 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.45 2012/11/23 07:17:53 ryoon Exp $
2bin/thunderbird 2bin/thunderbird
3include/thunderbird/.mkdir.done 3include/thunderbird/.mkdir.done
 4include/thunderbird/AccEvent.h
 5include/thunderbird/AnimationCommon.h
4include/thunderbird/AudioSegment.h 6include/thunderbird/AudioSegment.h
5include/thunderbird/BasicImplData.h 7include/thunderbird/BasicImplData.h
6include/thunderbird/BasicLayers.h 8include/thunderbird/BasicLayers.h
7include/thunderbird/BasicTiledThebesLayer.h 9include/thunderbird/BasicTiledThebesLayer.h
 10include/thunderbird/CompositorChild.h
 11include/thunderbird/CompositorParent.h
8include/thunderbird/CustomQS_Canvas.h 12include/thunderbird/CustomQS_Canvas.h
9include/thunderbird/CustomQS_Canvas2D.h 13include/thunderbird/CustomQS_Canvas2D.h
10include/thunderbird/CustomQS_WebGL.h 14include/thunderbird/CustomQS_WebGL.h
 15include/thunderbird/DOMCameraManager.h
 16include/thunderbird/DeviceStorage.h
11include/thunderbird/DictionaryHelpers.h 17include/thunderbird/DictionaryHelpers.h
12include/thunderbird/EventTracer.h 18include/thunderbird/EventTracer.h
13include/thunderbird/FileBlockCache.h 19include/thunderbird/FileBlockCache.h
14include/thunderbird/ForceDiscreteGPUHelperCGL.h 20include/thunderbird/ForceDiscreteGPUHelperCGL.h
15include/thunderbird/FrameLayerBuilder.h 21include/thunderbird/FrameLayerBuilder.h
 22include/thunderbird/FrameMetrics.h
16include/thunderbird/FramePropertyTable.h 23include/thunderbird/FramePropertyTable.h
17include/thunderbird/GLContext.h 24include/thunderbird/GLContext.h
18include/thunderbird/GLContextProvider.h 25include/thunderbird/GLContextProvider.h
19include/thunderbird/GLContextProviderImpl.h 26include/thunderbird/GLContextProviderImpl.h
20include/thunderbird/GLContextSymbols.h 27include/thunderbird/GLContextSymbols.h
21include/thunderbird/GLDefs.h 28include/thunderbird/GLDefs.h
22include/thunderbird/GLLibraryLoader.h 29include/thunderbird/GLLibraryLoader.h
23include/thunderbird/GLXLibrary.h 30include/thunderbird/GLXLibrary.h
 31include/thunderbird/GeneratedEvents.h
24include/thunderbird/GfxInfoCollector.h 32include/thunderbird/GfxInfoCollector.h
 33include/thunderbird/GonkIOSurfaceImage.h
25include/thunderbird/IJSDebugger.h 34include/thunderbird/IJSDebugger.h
26include/thunderbird/IPC/IPCMessageUtils.h 35include/thunderbird/IPC/IPCMessageUtils.h
27include/thunderbird/IPC/nsGUIEventIPC.h 36include/thunderbird/IPC/nsGUIEventIPC.h
28include/thunderbird/ImageErrors.h 37include/thunderbird/ImageContainer.h
29include/thunderbird/ImageLayers.h 38include/thunderbird/ImageLayers.h
30include/thunderbird/ImageLogging.h 39include/thunderbird/ImageLogging.h
 40include/thunderbird/ImageTypes.h
 41include/thunderbird/InputData.h
31include/thunderbird/LayerManagerOGL.h 42include/thunderbird/LayerManagerOGL.h
32include/thunderbird/LayerManagerOGLProgram.h 43include/thunderbird/LayerManagerOGLProgram.h
33include/thunderbird/LayerManagerOGLShaders.h 44include/thunderbird/LayerManagerOGLShaders.h
34include/thunderbird/LayerSorter.h 45include/thunderbird/LayerSorter.h
35include/thunderbird/Layers.h 46include/thunderbird/Layers.h
 47include/thunderbird/LayersTypes.h
36include/thunderbird/MailNewsTypes.h 48include/thunderbird/MailNewsTypes.h
37include/thunderbird/MailNewsTypes2.h 49include/thunderbird/MailNewsTypes2.h
38include/thunderbird/MediaEngine.h 50include/thunderbird/MediaEngine.h
39include/thunderbird/MediaEngineDefault.h 51include/thunderbird/MediaEngineDefault.h
40include/thunderbird/MediaResource.h 52include/thunderbird/MediaResource.h
41include/thunderbird/MediaSegment.h 53include/thunderbird/MediaSegment.h
42include/thunderbird/MediaStreamGraph.h 54include/thunderbird/MediaStreamGraph.h
43include/thunderbird/PCOMContentPermissionRequestChild.h 55include/thunderbird/PCOMContentPermissionRequestChild.h
44include/thunderbird/PPrefTuple.h 
45include/thunderbird/PrefTuple.h 
46include/thunderbird/ReadbackLayer.h 56include/thunderbird/ReadbackLayer.h
47include/thunderbird/SVGAttrValueWrapper.h 57include/thunderbird/SVGAttrValueWrapper.h
 58include/thunderbird/ScrollbarActivity.h
48include/thunderbird/Selection.h 59include/thunderbird/Selection.h
 60include/thunderbird/SerializedLoadContext.h
 61include/thunderbird/ShadowLayersManager.h
49include/thunderbird/SharedBuffer.h 62include/thunderbird/SharedBuffer.h
50include/thunderbird/SharedTextureImage.h 63include/thunderbird/SharedTextureImage.h
51include/thunderbird/StackArena.h 64include/thunderbird/StackArena.h
52include/thunderbird/StreamBuffer.h 65include/thunderbird/StreamBuffer.h
53include/thunderbird/TexturePoolOGL.h 66include/thunderbird/TexturePoolOGL.h
54include/thunderbird/TimeVarying.h 67include/thunderbird/TimeVarying.h
55include/thunderbird/VideoFrameContainer.h 68include/thunderbird/VideoFrameContainer.h
56include/thunderbird/VideoSegment.h 69include/thunderbird/VideoSegment.h
57include/thunderbird/VideoUtils.h 70include/thunderbird/VideoUtils.h
58include/thunderbird/WebGLContext.h 71include/thunderbird/WebGLContext.h
59include/thunderbird/XPCJSMemoryReporter.h 72include/thunderbird/XPCJSMemoryReporter.h
60include/thunderbird/a11yGeneric.h 73include/thunderbird/a11yGeneric.h
61include/thunderbird/amIInstallTrigger.h 74include/thunderbird/amIInstallTrigger.h
@@ -70,26 +83,27 @@ include/thunderbird/dmd.h @@ -70,26 +83,27 @@ include/thunderbird/dmd.h
70include/thunderbird/dombindings.h 83include/thunderbird/dombindings.h
71include/thunderbird/dombindings_gen.h 84include/thunderbird/dombindings_gen.h
72include/thunderbird/domstubs.h 85include/thunderbird/domstubs.h
73include/thunderbird/ds/BitArray.h 86include/thunderbird/ds/BitArray.h
74include/thunderbird/expat.h 87include/thunderbird/expat.h
75include/thunderbird/expat_config.h 88include/thunderbird/expat_config.h
76include/thunderbird/expat_external.h 89include/thunderbird/expat_external.h
77include/thunderbird/extIApplication.h 90include/thunderbird/extIApplication.h
78include/thunderbird/ftpCore.h 91include/thunderbird/ftpCore.h
79include/thunderbird/gc/Barrier.h 92include/thunderbird/gc/Barrier.h
80include/thunderbird/gc/Heap.h 93include/thunderbird/gc/Heap.h
81include/thunderbird/gc/Root.h 94include/thunderbird/gc/Root.h
82include/thunderbird/gc/Statistics.h 95include/thunderbird/gc/Statistics.h
 96include/thunderbird/gc/StoreBuffer.h
83include/thunderbird/gfx2DGlue.h 97include/thunderbird/gfx2DGlue.h
84include/thunderbird/gfx3DMatrix.h 98include/thunderbird/gfx3DMatrix.h
85include/thunderbird/gfxASurface.h 99include/thunderbird/gfxASurface.h
86include/thunderbird/gfxAlphaRecovery.h 100include/thunderbird/gfxAlphaRecovery.h
87include/thunderbird/gfxBlur.h 101include/thunderbird/gfxBlur.h
88include/thunderbird/gfxCachedTempSurface.h 102include/thunderbird/gfxCachedTempSurface.h
89include/thunderbird/gfxColor.h 103include/thunderbird/gfxColor.h
90include/thunderbird/gfxContext.h 104include/thunderbird/gfxContext.h
91include/thunderbird/gfxCore.h 105include/thunderbird/gfxCore.h
92include/thunderbird/gfxCrashReporterUtils.h 106include/thunderbird/gfxCrashReporterUtils.h
93include/thunderbird/gfxDrawable.h 107include/thunderbird/gfxDrawable.h
94include/thunderbird/gfxFT2FontBase.h 108include/thunderbird/gfxFT2FontBase.h
95include/thunderbird/gfxFailure.h 109include/thunderbird/gfxFailure.h
@@ -119,58 +133,58 @@ include/thunderbird/gfxReusableSurfaceWr @@ -119,58 +133,58 @@ include/thunderbird/gfxReusableSurfaceWr
119include/thunderbird/gfxSharedImageSurface.h 133include/thunderbird/gfxSharedImageSurface.h
120include/thunderbird/gfxSkipChars.h 134include/thunderbird/gfxSkipChars.h
121include/thunderbird/gfxTeeSurface.h 135include/thunderbird/gfxTeeSurface.h
122include/thunderbird/gfxTypes.h 136include/thunderbird/gfxTypes.h
123include/thunderbird/gfxUserFontSet.h 137include/thunderbird/gfxUserFontSet.h
124include/thunderbird/gfxUtils.h 138include/thunderbird/gfxUtils.h
125include/thunderbird/gfxXlibNativeRenderer.h 139include/thunderbird/gfxXlibNativeRenderer.h
126include/thunderbird/gfxXlibSurface.h 140include/thunderbird/gfxXlibSurface.h
127include/thunderbird/gfxipc/ShadowLayerUtils.h 141include/thunderbird/gfxipc/ShadowLayerUtils.h
128include/thunderbird/graphite2/Font.h 142include/thunderbird/graphite2/Font.h
129include/thunderbird/graphite2/Log.h 143include/thunderbird/graphite2/Log.h
130include/thunderbird/graphite2/Segment.h 144include/thunderbird/graphite2/Segment.h
131include/thunderbird/graphite2/Types.h 145include/thunderbird/graphite2/Types.h
132include/thunderbird/gtk2compat.h 
133include/thunderbird/gtk2xtbin.h 146include/thunderbird/gtk2xtbin.h
134include/thunderbird/harfbuzz/hb-blob.h 147include/thunderbird/harfbuzz/hb-blob.h
135include/thunderbird/harfbuzz/hb-buffer.h 148include/thunderbird/harfbuzz/hb-buffer.h
136include/thunderbird/harfbuzz/hb-common.h 149include/thunderbird/harfbuzz/hb-common.h
137include/thunderbird/harfbuzz/hb-font.h 150include/thunderbird/harfbuzz/hb-font.h
138include/thunderbird/harfbuzz/hb-ot-layout.h 151include/thunderbird/harfbuzz/hb-ot-layout.h
139include/thunderbird/harfbuzz/hb-ot-shape.h 
140include/thunderbird/harfbuzz/hb-ot-tag.h 152include/thunderbird/harfbuzz/hb-ot-tag.h
141include/thunderbird/harfbuzz/hb-ot.h 153include/thunderbird/harfbuzz/hb-ot.h
142include/thunderbird/harfbuzz/hb-set.h 154include/thunderbird/harfbuzz/hb-set.h
 155include/thunderbird/harfbuzz/hb-shape-plan.h
143include/thunderbird/harfbuzz/hb-shape.h 156include/thunderbird/harfbuzz/hb-shape.h
144include/thunderbird/harfbuzz/hb-unicode.h 157include/thunderbird/harfbuzz/hb-unicode.h
145include/thunderbird/harfbuzz/hb-version.h 158include/thunderbird/harfbuzz/hb-version.h
146include/thunderbird/harfbuzz/hb.h 159include/thunderbird/harfbuzz/hb.h
147include/thunderbird/imIAccount.h 160include/thunderbird/imIAccount.h
148include/thunderbird/imIAccountsService.h 161include/thunderbird/imIAccountsService.h
149include/thunderbird/imICommandsService.h 162include/thunderbird/imICommandsService.h
150include/thunderbird/imIContactsService.h 163include/thunderbird/imIContactsService.h
151include/thunderbird/imIConversationsService.h 164include/thunderbird/imIConversationsService.h
152include/thunderbird/imICoreService.h 165include/thunderbird/imICoreService.h
153include/thunderbird/imILogger.h 166include/thunderbird/imILogger.h
154include/thunderbird/imIStatusInfo.h 167include/thunderbird/imIStatusInfo.h
155include/thunderbird/imITagsService.h 168include/thunderbird/imITagsService.h
156include/thunderbird/imIUserStatusInfo.h 169include/thunderbird/imIUserStatusInfo.h
157include/thunderbird/imgICache.h 170include/thunderbird/imgICache.h
158include/thunderbird/imgIContainer.h 171include/thunderbird/imgIContainer.h
159include/thunderbird/imgIContainerDebug.h 172include/thunderbird/imgIContainerDebug.h
160include/thunderbird/imgIContainerObserver.h 173include/thunderbird/imgIContainerObserver.h
161include/thunderbird/imgIDecoderObserver.h 174include/thunderbird/imgIDecoderObserver.h
162include/thunderbird/imgIEncoder.h 175include/thunderbird/imgIEncoder.h
163include/thunderbird/imgILoader.h 176include/thunderbird/imgILoader.h
 177include/thunderbird/imgIOnloadBlocker.h
164include/thunderbird/imgIRequest.h 178include/thunderbird/imgIRequest.h
165include/thunderbird/imgITools.h 179include/thunderbird/imgITools.h
166include/thunderbird/inICSSValueSearch.h 180include/thunderbird/inICSSValueSearch.h
167include/thunderbird/inIDOMUtils.h 181include/thunderbird/inIDOMUtils.h
168include/thunderbird/inIDOMView.h 182include/thunderbird/inIDOMView.h
169include/thunderbird/inIDeepTreeWalker.h 183include/thunderbird/inIDeepTreeWalker.h
170include/thunderbird/inIFlasher.h 184include/thunderbird/inIFlasher.h
171include/thunderbird/inISearchObserver.h 185include/thunderbird/inISearchObserver.h
172include/thunderbird/inISearchProcess.h 186include/thunderbird/inISearchProcess.h
173include/thunderbird/jArray.h 187include/thunderbird/jArray.h
174${PLIST.jemalloc}include/thunderbird/jemalloc.h 188${PLIST.jemalloc}include/thunderbird/jemalloc.h
175${PLIST.jemalloc}include/thunderbird/jemalloc_types.h 189${PLIST.jemalloc}include/thunderbird/jemalloc_types.h
176include/thunderbird/js-config.h 190include/thunderbird/js-config.h
@@ -184,27 +198,26 @@ include/thunderbird/js/Vector.h @@ -184,27 +198,26 @@ include/thunderbird/js/Vector.h
184include/thunderbird/jsalloc.h 198include/thunderbird/jsalloc.h
185include/thunderbird/jsapi.h 199include/thunderbird/jsapi.h
186include/thunderbird/jsatom.h 200include/thunderbird/jsatom.h
187include/thunderbird/jsatom.tbl 201include/thunderbird/jsatom.tbl
188include/thunderbird/jsclass.h 202include/thunderbird/jsclass.h
189include/thunderbird/jsclist.h 203include/thunderbird/jsclist.h
190include/thunderbird/jscpucfg.h 204include/thunderbird/jscpucfg.h
191include/thunderbird/jsdIDebuggerService.h 205include/thunderbird/jsdIDebuggerService.h
192include/thunderbird/jsdbgapi.h 206include/thunderbird/jsdbgapi.h
193include/thunderbird/jsdebug.h 207include/thunderbird/jsdebug.h
194include/thunderbird/jsdhash.h 208include/thunderbird/jsdhash.h
195include/thunderbird/jsfriendapi.h 209include/thunderbird/jsfriendapi.h
196include/thunderbird/jsgc.h 210include/thunderbird/jsgc.h
197include/thunderbird/jshash.h 
198include/thunderbird/jslock.h 211include/thunderbird/jslock.h
199include/thunderbird/json.h 212include/thunderbird/json.h
200include/thunderbird/jsperf.h 213include/thunderbird/jsperf.h
201include/thunderbird/jsprf.h 214include/thunderbird/jsprf.h
202include/thunderbird/jsproto.tbl 215include/thunderbird/jsproto.tbl
203include/thunderbird/jsproxy.h 216include/thunderbird/jsproxy.h
204include/thunderbird/jsprvtd.h 217include/thunderbird/jsprvtd.h
205include/thunderbird/jspubtd.h 218include/thunderbird/jspubtd.h
206include/thunderbird/jstypes.h 219include/thunderbird/jstypes.h
207include/thunderbird/jsutil.h 220include/thunderbird/jsutil.h
208include/thunderbird/jsval.h 221include/thunderbird/jsval.h
209include/thunderbird/jsversion.h 222include/thunderbird/jsversion.h
210include/thunderbird/jswrapper.h 223include/thunderbird/jswrapper.h
@@ -217,29 +230,31 @@ include/thunderbird/mimecth.h @@ -217,29 +230,31 @@ include/thunderbird/mimecth.h
217include/thunderbird/mimehdrs.h 230include/thunderbird/mimehdrs.h
218include/thunderbird/mimei.h 231include/thunderbird/mimei.h
219include/thunderbird/mimeleaf.h 232include/thunderbird/mimeleaf.h
220include/thunderbird/mimemoz2.h 233include/thunderbird/mimemoz2.h
221include/thunderbird/mimemsig.h 234include/thunderbird/mimemsig.h
222include/thunderbird/mimemult.h 235include/thunderbird/mimemult.h
223include/thunderbird/mimeobj.h 236include/thunderbird/mimeobj.h
224include/thunderbird/mimepbuf.h 237include/thunderbird/mimepbuf.h
225include/thunderbird/mimetext.h 238include/thunderbird/mimetext.h
226include/thunderbird/modlmime.h 239include/thunderbird/modlmime.h
227include/thunderbird/modmimee.h 240include/thunderbird/modmimee.h
228include/thunderbird/mozAutoDocUpdate.h 241include/thunderbird/mozAutoDocUpdate.h
229include/thunderbird/mozFlushType.h 242include/thunderbird/mozFlushType.h
 243include/thunderbird/mozIApplication.h
230include/thunderbird/mozIAsyncFavicons.h 244include/thunderbird/mozIAsyncFavicons.h
231include/thunderbird/mozIAsyncHistory.h 245include/thunderbird/mozIAsyncHistory.h
232include/thunderbird/mozIAsyncLivemarks.h 246include/thunderbird/mozIAsyncLivemarks.h
 247include/thunderbird/mozIColorAnalyzer.h
233include/thunderbird/mozIJSSubScriptLoader.h 248include/thunderbird/mozIJSSubScriptLoader.h
234include/thunderbird/mozINewMailListener.h 249include/thunderbird/mozINewMailListener.h
235include/thunderbird/mozINewMailNotificationService.h 250include/thunderbird/mozINewMailNotificationService.h
236include/thunderbird/mozIPersonalDictionary.h 251include/thunderbird/mozIPersonalDictionary.h
237include/thunderbird/mozIPlacesAutoComplete.h 252include/thunderbird/mozIPlacesAutoComplete.h
238include/thunderbird/mozISpellCheckingEngine.h 253include/thunderbird/mozISpellCheckingEngine.h
239include/thunderbird/mozISpellI18NManager.h 254include/thunderbird/mozISpellI18NManager.h
240include/thunderbird/mozISpellI18NUtil.h 255include/thunderbird/mozISpellI18NUtil.h
241include/thunderbird/mozIStorageAggregateFunction.h 256include/thunderbird/mozIStorageAggregateFunction.h
242include/thunderbird/mozIStorageAsyncStatement.h 257include/thunderbird/mozIStorageAsyncStatement.h
243include/thunderbird/mozIStorageBaseStatement.h 258include/thunderbird/mozIStorageBaseStatement.h
244include/thunderbird/mozIStorageBindingParams.h 259include/thunderbird/mozIStorageBindingParams.h
245include/thunderbird/mozIStorageBindingParamsArray.h 260include/thunderbird/mozIStorageBindingParamsArray.h
@@ -251,188 +266,223 @@ include/thunderbird/mozIStoragePendingSt @@ -251,188 +266,223 @@ include/thunderbird/mozIStoragePendingSt
251include/thunderbird/mozIStorageProgressHandler.h 266include/thunderbird/mozIStorageProgressHandler.h
252include/thunderbird/mozIStorageResultSet.h 267include/thunderbird/mozIStorageResultSet.h
253include/thunderbird/mozIStorageRow.h 268include/thunderbird/mozIStorageRow.h
254include/thunderbird/mozIStorageService.h 269include/thunderbird/mozIStorageService.h
255include/thunderbird/mozIStorageServiceQuotaManagement.h 270include/thunderbird/mozIStorageServiceQuotaManagement.h
256include/thunderbird/mozIStorageStatement.h 271include/thunderbird/mozIStorageStatement.h
257include/thunderbird/mozIStorageStatementCallback.h 272include/thunderbird/mozIStorageStatementCallback.h
258include/thunderbird/mozIStorageStatementParams.h 273include/thunderbird/mozIStorageStatementParams.h
259include/thunderbird/mozIStorageStatementRow.h 274include/thunderbird/mozIStorageStatementRow.h
260include/thunderbird/mozIStorageVacuumParticipant.h 275include/thunderbird/mozIStorageVacuumParticipant.h
261include/thunderbird/mozIStorageValueArray.h 276include/thunderbird/mozIStorageValueArray.h
262include/thunderbird/mozITXTToHTMLConv.h 277include/thunderbird/mozITXTToHTMLConv.h
263include/thunderbird/mozIThirdPartyUtil.h 278include/thunderbird/mozIThirdPartyUtil.h
264include/thunderbird/mozStorage.h 
265include/thunderbird/mozStorageCID.h 279include/thunderbird/mozStorageCID.h
266include/thunderbird/mozStorageHelper.h 280include/thunderbird/mozStorageHelper.h
267include/thunderbird/mozcontainer.h 281include/thunderbird/mozcontainer.h
268include/thunderbird/mozilla-config.h 282include/thunderbird/mozilla-config.h
269include/thunderbird/mozilla/AppData.h 283include/thunderbird/mozilla/AppData.h
 284include/thunderbird/mozilla/AppProcessPermissions.h
270include/thunderbird/mozilla/Assertions.h 285include/thunderbird/mozilla/Assertions.h
271include/thunderbird/mozilla/Attributes.h 286include/thunderbird/mozilla/Attributes.h
272include/thunderbird/mozilla/AutoRestore.h 287include/thunderbird/mozilla/AutoRestore.h
273include/thunderbird/mozilla/AvailableMemoryTracker.h 288include/thunderbird/mozilla/AvailableMemoryTracker.h
274include/thunderbird/mozilla/Base64.h 289include/thunderbird/mozilla/Base64.h
275include/thunderbird/mozilla/BlockingResourceBase.h 290include/thunderbird/mozilla/BlockingResourceBase.h
276include/thunderbird/mozilla/BloomFilter.h 291include/thunderbird/mozilla/BloomFilter.h
277include/thunderbird/mozilla/BrowserElementParent.h 292include/thunderbird/mozilla/BrowserElementParent.h
278include/thunderbird/mozilla/CORSMode.h 293include/thunderbird/mozilla/CORSMode.h
279include/thunderbird/mozilla/CharTokenizer.h 294include/thunderbird/mozilla/CharTokenizer.h
280include/thunderbird/mozilla/CheckedInt.h 295include/thunderbird/mozilla/CheckedInt.h
281include/thunderbird/mozilla/ClearOnShutdown.h 296include/thunderbird/mozilla/ClearOnShutdown.h
282include/thunderbird/mozilla/CondVar.h 297include/thunderbird/mozilla/CondVar.h
 298include/thunderbird/mozilla/Constants.h
283include/thunderbird/mozilla/DeadlockDetector.h 299include/thunderbird/mozilla/DeadlockDetector.h
284include/thunderbird/mozilla/ErrorResult.h 300include/thunderbird/mozilla/ErrorResult.h
285include/thunderbird/mozilla/FileLocation.h 301include/thunderbird/mozilla/FileLocation.h
286include/thunderbird/mozilla/FileUtils.h 302include/thunderbird/mozilla/FileUtils.h
287include/thunderbird/mozilla/FloatingPoint.h 303include/thunderbird/mozilla/FloatingPoint.h
288include/thunderbird/mozilla/FunctionTimer.h 304include/thunderbird/mozilla/FunctionTimer.h
289include/thunderbird/mozilla/GenericFactory.h 305include/thunderbird/mozilla/GenericFactory.h
290include/thunderbird/mozilla/GuardObjects.h 306include/thunderbird/mozilla/GuardObjects.h
291include/thunderbird/mozilla/Hal.h 307include/thunderbird/mozilla/Hal.h
292include/thunderbird/mozilla/HalImpl.h 308include/thunderbird/mozilla/HalImpl.h
293include/thunderbird/mozilla/HalSandbox.h 309include/thunderbird/mozilla/HalSandbox.h
294include/thunderbird/mozilla/HalSensor.h 310include/thunderbird/mozilla/HalSensor.h
295include/thunderbird/mozilla/HalTypes.h 311include/thunderbird/mozilla/HalTypes.h
296include/thunderbird/mozilla/HalWakeLock.h 312include/thunderbird/mozilla/HalWakeLock.h
297include/thunderbird/mozilla/HangMonitor.h 313include/thunderbird/mozilla/HangMonitor.h
298include/thunderbird/mozilla/HashFunctions.h 314include/thunderbird/mozilla/HashFunctions.h
299include/thunderbird/mozilla/IHistory.h 315include/thunderbird/mozilla/IHistory.h
300include/thunderbird/mozilla/IntentionalCrash.h 316include/thunderbird/mozilla/IntentionalCrash.h
301include/thunderbird/mozilla/LazyIdleThread.h 317include/thunderbird/mozilla/LazyIdleThread.h
302include/thunderbird/mozilla/Likely.h 318include/thunderbird/mozilla/Likely.h
303include/thunderbird/mozilla/LinkedList.h 319include/thunderbird/mozilla/LinkedList.h
 320include/thunderbird/mozilla/LoadContext.h
304include/thunderbird/mozilla/LookAndFeel.h 321include/thunderbird/mozilla/LookAndFeel.h
305include/thunderbird/mozilla/MSStdInt.h 322include/thunderbird/mozilla/MSStdInt.h
306include/thunderbird/mozilla/MapsMemoryReporter.h 323include/thunderbird/mozilla/MapsMemoryReporter.h
 324include/thunderbird/mozilla/MathAlgorithms.h
307include/thunderbird/mozilla/Module.h 325include/thunderbird/mozilla/Module.h
308include/thunderbird/mozilla/ModuleLoader.h 326include/thunderbird/mozilla/ModuleLoader.h
309include/thunderbird/mozilla/ModuleUtils.h 327include/thunderbird/mozilla/ModuleUtils.h
310include/thunderbird/mozilla/Monitor.h 328include/thunderbird/mozilla/Monitor.h
311include/thunderbird/mozilla/Mutex.h 329include/thunderbird/mozilla/Mutex.h
 330include/thunderbird/mozilla/NullPtr.h
312include/thunderbird/mozilla/OSFileConstants.h 331include/thunderbird/mozilla/OSFileConstants.h
313include/thunderbird/mozilla/Observer.h 332include/thunderbird/mozilla/Observer.h
314include/thunderbird/mozilla/Omnijar.h 333include/thunderbird/mozilla/Omnijar.h
315include/thunderbird/mozilla/PaintTracker.h 334include/thunderbird/mozilla/PaintTracker.h
316include/thunderbird/mozilla/PluginLibrary.h 335include/thunderbird/mozilla/PluginLibrary.h
317include/thunderbird/mozilla/PluginPRLibrary.h 336include/thunderbird/mozilla/PluginPRLibrary.h
318include/thunderbird/mozilla/Preferences.h 337include/thunderbird/mozilla/Preferences.h
 338include/thunderbird/mozilla/ProcessedStack.h
319include/thunderbird/mozilla/RangedPtr.h 339include/thunderbird/mozilla/RangedPtr.h
320include/thunderbird/mozilla/ReentrantMonitor.h 340include/thunderbird/mozilla/ReentrantMonitor.h
321include/thunderbird/mozilla/RefPtr.h 341include/thunderbird/mozilla/RefPtr.h
 342include/thunderbird/mozilla/SHA1.h
322include/thunderbird/mozilla/SSE.h 343include/thunderbird/mozilla/SSE.h
323include/thunderbird/mozilla/Scoped.h 344include/thunderbird/mozilla/Scoped.h
324include/thunderbird/mozilla/Selection.h 345include/thunderbird/mozilla/Selection.h
325include/thunderbird/mozilla/ServiceList.h 346include/thunderbird/mozilla/ServiceList.h
326include/thunderbird/mozilla/Services.h 347include/thunderbird/mozilla/Services.h
327include/thunderbird/mozilla/StackWalk.h 348include/thunderbird/mozilla/StackWalk.h
328include/thunderbird/mozilla/StandardInteger.h 349include/thunderbird/mozilla/StandardInteger.h
329include/thunderbird/mozilla/StartupTimeline.h 350include/thunderbird/mozilla/StartupTimeline.h
 351include/thunderbird/mozilla/StaticPtr.h
330include/thunderbird/mozilla/StringBuilder.h 352include/thunderbird/mozilla/StringBuilder.h
331include/thunderbird/mozilla/Telemetry.h 353include/thunderbird/mozilla/Telemetry.h
332include/thunderbird/mozilla/TelemetryHistograms.h 354include/thunderbird/mozilla/TelemetryHistogramEnums.h
333include/thunderbird/mozilla/ThreadLocal.h 355include/thunderbird/mozilla/ThreadLocal.h
334include/thunderbird/mozilla/TimeStamp.h 356include/thunderbird/mozilla/TimeStamp.h
335include/thunderbird/mozilla/TypeTraits.h 357include/thunderbird/mozilla/TypeTraits.h
336include/thunderbird/mozilla/Types.h 358include/thunderbird/mozilla/Types.h
337include/thunderbird/mozilla/Util.h 359include/thunderbird/mozilla/Util.h
338include/thunderbird/mozilla/VisualEventTracer.h 360include/thunderbird/mozilla/VisualEventTracer.h
 361include/thunderbird/mozilla/WeakPtr.h
339include/thunderbird/mozilla/WidgetTraceEvent.h 362include/thunderbird/mozilla/WidgetTraceEvent.h
 363include/thunderbird/mozilla/WidgetUtils.h
340include/thunderbird/mozilla/X11Util.h 364include/thunderbird/mozilla/X11Util.h
341include/thunderbird/mozilla/XPCOM.h 365include/thunderbird/mozilla/XPCOM.h
342include/thunderbird/mozilla/a11y/Accessible.h 366include/thunderbird/mozilla/a11y/Accessible.h
 367include/thunderbird/mozilla/a11y/AccessibleWrap.h
 368include/thunderbird/mozilla/a11y/DocAccessible.h
343include/thunderbird/mozilla/a11y/FocusManager.h 369include/thunderbird/mozilla/a11y/FocusManager.h
 370include/thunderbird/mozilla/a11y/HyperTextAccessible.h
 371include/thunderbird/mozilla/a11y/HyperTextAccessibleWrap.h
344include/thunderbird/mozilla/a11y/Role.h 372include/thunderbird/mozilla/a11y/Role.h
345include/thunderbird/mozilla/a11y/States.h 373include/thunderbird/mozilla/a11y/States.h
346include/thunderbird/mozilla/arm.h 374include/thunderbird/mozilla/arm.h
347include/thunderbird/mozilla/chrome/RegistryMessageUtils.h 375include/thunderbird/mozilla/chrome/RegistryMessageUtils.h
348include/thunderbird/mozilla/css/Declaration.h 376include/thunderbird/mozilla/css/Declaration.h
349include/thunderbird/mozilla/css/GroupRule.h 377include/thunderbird/mozilla/css/GroupRule.h
 378include/thunderbird/mozilla/css/ImageLoader.h
350include/thunderbird/mozilla/css/ImportRule.h 379include/thunderbird/mozilla/css/ImportRule.h
351include/thunderbird/mozilla/css/Loader.h 380include/thunderbird/mozilla/css/Loader.h
352include/thunderbird/mozilla/css/NameSpaceRule.h 381include/thunderbird/mozilla/css/NameSpaceRule.h
353include/thunderbird/mozilla/css/Rule.h 382include/thunderbird/mozilla/css/Rule.h
354include/thunderbird/mozilla/css/StyleRule.h 383include/thunderbird/mozilla/css/StyleRule.h
355include/thunderbird/mozilla/docshell/OfflineCacheUpdateChild.h 384include/thunderbird/mozilla/docshell/OfflineCacheUpdateChild.h
356include/thunderbird/mozilla/docshell/OfflineCacheUpdateParent.h 385include/thunderbird/mozilla/docshell/OfflineCacheUpdateParent.h
 386include/thunderbird/mozilla/dom/Activity.h
357include/thunderbird/mozilla/dom/AudioChild.h 387include/thunderbird/mozilla/dom/AudioChild.h
358include/thunderbird/mozilla/dom/AudioParent.h 388include/thunderbird/mozilla/dom/AudioParent.h
359include/thunderbird/mozilla/dom/BindingUtils.h 389include/thunderbird/mozilla/dom/BindingUtils.h
 390include/thunderbird/mozilla/dom/CSS2PropertiesBinding.h
 391include/thunderbird/mozilla/dom/CSSStyleDeclarationBinding.h
360include/thunderbird/mozilla/dom/CanvasRenderingContext2DBinding.h 392include/thunderbird/mozilla/dom/CanvasRenderingContext2DBinding.h
361include/thunderbird/mozilla/dom/ContentChild.h 393include/thunderbird/mozilla/dom/ContentChild.h
362include/thunderbird/mozilla/dom/ContentParent.h 394include/thunderbird/mozilla/dom/ContentParent.h
363include/thunderbird/mozilla/dom/ContentProcess.h 395include/thunderbird/mozilla/dom/ContentProcess.h
364include/thunderbird/mozilla/dom/CrashReporterChild.h 396include/thunderbird/mozilla/dom/CrashReporterChild.h
365include/thunderbird/mozilla/dom/CrashReporterParent.h 397include/thunderbird/mozilla/dom/CrashReporterParent.h
366include/thunderbird/mozilla/dom/DOMError.h 398include/thunderbird/mozilla/dom/DOMError.h
367include/thunderbird/mozilla/dom/DOMJSClass.h 399include/thunderbird/mozilla/dom/DOMJSClass.h
 400include/thunderbird/mozilla/dom/DOMJSProxyHandler.h
368include/thunderbird/mozilla/dom/DOMRequest.h 401include/thunderbird/mozilla/dom/DOMRequest.h
 402include/thunderbird/mozilla/dom/DirectionalityUtils.h
369include/thunderbird/mozilla/dom/Element.h 403include/thunderbird/mozilla/dom/Element.h
 404include/thunderbird/mozilla/dom/Errors.msg
370include/thunderbird/mozilla/dom/EventListenerBinding.h 405include/thunderbird/mozilla/dom/EventListenerBinding.h
371include/thunderbird/mozilla/dom/EventTargetBinding.h 406include/thunderbird/mozilla/dom/EventTargetBinding.h
372include/thunderbird/mozilla/dom/ExternalHelperAppChild.h 407include/thunderbird/mozilla/dom/ExternalHelperAppChild.h
373include/thunderbird/mozilla/dom/ExternalHelperAppParent.h 408include/thunderbird/mozilla/dom/ExternalHelperAppParent.h
 409include/thunderbird/mozilla/dom/FragmentOrElement.h
374include/thunderbird/mozilla/dom/FromParser.h 410include/thunderbird/mozilla/dom/FromParser.h
375include/thunderbird/mozilla/dom/FunctionBinding.h 411include/thunderbird/mozilla/dom/FunctionBinding.h
376include/thunderbird/mozilla/dom/ImageData.h 412include/thunderbird/mozilla/dom/ImageData.h
377include/thunderbird/mozilla/dom/Link.h 413include/thunderbird/mozilla/dom/Link.h
378include/thunderbird/mozilla/dom/Nullable.h 414include/thunderbird/mozilla/dom/Nullable.h
 415include/thunderbird/mozilla/dom/PerformanceBinding.h
 416include/thunderbird/mozilla/dom/PerformanceNavigationBinding.h
 417include/thunderbird/mozilla/dom/PerformanceTimingBinding.h
 418include/thunderbird/mozilla/dom/PermissionMessageUtils.h
 419include/thunderbird/mozilla/dom/PrimitiveConversions.h
379include/thunderbird/mozilla/dom/PrototypeList.h 420include/thunderbird/mozilla/dom/PrototypeList.h
380include/thunderbird/mozilla/dom/RegisterBindings.h 421include/thunderbird/mozilla/dom/RegisterBindings.h
381include/thunderbird/mozilla/dom/ScreenOrientation.h 422include/thunderbird/mozilla/dom/ScreenOrientation.h
382include/thunderbird/mozilla/dom/StorageChild.h 423include/thunderbird/mozilla/dom/StorageChild.h
383include/thunderbird/mozilla/dom/StorageParent.h 424include/thunderbird/mozilla/dom/StorageParent.h
384include/thunderbird/mozilla/dom/StructuredCloneTags.h 425include/thunderbird/mozilla/dom/StructuredCloneTags.h
 426include/thunderbird/mozilla/dom/StructuredCloneUtils.h
385include/thunderbird/mozilla/dom/TabChild.h 427include/thunderbird/mozilla/dom/TabChild.h
386include/thunderbird/mozilla/dom/TabMessageUtils.h 428include/thunderbird/mozilla/dom/TabMessageUtils.h
387include/thunderbird/mozilla/dom/TabParent.h 429include/thunderbird/mozilla/dom/TabParent.h
388include/thunderbird/mozilla/dom/TypedArray.h 430include/thunderbird/mozilla/dom/TypedArray.h
389include/thunderbird/mozilla/dom/UnionConversions.h 431include/thunderbird/mozilla/dom/UnionConversions.h
390include/thunderbird/mozilla/dom/UnionTypes.h 432include/thunderbird/mozilla/dom/UnionTypes.h
391include/thunderbird/mozilla/dom/WebGLRenderingContextBinding.h 433include/thunderbird/mozilla/dom/WebGLRenderingContextBinding.h
392include/thunderbird/mozilla/dom/XMLHttpRequestBinding.h 434include/thunderbird/mozilla/dom/XMLHttpRequestBinding.h
393include/thunderbird/mozilla/dom/XMLHttpRequestEventTargetBinding.h 435include/thunderbird/mozilla/dom/XMLHttpRequestEventTargetBinding.h
394include/thunderbird/mozilla/dom/XMLHttpRequestUploadBinding.h 436include/thunderbird/mozilla/dom/XMLHttpRequestUploadBinding.h
395include/thunderbird/mozilla/dom/alarm/AlarmHalService.h 437include/thunderbird/mozilla/dom/alarm/AlarmHalService.h
396include/thunderbird/mozilla/dom/battery/Constants.h 438include/thunderbird/mozilla/dom/battery/Constants.h
397include/thunderbird/mozilla/dom/battery/Types.h 439include/thunderbird/mozilla/dom/battery/Types.h
398include/thunderbird/mozilla/dom/devicestorage/DeviceStorageRequestChild.h 440include/thunderbird/mozilla/dom/devicestorage/DeviceStorageRequestChild.h
399include/thunderbird/mozilla/dom/devicestorage/DeviceStorageRequestParent.h 441include/thunderbird/mozilla/dom/devicestorage/DeviceStorageRequestParent.h
 442include/thunderbird/mozilla/dom/file/ArchiveEvent.h
 443include/thunderbird/mozilla/dom/file/ArchiveReader.h
 444include/thunderbird/mozilla/dom/file/ArchiveRequest.h
 445include/thunderbird/mozilla/dom/file/ArchiveZipEvent.h
 446include/thunderbird/mozilla/dom/file/ArchiveZipFile.h
400include/thunderbird/mozilla/dom/file/DOMFileHandle.h 447include/thunderbird/mozilla/dom/file/DOMFileHandle.h
401include/thunderbird/mozilla/dom/file/File.h 448include/thunderbird/mozilla/dom/file/File.h
402include/thunderbird/mozilla/dom/file/FileCommon.h 449include/thunderbird/mozilla/dom/file/FileCommon.h
403include/thunderbird/mozilla/dom/file/FileHandle.h 450include/thunderbird/mozilla/dom/file/FileHandle.h
404include/thunderbird/mozilla/dom/file/FileHelper.h 451include/thunderbird/mozilla/dom/file/FileHelper.h
405include/thunderbird/mozilla/dom/file/FileService.h 452include/thunderbird/mozilla/dom/file/FileService.h
406include/thunderbird/mozilla/dom/file/LockedFile.h 453include/thunderbird/mozilla/dom/file/LockedFile.h
407include/thunderbird/mozilla/dom/indexedDB/DatabaseInfo.h 454include/thunderbird/mozilla/dom/indexedDB/DatabaseInfo.h
408include/thunderbird/mozilla/dom/indexedDB/FileInfo.h 455include/thunderbird/mozilla/dom/indexedDB/FileInfo.h
409include/thunderbird/mozilla/dom/indexedDB/FileManager.h 456include/thunderbird/mozilla/dom/indexedDB/FileManager.h
410include/thunderbird/mozilla/dom/indexedDB/IDBCursor.h 457include/thunderbird/mozilla/dom/indexedDB/IDBCursor.h
411include/thunderbird/mozilla/dom/indexedDB/IDBDatabase.h 458include/thunderbird/mozilla/dom/indexedDB/IDBDatabase.h
412include/thunderbird/mozilla/dom/indexedDB/IDBEvents.h 459include/thunderbird/mozilla/dom/indexedDB/IDBEvents.h
413include/thunderbird/mozilla/dom/indexedDB/IDBFactory.h 460include/thunderbird/mozilla/dom/indexedDB/IDBFactory.h
414include/thunderbird/mozilla/dom/indexedDB/IDBFileHandle.h 461include/thunderbird/mozilla/dom/indexedDB/IDBFileHandle.h
415include/thunderbird/mozilla/dom/indexedDB/IDBIndex.h 462include/thunderbird/mozilla/dom/indexedDB/IDBIndex.h
416include/thunderbird/mozilla/dom/indexedDB/IDBKeyRange.h 463include/thunderbird/mozilla/dom/indexedDB/IDBKeyRange.h
417include/thunderbird/mozilla/dom/indexedDB/IDBObjectStore.h 464include/thunderbird/mozilla/dom/indexedDB/IDBObjectStore.h
418include/thunderbird/mozilla/dom/indexedDB/IDBRequest.h 465include/thunderbird/mozilla/dom/indexedDB/IDBRequest.h
419include/thunderbird/mozilla/dom/indexedDB/IDBTransaction.h 466include/thunderbird/mozilla/dom/indexedDB/IDBTransaction.h
420include/thunderbird/mozilla/dom/indexedDB/IDBWrapperCache.h 467include/thunderbird/mozilla/dom/indexedDB/IDBWrapperCache.h
421include/thunderbird/mozilla/dom/indexedDB/IndexedDatabase.h 468include/thunderbird/mozilla/dom/indexedDB/IndexedDatabase.h
422include/thunderbird/mozilla/dom/indexedDB/IndexedDatabaseManager.h 469include/thunderbird/mozilla/dom/indexedDB/IndexedDatabaseManager.h
423include/thunderbird/mozilla/dom/indexedDB/Key.h 470include/thunderbird/mozilla/dom/indexedDB/Key.h
424include/thunderbird/mozilla/dom/indexedDB/KeyPath.h 471include/thunderbird/mozilla/dom/indexedDB/KeyPath.h
425include/thunderbird/mozilla/dom/indexedDB/SerializationHelpers.h 472include/thunderbird/mozilla/dom/indexedDB/SerializationHelpers.h
 473include/thunderbird/mozilla/dom/ipc/Blob.h
 474include/thunderbird/mozilla/dom/ipc/ProcessPriorityManager.h
 475include/thunderbird/mozilla/dom/ipc/nsIRemoteBlob.h
426include/thunderbird/mozilla/dom/network/Constants.h 476include/thunderbird/mozilla/dom/network/Constants.h
427include/thunderbird/mozilla/dom/network/Types.h 477include/thunderbird/mozilla/dom/network/Types.h
428include/thunderbird/mozilla/dom/network/Utils.h 478include/thunderbird/mozilla/dom/network/Utils.h
429include/thunderbird/mozilla/dom/power/PowerManagerService.h 479include/thunderbird/mozilla/dom/power/PowerManagerService.h
430include/thunderbird/mozilla/dom/power/Types.h 480include/thunderbird/mozilla/dom/power/Types.h
431include/thunderbird/mozilla/dom/sms/Constants.h 481include/thunderbird/mozilla/dom/sms/Constants.h
432include/thunderbird/mozilla/dom/sms/SmsChild.h 482include/thunderbird/mozilla/dom/sms/SmsChild.h
433include/thunderbird/mozilla/dom/sms/SmsMessage.h 483include/thunderbird/mozilla/dom/sms/SmsMessage.h
434include/thunderbird/mozilla/dom/sms/SmsParent.h 484include/thunderbird/mozilla/dom/sms/SmsParent.h
435include/thunderbird/mozilla/dom/sms/SmsRequest.h 485include/thunderbird/mozilla/dom/sms/SmsRequest.h
436include/thunderbird/mozilla/dom/sms/SmsRequestManager.h 486include/thunderbird/mozilla/dom/sms/SmsRequestManager.h
437include/thunderbird/mozilla/dom/sms/SmsServicesFactory.h 487include/thunderbird/mozilla/dom/sms/SmsServicesFactory.h
438include/thunderbird/mozilla/dom/sms/Types.h 488include/thunderbird/mozilla/dom/sms/Types.h
@@ -459,65 +509,73 @@ include/thunderbird/mozilla/gfx/Point.h @@ -459,65 +509,73 @@ include/thunderbird/mozilla/gfx/Point.h
459include/thunderbird/mozilla/gfx/Rect.h 509include/thunderbird/mozilla/gfx/Rect.h
460include/thunderbird/mozilla/gfx/SharedDIB.h 510include/thunderbird/mozilla/gfx/SharedDIB.h
461include/thunderbird/mozilla/gfx/Types.h 511include/thunderbird/mozilla/gfx/Types.h
462include/thunderbird/mozilla/gfx/UserData.h 512include/thunderbird/mozilla/gfx/UserData.h
463include/thunderbird/mozilla/ipc/AsyncChannel.h 513include/thunderbird/mozilla/ipc/AsyncChannel.h
464include/thunderbird/mozilla/ipc/BrowserProcessSubThread.h 514include/thunderbird/mozilla/ipc/BrowserProcessSubThread.h
465include/thunderbird/mozilla/ipc/CrossProcessMutex.h 515include/thunderbird/mozilla/ipc/CrossProcessMutex.h
466include/thunderbird/mozilla/ipc/DocumentRendererChild.h 516include/thunderbird/mozilla/ipc/DocumentRendererChild.h
467include/thunderbird/mozilla/ipc/DocumentRendererNativeIDChild.h 517include/thunderbird/mozilla/ipc/DocumentRendererNativeIDChild.h
468include/thunderbird/mozilla/ipc/DocumentRendererNativeIDParent.h 518include/thunderbird/mozilla/ipc/DocumentRendererNativeIDParent.h
469include/thunderbird/mozilla/ipc/DocumentRendererParent.h 519include/thunderbird/mozilla/ipc/DocumentRendererParent.h
470include/thunderbird/mozilla/ipc/DocumentRendererShmemChild.h 520include/thunderbird/mozilla/ipc/DocumentRendererShmemChild.h
471include/thunderbird/mozilla/ipc/DocumentRendererShmemParent.h 521include/thunderbird/mozilla/ipc/DocumentRendererShmemParent.h
 522include/thunderbird/mozilla/ipc/FileDescriptor.h
472include/thunderbird/mozilla/ipc/GeckoChildProcessHost.h 523include/thunderbird/mozilla/ipc/GeckoChildProcessHost.h
473include/thunderbird/mozilla/ipc/IOThreadChild.h 524include/thunderbird/mozilla/ipc/IOThreadChild.h
 525include/thunderbird/mozilla/ipc/InputStreamUtils.h
474include/thunderbird/mozilla/ipc/ProcessChild.h 526include/thunderbird/mozilla/ipc/ProcessChild.h
475include/thunderbird/mozilla/ipc/ProtocolUtils.h 527include/thunderbird/mozilla/ipc/ProtocolUtils.h
476include/thunderbird/mozilla/ipc/RPCChannel.h 528include/thunderbird/mozilla/ipc/RPCChannel.h
477include/thunderbird/mozilla/ipc/ScopedXREEmbed.h 529include/thunderbird/mozilla/ipc/ScopedXREEmbed.h
478include/thunderbird/mozilla/ipc/SharedMemory.h 530include/thunderbird/mozilla/ipc/SharedMemory.h
479include/thunderbird/mozilla/ipc/SharedMemoryBasic.h 531include/thunderbird/mozilla/ipc/SharedMemoryBasic.h
480include/thunderbird/mozilla/ipc/SharedMemoryBasic_chromium.h 532include/thunderbird/mozilla/ipc/SharedMemoryBasic_chromium.h
481include/thunderbird/mozilla/ipc/SharedMemorySysV.h 533include/thunderbird/mozilla/ipc/SharedMemorySysV.h
482include/thunderbird/mozilla/ipc/Shmem.h 534include/thunderbird/mozilla/ipc/Shmem.h
483include/thunderbird/mozilla/ipc/SyncChannel.h 535include/thunderbird/mozilla/ipc/SyncChannel.h
484include/thunderbird/mozilla/ipc/TestShellChild.h 536include/thunderbird/mozilla/ipc/TestShellChild.h
485include/thunderbird/mozilla/ipc/TestShellParent.h 537include/thunderbird/mozilla/ipc/TestShellParent.h
486include/thunderbird/mozilla/ipc/Transport.h 538include/thunderbird/mozilla/ipc/Transport.h
487include/thunderbird/mozilla/ipc/Transport_posix.h 539include/thunderbird/mozilla/ipc/Transport_posix.h
 540include/thunderbird/mozilla/ipc/URIUtils.h
488include/thunderbird/mozilla/ipc/XPCShellEnvironment.h 541include/thunderbird/mozilla/ipc/XPCShellEnvironment.h
489include/thunderbird/mozilla/jsipc/CPOWTypes.h 542include/thunderbird/mozilla/jsipc/CPOWTypes.h
490include/thunderbird/mozilla/jsipc/ContextWrapperChild.h 543include/thunderbird/mozilla/jsipc/ContextWrapperChild.h
491include/thunderbird/mozilla/jsipc/ContextWrapperParent.h 544include/thunderbird/mozilla/jsipc/ContextWrapperParent.h
492include/thunderbird/mozilla/jsipc/ObjectWrapperChild.h 545include/thunderbird/mozilla/jsipc/ObjectWrapperChild.h
493include/thunderbird/mozilla/jsipc/ObjectWrapperParent.h 546include/thunderbird/mozilla/jsipc/ObjectWrapperParent.h
 547include/thunderbird/mozilla/layers/AsyncPanZoomController.h
 548include/thunderbird/mozilla/layers/Axis.h
494include/thunderbird/mozilla/layers/CompositorChild.h 549include/thunderbird/mozilla/layers/CompositorChild.h
495include/thunderbird/mozilla/layers/CompositorCocoaWidgetHelper.h 550include/thunderbird/mozilla/layers/CompositorCocoaWidgetHelper.h
496include/thunderbird/mozilla/layers/CompositorParent.h 551include/thunderbird/mozilla/layers/CompositorParent.h
 552include/thunderbird/mozilla/layers/GeckoContentController.h
 553include/thunderbird/mozilla/layers/GestureEventListener.h
497include/thunderbird/mozilla/layers/ImageBridgeChild.h 554include/thunderbird/mozilla/layers/ImageBridgeChild.h
498include/thunderbird/mozilla/layers/ImageBridgeParent.h 555include/thunderbird/mozilla/layers/ImageBridgeParent.h
499include/thunderbird/mozilla/layers/ImageContainerChild.h 556include/thunderbird/mozilla/layers/ImageContainerChild.h
500include/thunderbird/mozilla/layers/ImageContainerParent.h 557include/thunderbird/mozilla/layers/ImageContainerParent.h
501include/thunderbird/mozilla/layers/RenderTrace.h 558include/thunderbird/mozilla/layers/RenderTrace.h
502include/thunderbird/mozilla/layers/ShadowLayerUtilsX11.h 559include/thunderbird/mozilla/layers/ShadowLayerUtilsX11.h
503include/thunderbird/mozilla/layers/ShadowLayers.h 560include/thunderbird/mozilla/layers/ShadowLayers.h
504include/thunderbird/mozilla/layers/ShadowLayersChild.h 561include/thunderbird/mozilla/layers/ShadowLayersChild.h
505include/thunderbird/mozilla/layers/ShadowLayersManager.h 562include/thunderbird/mozilla/layers/ShadowLayersManager.h
506include/thunderbird/mozilla/layers/ShadowLayersParent.h 563include/thunderbird/mozilla/layers/ShadowLayersParent.h
507include/thunderbird/mozilla/layers/SharedImageUtils.h 564include/thunderbird/mozilla/layers/SharedImageUtils.h
508include/thunderbird/mozilla/layout/FrameChildList.h 565include/thunderbird/mozilla/layout/FrameChildList.h
509include/thunderbird/mozilla/layout/RenderFrameChild.h 566include/thunderbird/mozilla/layout/RenderFrameChild.h
510include/thunderbird/mozilla/layout/RenderFrameParent.h 567include/thunderbird/mozilla/layout/RenderFrameParent.h
 568include/thunderbird/mozilla/layout/RenderFrameUtils.h
511include/thunderbird/mozilla/mozPoisonWrite.h 569include/thunderbird/mozilla/mozPoisonWrite.h
512include/thunderbird/mozilla/mozalloc.h 570include/thunderbird/mozilla/mozalloc.h
513include/thunderbird/mozilla/mozalloc_abort.h 571include/thunderbird/mozilla/mozalloc_abort.h
514include/thunderbird/mozilla/mozalloc_macro_wrappers.h 572include/thunderbird/mozilla/mozalloc_macro_wrappers.h
515include/thunderbird/mozilla/mozalloc_oom.h 573include/thunderbird/mozilla/mozalloc_oom.h
516include/thunderbird/mozilla/mozalloc_undef_macro_wrappers.h 574include/thunderbird/mozilla/mozalloc_undef_macro_wrappers.h
517include/thunderbird/mozilla/net/BaseWebSocketChannel.h 575include/thunderbird/mozilla/net/BaseWebSocketChannel.h
518include/thunderbird/mozilla/net/ChannelEventQueue.h 576include/thunderbird/mozilla/net/ChannelEventQueue.h
519include/thunderbird/mozilla/net/CookieServiceChild.h 577include/thunderbird/mozilla/net/CookieServiceChild.h
520include/thunderbird/mozilla/net/CookieServiceParent.h 578include/thunderbird/mozilla/net/CookieServiceParent.h
521include/thunderbird/mozilla/net/FTPChannelChild.h 579include/thunderbird/mozilla/net/FTPChannelChild.h
522include/thunderbird/mozilla/net/FTPChannelParent.h 580include/thunderbird/mozilla/net/FTPChannelParent.h
523include/thunderbird/mozilla/net/HttpBaseChannel.h 581include/thunderbird/mozilla/net/HttpBaseChannel.h
@@ -584,26 +642,27 @@ include/thunderbird/nptypes.h @@ -584,26 +642,27 @@ include/thunderbird/nptypes.h
584include/thunderbird/nsAHtml5TreeBuilderState.h 642include/thunderbird/nsAHtml5TreeBuilderState.h
585include/thunderbird/nsAHtml5TreeOpSink.h 643include/thunderbird/nsAHtml5TreeOpSink.h
586include/thunderbird/nsASocketHandler.h 644include/thunderbird/nsASocketHandler.h
587include/thunderbird/nsAString.h 645include/thunderbird/nsAString.h
588include/thunderbird/nsAXPCNativeCallContext.h 646include/thunderbird/nsAXPCNativeCallContext.h
589include/thunderbird/nsAbBaseCID.h 647include/thunderbird/nsAbBaseCID.h
590include/thunderbird/nsAboutProtocolUtils.h 648include/thunderbird/nsAboutProtocolUtils.h
591include/thunderbird/nsAccDocManager.h 649include/thunderbird/nsAccDocManager.h
592include/thunderbird/nsAccessNode.h 650include/thunderbird/nsAccessNode.h
593include/thunderbird/nsAccessNodeWrap.h 651include/thunderbird/nsAccessNodeWrap.h
594include/thunderbird/nsAccessibilityService.h 652include/thunderbird/nsAccessibilityService.h
595include/thunderbird/nsAgg.h 653include/thunderbird/nsAgg.h
596include/thunderbird/nsAlgorithm.h 654include/thunderbird/nsAlgorithm.h
 655include/thunderbird/nsAnimationManager.h
597include/thunderbird/nsAppDirectoryServiceDefs.h 656include/thunderbird/nsAppDirectoryServiceDefs.h
598include/thunderbird/nsAppShellCID.h 657include/thunderbird/nsAppShellCID.h
599include/thunderbird/nsArenaMemoryStats.h 658include/thunderbird/nsArenaMemoryStats.h
600include/thunderbird/nsArrayEnumerator.h 659include/thunderbird/nsArrayEnumerator.h
601include/thunderbird/nsArrayUtils.h 660include/thunderbird/nsArrayUtils.h
602include/thunderbird/nsAsyncDOMEvent.h 661include/thunderbird/nsAsyncDOMEvent.h
603include/thunderbird/nsAsyncRedirectVerifyHelper.h 662include/thunderbird/nsAsyncRedirectVerifyHelper.h
604include/thunderbird/nsAtomListUtils.h 663include/thunderbird/nsAtomListUtils.h
605include/thunderbird/nsAtomService.h 664include/thunderbird/nsAtomService.h
606include/thunderbird/nsAtomicRefcnt.h 665include/thunderbird/nsAtomicRefcnt.h
607include/thunderbird/nsAttrAndChildArray.h 666include/thunderbird/nsAttrAndChildArray.h
608include/thunderbird/nsAttrName.h 667include/thunderbird/nsAttrName.h
609include/thunderbird/nsAttrValue.h 668include/thunderbird/nsAttrValue.h
@@ -667,67 +726,66 @@ include/thunderbird/nsClassHashtable.h @@ -667,67 +726,66 @@ include/thunderbird/nsClassHashtable.h
667include/thunderbird/nsClientRect.h 726include/thunderbird/nsClientRect.h
668include/thunderbird/nsCollation.h 727include/thunderbird/nsCollation.h
669include/thunderbird/nsCollationCID.h 728include/thunderbird/nsCollationCID.h
670include/thunderbird/nsColor.h 729include/thunderbird/nsColor.h
671include/thunderbird/nsColorNameList.h 730include/thunderbird/nsColorNameList.h
672include/thunderbird/nsColorNames.h 731include/thunderbird/nsColorNames.h
673include/thunderbird/nsCom.h 732include/thunderbird/nsCom.h
674include/thunderbird/nsCompatibility.h 733include/thunderbird/nsCompatibility.h
675include/thunderbird/nsComponentManagerUtils.h 734include/thunderbird/nsComponentManagerUtils.h
676include/thunderbird/nsComposeStrings.h 735include/thunderbird/nsComposeStrings.h
677include/thunderbird/nsContentCID.h 736include/thunderbird/nsContentCID.h
678include/thunderbird/nsContentCreatorFunctions.h 737include/thunderbird/nsContentCreatorFunctions.h
679include/thunderbird/nsContentDLF.h 738include/thunderbird/nsContentDLF.h
680include/thunderbird/nsContentErrors.h 
681include/thunderbird/nsContentList.h 739include/thunderbird/nsContentList.h
682include/thunderbird/nsContentPermissionHelper.h 740include/thunderbird/nsContentPermissionHelper.h
683include/thunderbird/nsContentPolicyUtils.h 741include/thunderbird/nsContentPolicyUtils.h
684include/thunderbird/nsContentSink.h 742include/thunderbird/nsContentSink.h
685include/thunderbird/nsContentUtils.h 743include/thunderbird/nsContentUtils.h
686include/thunderbird/nsCoord.h 744include/thunderbird/nsCoord.h
687include/thunderbird/nsCopySupport.h 745include/thunderbird/nsCopySupport.h
688include/thunderbird/nsCoreAnimationSupport.h 
689include/thunderbird/nsCppSharedAllocator.h 746include/thunderbird/nsCppSharedAllocator.h
690include/thunderbird/nsCrossSiteListenerProxy.h 747include/thunderbird/nsCrossSiteListenerProxy.h
691include/thunderbird/nsCycleCollectionParticipant.h 748include/thunderbird/nsCycleCollectionParticipant.h
692include/thunderbird/nsCycleCollector.h 749include/thunderbird/nsCycleCollector.h
693include/thunderbird/nsCycleCollectorUtils.h 750include/thunderbird/nsCycleCollectorUtils.h
694include/thunderbird/nsDBFolderInfo.h 751include/thunderbird/nsDBFolderInfo.h
695include/thunderbird/nsDOMAttributeMap.h 752include/thunderbird/nsDOMAttributeMap.h
696include/thunderbird/nsDOMCID.h 753include/thunderbird/nsDOMCID.h
697include/thunderbird/nsDOMCSSAttrDeclaration.h 754include/thunderbird/nsDOMCSSAttrDeclaration.h
698include/thunderbird/nsDOMCSSDeclaration.h 755include/thunderbird/nsDOMCSSDeclaration.h
699include/thunderbird/nsDOMClassInfoClasses.h 756include/thunderbird/nsDOMClassInfoClasses.h
700include/thunderbird/nsDOMClassInfoID.h 757include/thunderbird/nsDOMClassInfoID.h
701include/thunderbird/nsDOMError.h 758include/thunderbird/nsDOMEvent.h
702include/thunderbird/nsDOMEventTargetHelper.h 759include/thunderbird/nsDOMEventTargetHelper.h
703include/thunderbird/nsDOMFile.h 760include/thunderbird/nsDOMFile.h
704include/thunderbird/nsDOMJSUtils.h 761include/thunderbird/nsDOMJSUtils.h
705include/thunderbird/nsDOMMediaQueryList.h 762include/thunderbird/nsDOMMediaQueryList.h
706include/thunderbird/nsDOMMediaStream.h 763include/thunderbird/nsDOMMediaStream.h
707include/thunderbird/nsDOMScriptObjectHolder.h 764include/thunderbird/nsDOMScriptObjectHolder.h
708include/thunderbird/nsDOMString.h 765include/thunderbird/nsDOMString.h
 766include/thunderbird/nsDOMTouchEvent.h
 767include/thunderbird/nsDOMUIEvent.h
709include/thunderbird/nsDataHashtable.h 768include/thunderbird/nsDataHashtable.h
710include/thunderbird/nsDateTimeFormatCID.h 769include/thunderbird/nsDateTimeFormatCID.h
711include/thunderbird/nsDebug.h 770include/thunderbird/nsDebug.h
712include/thunderbird/nsDebugImpl.h 771include/thunderbird/nsDebugImpl.h
713include/thunderbird/nsDependentString.h 772include/thunderbird/nsDependentString.h
714include/thunderbird/nsDependentSubstring.h 773include/thunderbird/nsDependentSubstring.h
715include/thunderbird/nsDeprecatedOperationList.h 774include/thunderbird/nsDeprecatedOperationList.h
716include/thunderbird/nsDeque.h 775include/thunderbird/nsDeque.h
717include/thunderbird/nsDetectionConfident.h 776include/thunderbird/nsDetectionConfident.h
718include/thunderbird/nsDeviceContext.h 777include/thunderbird/nsDeviceContext.h
719include/thunderbird/nsDeviceSensors.h 778include/thunderbird/nsDeviceSensors.h
720include/thunderbird/nsDeviceStorage.h 
721include/thunderbird/nsDirectoryService.h 779include/thunderbird/nsDirectoryService.h
722include/thunderbird/nsDirectoryServiceAtomList.h 780include/thunderbird/nsDirectoryServiceAtomList.h
723include/thunderbird/nsDirectoryServiceDefs.h 781include/thunderbird/nsDirectoryServiceDefs.h
724include/thunderbird/nsDirectoryServiceUtils.h 782include/thunderbird/nsDirectoryServiceUtils.h
725include/thunderbird/nsDisplayItemTypes.h 783include/thunderbird/nsDisplayItemTypes.h
726include/thunderbird/nsDisplayList.h 784include/thunderbird/nsDisplayList.h
727include/thunderbird/nsDocLoader.h 785include/thunderbird/nsDocLoader.h
728include/thunderbird/nsDocShellCID.h 786include/thunderbird/nsDocShellCID.h
729include/thunderbird/nsDocShellLoadTypes.h 787include/thunderbird/nsDocShellLoadTypes.h
730include/thunderbird/nsEditorCID.h 788include/thunderbird/nsEditorCID.h
731include/thunderbird/nsEmbedCID.h 789include/thunderbird/nsEmbedCID.h
732include/thunderbird/nsEmbedString.h 790include/thunderbird/nsEmbedString.h
733include/thunderbird/nsEncoderDecoderUtils.h 791include/thunderbird/nsEncoderDecoderUtils.h
@@ -867,26 +925,28 @@ include/thunderbird/nsIAccessiblePivot.h @@ -867,26 +925,28 @@ include/thunderbird/nsIAccessiblePivot.h
867include/thunderbird/nsIAccessibleProvider.h 925include/thunderbird/nsIAccessibleProvider.h
868include/thunderbird/nsIAccessibleRelation.h 926include/thunderbird/nsIAccessibleRelation.h
869include/thunderbird/nsIAccessibleRetrieval.h 927include/thunderbird/nsIAccessibleRetrieval.h
870include/thunderbird/nsIAccessibleRole.h 928include/thunderbird/nsIAccessibleRole.h
871include/thunderbird/nsIAccessibleSelectable.h 929include/thunderbird/nsIAccessibleSelectable.h
872include/thunderbird/nsIAccessibleStates.h 930include/thunderbird/nsIAccessibleStates.h
873include/thunderbird/nsIAccessibleTable.h 931include/thunderbird/nsIAccessibleTable.h
874include/thunderbird/nsIAccessibleText.h 932include/thunderbird/nsIAccessibleText.h
875include/thunderbird/nsIAccessibleTypes.h 933include/thunderbird/nsIAccessibleTypes.h
876include/thunderbird/nsIAccessibleValue.h 934include/thunderbird/nsIAccessibleValue.h
877include/thunderbird/nsIActivity.h 935include/thunderbird/nsIActivity.h
878include/thunderbird/nsIActivityManager.h 936include/thunderbird/nsIActivityManager.h
879include/thunderbird/nsIActivityManagerUI.h 937include/thunderbird/nsIActivityManagerUI.h
 938include/thunderbird/nsIActivityProxy.h
 939include/thunderbird/nsIActivityUIGlue.h
880include/thunderbird/nsIAddbookUrl.h 940include/thunderbird/nsIAddbookUrl.h
881include/thunderbird/nsIAddrDBAnnouncer.h 941include/thunderbird/nsIAddrDBAnnouncer.h
882include/thunderbird/nsIAddrDBListener.h 942include/thunderbird/nsIAddrDBListener.h
883include/thunderbird/nsIAddrDatabase.h 943include/thunderbird/nsIAddrDatabase.h
884include/thunderbird/nsIAlarmHalService.h 944include/thunderbird/nsIAlarmHalService.h
885include/thunderbird/nsIAlertsService.h 945include/thunderbird/nsIAlertsService.h
886include/thunderbird/nsIAllocator.h 946include/thunderbird/nsIAllocator.h
887include/thunderbird/nsIAnnotationService.h 947include/thunderbird/nsIAnnotationService.h
888include/thunderbird/nsIAnonymousContentCreator.h 948include/thunderbird/nsIAnonymousContentCreator.h
889include/thunderbird/nsIAppShell.h 949include/thunderbird/nsIAppShell.h
890include/thunderbird/nsIAppShellService.h 950include/thunderbird/nsIAppShellService.h
891include/thunderbird/nsIAppStartup.h 951include/thunderbird/nsIAppStartup.h
892include/thunderbird/nsIAppStartupNotifier.h 952include/thunderbird/nsIAppStartupNotifier.h
@@ -1045,52 +1105,60 @@ include/thunderbird/nsICopyMessageListen @@ -1045,52 +1105,60 @@ include/thunderbird/nsICopyMessageListen
1045include/thunderbird/nsICopyMsgStreamListener.h 1105include/thunderbird/nsICopyMsgStreamListener.h
1046include/thunderbird/nsICryptoFIPSInfo.h 1106include/thunderbird/nsICryptoFIPSInfo.h
1047include/thunderbird/nsICryptoHMAC.h 1107include/thunderbird/nsICryptoHMAC.h
1048include/thunderbird/nsICryptoHash.h 1108include/thunderbird/nsICryptoHash.h
1049include/thunderbird/nsICurrentCharsetListener.h 1109include/thunderbird/nsICurrentCharsetListener.h
1050include/thunderbird/nsICycleCollectorListener.h 1110include/thunderbird/nsICycleCollectorListener.h
1051include/thunderbird/nsID.h 1111include/thunderbird/nsID.h
1052include/thunderbird/nsIDBChangeAnnouncer.h 1112include/thunderbird/nsIDBChangeAnnouncer.h
1053include/thunderbird/nsIDBChangeListener.h 1113include/thunderbird/nsIDBChangeListener.h
1054include/thunderbird/nsIDBFolderInfo.h 1114include/thunderbird/nsIDBFolderInfo.h
1055include/thunderbird/nsIDNSListener.h 1115include/thunderbird/nsIDNSListener.h
1056include/thunderbird/nsIDNSRecord.h 1116include/thunderbird/nsIDNSRecord.h
1057include/thunderbird/nsIDNSService.h 1117include/thunderbird/nsIDNSService.h
 1118include/thunderbird/nsIDOMActivity.h
 1119include/thunderbird/nsIDOMActivityHandlerDescription.h
 1120include/thunderbird/nsIDOMActivityOptions.h
 1121include/thunderbird/nsIDOMActivityRequestHandler.h
1058include/thunderbird/nsIDOMAlarmsManager.h 1122include/thunderbird/nsIDOMAlarmsManager.h
1059include/thunderbird/nsIDOMAnimationEvent.h 1123include/thunderbird/nsIDOMAnimationEvent.h
1060include/thunderbird/nsIDOMApplicationRegistry.h 1124include/thunderbird/nsIDOMApplicationRegistry.h
1061include/thunderbird/nsIDOMApplicationRegistry2.h 1125include/thunderbird/nsIDOMApplicationRegistry2.h
 1126include/thunderbird/nsIDOMArchiveReader.h
 1127include/thunderbird/nsIDOMArchiveRequest.h
1062include/thunderbird/nsIDOMAttr.h 1128include/thunderbird/nsIDOMAttr.h
1063include/thunderbird/nsIDOMBarProp.h 1129include/thunderbird/nsIDOMBarProp.h
1064include/thunderbird/nsIDOMBatteryManager.h 1130include/thunderbird/nsIDOMBatteryManager.h
1065include/thunderbird/nsIDOMBeforeUnloadEvent.h 1131include/thunderbird/nsIDOMBeforeUnloadEvent.h
1066include/thunderbird/nsIDOMCDATASection.h 1132include/thunderbird/nsIDOMCDATASection.h
1067include/thunderbird/nsIDOMCRMFObject.h 1133include/thunderbird/nsIDOMCRMFObject.h
1068include/thunderbird/nsIDOMCSS2Properties.h 1134include/thunderbird/nsIDOMCSS2Properties.h
1069include/thunderbird/nsIDOMCSSCharsetRule.h 1135include/thunderbird/nsIDOMCSSCharsetRule.h
1070include/thunderbird/nsIDOMCSSFontFaceRule.h 1136include/thunderbird/nsIDOMCSSFontFaceRule.h
1071include/thunderbird/nsIDOMCSSImportRule.h 1137include/thunderbird/nsIDOMCSSImportRule.h
1072include/thunderbird/nsIDOMCSSMediaRule.h 1138include/thunderbird/nsIDOMCSSMediaRule.h
1073include/thunderbird/nsIDOMCSSMozDocumentRule.h 1139include/thunderbird/nsIDOMCSSMozDocumentRule.h
1074include/thunderbird/nsIDOMCSSPageRule.h 1140include/thunderbird/nsIDOMCSSPageRule.h
1075include/thunderbird/nsIDOMCSSPrimitiveValue.h 1141include/thunderbird/nsIDOMCSSPrimitiveValue.h
1076include/thunderbird/nsIDOMCSSRule.h 1142include/thunderbird/nsIDOMCSSRule.h
1077include/thunderbird/nsIDOMCSSRuleList.h 1143include/thunderbird/nsIDOMCSSRuleList.h
1078include/thunderbird/nsIDOMCSSStyleDeclaration.h 1144include/thunderbird/nsIDOMCSSStyleDeclaration.h
1079include/thunderbird/nsIDOMCSSStyleRule.h 1145include/thunderbird/nsIDOMCSSStyleRule.h
1080include/thunderbird/nsIDOMCSSStyleSheet.h 1146include/thunderbird/nsIDOMCSSStyleSheet.h
 1147include/thunderbird/nsIDOMCSSSupportsRule.h
1081include/thunderbird/nsIDOMCSSUnknownRule.h 1148include/thunderbird/nsIDOMCSSUnknownRule.h
1082include/thunderbird/nsIDOMCSSValue.h 1149include/thunderbird/nsIDOMCSSValue.h
1083include/thunderbird/nsIDOMCSSValueList.h 1150include/thunderbird/nsIDOMCSSValueList.h
 1151include/thunderbird/nsIDOMCameraManager.h
1084include/thunderbird/nsIDOMCanvasRenderingContext2D.h 1152include/thunderbird/nsIDOMCanvasRenderingContext2D.h
1085include/thunderbird/nsIDOMCharacterData.h 1153include/thunderbird/nsIDOMCharacterData.h
1086include/thunderbird/nsIDOMChromeWindow.h 1154include/thunderbird/nsIDOMChromeWindow.h
1087include/thunderbird/nsIDOMClassInfo.h 1155include/thunderbird/nsIDOMClassInfo.h
1088include/thunderbird/nsIDOMClientInformation.h 1156include/thunderbird/nsIDOMClientInformation.h
1089include/thunderbird/nsIDOMClientRect.h 1157include/thunderbird/nsIDOMClientRect.h
1090include/thunderbird/nsIDOMClientRectList.h 1158include/thunderbird/nsIDOMClientRectList.h
1091include/thunderbird/nsIDOMCloseEvent.h 1159include/thunderbird/nsIDOMCloseEvent.h
1092include/thunderbird/nsIDOMCommandEvent.h 1160include/thunderbird/nsIDOMCommandEvent.h
1093include/thunderbird/nsIDOMComment.h 1161include/thunderbird/nsIDOMComment.h
1094include/thunderbird/nsIDOMCompositionEvent.h 1162include/thunderbird/nsIDOMCompositionEvent.h
1095include/thunderbird/nsIDOMConnection.h 1163include/thunderbird/nsIDOMConnection.h
1096include/thunderbird/nsIDOMConstructor.h 1164include/thunderbird/nsIDOMConstructor.h
@@ -1106,27 +1174,29 @@ include/thunderbird/nsIDOMDOMImplementat @@ -1106,27 +1174,29 @@ include/thunderbird/nsIDOMDOMImplementat
1106include/thunderbird/nsIDOMDOMRequest.h 1174include/thunderbird/nsIDOMDOMRequest.h
1107include/thunderbird/nsIDOMDOMSettableTokenList.h 1175include/thunderbird/nsIDOMDOMSettableTokenList.h
1108include/thunderbird/nsIDOMDOMStringList.h 1176include/thunderbird/nsIDOMDOMStringList.h
1109include/thunderbird/nsIDOMDOMStringMap.h 1177include/thunderbird/nsIDOMDOMStringMap.h
1110include/thunderbird/nsIDOMDOMTokenList.h 1178include/thunderbird/nsIDOMDOMTokenList.h
1111include/thunderbird/nsIDOMDataContainerEvent.h 1179include/thunderbird/nsIDOMDataContainerEvent.h
1112include/thunderbird/nsIDOMDataTransfer.h 1180include/thunderbird/nsIDOMDataTransfer.h
1113include/thunderbird/nsIDOMDesktopNotification.h 1181include/thunderbird/nsIDOMDesktopNotification.h
1114include/thunderbird/nsIDOMDeviceLightEvent.h 1182include/thunderbird/nsIDOMDeviceLightEvent.h
1115include/thunderbird/nsIDOMDeviceMotionEvent.h 1183include/thunderbird/nsIDOMDeviceMotionEvent.h
1116include/thunderbird/nsIDOMDeviceOrientationEvent.h 1184include/thunderbird/nsIDOMDeviceOrientationEvent.h
1117include/thunderbird/nsIDOMDeviceProximityEvent.h 1185include/thunderbird/nsIDOMDeviceProximityEvent.h
1118include/thunderbird/nsIDOMDeviceStorage.h 1186include/thunderbird/nsIDOMDeviceStorage.h
 1187include/thunderbird/nsIDOMDeviceStorageChangeEvent.h
1119include/thunderbird/nsIDOMDeviceStorageCursor.h 1188include/thunderbird/nsIDOMDeviceStorageCursor.h
 1189include/thunderbird/nsIDOMDeviceStorageStat.h
1120include/thunderbird/nsIDOMDocument.h 1190include/thunderbird/nsIDOMDocument.h
1121include/thunderbird/nsIDOMDocumentFragment.h 1191include/thunderbird/nsIDOMDocumentFragment.h
1122include/thunderbird/nsIDOMDocumentType.h 1192include/thunderbird/nsIDOMDocumentType.h
1123include/thunderbird/nsIDOMDocumentXBL.h 1193include/thunderbird/nsIDOMDocumentXBL.h
1124include/thunderbird/nsIDOMDragEvent.h 1194include/thunderbird/nsIDOMDragEvent.h
1125include/thunderbird/nsIDOMElement.h 1195include/thunderbird/nsIDOMElement.h
1126include/thunderbird/nsIDOMElementCSSInlineStyle.h 1196include/thunderbird/nsIDOMElementCSSInlineStyle.h
1127include/thunderbird/nsIDOMElementTimeControl.h 1197include/thunderbird/nsIDOMElementTimeControl.h
1128include/thunderbird/nsIDOMEvent.h 1198include/thunderbird/nsIDOMEvent.h
1129include/thunderbird/nsIDOMEventListener.h 1199include/thunderbird/nsIDOMEventListener.h
1130include/thunderbird/nsIDOMEventTarget.h 1200include/thunderbird/nsIDOMEventTarget.h
1131include/thunderbird/nsIDOMFile.h 1201include/thunderbird/nsIDOMFile.h
1132include/thunderbird/nsIDOMFileHandle.h 1202include/thunderbird/nsIDOMFileHandle.h
@@ -1224,60 +1294,62 @@ include/thunderbird/nsIDOMLoadStatus.h @@ -1224,60 +1294,62 @@ include/thunderbird/nsIDOMLoadStatus.h
1224include/thunderbird/nsIDOMLocation.h 1294include/thunderbird/nsIDOMLocation.h
1225include/thunderbird/nsIDOMLockedFile.h 1295include/thunderbird/nsIDOMLockedFile.h
1226include/thunderbird/nsIDOMMediaError.h 1296include/thunderbird/nsIDOMMediaError.h
1227include/thunderbird/nsIDOMMediaList.h 1297include/thunderbird/nsIDOMMediaList.h
1228include/thunderbird/nsIDOMMediaQueryList.h 1298include/thunderbird/nsIDOMMediaQueryList.h
1229include/thunderbird/nsIDOMMediaStream.h 1299include/thunderbird/nsIDOMMediaStream.h
1230include/thunderbird/nsIDOMMessageEvent.h 1300include/thunderbird/nsIDOMMessageEvent.h
1231include/thunderbird/nsIDOMMimeType.h 1301include/thunderbird/nsIDOMMimeType.h
1232include/thunderbird/nsIDOMMimeTypeArray.h 1302include/thunderbird/nsIDOMMimeTypeArray.h
1233include/thunderbird/nsIDOMMobileConnection.h 1303include/thunderbird/nsIDOMMobileConnection.h
1234include/thunderbird/nsIDOMModalContentWindow.h 1304include/thunderbird/nsIDOMModalContentWindow.h
1235include/thunderbird/nsIDOMMouseEvent.h 1305include/thunderbird/nsIDOMMouseEvent.h
1236include/thunderbird/nsIDOMMouseScrollEvent.h 1306include/thunderbird/nsIDOMMouseScrollEvent.h
 1307include/thunderbird/nsIDOMMozApplicationEvent.h
1237include/thunderbird/nsIDOMMozBrowserFrame.h 1308include/thunderbird/nsIDOMMozBrowserFrame.h
1238include/thunderbird/nsIDOMMozCSSKeyframeRule.h 1309include/thunderbird/nsIDOMMozCSSKeyframeRule.h
1239include/thunderbird/nsIDOMMozCSSKeyframesRule.h 1310include/thunderbird/nsIDOMMozCSSKeyframesRule.h
 1311include/thunderbird/nsIDOMMozContactChangeEvent.h
 1312include/thunderbird/nsIDOMMozSettingsEvent.h
1240include/thunderbird/nsIDOMMozTouchEvent.h 1313include/thunderbird/nsIDOMMozTouchEvent.h
1241include/thunderbird/nsIDOMMutationEvent.h 1314include/thunderbird/nsIDOMMutationEvent.h
1242include/thunderbird/nsIDOMMutationObserver.h 1315include/thunderbird/nsIDOMMutationObserver.h
1243include/thunderbird/nsIDOMNSEditableElement.h 1316include/thunderbird/nsIDOMNSEditableElement.h
1244include/thunderbird/nsIDOMNSEvent.h 1317include/thunderbird/nsIDOMNSEvent.h
1245include/thunderbird/nsIDOMNSRGBAColor.h 1318include/thunderbird/nsIDOMNSRGBAColor.h
1246include/thunderbird/nsIDOMNSXPathExpression.h 1319include/thunderbird/nsIDOMNSXPathExpression.h
1247include/thunderbird/nsIDOMNamedNodeMap.h 1320include/thunderbird/nsIDOMNamedNodeMap.h
1248include/thunderbird/nsIDOMNavigator.h 1321include/thunderbird/nsIDOMNavigator.h
 1322include/thunderbird/nsIDOMNavigatorActivities.h
 1323include/thunderbird/nsIDOMNavigatorCamera.h
1249include/thunderbird/nsIDOMNavigatorDesktopNotification.h 1324include/thunderbird/nsIDOMNavigatorDesktopNotification.h
1250include/thunderbird/nsIDOMNavigatorDeviceStorage.h 1325include/thunderbird/nsIDOMNavigatorDeviceStorage.h
1251include/thunderbird/nsIDOMNavigatorGeolocation.h 1326include/thunderbird/nsIDOMNavigatorGeolocation.h
1252include/thunderbird/nsIDOMNavigatorNetwork.h 1327include/thunderbird/nsIDOMNavigatorNetwork.h
1253include/thunderbird/nsIDOMNavigatorSms.h 1328include/thunderbird/nsIDOMNavigatorSms.h
1254include/thunderbird/nsIDOMNavigatorSystemMessages.h 1329include/thunderbird/nsIDOMNavigatorSystemMessages.h
1255include/thunderbird/nsIDOMNavigatorUserMedia.h 1330include/thunderbird/nsIDOMNavigatorUserMedia.h
1256include/thunderbird/nsIDOMNode.h 1331include/thunderbird/nsIDOMNode.h
1257include/thunderbird/nsIDOMNodeFilter.h 1332include/thunderbird/nsIDOMNodeFilter.h
1258include/thunderbird/nsIDOMNodeIterator.h 1333include/thunderbird/nsIDOMNodeIterator.h
1259include/thunderbird/nsIDOMNodeList.h 1334include/thunderbird/nsIDOMNodeList.h
1260include/thunderbird/nsIDOMNodeSelector.h 1335include/thunderbird/nsIDOMNodeSelector.h
1261include/thunderbird/nsIDOMNotifyAudioAvailableEvent.h 1336include/thunderbird/nsIDOMNotifyAudioAvailableEvent.h
1262include/thunderbird/nsIDOMNotifyPaintEvent.h 1337include/thunderbird/nsIDOMNotifyPaintEvent.h
1263include/thunderbird/nsIDOMOfflineResourceList.h 1338include/thunderbird/nsIDOMOfflineResourceList.h
1264include/thunderbird/nsIDOMPageTransitionEvent.h 1339include/thunderbird/nsIDOMPageTransitionEvent.h
1265include/thunderbird/nsIDOMPaintRequest.h 1340include/thunderbird/nsIDOMPaintRequest.h
1266include/thunderbird/nsIDOMPaintRequestList.h 1341include/thunderbird/nsIDOMPaintRequestList.h
1267include/thunderbird/nsIDOMParser.h 1342include/thunderbird/nsIDOMParser.h
1268include/thunderbird/nsIDOMPerformance.h 
1269include/thunderbird/nsIDOMPerformanceNavigation.h 
1270include/thunderbird/nsIDOMPerformanceTiming.h 
1271include/thunderbird/nsIDOMPkcs11.h 1343include/thunderbird/nsIDOMPkcs11.h
1272include/thunderbird/nsIDOMPlugin.h 1344include/thunderbird/nsIDOMPlugin.h
1273include/thunderbird/nsIDOMPluginArray.h 1345include/thunderbird/nsIDOMPluginArray.h
1274include/thunderbird/nsIDOMPopStateEvent.h 1346include/thunderbird/nsIDOMPopStateEvent.h
1275include/thunderbird/nsIDOMPopupBlockedEvent.h 1347include/thunderbird/nsIDOMPopupBlockedEvent.h
1276include/thunderbird/nsIDOMPowerManager.h 1348include/thunderbird/nsIDOMPowerManager.h
1277include/thunderbird/nsIDOMProcessingInstruction.h 1349include/thunderbird/nsIDOMProcessingInstruction.h
1278include/thunderbird/nsIDOMProgressEvent.h 1350include/thunderbird/nsIDOMProgressEvent.h
1279include/thunderbird/nsIDOMPropertyNodeList.h 1351include/thunderbird/nsIDOMPropertyNodeList.h
1280include/thunderbird/nsIDOMRGBColor.h 1352include/thunderbird/nsIDOMRGBColor.h
1281include/thunderbird/nsIDOMRange.h 1353include/thunderbird/nsIDOMRange.h
1282include/thunderbird/nsIDOMRect.h 1354include/thunderbird/nsIDOMRect.h
1283include/thunderbird/nsIDOMSVGAElement.h 1355include/thunderbird/nsIDOMSVGAElement.h
@@ -1375,41 +1447,43 @@ include/thunderbird/nsIDOMSmsCursor.h @@ -1375,41 +1447,43 @@ include/thunderbird/nsIDOMSmsCursor.h
1375include/thunderbird/nsIDOMSmsEvent.h 1447include/thunderbird/nsIDOMSmsEvent.h
1376include/thunderbird/nsIDOMSmsFilter.h 1448include/thunderbird/nsIDOMSmsFilter.h
1377include/thunderbird/nsIDOMSmsManager.h 1449include/thunderbird/nsIDOMSmsManager.h
1378include/thunderbird/nsIDOMSmsMessage.h 1450include/thunderbird/nsIDOMSmsMessage.h
1379include/thunderbird/nsIDOMSmsRequest.h 1451include/thunderbird/nsIDOMSmsRequest.h
1380include/thunderbird/nsIDOMStorage.h 1452include/thunderbird/nsIDOMStorage.h
1381include/thunderbird/nsIDOMStorageEvent.h 1453include/thunderbird/nsIDOMStorageEvent.h
1382include/thunderbird/nsIDOMStorageIndexedDB.h 1454include/thunderbird/nsIDOMStorageIndexedDB.h
1383include/thunderbird/nsIDOMStorageItem.h 1455include/thunderbird/nsIDOMStorageItem.h
1384include/thunderbird/nsIDOMStorageManager.h 1456include/thunderbird/nsIDOMStorageManager.h
1385include/thunderbird/nsIDOMStorageObsolete.h 1457include/thunderbird/nsIDOMStorageObsolete.h
1386include/thunderbird/nsIDOMStyleSheet.h 1458include/thunderbird/nsIDOMStyleSheet.h
1387include/thunderbird/nsIDOMStyleSheetList.h 1459include/thunderbird/nsIDOMStyleSheetList.h
 1460include/thunderbird/nsIDOMTCPSocket.h
1388include/thunderbird/nsIDOMText.h 1461include/thunderbird/nsIDOMText.h
1389include/thunderbird/nsIDOMTimeEvent.h 1462include/thunderbird/nsIDOMTimeEvent.h
1390include/thunderbird/nsIDOMTimeRanges.h 1463include/thunderbird/nsIDOMTimeRanges.h
1391include/thunderbird/nsIDOMToString.h 1464include/thunderbird/nsIDOMToString.h
1392include/thunderbird/nsIDOMTouchEvent.h 1465include/thunderbird/nsIDOMTouchEvent.h
1393include/thunderbird/nsIDOMTransitionEvent.h 1466include/thunderbird/nsIDOMTransitionEvent.h
1394include/thunderbird/nsIDOMTreeWalker.h 1467include/thunderbird/nsIDOMTreeWalker.h
1395include/thunderbird/nsIDOMUIEvent.h 1468include/thunderbird/nsIDOMUIEvent.h
1396include/thunderbird/nsIDOMUSSDReceivedEvent.h 1469include/thunderbird/nsIDOMUSSDReceivedEvent.h
1397include/thunderbird/nsIDOMUserDataHandler.h 1470include/thunderbird/nsIDOMUserDataHandler.h
1398include/thunderbird/nsIDOMUserProximityEvent.h 1471include/thunderbird/nsIDOMUserProximityEvent.h
1399include/thunderbird/nsIDOMValidityState.h 1472include/thunderbird/nsIDOMValidityState.h
1400include/thunderbird/nsIDOMWakeLock.h 1473include/thunderbird/nsIDOMWakeLock.h
1401include/thunderbird/nsIDOMWakeLockListener.h 1474include/thunderbird/nsIDOMWakeLockListener.h
1402include/thunderbird/nsIDOMWebGLRenderingContext.h 1475include/thunderbird/nsIDOMWebGLRenderingContext.h
 1476include/thunderbird/nsIDOMWheelEvent.h
1403include/thunderbird/nsIDOMWindow.h 1477include/thunderbird/nsIDOMWindow.h
1404include/thunderbird/nsIDOMWindowCollection.h 1478include/thunderbird/nsIDOMWindowCollection.h
1405include/thunderbird/nsIDOMWindowUtils.h 1479include/thunderbird/nsIDOMWindowUtils.h
1406include/thunderbird/nsIDOMXMLDocument.h 1480include/thunderbird/nsIDOMXMLDocument.h
1407include/thunderbird/nsIDOMXPathEvaluator.h 1481include/thunderbird/nsIDOMXPathEvaluator.h
1408include/thunderbird/nsIDOMXPathExpression.h 1482include/thunderbird/nsIDOMXPathExpression.h
1409include/thunderbird/nsIDOMXPathNSResolver.h 1483include/thunderbird/nsIDOMXPathNSResolver.h
1410include/thunderbird/nsIDOMXPathNamespace.h 1484include/thunderbird/nsIDOMXPathNamespace.h
1411include/thunderbird/nsIDOMXPathResult.h 1485include/thunderbird/nsIDOMXPathResult.h
1412include/thunderbird/nsIDOMXULButtonElement.h 1486include/thunderbird/nsIDOMXULButtonElement.h
1413include/thunderbird/nsIDOMXULCheckboxElement.h 1487include/thunderbird/nsIDOMXULCheckboxElement.h
1414include/thunderbird/nsIDOMXULCommandDispatcher.h 1488include/thunderbird/nsIDOMXULCommandDispatcher.h
1415include/thunderbird/nsIDOMXULCommandEvent.h 1489include/thunderbird/nsIDOMXULCommandEvent.h
@@ -1529,27 +1603,26 @@ include/thunderbird/nsIFontEnumerator.h @@ -1529,27 +1603,26 @@ include/thunderbird/nsIFontEnumerator.h
1529include/thunderbird/nsIForm.h 1603include/thunderbird/nsIForm.h
1530include/thunderbird/nsIFormAutoComplete.h 1604include/thunderbird/nsIFormAutoComplete.h
1531include/thunderbird/nsIFormControl.h 1605include/thunderbird/nsIFormControl.h
1532include/thunderbird/nsIFormControlFrame.h 1606include/thunderbird/nsIFormControlFrame.h
1533include/thunderbird/nsIFormFillController.h 1607include/thunderbird/nsIFormFillController.h
1534include/thunderbird/nsIFormHistory.h 1608include/thunderbird/nsIFormHistory.h
1535include/thunderbird/nsIFormProcessor.h 1609include/thunderbird/nsIFormProcessor.h
1536include/thunderbird/nsIFormSigningDialog.h 1610include/thunderbird/nsIFormSigningDialog.h
1537include/thunderbird/nsIFormSubmitObserver.h 1611include/thunderbird/nsIFormSubmitObserver.h
1538include/thunderbird/nsIFormatConverter.h 1612include/thunderbird/nsIFormatConverter.h
1539include/thunderbird/nsIFragmentContentSink.h 1613include/thunderbird/nsIFragmentContentSink.h
1540include/thunderbird/nsIFrame.h 1614include/thunderbird/nsIFrame.h
1541include/thunderbird/nsIFrameLoader.h 1615include/thunderbird/nsIFrameLoader.h
1542include/thunderbird/nsIFrameMessageManager.h 
1543include/thunderbird/nsIFrameRequestCallback.h 1616include/thunderbird/nsIFrameRequestCallback.h
1544include/thunderbird/nsIFrameTraversal.h 1617include/thunderbird/nsIFrameTraversal.h
1545include/thunderbird/nsIFrameUtil.h 1618include/thunderbird/nsIFrameUtil.h
1546include/thunderbird/nsIFts3Tokenizer.h 1619include/thunderbird/nsIFts3Tokenizer.h
1547include/thunderbird/nsIGConfService.h 1620include/thunderbird/nsIGConfService.h
1548include/thunderbird/nsIGIOService.h 1621include/thunderbird/nsIGIOService.h
1549include/thunderbird/nsIGSettingsService.h 1622include/thunderbird/nsIGSettingsService.h
1550include/thunderbird/nsIGenKeypairInfoDlg.h 1623include/thunderbird/nsIGenKeypairInfoDlg.h
1551include/thunderbird/nsIGeolocationProvider.h 1624include/thunderbird/nsIGeolocationProvider.h
1552include/thunderbird/nsIGfxInfo.h 1625include/thunderbird/nsIGfxInfo.h
1553include/thunderbird/nsIGfxInfoDebug.h 1626include/thunderbird/nsIGfxInfoDebug.h
1554include/thunderbird/nsIGlobalHistory2.h 1627include/thunderbird/nsIGlobalHistory2.h
1555include/thunderbird/nsIGnomeVFSService.h 1628include/thunderbird/nsIGnomeVFSService.h
@@ -1592,27 +1665,28 @@ include/thunderbird/nsIIDBKeyRange.h @@ -1592,27 +1665,28 @@ include/thunderbird/nsIIDBKeyRange.h
1592include/thunderbird/nsIIDBObjectStore.h 1665include/thunderbird/nsIIDBObjectStore.h
1593include/thunderbird/nsIIDBOpenDBRequest.h 1666include/thunderbird/nsIIDBOpenDBRequest.h
1594include/thunderbird/nsIIDBRequest.h 1667include/thunderbird/nsIIDBRequest.h
1595include/thunderbird/nsIIDBTransaction.h 1668include/thunderbird/nsIIDBTransaction.h
1596include/thunderbird/nsIIDBVersionChangeEvent.h 1669include/thunderbird/nsIIDBVersionChangeEvent.h
1597include/thunderbird/nsIIDNService.h 1670include/thunderbird/nsIIDNService.h
1598include/thunderbird/nsIIFrameBoxObject.h 1671include/thunderbird/nsIIFrameBoxObject.h
1599include/thunderbird/nsIIMAPHostSessionList.h 1672include/thunderbird/nsIIMAPHostSessionList.h
1600include/thunderbird/nsIIMEPicker.h 1673include/thunderbird/nsIIMEPicker.h
1601include/thunderbird/nsIINIParser.h 1674include/thunderbird/nsIINIParser.h
1602include/thunderbird/nsIIOService.h 1675include/thunderbird/nsIIOService.h
1603include/thunderbird/nsIIOService2.h 1676include/thunderbird/nsIIOService2.h
1604include/thunderbird/nsIIOUtil.h 1677include/thunderbird/nsIIOUtil.h
1605include/thunderbird/nsIIPCSerializable.h 1678include/thunderbird/nsIIPCSerializableInputStream.h
 1679include/thunderbird/nsIIPCSerializableURI.h
1606include/thunderbird/nsIIconURI.h 1680include/thunderbird/nsIIconURI.h
1607include/thunderbird/nsIIdentityCryptoService.h 1681include/thunderbird/nsIIdentityCryptoService.h
1608include/thunderbird/nsIIdentityInfo.h 1682include/thunderbird/nsIIdentityInfo.h
1609include/thunderbird/nsIIdleObserver.h 1683include/thunderbird/nsIIdleObserver.h
1610include/thunderbird/nsIIdleService.h 1684include/thunderbird/nsIIdleService.h
1611include/thunderbird/nsIIdleServiceInternal.h 1685include/thunderbird/nsIIdleServiceInternal.h
1612include/thunderbird/nsIImageDocument.h 1686include/thunderbird/nsIImageDocument.h
1613include/thunderbird/nsIImageLoadingContent.h 1687include/thunderbird/nsIImageLoadingContent.h
1614include/thunderbird/nsIImageToPixbuf.h 1688include/thunderbird/nsIImageToPixbuf.h
1615include/thunderbird/nsIImapFlagAndUidState.h 1689include/thunderbird/nsIImapFlagAndUidState.h
1616include/thunderbird/nsIImapHeaderXferInfo.h 1690include/thunderbird/nsIImapHeaderXferInfo.h
1617include/thunderbird/nsIImapIncomingServer.h 1691include/thunderbird/nsIImapIncomingServer.h
1618include/thunderbird/nsIImapMailFolderSink.h 1692include/thunderbird/nsIImapMailFolderSink.h
@@ -1695,37 +1769,39 @@ include/thunderbird/nsILocalStore.h @@ -1695,37 +1769,39 @@ include/thunderbird/nsILocalStore.h
1695include/thunderbird/nsILocale.h 1769include/thunderbird/nsILocale.h
1696include/thunderbird/nsILocaleService.h 1770include/thunderbird/nsILocaleService.h
1697include/thunderbird/nsILoginInfo.h 1771include/thunderbird/nsILoginInfo.h
1698include/thunderbird/nsILoginManager.h 1772include/thunderbird/nsILoginManager.h
1699include/thunderbird/nsILoginManagerCrypto.h 1773include/thunderbird/nsILoginManagerCrypto.h
1700include/thunderbird/nsILoginManagerIEMigrationHelper.h 1774include/thunderbird/nsILoginManagerIEMigrationHelper.h
1701include/thunderbird/nsILoginManagerPrompter.h 1775include/thunderbird/nsILoginManagerPrompter.h
1702include/thunderbird/nsILoginManagerStorage.h 1776include/thunderbird/nsILoginManagerStorage.h
1703include/thunderbird/nsILoginMetaInfo.h 1777include/thunderbird/nsILoginMetaInfo.h
1704include/thunderbird/nsIMIMEHeaderParam.h 1778include/thunderbird/nsIMIMEHeaderParam.h
1705include/thunderbird/nsIMIMEInfo.h 1779include/thunderbird/nsIMIMEInfo.h
1706include/thunderbird/nsIMIMEInputStream.h 1780include/thunderbird/nsIMIMEInputStream.h
1707include/thunderbird/nsIMIMEService.h 1781include/thunderbird/nsIMIMEService.h
 1782include/thunderbird/nsIMailGlue.h
1708include/thunderbird/nsIMailProfileMigrator.h 1783include/thunderbird/nsIMailProfileMigrator.h
1709include/thunderbird/nsIMailboxService.h 1784include/thunderbird/nsIMailboxService.h
1710include/thunderbird/nsIMailboxSpec.h 1785include/thunderbird/nsIMailboxSpec.h
1711include/thunderbird/nsIMailboxUrl.h 1786include/thunderbird/nsIMailboxUrl.h
1712include/thunderbird/nsIMapiRegistry.h 1787include/thunderbird/nsIMapiRegistry.h
1713include/thunderbird/nsIMarkupDocumentViewer.h 1788include/thunderbird/nsIMarkupDocumentViewer.h
1714include/thunderbird/nsIMdbFactoryFactory.h 1789include/thunderbird/nsIMdbFactoryFactory.h
1715include/thunderbird/nsIMemory.h 1790include/thunderbird/nsIMemory.h
1716include/thunderbird/nsIMemoryReporter.h 1791include/thunderbird/nsIMemoryReporter.h
1717include/thunderbird/nsIMenuBoxObject.h 1792include/thunderbird/nsIMenuBoxObject.h
1718include/thunderbird/nsIMenuBuilder.h 1793include/thunderbird/nsIMenuBuilder.h
 1794include/thunderbird/nsIMessageManager.h
1719include/thunderbird/nsIMessenger.h 1795include/thunderbird/nsIMessenger.h
1720include/thunderbird/nsIMessengerMigrator.h 1796include/thunderbird/nsIMessengerMigrator.h
1721include/thunderbird/nsIMessengerOSIntegration.h 1797include/thunderbird/nsIMessengerOSIntegration.h
1722include/thunderbird/nsIMessengerWindowService.h 1798include/thunderbird/nsIMessengerWindowService.h
1723include/thunderbird/nsIMimeContentTypeHandler.h 1799include/thunderbird/nsIMimeContentTypeHandler.h
1724include/thunderbird/nsIMimeConverter.h 1800include/thunderbird/nsIMimeConverter.h
1725include/thunderbird/nsIMimeEmitter.h 1801include/thunderbird/nsIMimeEmitter.h
1726include/thunderbird/nsIMimeHeaders.h 1802include/thunderbird/nsIMimeHeaders.h
1727include/thunderbird/nsIMimeMiscStatus.h 1803include/thunderbird/nsIMimeMiscStatus.h
1728include/thunderbird/nsIMimeObjectClassAccess.h 1804include/thunderbird/nsIMimeObjectClassAccess.h
1729include/thunderbird/nsIMimeStreamConverter.h 1805include/thunderbird/nsIMimeStreamConverter.h
1730include/thunderbird/nsIMmsService.h 1806include/thunderbird/nsIMmsService.h
1731include/thunderbird/nsIMobileConnectionProvider.h 1807include/thunderbird/nsIMobileConnectionProvider.h
@@ -1840,27 +1916,26 @@ include/thunderbird/nsINewsBlogFeedDownl @@ -1840,27 +1916,26 @@ include/thunderbird/nsINewsBlogFeedDownl
1840include/thunderbird/nsINewsDatabase.h 1916include/thunderbird/nsINewsDatabase.h
1841include/thunderbird/nsINewsDownloadDialogArgs.h 1917include/thunderbird/nsINewsDownloadDialogArgs.h
1842include/thunderbird/nsINntpIncomingServer.h 1918include/thunderbird/nsINntpIncomingServer.h
1843include/thunderbird/nsINntpService.h 1919include/thunderbird/nsINntpService.h
1844include/thunderbird/nsINntpUrl.h 1920include/thunderbird/nsINntpUrl.h
1845include/thunderbird/nsINoIncomingServer.h 1921include/thunderbird/nsINoIncomingServer.h
1846include/thunderbird/nsINode.h 1922include/thunderbird/nsINode.h
1847include/thunderbird/nsINodeInfo.h 1923include/thunderbird/nsINodeInfo.h
1848include/thunderbird/nsINodeList.h 1924include/thunderbird/nsINodeList.h
1849include/thunderbird/nsINoneService.h 1925include/thunderbird/nsINoneService.h
1850include/thunderbird/nsIOCSPResponder.h 1926include/thunderbird/nsIOCSPResponder.h
1851include/thunderbird/nsIOS2Locale.h 1927include/thunderbird/nsIOS2Locale.h
1852include/thunderbird/nsIOSFileConstantsService.h 1928include/thunderbird/nsIOSFileConstantsService.h
1853include/thunderbird/nsIOSurface.h 
1854include/thunderbird/nsIObjectFrame.h 1929include/thunderbird/nsIObjectFrame.h
1855include/thunderbird/nsIObjectInputStream.h 1930include/thunderbird/nsIObjectInputStream.h
1856include/thunderbird/nsIObjectLoadingContent.h 1931include/thunderbird/nsIObjectLoadingContent.h
1857include/thunderbird/nsIObjectOutputStream.h 1932include/thunderbird/nsIObjectOutputStream.h
1858include/thunderbird/nsIObserver.h 1933include/thunderbird/nsIObserver.h
1859include/thunderbird/nsIObserverService.h 1934include/thunderbird/nsIObserverService.h
1860include/thunderbird/nsIOfflineCacheUpdate.h 1935include/thunderbird/nsIOfflineCacheUpdate.h
1861include/thunderbird/nsIOpenWindowEventDetail.h 1936include/thunderbird/nsIOpenWindowEventDetail.h
1862include/thunderbird/nsIOutputStream.h 1937include/thunderbird/nsIOutputStream.h
1863include/thunderbird/nsIPK11Token.h 1938include/thunderbird/nsIPK11Token.h
1864include/thunderbird/nsIPK11TokenDB.h 1939include/thunderbird/nsIPK11TokenDB.h
1865include/thunderbird/nsIPKCS11.h 1940include/thunderbird/nsIPKCS11.h
1866include/thunderbird/nsIPKCS11Module.h 1941include/thunderbird/nsIPKCS11Module.h
@@ -2012,73 +2087,74 @@ include/thunderbird/nsISOCKSSocketInfo.h @@ -2012,73 +2087,74 @@ include/thunderbird/nsISOCKSSocketInfo.h
2012include/thunderbird/nsISSLCertErrorDialog.h 2087include/thunderbird/nsISSLCertErrorDialog.h
2013include/thunderbird/nsISSLErrorListener.h 2088include/thunderbird/nsISSLErrorListener.h
2014include/thunderbird/nsISSLSocketControl.h 2089include/thunderbird/nsISSLSocketControl.h
2015include/thunderbird/nsISSLStatus.h 2090include/thunderbird/nsISSLStatus.h
2016include/thunderbird/nsISSLStatusProvider.h 2091include/thunderbird/nsISSLStatusProvider.h
2017include/thunderbird/nsISafeOutputStream.h 2092include/thunderbird/nsISafeOutputStream.h
2018include/thunderbird/nsISaveAsCharset.h 2093include/thunderbird/nsISaveAsCharset.h
2019include/thunderbird/nsIScreen.h 2094include/thunderbird/nsIScreen.h
2020include/thunderbird/nsIScreenManager.h 2095include/thunderbird/nsIScreenManager.h
2021include/thunderbird/nsIScriptChannel.h 2096include/thunderbird/nsIScriptChannel.h
2022include/thunderbird/nsIScriptContext.h 2097include/thunderbird/nsIScriptContext.h
2023include/thunderbird/nsIScriptElement.h 2098include/thunderbird/nsIScriptElement.h
2024include/thunderbird/nsIScriptError.h 2099include/thunderbird/nsIScriptError.h
2025include/thunderbird/nsIScriptEventHandlerOwner.h 
2026include/thunderbird/nsIScriptExternalNameSet.h 2100include/thunderbird/nsIScriptExternalNameSet.h
2027include/thunderbird/nsIScriptGlobalObject.h 2101include/thunderbird/nsIScriptGlobalObject.h
2028include/thunderbird/nsIScriptGlobalObjectOwner.h 2102include/thunderbird/nsIScriptGlobalObjectOwner.h
2029include/thunderbird/nsIScriptLoaderObserver.h 2103include/thunderbird/nsIScriptLoaderObserver.h
2030include/thunderbird/nsIScriptNameSpaceManager.h 2104include/thunderbird/nsIScriptNameSpaceManager.h
2031include/thunderbird/nsIScriptObjectPrincipal.h 2105include/thunderbird/nsIScriptObjectPrincipal.h
2032include/thunderbird/nsIScriptRuntime.h 2106include/thunderbird/nsIScriptRuntime.h
2033include/thunderbird/nsIScriptSecurityManager.h 2107include/thunderbird/nsIScriptSecurityManager.h
2034include/thunderbird/nsIScriptTimeoutHandler.h 2108include/thunderbird/nsIScriptTimeoutHandler.h
2035include/thunderbird/nsIScriptableBase64Encoder.h 2109include/thunderbird/nsIScriptableBase64Encoder.h
2036include/thunderbird/nsIScriptableDateFormat.h 2110include/thunderbird/nsIScriptableDateFormat.h
2037include/thunderbird/nsIScriptableInputStream.h 2111include/thunderbird/nsIScriptableInputStream.h
2038include/thunderbird/nsIScriptableRegion.h 2112include/thunderbird/nsIScriptableRegion.h
2039include/thunderbird/nsIScriptableUConv.h 2113include/thunderbird/nsIScriptableUConv.h
2040include/thunderbird/nsIScriptableUnescapeHTML.h 2114include/thunderbird/nsIScriptableUnescapeHTML.h
2041include/thunderbird/nsIScrollBoxObject.h 2115include/thunderbird/nsIScrollBoxObject.h
2042include/thunderbird/nsIScrollPositionListener.h 2116include/thunderbird/nsIScrollPositionListener.h
2043include/thunderbird/nsIScrollable.h 2117include/thunderbird/nsIScrollable.h
2044include/thunderbird/nsIScrollableFrame.h 2118include/thunderbird/nsIScrollableFrame.h
2045include/thunderbird/nsIScrollbarMediator.h 2119include/thunderbird/nsIScrollbarMediator.h
2046include/thunderbird/nsISecretDecoderRing.h 2120include/thunderbird/nsISecretDecoderRing.h
2047include/thunderbird/nsISecureBrowserUI.h 2121include/thunderbird/nsISecureBrowserUI.h
2048include/thunderbird/nsISecurityCheckedComponent.h 2122include/thunderbird/nsISecurityCheckedComponent.h
2049include/thunderbird/nsISecurityEventSink.h 2123include/thunderbird/nsISecurityEventSink.h
2050include/thunderbird/nsISecurityInfoProvider.h 2124include/thunderbird/nsISecurityInfoProvider.h
 2125include/thunderbird/nsISecurityUITelemetry.h
2051include/thunderbird/nsISecurityWarningDialogs.h 2126include/thunderbird/nsISecurityWarningDialogs.h
2052include/thunderbird/nsISeekableStream.h 2127include/thunderbird/nsISeekableStream.h
2053include/thunderbird/nsISelectControlFrame.h 2128include/thunderbird/nsISelectControlFrame.h
2054include/thunderbird/nsISelection.h 2129include/thunderbird/nsISelection.h
2055include/thunderbird/nsISelectionController.h 2130include/thunderbird/nsISelectionController.h
2056include/thunderbird/nsISelectionDisplay.h 2131include/thunderbird/nsISelectionDisplay.h
2057include/thunderbird/nsISelectionListener.h 2132include/thunderbird/nsISelectionListener.h
2058include/thunderbird/nsISelectionPrivate.h 2133include/thunderbird/nsISelectionPrivate.h
2059include/thunderbird/nsISemanticUnitScanner.h 2134include/thunderbird/nsISemanticUnitScanner.h
2060include/thunderbird/nsISerializable.h 2135include/thunderbird/nsISerializable.h
2061include/thunderbird/nsISerializationHelper.h 2136include/thunderbird/nsISerializationHelper.h
2062include/thunderbird/nsIServerSocket.h 2137include/thunderbird/nsIServerSocket.h
2063include/thunderbird/nsIServiceManager.h 2138include/thunderbird/nsIServiceManager.h
2064include/thunderbird/nsISettingsService.h 2139include/thunderbird/nsISettingsService.h
2065include/thunderbird/nsIShellService.h 2140include/thunderbird/nsIShellService.h
2066include/thunderbird/nsISidebar.h 2141include/thunderbird/nsISidebar.h
2067include/thunderbird/nsISignatureVerifier.h 2142include/thunderbird/nsISignatureVerifier.h
2068include/thunderbird/nsISimpleEnumerator.h 2143include/thunderbird/nsISimpleEnumerator.h
2069include/thunderbird/nsISimpleMimeConverter.h 2144include/thunderbird/nsISimpleMimeConverter.h
2070include/thunderbird/nsISimpleStreamListener.h 2145include/thunderbird/nsISimpleStreamListener.h
2071include/thunderbird/nsISimpleUnicharStreamFactory.h 2146include/thunderbird/nsISimpleUnicharStreamFactory.h
 2147include/thunderbird/nsISiteSpecificUserAgent.h
2072include/thunderbird/nsISizeOf.h 2148include/thunderbird/nsISizeOf.h
2073include/thunderbird/nsISliderListener.h 2149include/thunderbird/nsISliderListener.h
2074include/thunderbird/nsISmsDatabaseService.h 2150include/thunderbird/nsISmsDatabaseService.h
2075include/thunderbird/nsISmsRequestManager.h 2151include/thunderbird/nsISmsRequestManager.h
2076include/thunderbird/nsISmsService.h 2152include/thunderbird/nsISmsService.h
2077include/thunderbird/nsISmtpServer.h 2153include/thunderbird/nsISmtpServer.h
2078include/thunderbird/nsISmtpService.h 2154include/thunderbird/nsISmtpService.h
2079include/thunderbird/nsISmtpUrl.h 2155include/thunderbird/nsISmtpUrl.h
2080include/thunderbird/nsISocketProvider.h 2156include/thunderbird/nsISocketProvider.h
2081include/thunderbird/nsISocketProviderService.h 2157include/thunderbird/nsISocketProviderService.h
2082include/thunderbird/nsISocketTransport.h 2158include/thunderbird/nsISocketTransport.h
2083include/thunderbird/nsISocketTransportService.h 2159include/thunderbird/nsISocketTransportService.h
2084include/thunderbird/nsISound.h 2160include/thunderbird/nsISound.h
@@ -2229,26 +2305,27 @@ include/thunderbird/nsIWebBrowserSetup.h @@ -2229,26 +2305,27 @@ include/thunderbird/nsIWebBrowserSetup.h
2229include/thunderbird/nsIWebBrowserStream.h 2305include/thunderbird/nsIWebBrowserStream.h
2230include/thunderbird/nsIWebContentHandlerRegistrar.h 2306include/thunderbird/nsIWebContentHandlerRegistrar.h
2231include/thunderbird/nsIWebNavigation.h 2307include/thunderbird/nsIWebNavigation.h
2232include/thunderbird/nsIWebNavigationInfo.h 2308include/thunderbird/nsIWebNavigationInfo.h
2233include/thunderbird/nsIWebPageDescriptor.h 2309include/thunderbird/nsIWebPageDescriptor.h
2234include/thunderbird/nsIWebProgress.h 2310include/thunderbird/nsIWebProgress.h
2235include/thunderbird/nsIWebProgressListener.h 2311include/thunderbird/nsIWebProgressListener.h
2236include/thunderbird/nsIWebProgressListener2.h 2312include/thunderbird/nsIWebProgressListener2.h
2237include/thunderbird/nsIWebShellServices.h 2313include/thunderbird/nsIWebShellServices.h
2238include/thunderbird/nsIWebSocket.h 2314include/thunderbird/nsIWebSocket.h
2239include/thunderbird/nsIWebSocketChannel.h 2315include/thunderbird/nsIWebSocketChannel.h
2240include/thunderbird/nsIWebSocketListener.h 2316include/thunderbird/nsIWebSocketListener.h
2241include/thunderbird/nsIWidget.h 2317include/thunderbird/nsIWidget.h
 2318include/thunderbird/nsIWidgetListener.h
2242include/thunderbird/nsIWifiEventInits.h 2319include/thunderbird/nsIWifiEventInits.h
2243include/thunderbird/nsIWindowCreator.h 2320include/thunderbird/nsIWindowCreator.h
2244include/thunderbird/nsIWindowCreator2.h 2321include/thunderbird/nsIWindowCreator2.h
2245include/thunderbird/nsIWindowDataSource.h 2322include/thunderbird/nsIWindowDataSource.h
2246include/thunderbird/nsIWindowMediator.h 2323include/thunderbird/nsIWindowMediator.h
2247include/thunderbird/nsIWindowMediatorListener.h 2324include/thunderbird/nsIWindowMediatorListener.h
2248include/thunderbird/nsIWindowProvider.h 2325include/thunderbird/nsIWindowProvider.h
2249include/thunderbird/nsIWindowWatcher.h 2326include/thunderbird/nsIWindowWatcher.h
2250include/thunderbird/nsIWindowsShellService.h 2327include/thunderbird/nsIWindowsShellService.h
2251include/thunderbird/nsIWordBreaker.h 2328include/thunderbird/nsIWordBreaker.h
2252include/thunderbird/nsIWritablePropertyBag.h 2329include/thunderbird/nsIWritablePropertyBag.h
2253include/thunderbird/nsIWritablePropertyBag2.h 2330include/thunderbird/nsIWritablePropertyBag2.h
2254include/thunderbird/nsIWyciwygChannel.h 2331include/thunderbird/nsIWyciwygChannel.h
@@ -2288,41 +2365,42 @@ include/thunderbird/nsIXULRuntime.h @@ -2288,41 +2365,42 @@ include/thunderbird/nsIXULRuntime.h
2288include/thunderbird/nsIXULSortService.h 2365include/thunderbird/nsIXULSortService.h
2289include/thunderbird/nsIXULTemplateBuilder.h 2366include/thunderbird/nsIXULTemplateBuilder.h
2290include/thunderbird/nsIXULTemplateQueryProcessor.h 2367include/thunderbird/nsIXULTemplateQueryProcessor.h
2291include/thunderbird/nsIXULTemplateResult.h 2368include/thunderbird/nsIXULTemplateResult.h
2292include/thunderbird/nsIXULTemplateRuleFilter.h 2369include/thunderbird/nsIXULTemplateRuleFilter.h
2293include/thunderbird/nsIXULWindow.h 2370include/thunderbird/nsIXULWindow.h
2294include/thunderbird/nsIZipReader.h 2371include/thunderbird/nsIZipReader.h
2295include/thunderbird/nsIZipWriter.h 2372include/thunderbird/nsIZipWriter.h
2296include/thunderbird/nsImapCore.h 2373include/thunderbird/nsImapCore.h
2297include/thunderbird/nsImapMailDatabase.h 2374include/thunderbird/nsImapMailDatabase.h
2298include/thunderbird/nsImapMoveCoalescer.h 2375include/thunderbird/nsImapMoveCoalescer.h
2299include/thunderbird/nsInterfaceHashtable.h 2376include/thunderbird/nsInterfaceHashtable.h
2300include/thunderbird/nsInterfaceRequestorAgg.h 2377include/thunderbird/nsInterfaceRequestorAgg.h
 2378include/thunderbird/nsJARURI.h
2301include/thunderbird/nsJSON.h 2379include/thunderbird/nsJSON.h
2302include/thunderbird/nsJSPrincipals.h 2380include/thunderbird/nsJSPrincipals.h
2303include/thunderbird/nsJSProtocolHandler.h 2381include/thunderbird/nsJSProtocolHandler.h
2304include/thunderbird/nsLWBrkCIID.h 2382include/thunderbird/nsLWBrkCIID.h
2305include/thunderbird/nsLayoutCID.h 2383include/thunderbird/nsLayoutCID.h
2306include/thunderbird/nsLayoutErrors.h 
2307include/thunderbird/nsLayoutStatics.h 2384include/thunderbird/nsLayoutStatics.h
2308include/thunderbird/nsLayoutStylesheetCache.h 2385include/thunderbird/nsLayoutStylesheetCache.h
2309include/thunderbird/nsLayoutUtils.h 2386include/thunderbird/nsLayoutUtils.h
2310include/thunderbird/nsLineBreaker.h 2387include/thunderbird/nsLineBreaker.h
2311include/thunderbird/nsLinebreakConverter.h 2388include/thunderbird/nsLinebreakConverter.h
2312include/thunderbird/nsLiteralString.h 2389include/thunderbird/nsLiteralString.h
2313include/thunderbird/nsLocalFile.h 2390include/thunderbird/nsLocalFile.h
2314include/thunderbird/nsLocalFileUnix.h 2391include/thunderbird/nsLocalFileUnix.h
2315include/thunderbird/nsLocaleCID.h 2392include/thunderbird/nsLocaleCID.h
 2393include/thunderbird/nsMIMEInputStream.h
2316include/thunderbird/nsMailDatabase.h 2394include/thunderbird/nsMailDatabase.h
2317include/thunderbird/nsMailDirServiceDefs.h 2395include/thunderbird/nsMailDirServiceDefs.h
2318include/thunderbird/nsMailHeaders.h 2396include/thunderbird/nsMailHeaders.h
2319include/thunderbird/nsMailMigrationCID.h 2397include/thunderbird/nsMailMigrationCID.h
2320include/thunderbird/nsMappedAttributeElement.h 2398include/thunderbird/nsMappedAttributeElement.h
2321include/thunderbird/nsMargin.h 2399include/thunderbird/nsMargin.h
2322include/thunderbird/nsMathUtils.h 2400include/thunderbird/nsMathUtils.h
2323include/thunderbird/nsMediaCache.h 2401include/thunderbird/nsMediaCache.h
2324include/thunderbird/nsMediaDecoder.h 2402include/thunderbird/nsMediaDecoder.h
2325include/thunderbird/nsMemory.h 2403include/thunderbird/nsMemory.h
2326include/thunderbird/nsMimeContentTypeHandler.h 2404include/thunderbird/nsMimeContentTypeHandler.h
2327include/thunderbird/nsMimeEmitterCID.h 2405include/thunderbird/nsMimeEmitterCID.h
2328include/thunderbird/nsMimeStringResources.h 2406include/thunderbird/nsMimeStringResources.h
@@ -2365,60 +2443,57 @@ include/thunderbird/nsMsgSearchBoolExpre @@ -2365,60 +2443,57 @@ include/thunderbird/nsMsgSearchBoolExpre
2365include/thunderbird/nsMsgSearchCore.h 2443include/thunderbird/nsMsgSearchCore.h
2366include/thunderbird/nsMsgSearchScopeTerm.h 2444include/thunderbird/nsMsgSearchScopeTerm.h
2367include/thunderbird/nsMsgSearchTerm.h 2445include/thunderbird/nsMsgSearchTerm.h
2368include/thunderbird/nsMsgThread.h 2446include/thunderbird/nsMsgThread.h
2369include/thunderbird/nsMsgTxn.h 2447include/thunderbird/nsMsgTxn.h
2370include/thunderbird/nsMsgUtils.h 2448include/thunderbird/nsMsgUtils.h
2371include/thunderbird/nsMultiplexInputStream.h 2449include/thunderbird/nsMultiplexInputStream.h
2372include/thunderbird/nsMutationEvent.h 2450include/thunderbird/nsMutationEvent.h
2373include/thunderbird/nsNPAPIPluginInstance.h 2451include/thunderbird/nsNPAPIPluginInstance.h
2374include/thunderbird/nsNSSShutDown.h 2452include/thunderbird/nsNSSShutDown.h
2375include/thunderbird/nsNativeCharsetUtils.h 2453include/thunderbird/nsNativeCharsetUtils.h
2376include/thunderbird/nsNativeWidget.h 2454include/thunderbird/nsNativeWidget.h
2377include/thunderbird/nsNetCID.h 2455include/thunderbird/nsNetCID.h
2378include/thunderbird/nsNetError.h 
2379include/thunderbird/nsNetStrings.h 2456include/thunderbird/nsNetStrings.h
2380include/thunderbird/nsNetUtil.h 2457include/thunderbird/nsNetUtil.h
2381include/thunderbird/nsNewsDatabase.h 2458include/thunderbird/nsNewsDatabase.h
2382include/thunderbird/nsNodeInfoManager.h 2459include/thunderbird/nsNodeInfoManager.h
2383include/thunderbird/nsNodeUtils.h 2460include/thunderbird/nsNodeUtils.h
2384include/thunderbird/nsOSHelperAppService.h 2461include/thunderbird/nsOSHelperAppService.h
2385include/thunderbird/nsObjCExceptions.h 2462include/thunderbird/nsObjCExceptions.h
2386include/thunderbird/nsObjectFrame.h 2463include/thunderbird/nsObjectFrame.h
2387include/thunderbird/nsObserverList.h 2464include/thunderbird/nsObserverList.h
2388include/thunderbird/nsObserverService.h 2465include/thunderbird/nsObserverService.h
2389include/thunderbird/nsOggCodecState.h 2466include/thunderbird/nsOggCodecState.h
2390include/thunderbird/nsOggDecoder.h 2467include/thunderbird/nsOggDecoder.h
2391include/thunderbird/nsOggDecoderStateMachine.h 
2392include/thunderbird/nsOpenWindowEventDetail.h 2468include/thunderbird/nsOpenWindowEventDetail.h
2393include/thunderbird/nsPIBoxObject.h 2469include/thunderbird/nsPIBoxObject.h
2394include/thunderbird/nsPICommandUpdater.h 2470include/thunderbird/nsPICommandUpdater.h
2395include/thunderbird/nsPIDNSService.h 2471include/thunderbird/nsPIDNSService.h
2396include/thunderbird/nsPIDOMStorage.h 2472include/thunderbird/nsPIDOMStorage.h
2397include/thunderbird/nsPIDOMWindow.h 2473include/thunderbird/nsPIDOMWindow.h
2398include/thunderbird/nsPIEditorTransaction.h 2474include/thunderbird/nsPIEditorTransaction.h
2399include/thunderbird/nsPIPlacesDatabase.h 2475include/thunderbird/nsPIPlacesDatabase.h
2400include/thunderbird/nsPIPlacesHistoryListenersNotifier.h 2476include/thunderbird/nsPIPlacesHistoryListenersNotifier.h
2401include/thunderbird/nsPIPromptService.h 2477include/thunderbird/nsPIPromptService.h
2402include/thunderbird/nsPISocketTransportService.h 2478include/thunderbird/nsPISocketTransportService.h
2403include/thunderbird/nsPIWindowRoot.h 2479include/thunderbird/nsPIWindowRoot.h
2404include/thunderbird/nsPIWindowWatcher.h 2480include/thunderbird/nsPIWindowWatcher.h
2405include/thunderbird/nsParserBase.h 2481include/thunderbird/nsParserBase.h
2406include/thunderbird/nsParserCIID.h 2482include/thunderbird/nsParserCIID.h
2407include/thunderbird/nsParserConstants.h 2483include/thunderbird/nsParserConstants.h
2408include/thunderbird/nsParserUtils.h 2484include/thunderbird/nsParserUtils.h
2409include/thunderbird/nsPgpMimeProxy.h 2485include/thunderbird/nsPgpMimeProxy.h
2410include/thunderbird/nsPluginDirServiceProvider.h 2486include/thunderbird/nsPluginDirServiceProvider.h
2411include/thunderbird/nsPluginError.h 
2412include/thunderbird/nsPluginHost.h 2487include/thunderbird/nsPluginHost.h
2413include/thunderbird/nsPluginInstanceOwner.h 2488include/thunderbird/nsPluginInstanceOwner.h
2414include/thunderbird/nsPluginLogging.h 2489include/thunderbird/nsPluginLogging.h
2415include/thunderbird/nsPluginNativeWindow.h 2490include/thunderbird/nsPluginNativeWindow.h
2416include/thunderbird/nsPluginTags.h 2491include/thunderbird/nsPluginTags.h
2417include/thunderbird/nsPluginsCID.h 2492include/thunderbird/nsPluginsCID.h
2418include/thunderbird/nsPluginsDir.h 2493include/thunderbird/nsPluginsDir.h
2419include/thunderbird/nsPoint.h 2494include/thunderbird/nsPoint.h
2420include/thunderbird/nsPosixLocale.h 2495include/thunderbird/nsPosixLocale.h
2421include/thunderbird/nsPresArena.h 2496include/thunderbird/nsPresArena.h
2422include/thunderbird/nsPresContext.h 2497include/thunderbird/nsPresContext.h
2423include/thunderbird/nsPresState.h 2498include/thunderbird/nsPresState.h
2424include/thunderbird/nsPrintfCString.h 2499include/thunderbird/nsPrintfCString.h
@@ -2454,52 +2529,54 @@ include/thunderbird/nsSMILCSSProperty.h @@ -2454,52 +2529,54 @@ include/thunderbird/nsSMILCSSProperty.h
2454include/thunderbird/nsSMILCompositorTable.h 2529include/thunderbird/nsSMILCompositorTable.h
2455include/thunderbird/nsSMILKeySpline.h 2530include/thunderbird/nsSMILKeySpline.h
2456include/thunderbird/nsSMILMappedAttribute.h 2531include/thunderbird/nsSMILMappedAttribute.h
2457include/thunderbird/nsSMILMilestone.h 2532include/thunderbird/nsSMILMilestone.h
2458include/thunderbird/nsSMILTimeContainer.h 2533include/thunderbird/nsSMILTimeContainer.h
2459include/thunderbird/nsSMILTypes.h 2534include/thunderbird/nsSMILTypes.h
2460include/thunderbird/nsSVGEffects.h 2535include/thunderbird/nsSVGEffects.h
2461include/thunderbird/nsSVGFeatures.h 2536include/thunderbird/nsSVGFeatures.h
2462include/thunderbird/nsSVGFilterInstance.h 2537include/thunderbird/nsSVGFilterInstance.h
2463include/thunderbird/nsSVGForeignObjectFrame.h 2538include/thunderbird/nsSVGForeignObjectFrame.h
2464include/thunderbird/nsSVGIntegrationUtils.h 2539include/thunderbird/nsSVGIntegrationUtils.h
2465include/thunderbird/nsSVGRect.h 2540include/thunderbird/nsSVGRect.h
2466include/thunderbird/nsSVGUtils.h 2541include/thunderbird/nsSVGUtils.h
 2542include/thunderbird/nsSandboxFlags.h
2467include/thunderbird/nsScannerString.h 2543include/thunderbird/nsScannerString.h
2468include/thunderbird/nsScriptLoader.h 2544include/thunderbird/nsScriptLoader.h
2469include/thunderbird/nsScriptableInputStream.h 2545include/thunderbird/nsScriptableInputStream.h
2470include/thunderbird/nsServiceManagerUtils.h 2546include/thunderbird/nsServiceManagerUtils.h
2471include/thunderbird/nsSize.h 2547include/thunderbird/nsSize.h
2472include/thunderbird/nsSpecialCasingData.h 2548include/thunderbird/nsSpecialCasingData.h
2473include/thunderbird/nsStackWalk.h 2549include/thunderbird/nsStackWalk.h
2474include/thunderbird/nsStaticAtom.h 2550include/thunderbird/nsStaticAtom.h
2475include/thunderbird/nsStaticComponents.h 2551include/thunderbird/nsStaticComponents.h
2476include/thunderbird/nsStaticNameTable.h 2552include/thunderbird/nsStaticNameTable.h
2477include/thunderbird/nsStorageStream.h 2553include/thunderbird/nsStorageStream.h
2478include/thunderbird/nsStreamConverter.h 2554include/thunderbird/nsStreamConverter.h
2479include/thunderbird/nsStreamListenerWrapper.h 2555include/thunderbird/nsStreamListenerWrapper.h
2480include/thunderbird/nsStreamUtils.h 2556include/thunderbird/nsStreamUtils.h
2481include/thunderbird/nsString.h 2557include/thunderbird/nsString.h
2482include/thunderbird/nsStringAPI.h 2558include/thunderbird/nsStringAPI.h
2483include/thunderbird/nsStringBuffer.h 2559include/thunderbird/nsStringBuffer.h
2484include/thunderbird/nsStringEnumerator.h 2560include/thunderbird/nsStringEnumerator.h
2485include/thunderbird/nsStringFwd.h 2561include/thunderbird/nsStringFwd.h
2486include/thunderbird/nsStringGlue.h 2562include/thunderbird/nsStringGlue.h
2487include/thunderbird/nsStringIterator.h 2563include/thunderbird/nsStringIterator.h
2488include/thunderbird/nsStringStream.h 2564include/thunderbird/nsStringStream.h
2489include/thunderbird/nsStructuredCloneContainer.h 2565include/thunderbird/nsStructuredCloneContainer.h
2490include/thunderbird/nsStubDocumentObserver.h 2566include/thunderbird/nsStubDocumentObserver.h
2491include/thunderbird/nsStubImageDecoderObserver.h 2567include/thunderbird/nsStubImageDecoderObserver.h
2492include/thunderbird/nsStubMutationObserver.h 2568include/thunderbird/nsStubMutationObserver.h
 2569include/thunderbird/nsStyleAnimation.h
2493include/thunderbird/nsStyleChangeList.h 2570include/thunderbird/nsStyleChangeList.h
2494include/thunderbird/nsStyleConsts.h 2571include/thunderbird/nsStyleConsts.h
2495include/thunderbird/nsStyleContext.h 2572include/thunderbird/nsStyleContext.h
2496include/thunderbird/nsStyleCoord.h 2573include/thunderbird/nsStyleCoord.h
2497include/thunderbird/nsStyleSet.h 2574include/thunderbird/nsStyleSet.h
2498include/thunderbird/nsStyleStruct.h 2575include/thunderbird/nsStyleStruct.h
2499include/thunderbird/nsStyleStructFwd.h 2576include/thunderbird/nsStyleStructFwd.h
2500include/thunderbird/nsStyleStructInlines.h 2577include/thunderbird/nsStyleStructInlines.h
2501include/thunderbird/nsStyleStructList.h 2578include/thunderbird/nsStyleStructList.h
2502include/thunderbird/nsStyleTransformMatrix.h 2579include/thunderbird/nsStyleTransformMatrix.h
2503include/thunderbird/nsStyleUtil.h 2580include/thunderbird/nsStyleUtil.h
2504include/thunderbird/nsStyledElement.h 2581include/thunderbird/nsStyledElement.h
2505include/thunderbird/nsSubDocumentFrame.h 2582include/thunderbird/nsSubDocumentFrame.h
@@ -2562,26 +2639,27 @@ include/thunderbird/nsVersionComparator. @@ -2562,26 +2639,27 @@ include/thunderbird/nsVersionComparator.
2562include/thunderbird/nsViewsCID.h 2639include/thunderbird/nsViewsCID.h
2563include/thunderbird/nsVoidArray.h 2640include/thunderbird/nsVoidArray.h
2564include/thunderbird/nsWaveDecoder.h 2641include/thunderbird/nsWaveDecoder.h
2565include/thunderbird/nsWeakPtr.h 2642include/thunderbird/nsWeakPtr.h
2566include/thunderbird/nsWeakReference.h 2643include/thunderbird/nsWeakReference.h
2567include/thunderbird/nsWebMDecoder.h 2644include/thunderbird/nsWebMDecoder.h
2568include/thunderbird/nsWhitespaceTokenizer.h 2645include/thunderbird/nsWhitespaceTokenizer.h
2569include/thunderbird/nsWidgetInitData.h 2646include/thunderbird/nsWidgetInitData.h
2570include/thunderbird/nsWidgetsCID.h 2647include/thunderbird/nsWidgetsCID.h
2571include/thunderbird/nsWildCard.h 2648include/thunderbird/nsWildCard.h
2572include/thunderbird/nsWin32Locale.h 2649include/thunderbird/nsWin32Locale.h
2573include/thunderbird/nsWindowMemoryReporter.h 2650include/thunderbird/nsWindowMemoryReporter.h
2574include/thunderbird/nsWrapperCache.h 2651include/thunderbird/nsWrapperCache.h
 2652include/thunderbird/nsWrapperCacheInlines.h
2575include/thunderbird/nsXBLBinding.h 2653include/thunderbird/nsXBLBinding.h
2576include/thunderbird/nsXMLNameSpaceMap.h 2654include/thunderbird/nsXMLNameSpaceMap.h
2577include/thunderbird/nsXPCOM.h 2655include/thunderbird/nsXPCOM.h
2578include/thunderbird/nsXPCOMCID.h 2656include/thunderbird/nsXPCOMCID.h
2579include/thunderbird/nsXPCOMCIDInternal.h 2657include/thunderbird/nsXPCOMCIDInternal.h
2580include/thunderbird/nsXPCOMGlue.h 2658include/thunderbird/nsXPCOMGlue.h
2581include/thunderbird/nsXPCOMStrings.h 2659include/thunderbird/nsXPCOMStrings.h
2582include/thunderbird/nsXPIDLString.h 2660include/thunderbird/nsXPIDLString.h
2583include/thunderbird/nsXPTCUtils.h 2661include/thunderbird/nsXPTCUtils.h
2584include/thunderbird/nsXREAppData.h 2662include/thunderbird/nsXREAppData.h
2585include/thunderbird/nsXULAppAPI.h 2663include/thunderbird/nsXULAppAPI.h
2586include/thunderbird/nsXULPopupManager.h 2664include/thunderbird/nsXULPopupManager.h
2587include/thunderbird/nsZipArchive.h 2665include/thunderbird/nsZipArchive.h
@@ -2726,34 +2804,34 @@ include/thunderbird/skia/SkXfermode.h @@ -2726,34 +2804,34 @@ include/thunderbird/skia/SkXfermode.h
2726include/thunderbird/snappy/snappy-c.h 2804include/thunderbird/snappy/snappy-c.h
2727include/thunderbird/snappy/snappy-stubs-public.h 2805include/thunderbird/snappy/snappy-stubs-public.h
2728include/thunderbird/snappy/snappy.h 2806include/thunderbird/snappy/snappy.h
2729include/thunderbird/speex/speex_resampler.h 2807include/thunderbird/speex/speex_resampler.h
2730include/thunderbird/steelIApplication.h 2808include/thunderbird/steelIApplication.h
2731include/thunderbird/string-template-def-char.h 2809include/thunderbird/string-template-def-char.h
2732include/thunderbird/string-template-def-unichar.h 2810include/thunderbird/string-template-def-unichar.h
2733include/thunderbird/string-template-undef.h 2811include/thunderbird/string-template-undef.h
2734include/thunderbird/sydneyaudio/sydney_audio.h 2812include/thunderbird/sydneyaudio/sydney_audio.h
2735include/thunderbird/theora/codec.h 2813include/thunderbird/theora/codec.h
2736include/thunderbird/theora/theora.h 2814include/thunderbird/theora/theora.h
2737include/thunderbird/theora/theoradec.h 2815include/thunderbird/theora/theoradec.h
2738include/thunderbird/theora/theoraenc.h 2816include/thunderbird/theora/theoraenc.h
 2817include/thunderbird/tremor/ivorbiscodec.h
2739include/thunderbird/txIEXSLTRegExFunctions.h 2818include/thunderbird/txIEXSLTRegExFunctions.h
2740include/thunderbird/txIFunctionEvaluationContext.h 2819include/thunderbird/txIFunctionEvaluationContext.h
2741include/thunderbird/txINodeSet.h 2820include/thunderbird/txINodeSet.h
2742include/thunderbird/txIXPathObject.h 2821include/thunderbird/txIXPathObject.h
2743include/thunderbird/uconvutil.h 2822include/thunderbird/uconvutil.h
2744include/thunderbird/updatedefines.h 2823include/thunderbird/updatedefines.h
2745include/thunderbird/updatelogging.h 2824include/thunderbird/updatelogging.h
2746include/thunderbird/vorbis/codec.h 
2747include/thunderbird/xpcIJSGetFactory.h 2825include/thunderbird/xpcIJSGetFactory.h
2748include/thunderbird/xpcIJSModuleLoader.h 2826include/thunderbird/xpcIJSModuleLoader.h
2749include/thunderbird/xpcIJSWeakReference.h 2827include/thunderbird/xpcIJSWeakReference.h
2750include/thunderbird/xpcObjectHelper.h 2828include/thunderbird/xpcObjectHelper.h
2751include/thunderbird/xpc_map_end.h 2829include/thunderbird/xpc_map_end.h
2752include/thunderbird/xpccomponents.h 2830include/thunderbird/xpccomponents.h
2753include/thunderbird/xpcexception.h 2831include/thunderbird/xpcexception.h
2754include/thunderbird/xpcjsid.h 2832include/thunderbird/xpcjsid.h
2755include/thunderbird/xpcom-config.h 2833include/thunderbird/xpcom-config.h
2756include/thunderbird/xpcpublic.h 2834include/thunderbird/xpcpublic.h
2757include/thunderbird/xpt_arena.h 2835include/thunderbird/xpt_arena.h
2758include/thunderbird/xpt_struct.h 2836include/thunderbird/xpt_struct.h
2759include/thunderbird/xpt_xdr.h 2837include/thunderbird/xpt_xdr.h
@@ -3053,26 +3131,27 @@ lib/thunderbird/chrome/classic/skin/clas @@ -3053,26 +3131,27 @@ lib/thunderbird/chrome/classic/skin/clas
3053lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/attachments.png 3131lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/attachments.png
3054lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/auth-error.png 3132lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/auth-error.png
3055lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/background.png 3133lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/background.png
3056lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/chat.png 3134lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/chat.png
3057lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/composition.png 3135lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/composition.png
3058lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/display.png 3136lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/display.png
3059lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/general.png 3137lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/general.png
3060lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/hover.png 3138lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/hover.png
3061lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/preferences.css 3139lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/preferences.css
3062lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/security.png 3140lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/security.png
3063lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/selected.png 3141lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/selected.png
3064lib/thunderbird/chrome/classic/skin/classic/messenger/primaryToolbar.css 3142lib/thunderbird/chrome/classic/skin/classic/messenger/primaryToolbar.css
3065lib/thunderbird/chrome/classic/skin/classic/messenger/quickFilterBar.css 3143lib/thunderbird/chrome/classic/skin/classic/messenger/quickFilterBar.css
 3144lib/thunderbird/chrome/classic/skin/classic/messenger/sanitizeDialog.css
3066lib/thunderbird/chrome/classic/skin/classic/messenger/searchBox.css 3145lib/thunderbird/chrome/classic/skin/classic/messenger/searchBox.css
3067lib/thunderbird/chrome/classic/skin/classic/messenger/searchDialog.css 3146lib/thunderbird/chrome/classic/skin/classic/messenger/searchDialog.css
3068lib/thunderbird/chrome/classic/skin/classic/messenger/section_collapsed.png 3147lib/thunderbird/chrome/classic/skin/classic/messenger/section_collapsed.png
3069lib/thunderbird/chrome/classic/skin/classic/messenger/section_expanded.png 3148lib/thunderbird/chrome/classic/skin/classic/messenger/section_expanded.png
3070lib/thunderbird/chrome/classic/skin/classic/messenger/smime/certFetchingStatus.css 3149lib/thunderbird/chrome/classic/skin/classic/messenger/smime/certFetchingStatus.css
3071lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoNotOk.png 3150lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoNotOk.png
3072lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoOk.png 3151lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoOk.png
3073lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrSignNotOk.png 3152lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrSignNotOk.png
3074lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrSignOk.png 3153lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrSignOk.png
3075lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrSignUnknown.png 3154lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrSignUnknown.png
3076lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoNotOk.png 3155lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoNotOk.png
3077lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoOk.png 3156lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoOk.png
3078lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/sbSignNotOk.png 3157lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/sbSignNotOk.png
@@ -3469,26 +3548,27 @@ lib/thunderbird/chrome/en-US/locale/en-U @@ -3469,26 +3548,27 @@ lib/thunderbird/chrome/en-US/locale/en-U
3469lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/general.dtd 3548lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/general.dtd
3470lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/notifications.dtd 3549lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/notifications.dtd
3471lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/offline.dtd 3550lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/offline.dtd
3472lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/permissions.dtd 3551lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/permissions.dtd
3473lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.dtd 3552lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.dtd
3474lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.properties 3553lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.properties
3475lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/receipts.dtd 3554lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/receipts.dtd
3476lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/security.dtd 3555lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/security.dtd
3477lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/sendoptions.dtd 3556lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/sendoptions.dtd
3478lib/thunderbird/chrome/en-US/locale/en-US/messenger/prefs.properties 3557lib/thunderbird/chrome/en-US/locale/en-US/messenger/prefs.properties
3479lib/thunderbird/chrome/en-US/locale/en-US/messenger/quickFilterBar.dtd 3558lib/thunderbird/chrome/en-US/locale/en-US/messenger/quickFilterBar.dtd
3480lib/thunderbird/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd 3559lib/thunderbird/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd
3481lib/thunderbird/chrome/en-US/locale/en-US/messenger/safeMode.dtd 3560lib/thunderbird/chrome/en-US/locale/en-US/messenger/safeMode.dtd
 3561lib/thunderbird/chrome/en-US/locale/en-US/messenger/sanitize.dtd
3482lib/thunderbird/chrome/en-US/locale/en-US/messenger/search-attributes.properties 3562lib/thunderbird/chrome/en-US/locale/en-US/messenger/search-attributes.properties
3483lib/thunderbird/chrome/en-US/locale/en-US/messenger/search-operators.properties 3563lib/thunderbird/chrome/en-US/locale/en-US/messenger/search-operators.properties
3484lib/thunderbird/chrome/en-US/locale/en-US/messenger/search.properties 3564lib/thunderbird/chrome/en-US/locale/en-US/messenger/search.properties
3485lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationDefault.dtd 3565lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationDefault.dtd
3486lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationMac.dtd 3566lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationMac.dtd
3487lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationWin.dtd 3567lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchIntegrationWin.dtd
3488lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd 3568lib/thunderbird/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd
3489lib/thunderbird/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties 3569lib/thunderbird/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties
3490lib/thunderbird/chrome/en-US/locale/en-US/messenger/smime.properties 3570lib/thunderbird/chrome/en-US/locale/en-US/messenger/smime.properties
3491lib/thunderbird/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd 3571lib/thunderbird/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd
3492lib/thunderbird/chrome/en-US/locale/en-US/messenger/subscribe.dtd 3572lib/thunderbird/chrome/en-US/locale/en-US/messenger/subscribe.dtd
3493lib/thunderbird/chrome/en-US/locale/en-US/messenger/subscribe.properties 3573lib/thunderbird/chrome/en-US/locale/en-US/messenger/subscribe.properties
3494lib/thunderbird/chrome/en-US/locale/en-US/messenger/systemIntegrationDialog.dtd 3574lib/thunderbird/chrome/en-US/locale/en-US/messenger/systemIntegrationDialog.dtd
@@ -3883,26 +3963,30 @@ lib/thunderbird/chrome/messenger/content @@ -3883,26 +3963,30 @@ lib/thunderbird/chrome/messenger/content
3883lib/thunderbird/chrome/messenger/content/messenger/preferences/security.js 3963lib/thunderbird/chrome/messenger/content/messenger/preferences/security.js
3884lib/thunderbird/chrome/messenger/content/messenger/preferences/security.xul 3964lib/thunderbird/chrome/messenger/content/messenger/preferences/security.xul
3885lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.js 3965lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.js
3886lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.xul 3966lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.xul
3887lib/thunderbird/chrome/messenger/content/messenger/protovis-r2.6-modded.js 3967lib/thunderbird/chrome/messenger/content/messenger/protovis-r2.6-modded.js
3888lib/thunderbird/chrome/messenger/content/messenger/quickFilterBar.css 3968lib/thunderbird/chrome/messenger/content/messenger/quickFilterBar.css
3889lib/thunderbird/chrome/messenger/content/messenger/quickFilterBar.js 3969lib/thunderbird/chrome/messenger/content/messenger/quickFilterBar.js
3890lib/thunderbird/chrome/messenger/content/messenger/quickFilterBar.xul 3970lib/thunderbird/chrome/messenger/content/messenger/quickFilterBar.xul
3891lib/thunderbird/chrome/messenger/content/messenger/renameFolderDialog.js 3971lib/thunderbird/chrome/messenger/content/messenger/renameFolderDialog.js
3892lib/thunderbird/chrome/messenger/content/messenger/renameFolderDialog.xul 3972lib/thunderbird/chrome/messenger/content/messenger/renameFolderDialog.xul
3893lib/thunderbird/chrome/messenger/content/messenger/retention.js 3973lib/thunderbird/chrome/messenger/content/messenger/retention.js
3894lib/thunderbird/chrome/messenger/content/messenger/safeMode.js 3974lib/thunderbird/chrome/messenger/content/messenger/safeMode.js
3895lib/thunderbird/chrome/messenger/content/messenger/safeMode.xul 3975lib/thunderbird/chrome/messenger/content/messenger/safeMode.xul
 3976lib/thunderbird/chrome/messenger/content/messenger/sanitize.js
 3977lib/thunderbird/chrome/messenger/content/messenger/sanitize.xul
 3978lib/thunderbird/chrome/messenger/content/messenger/sanitizeDialog.css
 3979lib/thunderbird/chrome/messenger/content/messenger/sanitizeDialog.js
3896lib/thunderbird/chrome/messenger/content/messenger/search.xml 3980lib/thunderbird/chrome/messenger/content/messenger/search.xml
3897lib/thunderbird/chrome/messenger/content/messenger/search/searchOverlay.js 3981lib/thunderbird/chrome/messenger/content/messenger/search/searchOverlay.js
3898lib/thunderbird/chrome/messenger/content/messenger/search/searchOverlay.xul 3982lib/thunderbird/chrome/messenger/content/messenger/search/searchOverlay.xul
3899lib/thunderbird/chrome/messenger/content/messenger/searchBar.js 3983lib/thunderbird/chrome/messenger/content/messenger/searchBar.js
3900lib/thunderbird/chrome/messenger/content/messenger/searchTermOverlay.js 3984lib/thunderbird/chrome/messenger/content/messenger/searchTermOverlay.js
3901lib/thunderbird/chrome/messenger/content/messenger/searchTermOverlay.xul 3985lib/thunderbird/chrome/messenger/content/messenger/searchTermOverlay.xul
3902lib/thunderbird/chrome/messenger/content/messenger/searchWidgets.xml 3986lib/thunderbird/chrome/messenger/content/messenger/searchWidgets.xml
3903lib/thunderbird/chrome/messenger/content/messenger/selectionsummaries.js 3987lib/thunderbird/chrome/messenger/content/messenger/selectionsummaries.js
3904lib/thunderbird/chrome/messenger/content/messenger/sharedsummary.css 3988lib/thunderbird/chrome/messenger/content/messenger/sharedsummary.css
3905lib/thunderbird/chrome/messenger/content/messenger/shareglue.js 3989lib/thunderbird/chrome/messenger/content/messenger/shareglue.js
3906lib/thunderbird/chrome/messenger/content/messenger/shutdownWindow.js 3990lib/thunderbird/chrome/messenger/content/messenger/shutdownWindow.js
3907lib/thunderbird/chrome/messenger/content/messenger/shutdownWindow.xul 3991lib/thunderbird/chrome/messenger/content/messenger/shutdownWindow.xul
3908lib/thunderbird/chrome/messenger/content/messenger/smtpEditOverlay.js 3992lib/thunderbird/chrome/messenger/content/messenger/smtpEditOverlay.js
@@ -4035,26 +4119,27 @@ lib/thunderbird/chrome/toolkit/content/c @@ -4035,26 +4119,27 @@ lib/thunderbird/chrome/toolkit/content/c
4035lib/thunderbird/chrome/toolkit/content/cookie/cookieAcceptDialog.xul 4119lib/thunderbird/chrome/toolkit/content/cookie/cookieAcceptDialog.xul
4036lib/thunderbird/chrome/toolkit/content/global/BrowserElementChild.js 4120lib/thunderbird/chrome/toolkit/content/global/BrowserElementChild.js
4037lib/thunderbird/chrome/toolkit/content/global/XPCNativeWrapper.js 4121lib/thunderbird/chrome/toolkit/content/global/XPCNativeWrapper.js
4038lib/thunderbird/chrome/toolkit/content/global/about.xhtml 4122lib/thunderbird/chrome/toolkit/content/global/about.xhtml
4039lib/thunderbird/chrome/toolkit/content/global/aboutAbout.xhtml 4123lib/thunderbird/chrome/toolkit/content/global/aboutAbout.xhtml
4040lib/thunderbird/chrome/toolkit/content/global/aboutMemory.css 4124lib/thunderbird/chrome/toolkit/content/global/aboutMemory.css
4041lib/thunderbird/chrome/toolkit/content/global/aboutMemory.js 4125lib/thunderbird/chrome/toolkit/content/global/aboutMemory.js
4042lib/thunderbird/chrome/toolkit/content/global/aboutMemory.xhtml 4126lib/thunderbird/chrome/toolkit/content/global/aboutMemory.xhtml
4043lib/thunderbird/chrome/toolkit/content/global/aboutRights-unbranded.xhtml 4127lib/thunderbird/chrome/toolkit/content/global/aboutRights-unbranded.xhtml
4044lib/thunderbird/chrome/toolkit/content/global/aboutRights.xhtml 4128lib/thunderbird/chrome/toolkit/content/global/aboutRights.xhtml
4045lib/thunderbird/chrome/toolkit/content/global/aboutSupport.js 4129lib/thunderbird/chrome/toolkit/content/global/aboutSupport.js
4046lib/thunderbird/chrome/toolkit/content/global/aboutSupport.xhtml 4130lib/thunderbird/chrome/toolkit/content/global/aboutSupport.xhtml
4047lib/thunderbird/chrome/toolkit/content/global/accessibility/AccessFu.css 4131lib/thunderbird/chrome/toolkit/content/global/accessibility/AccessFu.css
 4132lib/thunderbird/chrome/toolkit/content/global/alerts/alert.css
4048lib/thunderbird/chrome/toolkit/content/global/alerts/alert.js 4133lib/thunderbird/chrome/toolkit/content/global/alerts/alert.js
4049lib/thunderbird/chrome/toolkit/content/global/alerts/alert.xul 4134lib/thunderbird/chrome/toolkit/content/global/alerts/alert.xul
4050lib/thunderbird/chrome/toolkit/content/global/appPicker.js 4135lib/thunderbird/chrome/toolkit/content/global/appPicker.js
4051lib/thunderbird/chrome/toolkit/content/global/appPicker.xul 4136lib/thunderbird/chrome/toolkit/content/global/appPicker.xul
4052lib/thunderbird/chrome/toolkit/content/global/autocomplete.css 4137lib/thunderbird/chrome/toolkit/content/global/autocomplete.css
4053lib/thunderbird/chrome/toolkit/content/global/autocomplete.xml 4138lib/thunderbird/chrome/toolkit/content/global/autocomplete.xml
4054lib/thunderbird/chrome/toolkit/content/global/bindings/autocomplete.xml 4139lib/thunderbird/chrome/toolkit/content/global/bindings/autocomplete.xml
4055lib/thunderbird/chrome/toolkit/content/global/bindings/browser.xml 4140lib/thunderbird/chrome/toolkit/content/global/bindings/browser.xml
4056lib/thunderbird/chrome/toolkit/content/global/bindings/button.xml 4141lib/thunderbird/chrome/toolkit/content/global/bindings/button.xml
4057lib/thunderbird/chrome/toolkit/content/global/bindings/checkbox.xml 4142lib/thunderbird/chrome/toolkit/content/global/bindings/checkbox.xml
4058lib/thunderbird/chrome/toolkit/content/global/bindings/colorpicker.xml 4143lib/thunderbird/chrome/toolkit/content/global/bindings/colorpicker.xml
4059lib/thunderbird/chrome/toolkit/content/global/bindings/datetimepicker.xml 4144lib/thunderbird/chrome/toolkit/content/global/bindings/datetimepicker.xml
4060lib/thunderbird/chrome/toolkit/content/global/bindings/dialog.xml 4145lib/thunderbird/chrome/toolkit/content/global/bindings/dialog.xml
@@ -4470,68 +4555,71 @@ lib/thunderbird/chrome/toolkit/skin/clas @@ -4470,68 +4555,71 @@ lib/thunderbird/chrome/toolkit/skin/clas
4470lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/eula.css 4555lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/eula.css
4471lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png 4556lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
4472lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png 4557lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png
4473lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css 4558lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
4474lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensions.svg 4559lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/extensions.svg
4475lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/heart.png 4560lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
4476lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png 4561lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png
4477lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png 4562lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png
4478lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css 4563lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css
4479lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png 4564lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
4480lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png 4565lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
4481lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css 4566lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css
4482lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png 4567lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png
 4568lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative-small.png
4483lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png 4569lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png
4484lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png 4570lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png
4485lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png 4571lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png
4486lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png 4572lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png
4487lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png 4573lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png
4488lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/update.css 4574lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/update.css
4489lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/utilities.png 4575lib/thunderbird/chrome/toolkit/skin/classic/mozapps/extensions/utilities.png
4490lib/thunderbird/chrome/toolkit/skin/classic/mozapps/handling/handling.css 4576lib/thunderbird/chrome/toolkit/skin/classic/mozapps/handling/handling.css
4491lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png 4577lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
4492lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png 4578lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
4493lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png 4579lib/thunderbird/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png
4494lib/thunderbird/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png 4580lib/thunderbird/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
4495lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png 4581lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
4496lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClickToPlay.png 4582lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClickToPlay.png
4497lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png 4583lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png
4498lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png 4584lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png
4499lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png 4585lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png
4500lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png 4586lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png
4501lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginBlocked.png 4587lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginBlocked.png
4502lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png 4588lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png
4503lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png 4589lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png
4504lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginOutdated.png 4590lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginOutdated.png
 4591lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png
4505lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png 4592lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png
4506lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginDisabled.png 4593lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginDisabled.png
4507lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png 4594lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png
4508lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png 4595lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png
4509lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png 4596lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png
4510lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginInstallerWizard.css 4597lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginInstallerWizard.css
4511lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css 4598lib/thunderbird/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
4512lib/thunderbird/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css 4599lib/thunderbird/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
4513lib/thunderbird/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png 4600lib/thunderbird/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png
4514lib/thunderbird/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png 4601lib/thunderbird/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
4515lib/thunderbird/chrome/toolkit/skin/classic/mozapps/update/updates.css 4602lib/thunderbird/chrome/toolkit/skin/classic/mozapps/update/updates.css
4516lib/thunderbird/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css 4603lib/thunderbird/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
4517lib/thunderbird/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css 4604lib/thunderbird/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
4518lib/thunderbird/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png 4605lib/thunderbird/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
4519lib/thunderbird/components/ConsoleAPI.js 4606lib/thunderbird/components/ConsoleAPI.js
4520lib/thunderbird/components/ContactManager.js 4607lib/thunderbird/components/ContactManager.js
4521lib/thunderbird/components/FeedProcessor.js 4608lib/thunderbird/components/FeedProcessor.js
4522lib/thunderbird/components/GPSDGeolocationProvider.js 4609lib/thunderbird/components/GPSDGeolocationProvider.js
4523lib/thunderbird/components/NetworkGeolocationProvider.js 4610lib/thunderbird/components/NetworkGeolocationProvider.js
4524lib/thunderbird/components/PlacesCategoriesStarter.js 4611lib/thunderbird/components/PlacesCategoriesStarter.js
 4612lib/thunderbird/components/TCPSocket.js
4525lib/thunderbird/components/TelemetryPing.js 4613lib/thunderbird/components/TelemetryPing.js
4526lib/thunderbird/components/aboutRedirector.js 4614lib/thunderbird/components/aboutRedirector.js
4527lib/thunderbird/components/addonManager.js 4615lib/thunderbird/components/addonManager.js
4528lib/thunderbird/components/amContentHandler.js 4616lib/thunderbird/components/amContentHandler.js
4529lib/thunderbird/components/amWebInstallListener.js 4617lib/thunderbird/components/amWebInstallListener.js
4530lib/thunderbird/components/components.manifest 4618lib/thunderbird/components/components.manifest
4531lib/thunderbird/components/contentAreaDropListener.js 4619lib/thunderbird/components/contentAreaDropListener.js
4532lib/thunderbird/components/contentSecurityPolicy.js 4620lib/thunderbird/components/contentSecurityPolicy.js
4533lib/thunderbird/components/crypto-SDR.js 4621lib/thunderbird/components/crypto-SDR.js
4534lib/thunderbird/components/facebook.js 4622lib/thunderbird/components/facebook.js
4535lib/thunderbird/components/glautocomp.js 4623lib/thunderbird/components/glautocomp.js
4536lib/thunderbird/components/gtalk.js 4624lib/thunderbird/components/gtalk.js
4537lib/thunderbird/components/imAccounts.js 4625lib/thunderbird/components/imAccounts.js
@@ -4677,114 +4765,131 @@ lib/thunderbird/icons/updater.png @@ -4677,114 +4765,131 @@ lib/thunderbird/icons/updater.png
4677lib/thunderbird/isp/Bogofilter.sfd 4765lib/thunderbird/isp/Bogofilter.sfd
4678lib/thunderbird/isp/DSPAM.sfd 4766lib/thunderbird/isp/DSPAM.sfd
4679lib/thunderbird/isp/POPFile.sfd 4767lib/thunderbird/isp/POPFile.sfd
4680lib/thunderbird/isp/SpamAssassin.sfd 4768lib/thunderbird/isp/SpamAssassin.sfd
4681lib/thunderbird/isp/SpamPal.sfd 4769lib/thunderbird/isp/SpamPal.sfd
4682lib/thunderbird/isp/movemail.rdf 4770lib/thunderbird/isp/movemail.rdf
4683lib/thunderbird/isp/rss.rdf 4771lib/thunderbird/isp/rss.rdf
4684lib/thunderbird/libldap60.so 4772lib/thunderbird/libldap60.so
4685lib/thunderbird/libldif60.so 4773lib/thunderbird/libldif60.so
4686lib/thunderbird/libmozalloc.so 4774lib/thunderbird/libmozalloc.so
4687lib/thunderbird/libprldap60.so 4775lib/thunderbird/libprldap60.so
4688lib/thunderbird/libxpcom.so 4776lib/thunderbird/libxpcom.so
4689lib/thunderbird/libxul.so 4777lib/thunderbird/libxul.so
 4778lib/thunderbird/modules/ActivitiesService.jsm
4690lib/thunderbird/modules/AddonLogging.jsm 4779lib/thunderbird/modules/AddonLogging.jsm
4691lib/thunderbird/modules/AddonManager.jsm 4780lib/thunderbird/modules/AddonManager.jsm
4692lib/thunderbird/modules/AddonRepository.jsm 4781lib/thunderbird/modules/AddonRepository.jsm
4693lib/thunderbird/modules/AddonUpdateChecker.jsm 4782lib/thunderbird/modules/AddonUpdateChecker.jsm
4694lib/thunderbird/modules/AlarmDB.jsm 4783lib/thunderbird/modules/AlarmDB.jsm
4695lib/thunderbird/modules/AlarmService.jsm 4784lib/thunderbird/modules/AlarmService.jsm
4696lib/thunderbird/modules/BookmarkHTMLUtils.jsm 4785lib/thunderbird/modules/BookmarkHTMLUtils.jsm
4697lib/thunderbird/modules/BrowserElementPromptService.jsm 4786lib/thunderbird/modules/BrowserElementPromptService.jsm
4698lib/thunderbird/modules/CSPUtils.jsm 4787lib/thunderbird/modules/CSPUtils.jsm
4699lib/thunderbird/modules/CertUtils.jsm 4788lib/thunderbird/modules/CertUtils.jsm
4700lib/thunderbird/modules/ChromeManifestParser.jsm 4789lib/thunderbird/modules/ChromeManifestParser.jsm
 4790lib/thunderbird/modules/ClusterLib.js
 4791lib/thunderbird/modules/ColorAnalyzer_worker.js
 4792lib/thunderbird/modules/ColorConversion.js
4701lib/thunderbird/modules/CommonDialog.jsm 4793lib/thunderbird/modules/CommonDialog.jsm
4702lib/thunderbird/modules/ConsoleAPIStorage.jsm 4794lib/thunderbird/modules/ConsoleAPIStorage.jsm
4703lib/thunderbird/modules/ContactDB.jsm 4795lib/thunderbird/modules/ContactDB.jsm
4704lib/thunderbird/modules/ContactService.jsm 4796lib/thunderbird/modules/ContactService.jsm
4705lib/thunderbird/modules/DOMIdentity.jsm 4797lib/thunderbird/modules/DOMIdentity.jsm
4706lib/thunderbird/modules/DOMRequestHelper.jsm 4798lib/thunderbird/modules/DOMRequestHelper.jsm
4707lib/thunderbird/modules/Dict.jsm 4799lib/thunderbird/modules/Dict.jsm
4708lib/thunderbird/modules/DownloadLastDir.jsm 4800lib/thunderbird/modules/DownloadLastDir.jsm
4709lib/thunderbird/modules/DownloadPaths.jsm 4801lib/thunderbird/modules/DownloadPaths.jsm
4710lib/thunderbird/modules/DownloadUtils.jsm 4802lib/thunderbird/modules/DownloadUtils.jsm
4711lib/thunderbird/modules/FileUtils.jsm 4803lib/thunderbird/modules/FileUtils.jsm
4712lib/thunderbird/modules/FrameWorker.jsm 4804lib/thunderbird/modules/FrameWorker.jsm
4713lib/thunderbird/modules/Geometry.jsm 4805lib/thunderbird/modules/Geometry.jsm
4714lib/thunderbird/modules/IOUtils.js 4806lib/thunderbird/modules/IOUtils.js
4715lib/thunderbird/modules/ISO8601DateUtils.jsm 4807lib/thunderbird/modules/ISO8601DateUtils.jsm
4716lib/thunderbird/modules/Identity.jsm 4808lib/thunderbird/modules/Identity.jsm
4717lib/thunderbird/modules/IdentityProvider.jsm 4809lib/thunderbird/modules/IdentityProvider.jsm
4718lib/thunderbird/modules/IdentityStore.jsm 4810lib/thunderbird/modules/IdentityStore.jsm
4719lib/thunderbird/modules/IndexedDBHelper.jsm 4811lib/thunderbird/modules/IndexedDBHelper.jsm
4720lib/thunderbird/modules/InlineSpellChecker.jsm 4812lib/thunderbird/modules/InlineSpellChecker.jsm
4721lib/thunderbird/modules/LightweightThemeConsumer.jsm 4813lib/thunderbird/modules/LightweightThemeConsumer.jsm
4722lib/thunderbird/modules/LightweightThemeManager.jsm 4814lib/thunderbird/modules/LightweightThemeManager.jsm
4723lib/thunderbird/modules/LogUtils.jsm 4815lib/thunderbird/modules/LogUtils.jsm
4724lib/thunderbird/modules/MailConsts.js 4816lib/thunderbird/modules/MailConsts.js
4725lib/thunderbird/modules/MailUtils.js 4817lib/thunderbird/modules/MailUtils.js
 4818lib/thunderbird/modules/MessagePortBase.jsm
 4819lib/thunderbird/modules/MessagePortWorker.js
4726lib/thunderbird/modules/Microformats.js 4820lib/thunderbird/modules/Microformats.js
 4821lib/thunderbird/modules/MozSocialAPI.jsm
4727lib/thunderbird/modules/MsgHdrSyntheticView.js 4822lib/thunderbird/modules/MsgHdrSyntheticView.js
4728lib/thunderbird/modules/NetUtil.jsm 4823lib/thunderbird/modules/NetUtil.jsm
 4824lib/thunderbird/modules/ObjectWrapper.jsm
4729lib/thunderbird/modules/PageMenu.jsm 4825lib/thunderbird/modules/PageMenu.jsm
4730lib/thunderbird/modules/PerfMeasurement.jsm 4826lib/thunderbird/modules/PerfMeasurement.jsm
 4827lib/thunderbird/modules/PermissionPromptHelper.jsm
4731lib/thunderbird/modules/PlacesDBUtils.jsm 4828lib/thunderbird/modules/PlacesDBUtils.jsm
4732lib/thunderbird/modules/PlacesUtils.jsm 4829lib/thunderbird/modules/PlacesUtils.jsm
4733lib/thunderbird/modules/PluginProvider.jsm 4830lib/thunderbird/modules/PluginProvider.jsm
4734lib/thunderbird/modules/PluralForm.jsm 4831lib/thunderbird/modules/PluralForm.jsm
4735lib/thunderbird/modules/PopupNotifications.jsm 4832lib/thunderbird/modules/PopupNotifications.jsm
4736lib/thunderbird/modules/PrivateBrowsingUtils.jsm 4833lib/thunderbird/modules/PrivateBrowsingUtils.jsm
4737lib/thunderbird/modules/PropertyListUtils.jsm 4834lib/thunderbird/modules/PropertyListUtils.jsm
4738lib/thunderbird/modules/RelyingParty.jsm 4835lib/thunderbird/modules/RelyingParty.jsm
4739lib/thunderbird/modules/Sandbox.jsm 4836lib/thunderbird/modules/Sandbox.jsm
4740lib/thunderbird/modules/SearchIntegration.js 4837lib/thunderbird/modules/SearchIntegration.js
4741lib/thunderbird/modules/Services.jsm 4838lib/thunderbird/modules/Services.jsm
4742lib/thunderbird/modules/SettingsChangeNotifier.jsm 4839lib/thunderbird/modules/SettingsChangeNotifier.jsm
4743lib/thunderbird/modules/SettingsDB.jsm 4840lib/thunderbird/modules/SettingsDB.jsm
4744lib/thunderbird/modules/SettingsQueue.jsm 4841lib/thunderbird/modules/SettingsQueue.jsm
4745lib/thunderbird/modules/SocialProvider.jsm 
4746lib/thunderbird/modules/SocialService.jsm 4842lib/thunderbird/modules/SocialService.jsm
4747lib/thunderbird/modules/SpellCheckDictionaryBootstrap.js 4843lib/thunderbird/modules/SpellCheckDictionaryBootstrap.js
4748lib/thunderbird/modules/StringBundle.js 4844lib/thunderbird/modules/StringBundle.js
 4845lib/thunderbird/modules/Task.jsm
4749lib/thunderbird/modules/TelemetryStopwatch.jsm 4846lib/thunderbird/modules/TelemetryStopwatch.jsm
 4847lib/thunderbird/modules/UserAgentOverrides.jsm
4750lib/thunderbird/modules/WebappOSUtils.jsm 4848lib/thunderbird/modules/WebappOSUtils.jsm
4751lib/thunderbird/modules/Webapps.jsm 4849lib/thunderbird/modules/Webapps.jsm
 4850lib/thunderbird/modules/WebappsInstaller.jsm
4752lib/thunderbird/modules/WindowDraggingUtils.jsm 4851lib/thunderbird/modules/WindowDraggingUtils.jsm
4753lib/thunderbird/modules/WorkerAPI.jsm 4852lib/thunderbird/modules/WorkerAPI.jsm
4754lib/thunderbird/modules/XPCOMUtils.jsm 4853lib/thunderbird/modules/XPCOMUtils.jsm
4755lib/thunderbird/modules/XPIProvider.jsm 4854lib/thunderbird/modules/XPIProvider.jsm
4756lib/thunderbird/modules/XPIProviderUtils.js 4855lib/thunderbird/modules/XPIProviderUtils.js
4757lib/thunderbird/modules/aboutSupport.js 4856lib/thunderbird/modules/aboutSupport.js
4758lib/thunderbird/modules/aboutSupportUnix.js 4857lib/thunderbird/modules/aboutSupportUnix.js
4759lib/thunderbird/modules/accessibility/AccessFu.jsm 4858lib/thunderbird/modules/accessibility/AccessFu.jsm
4760lib/thunderbird/modules/accessibility/Presenters.jsm 4859lib/thunderbird/modules/accessibility/Presenters.jsm
 4860lib/thunderbird/modules/accessibility/TouchAdapter.jsm
4761lib/thunderbird/modules/accessibility/Utils.jsm 4861lib/thunderbird/modules/accessibility/Utils.jsm
4762lib/thunderbird/modules/accessibility/UtteranceGenerator.jsm 4862lib/thunderbird/modules/accessibility/UtteranceGenerator.jsm
4763lib/thunderbird/modules/accessibility/VirtualCursorController.jsm 4863lib/thunderbird/modules/accessibility/VirtualCursorController.jsm
4764lib/thunderbird/modules/activity/activityModules.js 4864lib/thunderbird/modules/activity/activityModules.js
4765lib/thunderbird/modules/activity/alertHook.js 4865lib/thunderbird/modules/activity/alertHook.js
4766lib/thunderbird/modules/activity/autosync.js 4866lib/thunderbird/modules/activity/autosync.js
4767lib/thunderbird/modules/activity/glodaIndexer.js 4867lib/thunderbird/modules/activity/glodaIndexer.js
4768lib/thunderbird/modules/activity/moveCopy.js 4868lib/thunderbird/modules/activity/moveCopy.js
4769lib/thunderbird/modules/activity/pop3Download.js 4869lib/thunderbird/modules/activity/pop3Download.js
4770lib/thunderbird/modules/activity/sendLater.js 4870lib/thunderbird/modules/activity/sendLater.js
4771lib/thunderbird/modules/appIdleManager.js 4871lib/thunderbird/modules/appIdleManager.js
4772lib/thunderbird/modules/attachmentChecker.js 4872lib/thunderbird/modules/attachmentChecker.js
4773lib/thunderbird/modules/chatHandler.jsm 4873lib/thunderbird/modules/chatHandler.jsm
4774lib/thunderbird/modules/cloudFileAccounts.js 4874lib/thunderbird/modules/cloudFileAccounts.js
 4875lib/thunderbird/modules/commonjs/loader.js
 4876lib/thunderbird/modules/commonjs/promise/core.js
4775lib/thunderbird/modules/ctypes.jsm 4877lib/thunderbird/modules/ctypes.jsm
4776lib/thunderbird/modules/dbViewWrapper.js 4878lib/thunderbird/modules/dbViewWrapper.js
4777lib/thunderbird/modules/debug.js 4879lib/thunderbird/modules/debug.js
 4880lib/thunderbird/modules/devtools/Console.jsm
 4881lib/thunderbird/modules/devtools/Require.jsm
 4882lib/thunderbird/modules/devtools/SourceMap.jsm
4778lib/thunderbird/modules/devtools/dbg-client.jsm 4883lib/thunderbird/modules/devtools/dbg-client.jsm
4779lib/thunderbird/modules/devtools/dbg-server.jsm 4884lib/thunderbird/modules/devtools/dbg-server.jsm
4780lib/thunderbird/modules/distribution.js 4885lib/thunderbird/modules/distribution.js
4781lib/thunderbird/modules/editorUtilities.jsm 4886lib/thunderbird/modules/editorUtilities.jsm
4782lib/thunderbird/modules/errUtils.js 4887lib/thunderbird/modules/errUtils.js
4783lib/thunderbird/modules/folderUtils.jsm 4888lib/thunderbird/modules/folderUtils.jsm
4784lib/thunderbird/modules/gloda/collection.js 4889lib/thunderbird/modules/gloda/collection.js
4785lib/thunderbird/modules/gloda/connotent.js 4890lib/thunderbird/modules/gloda/connotent.js
4786lib/thunderbird/modules/gloda/databind.js 4891lib/thunderbird/modules/gloda/databind.js
4787lib/thunderbird/modules/gloda/datamodel.js 4892lib/thunderbird/modules/gloda/datamodel.js
4788lib/thunderbird/modules/gloda/datastore.js 4893lib/thunderbird/modules/gloda/datastore.js
4789lib/thunderbird/modules/gloda/dbview.js 4894lib/thunderbird/modules/gloda/dbview.js
4790lib/thunderbird/modules/gloda/everybody.js 4895lib/thunderbird/modules/gloda/everybody.js
@@ -4820,48 +4925,54 @@ lib/thunderbird/modules/imContentSink.js @@ -4820,48 +4925,54 @@ lib/thunderbird/modules/imContentSink.js
4820lib/thunderbird/modules/imServices.jsm 4925lib/thunderbird/modules/imServices.jsm
4821lib/thunderbird/modules/imSmileys.jsm 4926lib/thunderbird/modules/imSmileys.jsm
4822lib/thunderbird/modules/imStatusUtils.jsm 4927lib/thunderbird/modules/imStatusUtils.jsm
4823lib/thunderbird/modules/imTextboxUtils.jsm 4928lib/thunderbird/modules/imTextboxUtils.jsm
4824lib/thunderbird/modules/imThemes.jsm 4929lib/thunderbird/modules/imThemes.jsm
4825lib/thunderbird/modules/imXPCOMUtils.jsm 4930lib/thunderbird/modules/imXPCOMUtils.jsm
4826lib/thunderbird/modules/index_im.js 4931lib/thunderbird/modules/index_im.js
4827lib/thunderbird/modules/ircBase.jsm 4932lib/thunderbird/modules/ircBase.jsm
4828lib/thunderbird/modules/ircCTCP.jsm 4933lib/thunderbird/modules/ircCTCP.jsm
4829lib/thunderbird/modules/ircCommands.jsm 4934lib/thunderbird/modules/ircCommands.jsm
4830lib/thunderbird/modules/ircDCC.jsm 4935lib/thunderbird/modules/ircDCC.jsm
4831lib/thunderbird/modules/ircHandlers.jsm 4936lib/thunderbird/modules/ircHandlers.jsm
4832lib/thunderbird/modules/ircISUPPORT.jsm 4937lib/thunderbird/modules/ircISUPPORT.jsm
 4938lib/thunderbird/modules/ircNonStandard.jsm
4833lib/thunderbird/modules/ircServices.jsm 4939lib/thunderbird/modules/ircServices.jsm
4834lib/thunderbird/modules/ircUtils.jsm 4940lib/thunderbird/modules/ircUtils.jsm
4835lib/thunderbird/modules/ircWatchMonitor.jsm 4941lib/thunderbird/modules/ircWatchMonitor.jsm
4836lib/thunderbird/modules/iteratorUtils.jsm 4942lib/thunderbird/modules/iteratorUtils.jsm
4837lib/thunderbird/modules/jsProtoHelper.jsm 4943lib/thunderbird/modules/jsProtoHelper.jsm
4838lib/thunderbird/modules/jsTreeSelection.js 4944lib/thunderbird/modules/jsTreeSelection.js
4839lib/thunderbird/modules/jsdebugger.jsm 4945lib/thunderbird/modules/jsdebugger.jsm
4840lib/thunderbird/modules/jwcrypto.jsm 4946lib/thunderbird/modules/jwcrypto.jsm
4841lib/thunderbird/modules/mailInstrumentation.js 4947lib/thunderbird/modules/mailInstrumentation.js
4842lib/thunderbird/modules/mailMigrator.js 4948lib/thunderbird/modules/mailMigrator.js
4843lib/thunderbird/modules/mailServices.js 4949lib/thunderbird/modules/mailServices.js
4844lib/thunderbird/modules/mailViewManager.js 4950lib/thunderbird/modules/mailViewManager.js
4845lib/thunderbird/modules/mailnewsMigrator.js 4951lib/thunderbird/modules/mailnewsMigrator.js
4846lib/thunderbird/modules/msgDBCacheManager.js 4952lib/thunderbird/modules/msgDBCacheManager.js
4847lib/thunderbird/modules/nsFormAutoCompleteResult.jsm 4953lib/thunderbird/modules/nsFormAutoCompleteResult.jsm
4848lib/thunderbird/modules/oauth.jsm 4954lib/thunderbird/modules/oauth.jsm
4849lib/thunderbird/modules/osfile.jsm 4955lib/thunderbird/modules/osfile.jsm
4850lib/thunderbird/modules/osfile/osfile_shared.jsm 4956lib/thunderbird/modules/osfile/osfile_shared_allthreads.jsm
 4957lib/thunderbird/modules/osfile/osfile_shared_front.jsm
 4958lib/thunderbird/modules/osfile/osfile_unix_allthreads.jsm
4851lib/thunderbird/modules/osfile/osfile_unix_back.jsm 4959lib/thunderbird/modules/osfile/osfile_unix_back.jsm
4852lib/thunderbird/modules/osfile/osfile_unix_front.jsm 4960lib/thunderbird/modules/osfile/osfile_unix_front.jsm
 4961lib/thunderbird/modules/osfile/osfile_win_allthreads.jsm
4853lib/thunderbird/modules/osfile/osfile_win_back.jsm 4962lib/thunderbird/modules/osfile/osfile_win_back.jsm
4854lib/thunderbird/modules/osfile/osfile_win_front.jsm 4963lib/thunderbird/modules/osfile/osfile_win_front.jsm
 4964lib/thunderbird/modules/osfile/ospath_unix_back.jsm
 4965lib/thunderbird/modules/osfile/ospath_win_back.jsm
4855lib/thunderbird/modules/quickFilterManager.js 4966lib/thunderbird/modules/quickFilterManager.js
4856lib/thunderbird/modules/reflect.jsm 4967lib/thunderbird/modules/reflect.jsm
4857lib/thunderbird/modules/searchSpec.js 4968lib/thunderbird/modules/searchSpec.js
4858lib/thunderbird/modules/search_im.js 4969lib/thunderbird/modules/search_im.js
4859lib/thunderbird/modules/sessionStoreManager.js 4970lib/thunderbird/modules/sessionStoreManager.js
4860lib/thunderbird/modules/socket.jsm 4971lib/thunderbird/modules/socket.jsm
4861lib/thunderbird/modules/summaryFrameManager.js 4972lib/thunderbird/modules/summaryFrameManager.js
4862lib/thunderbird/modules/templateUtils.js 4973lib/thunderbird/modules/templateUtils.js
4863lib/thunderbird/modules/traceHelper.js 4974lib/thunderbird/modules/traceHelper.js
4864lib/thunderbird/modules/virtualFolderWrapper.js 4975lib/thunderbird/modules/virtualFolderWrapper.js
4865lib/thunderbird/modules/windowsJumpLists.js 4976lib/thunderbird/modules/windowsJumpLists.js
4866lib/thunderbird/modules/xmpp-authmechs.jsm 4977lib/thunderbird/modules/xmpp-authmechs.jsm
4867lib/thunderbird/modules/xmpp-session.jsm 4978lib/thunderbird/modules/xmpp-session.jsm
@@ -4942,39 +5053,42 @@ share/idl/thunderbird/imIContactsService @@ -4942,39 +5053,42 @@ share/idl/thunderbird/imIContactsService
4942share/idl/thunderbird/imIConversationsService.idl 5053share/idl/thunderbird/imIConversationsService.idl
4943share/idl/thunderbird/imICoreService.idl 5054share/idl/thunderbird/imICoreService.idl
4944share/idl/thunderbird/imILogger.idl 5055share/idl/thunderbird/imILogger.idl
4945share/idl/thunderbird/imIStatusInfo.idl 5056share/idl/thunderbird/imIStatusInfo.idl
4946share/idl/thunderbird/imITagsService.idl 5057share/idl/thunderbird/imITagsService.idl
4947share/idl/thunderbird/imIUserStatusInfo.idl 5058share/idl/thunderbird/imIUserStatusInfo.idl
4948share/idl/thunderbird/imgICache.idl 5059share/idl/thunderbird/imgICache.idl
4949share/idl/thunderbird/imgIContainer.idl 5060share/idl/thunderbird/imgIContainer.idl
4950share/idl/thunderbird/imgIContainerDebug.idl 5061share/idl/thunderbird/imgIContainerDebug.idl
4951share/idl/thunderbird/imgIContainerObserver.idl 5062share/idl/thunderbird/imgIContainerObserver.idl
4952share/idl/thunderbird/imgIDecoderObserver.idl 5063share/idl/thunderbird/imgIDecoderObserver.idl
4953share/idl/thunderbird/imgIEncoder.idl 5064share/idl/thunderbird/imgIEncoder.idl
4954share/idl/thunderbird/imgILoader.idl 5065share/idl/thunderbird/imgILoader.idl
 5066share/idl/thunderbird/imgIOnloadBlocker.idl
4955share/idl/thunderbird/imgIRequest.idl 5067share/idl/thunderbird/imgIRequest.idl
4956share/idl/thunderbird/imgITools.idl 5068share/idl/thunderbird/imgITools.idl
4957share/idl/thunderbird/inICSSValueSearch.idl 5069share/idl/thunderbird/inICSSValueSearch.idl
4958share/idl/thunderbird/inIDOMUtils.idl 5070share/idl/thunderbird/inIDOMUtils.idl
4959share/idl/thunderbird/inIDOMView.idl 5071share/idl/thunderbird/inIDOMView.idl
4960share/idl/thunderbird/inIDeepTreeWalker.idl 5072share/idl/thunderbird/inIDeepTreeWalker.idl
4961share/idl/thunderbird/inIFlasher.idl 5073share/idl/thunderbird/inIFlasher.idl
4962share/idl/thunderbird/inISearchObserver.idl 5074share/idl/thunderbird/inISearchObserver.idl
4963share/idl/thunderbird/inISearchProcess.idl 5075share/idl/thunderbird/inISearchProcess.idl
4964share/idl/thunderbird/jsdIDebuggerService.idl 5076share/idl/thunderbird/jsdIDebuggerService.idl
 5077share/idl/thunderbird/mozIApplication.idl
4965share/idl/thunderbird/mozIAsyncFavicons.idl 5078share/idl/thunderbird/mozIAsyncFavicons.idl
4966share/idl/thunderbird/mozIAsyncHistory.idl 5079share/idl/thunderbird/mozIAsyncHistory.idl
4967share/idl/thunderbird/mozIAsyncLivemarks.idl 5080share/idl/thunderbird/mozIAsyncLivemarks.idl
 5081share/idl/thunderbird/mozIColorAnalyzer.idl
4968share/idl/thunderbird/mozIJSSubScriptLoader.idl 5082share/idl/thunderbird/mozIJSSubScriptLoader.idl
4969share/idl/thunderbird/mozINewMailListener.idl 5083share/idl/thunderbird/mozINewMailListener.idl
4970share/idl/thunderbird/mozINewMailNotificationService.idl 5084share/idl/thunderbird/mozINewMailNotificationService.idl
4971share/idl/thunderbird/mozIPersonalDictionary.idl 5085share/idl/thunderbird/mozIPersonalDictionary.idl
4972share/idl/thunderbird/mozIPlacesAutoComplete.idl 5086share/idl/thunderbird/mozIPlacesAutoComplete.idl
4973share/idl/thunderbird/mozISpellCheckingEngine.idl 5087share/idl/thunderbird/mozISpellCheckingEngine.idl
4974share/idl/thunderbird/mozISpellI18NManager.idl 5088share/idl/thunderbird/mozISpellI18NManager.idl
4975share/idl/thunderbird/mozISpellI18NUtil.idl 5089share/idl/thunderbird/mozISpellI18NUtil.idl
4976share/idl/thunderbird/mozIStorageAggregateFunction.idl 5090share/idl/thunderbird/mozIStorageAggregateFunction.idl
4977share/idl/thunderbird/mozIStorageAsyncStatement.idl 5091share/idl/thunderbird/mozIStorageAsyncStatement.idl
4978share/idl/thunderbird/mozIStorageBaseStatement.idl 5092share/idl/thunderbird/mozIStorageBaseStatement.idl
4979share/idl/thunderbird/mozIStorageBindingParams.idl 5093share/idl/thunderbird/mozIStorageBindingParams.idl
4980share/idl/thunderbird/mozIStorageBindingParamsArray.idl 5094share/idl/thunderbird/mozIStorageBindingParamsArray.idl
@@ -5044,26 +5158,28 @@ share/idl/thunderbird/nsIAccessiblePivot @@ -5044,26 +5158,28 @@ share/idl/thunderbird/nsIAccessiblePivot
5044share/idl/thunderbird/nsIAccessibleProvider.idl 5158share/idl/thunderbird/nsIAccessibleProvider.idl
5045share/idl/thunderbird/nsIAccessibleRelation.idl 5159share/idl/thunderbird/nsIAccessibleRelation.idl
5046share/idl/thunderbird/nsIAccessibleRetrieval.idl 5160share/idl/thunderbird/nsIAccessibleRetrieval.idl
5047share/idl/thunderbird/nsIAccessibleRole.idl 5161share/idl/thunderbird/nsIAccessibleRole.idl
5048share/idl/thunderbird/nsIAccessibleSelectable.idl 5162share/idl/thunderbird/nsIAccessibleSelectable.idl
5049share/idl/thunderbird/nsIAccessibleStates.idl 5163share/idl/thunderbird/nsIAccessibleStates.idl
5050share/idl/thunderbird/nsIAccessibleTable.idl 5164share/idl/thunderbird/nsIAccessibleTable.idl
5051share/idl/thunderbird/nsIAccessibleText.idl 5165share/idl/thunderbird/nsIAccessibleText.idl
5052share/idl/thunderbird/nsIAccessibleTypes.idl 5166share/idl/thunderbird/nsIAccessibleTypes.idl
5053share/idl/thunderbird/nsIAccessibleValue.idl 5167share/idl/thunderbird/nsIAccessibleValue.idl
5054share/idl/thunderbird/nsIActivity.idl 5168share/idl/thunderbird/nsIActivity.idl
5055share/idl/thunderbird/nsIActivityManager.idl 5169share/idl/thunderbird/nsIActivityManager.idl
5056share/idl/thunderbird/nsIActivityManagerUI.idl 5170share/idl/thunderbird/nsIActivityManagerUI.idl
 5171share/idl/thunderbird/nsIActivityProxy.idl
 5172share/idl/thunderbird/nsIActivityUIGlue.idl
5057share/idl/thunderbird/nsIAddbookUrl.idl 5173share/idl/thunderbird/nsIAddbookUrl.idl
5058share/idl/thunderbird/nsIAddrDBAnnouncer.idl 5174share/idl/thunderbird/nsIAddrDBAnnouncer.idl
5059share/idl/thunderbird/nsIAddrDBListener.idl 5175share/idl/thunderbird/nsIAddrDBListener.idl
5060share/idl/thunderbird/nsIAddrDatabase.idl 5176share/idl/thunderbird/nsIAddrDatabase.idl
5061share/idl/thunderbird/nsIAlarmHalService.idl 5177share/idl/thunderbird/nsIAlarmHalService.idl
5062share/idl/thunderbird/nsIAlertsService.idl 5178share/idl/thunderbird/nsIAlertsService.idl
5063share/idl/thunderbird/nsIAnnotationService.idl 5179share/idl/thunderbird/nsIAnnotationService.idl
5064share/idl/thunderbird/nsIAppShell.idl 5180share/idl/thunderbird/nsIAppShell.idl
5065share/idl/thunderbird/nsIAppShellService.idl 5181share/idl/thunderbird/nsIAppShellService.idl
5066share/idl/thunderbird/nsIAppStartup.idl 5182share/idl/thunderbird/nsIAppStartup.idl
5067share/idl/thunderbird/nsIApplicationCache.idl 5183share/idl/thunderbird/nsIApplicationCache.idl
5068share/idl/thunderbird/nsIApplicationCacheChannel.idl 5184share/idl/thunderbird/nsIApplicationCacheChannel.idl
5069share/idl/thunderbird/nsIApplicationCacheContainer.idl 5185share/idl/thunderbird/nsIApplicationCacheContainer.idl
@@ -5199,52 +5315,60 @@ share/idl/thunderbird/nsICookieService.i @@ -5199,52 +5315,60 @@ share/idl/thunderbird/nsICookieService.i
5199share/idl/thunderbird/nsICopyMessageListener.idl 5315share/idl/thunderbird/nsICopyMessageListener.idl
5200share/idl/thunderbird/nsICopyMsgStreamListener.idl 5316share/idl/thunderbird/nsICopyMsgStreamListener.idl
5201share/idl/thunderbird/nsICryptoFIPSInfo.idl 5317share/idl/thunderbird/nsICryptoFIPSInfo.idl
5202share/idl/thunderbird/nsICryptoHMAC.idl 5318share/idl/thunderbird/nsICryptoHMAC.idl
5203share/idl/thunderbird/nsICryptoHash.idl 5319share/idl/thunderbird/nsICryptoHash.idl
5204share/idl/thunderbird/nsICurrentCharsetListener.idl 5320share/idl/thunderbird/nsICurrentCharsetListener.idl
5205share/idl/thunderbird/nsICycleCollectorListener.idl 5321share/idl/thunderbird/nsICycleCollectorListener.idl
5206share/idl/thunderbird/nsIDBChangeAnnouncer.idl 5322share/idl/thunderbird/nsIDBChangeAnnouncer.idl
5207share/idl/thunderbird/nsIDBChangeListener.idl 5323share/idl/thunderbird/nsIDBChangeListener.idl
5208share/idl/thunderbird/nsIDBFolderInfo.idl 5324share/idl/thunderbird/nsIDBFolderInfo.idl
5209share/idl/thunderbird/nsIDNSListener.idl 5325share/idl/thunderbird/nsIDNSListener.idl
5210share/idl/thunderbird/nsIDNSRecord.idl 5326share/idl/thunderbird/nsIDNSRecord.idl
5211share/idl/thunderbird/nsIDNSService.idl 5327share/idl/thunderbird/nsIDNSService.idl
 5328share/idl/thunderbird/nsIDOMActivity.idl
 5329share/idl/thunderbird/nsIDOMActivityHandlerDescription.idl
 5330share/idl/thunderbird/nsIDOMActivityOptions.idl
 5331share/idl/thunderbird/nsIDOMActivityRequestHandler.idl
5212share/idl/thunderbird/nsIDOMAlarmsManager.idl 5332share/idl/thunderbird/nsIDOMAlarmsManager.idl
5213share/idl/thunderbird/nsIDOMAnimationEvent.idl 5333share/idl/thunderbird/nsIDOMAnimationEvent.idl
5214share/idl/thunderbird/nsIDOMApplicationRegistry.idl 5334share/idl/thunderbird/nsIDOMApplicationRegistry.idl
5215share/idl/thunderbird/nsIDOMApplicationRegistry2.idl 5335share/idl/thunderbird/nsIDOMApplicationRegistry2.idl
 5336share/idl/thunderbird/nsIDOMArchiveReader.idl
 5337share/idl/thunderbird/nsIDOMArchiveRequest.idl
5216share/idl/thunderbird/nsIDOMAttr.idl 5338share/idl/thunderbird/nsIDOMAttr.idl
5217share/idl/thunderbird/nsIDOMBarProp.idl 5339share/idl/thunderbird/nsIDOMBarProp.idl
5218share/idl/thunderbird/nsIDOMBatteryManager.idl 5340share/idl/thunderbird/nsIDOMBatteryManager.idl
5219share/idl/thunderbird/nsIDOMBeforeUnloadEvent.idl 5341share/idl/thunderbird/nsIDOMBeforeUnloadEvent.idl
5220share/idl/thunderbird/nsIDOMCDATASection.idl 5342share/idl/thunderbird/nsIDOMCDATASection.idl
5221share/idl/thunderbird/nsIDOMCRMFObject.idl 5343share/idl/thunderbird/nsIDOMCRMFObject.idl
5222share/idl/thunderbird/nsIDOMCSS2Properties.idl 5344share/idl/thunderbird/nsIDOMCSS2Properties.idl
5223share/idl/thunderbird/nsIDOMCSSCharsetRule.idl 5345share/idl/thunderbird/nsIDOMCSSCharsetRule.idl
5224share/idl/thunderbird/nsIDOMCSSFontFaceRule.idl 5346share/idl/thunderbird/nsIDOMCSSFontFaceRule.idl
5225share/idl/thunderbird/nsIDOMCSSImportRule.idl 5347share/idl/thunderbird/nsIDOMCSSImportRule.idl
5226share/idl/thunderbird/nsIDOMCSSMediaRule.idl 5348share/idl/thunderbird/nsIDOMCSSMediaRule.idl
5227share/idl/thunderbird/nsIDOMCSSMozDocumentRule.idl 5349share/idl/thunderbird/nsIDOMCSSMozDocumentRule.idl
5228share/idl/thunderbird/nsIDOMCSSPageRule.idl 5350share/idl/thunderbird/nsIDOMCSSPageRule.idl
5229share/idl/thunderbird/nsIDOMCSSPrimitiveValue.idl 5351share/idl/thunderbird/nsIDOMCSSPrimitiveValue.idl
5230share/idl/thunderbird/nsIDOMCSSRule.idl 5352share/idl/thunderbird/nsIDOMCSSRule.idl
5231share/idl/thunderbird/nsIDOMCSSRuleList.idl 5353share/idl/thunderbird/nsIDOMCSSRuleList.idl
5232share/idl/thunderbird/nsIDOMCSSStyleDeclaration.idl 5354share/idl/thunderbird/nsIDOMCSSStyleDeclaration.idl
5233share/idl/thunderbird/nsIDOMCSSStyleRule.idl 5355share/idl/thunderbird/nsIDOMCSSStyleRule.idl
5234share/idl/thunderbird/nsIDOMCSSStyleSheet.idl 5356share/idl/thunderbird/nsIDOMCSSStyleSheet.idl
 5357share/idl/thunderbird/nsIDOMCSSSupportsRule.idl
5235share/idl/thunderbird/nsIDOMCSSUnknownRule.idl 5358share/idl/thunderbird/nsIDOMCSSUnknownRule.idl
5236share/idl/thunderbird/nsIDOMCSSValue.idl 5359share/idl/thunderbird/nsIDOMCSSValue.idl
5237share/idl/thunderbird/nsIDOMCSSValueList.idl 5360share/idl/thunderbird/nsIDOMCSSValueList.idl
 5361share/idl/thunderbird/nsIDOMCameraManager.idl
5238share/idl/thunderbird/nsIDOMCanvasRenderingContext2D.idl 5362share/idl/thunderbird/nsIDOMCanvasRenderingContext2D.idl
5239share/idl/thunderbird/nsIDOMCharacterData.idl 5363share/idl/thunderbird/nsIDOMCharacterData.idl
5240share/idl/thunderbird/nsIDOMChromeWindow.idl 5364share/idl/thunderbird/nsIDOMChromeWindow.idl
5241share/idl/thunderbird/nsIDOMClientInformation.idl 5365share/idl/thunderbird/nsIDOMClientInformation.idl
5242share/idl/thunderbird/nsIDOMClientRect.idl 5366share/idl/thunderbird/nsIDOMClientRect.idl
5243share/idl/thunderbird/nsIDOMClientRectList.idl 5367share/idl/thunderbird/nsIDOMClientRectList.idl
5244share/idl/thunderbird/nsIDOMCloseEvent.idl 5368share/idl/thunderbird/nsIDOMCloseEvent.idl
5245share/idl/thunderbird/nsIDOMCommandEvent.idl 5369share/idl/thunderbird/nsIDOMCommandEvent.idl
5246share/idl/thunderbird/nsIDOMComment.idl 5370share/idl/thunderbird/nsIDOMComment.idl
5247share/idl/thunderbird/nsIDOMCompositionEvent.idl 5371share/idl/thunderbird/nsIDOMCompositionEvent.idl
5248share/idl/thunderbird/nsIDOMConnection.idl 5372share/idl/thunderbird/nsIDOMConnection.idl
5249share/idl/thunderbird/nsIDOMConstructor.idl 5373share/idl/thunderbird/nsIDOMConstructor.idl
5250share/idl/thunderbird/nsIDOMContactManager.idl 5374share/idl/thunderbird/nsIDOMContactManager.idl
@@ -5259,27 +5383,29 @@ share/idl/thunderbird/nsIDOMDOMImplement @@ -5259,27 +5383,29 @@ share/idl/thunderbird/nsIDOMDOMImplement
5259share/idl/thunderbird/nsIDOMDOMRequest.idl 5383share/idl/thunderbird/nsIDOMDOMRequest.idl
5260share/idl/thunderbird/nsIDOMDOMSettableTokenList.idl 5384share/idl/thunderbird/nsIDOMDOMSettableTokenList.idl
5261share/idl/thunderbird/nsIDOMDOMStringList.idl 5385share/idl/thunderbird/nsIDOMDOMStringList.idl
5262share/idl/thunderbird/nsIDOMDOMStringMap.idl 5386share/idl/thunderbird/nsIDOMDOMStringMap.idl
5263share/idl/thunderbird/nsIDOMDOMTokenList.idl 5387share/idl/thunderbird/nsIDOMDOMTokenList.idl
5264share/idl/thunderbird/nsIDOMDataContainerEvent.idl 5388share/idl/thunderbird/nsIDOMDataContainerEvent.idl
5265share/idl/thunderbird/nsIDOMDataTransfer.idl 5389share/idl/thunderbird/nsIDOMDataTransfer.idl
5266share/idl/thunderbird/nsIDOMDesktopNotification.idl 5390share/idl/thunderbird/nsIDOMDesktopNotification.idl
5267share/idl/thunderbird/nsIDOMDeviceLightEvent.idl 5391share/idl/thunderbird/nsIDOMDeviceLightEvent.idl
5268share/idl/thunderbird/nsIDOMDeviceMotionEvent.idl 5392share/idl/thunderbird/nsIDOMDeviceMotionEvent.idl
5269share/idl/thunderbird/nsIDOMDeviceOrientationEvent.idl 5393share/idl/thunderbird/nsIDOMDeviceOrientationEvent.idl
5270share/idl/thunderbird/nsIDOMDeviceProximityEvent.idl 5394share/idl/thunderbird/nsIDOMDeviceProximityEvent.idl
5271share/idl/thunderbird/nsIDOMDeviceStorage.idl 5395share/idl/thunderbird/nsIDOMDeviceStorage.idl
 5396share/idl/thunderbird/nsIDOMDeviceStorageChangeEvent.idl
5272share/idl/thunderbird/nsIDOMDeviceStorageCursor.idl 5397share/idl/thunderbird/nsIDOMDeviceStorageCursor.idl
 5398share/idl/thunderbird/nsIDOMDeviceStorageStat.idl
5273share/idl/thunderbird/nsIDOMDocument.idl 5399share/idl/thunderbird/nsIDOMDocument.idl
5274share/idl/thunderbird/nsIDOMDocumentFragment.idl 5400share/idl/thunderbird/nsIDOMDocumentFragment.idl
5275share/idl/thunderbird/nsIDOMDocumentType.idl 5401share/idl/thunderbird/nsIDOMDocumentType.idl
5276share/idl/thunderbird/nsIDOMDocumentXBL.idl 5402share/idl/thunderbird/nsIDOMDocumentXBL.idl
5277share/idl/thunderbird/nsIDOMDragEvent.idl 5403share/idl/thunderbird/nsIDOMDragEvent.idl
5278share/idl/thunderbird/nsIDOMElement.idl 5404share/idl/thunderbird/nsIDOMElement.idl
5279share/idl/thunderbird/nsIDOMElementCSSInlineStyle.idl 5405share/idl/thunderbird/nsIDOMElementCSSInlineStyle.idl
5280share/idl/thunderbird/nsIDOMElementTimeControl.idl 5406share/idl/thunderbird/nsIDOMElementTimeControl.idl
5281share/idl/thunderbird/nsIDOMEvent.idl 5407share/idl/thunderbird/nsIDOMEvent.idl
5282share/idl/thunderbird/nsIDOMEventListener.idl 5408share/idl/thunderbird/nsIDOMEventListener.idl
5283share/idl/thunderbird/nsIDOMEventTarget.idl 5409share/idl/thunderbird/nsIDOMEventTarget.idl
5284share/idl/thunderbird/nsIDOMFile.idl 5410share/idl/thunderbird/nsIDOMFile.idl
5285share/idl/thunderbird/nsIDOMFileHandle.idl 5411share/idl/thunderbird/nsIDOMFileHandle.idl
@@ -5377,60 +5503,62 @@ share/idl/thunderbird/nsIDOMLoadStatus.i @@ -5377,60 +5503,62 @@ share/idl/thunderbird/nsIDOMLoadStatus.i
5377share/idl/thunderbird/nsIDOMLocation.idl 5503share/idl/thunderbird/nsIDOMLocation.idl
5378share/idl/thunderbird/nsIDOMLockedFile.idl 5504share/idl/thunderbird/nsIDOMLockedFile.idl
5379share/idl/thunderbird/nsIDOMMediaError.idl 5505share/idl/thunderbird/nsIDOMMediaError.idl
5380share/idl/thunderbird/nsIDOMMediaList.idl 5506share/idl/thunderbird/nsIDOMMediaList.idl
5381share/idl/thunderbird/nsIDOMMediaQueryList.idl 5507share/idl/thunderbird/nsIDOMMediaQueryList.idl
5382share/idl/thunderbird/nsIDOMMediaStream.idl 5508share/idl/thunderbird/nsIDOMMediaStream.idl
5383share/idl/thunderbird/nsIDOMMessageEvent.idl 5509share/idl/thunderbird/nsIDOMMessageEvent.idl
5384share/idl/thunderbird/nsIDOMMimeType.idl 5510share/idl/thunderbird/nsIDOMMimeType.idl
5385share/idl/thunderbird/nsIDOMMimeTypeArray.idl 5511share/idl/thunderbird/nsIDOMMimeTypeArray.idl
5386share/idl/thunderbird/nsIDOMMobileConnection.idl 5512share/idl/thunderbird/nsIDOMMobileConnection.idl
5387share/idl/thunderbird/nsIDOMModalContentWindow.idl 5513share/idl/thunderbird/nsIDOMModalContentWindow.idl
5388share/idl/thunderbird/nsIDOMMouseEvent.idl 5514share/idl/thunderbird/nsIDOMMouseEvent.idl
5389share/idl/thunderbird/nsIDOMMouseScrollEvent.idl 5515share/idl/thunderbird/nsIDOMMouseScrollEvent.idl
 5516share/idl/thunderbird/nsIDOMMozApplicationEvent.idl
5390share/idl/thunderbird/nsIDOMMozBrowserFrame.idl 5517share/idl/thunderbird/nsIDOMMozBrowserFrame.idl
5391share/idl/thunderbird/nsIDOMMozCSSKeyframeRule.idl 5518share/idl/thunderbird/nsIDOMMozCSSKeyframeRule.idl
5392share/idl/thunderbird/nsIDOMMozCSSKeyframesRule.idl 5519share/idl/thunderbird/nsIDOMMozCSSKeyframesRule.idl
 5520share/idl/thunderbird/nsIDOMMozContactChangeEvent.idl
 5521share/idl/thunderbird/nsIDOMMozSettingsEvent.idl
5393share/idl/thunderbird/nsIDOMMozTouchEvent.idl 5522share/idl/thunderbird/nsIDOMMozTouchEvent.idl
5394share/idl/thunderbird/nsIDOMMutationEvent.idl 5523share/idl/thunderbird/nsIDOMMutationEvent.idl
5395share/idl/thunderbird/nsIDOMMutationObserver.idl 5524share/idl/thunderbird/nsIDOMMutationObserver.idl
5396share/idl/thunderbird/nsIDOMNSEditableElement.idl 5525share/idl/thunderbird/nsIDOMNSEditableElement.idl
5397share/idl/thunderbird/nsIDOMNSEvent.idl 5526share/idl/thunderbird/nsIDOMNSEvent.idl
5398share/idl/thunderbird/nsIDOMNSRGBAColor.idl 5527share/idl/thunderbird/nsIDOMNSRGBAColor.idl
5399share/idl/thunderbird/nsIDOMNSXPathExpression.idl 5528share/idl/thunderbird/nsIDOMNSXPathExpression.idl
5400share/idl/thunderbird/nsIDOMNamedNodeMap.idl 5529share/idl/thunderbird/nsIDOMNamedNodeMap.idl
5401share/idl/thunderbird/nsIDOMNavigator.idl 5530share/idl/thunderbird/nsIDOMNavigator.idl
 5531share/idl/thunderbird/nsIDOMNavigatorActivities.idl
 5532share/idl/thunderbird/nsIDOMNavigatorCamera.idl
5402share/idl/thunderbird/nsIDOMNavigatorDesktopNotification.idl 5533share/idl/thunderbird/nsIDOMNavigatorDesktopNotification.idl
5403share/idl/thunderbird/nsIDOMNavigatorDeviceStorage.idl 5534share/idl/thunderbird/nsIDOMNavigatorDeviceStorage.idl
5404share/idl/thunderbird/nsIDOMNavigatorGeolocation.idl 5535share/idl/thunderbird/nsIDOMNavigatorGeolocation.idl
5405share/idl/thunderbird/nsIDOMNavigatorNetwork.idl 5536share/idl/thunderbird/nsIDOMNavigatorNetwork.idl
5406share/idl/thunderbird/nsIDOMNavigatorSms.idl 5537share/idl/thunderbird/nsIDOMNavigatorSms.idl
5407share/idl/thunderbird/nsIDOMNavigatorSystemMessages.idl 5538share/idl/thunderbird/nsIDOMNavigatorSystemMessages.idl
5408share/idl/thunderbird/nsIDOMNavigatorUserMedia.idl 5539share/idl/thunderbird/nsIDOMNavigatorUserMedia.idl
5409share/idl/thunderbird/nsIDOMNode.idl 5540share/idl/thunderbird/nsIDOMNode.idl
5410share/idl/thunderbird/nsIDOMNodeFilter.idl 5541share/idl/thunderbird/nsIDOMNodeFilter.idl
5411share/idl/thunderbird/nsIDOMNodeIterator.idl 5542share/idl/thunderbird/nsIDOMNodeIterator.idl
5412share/idl/thunderbird/nsIDOMNodeList.idl 5543share/idl/thunderbird/nsIDOMNodeList.idl
5413share/idl/thunderbird/nsIDOMNodeSelector.idl 5544share/idl/thunderbird/nsIDOMNodeSelector.idl
5414share/idl/thunderbird/nsIDOMNotifyAudioAvailableEvent.idl 5545share/idl/thunderbird/nsIDOMNotifyAudioAvailableEvent.idl
5415share/idl/thunderbird/nsIDOMNotifyPaintEvent.idl 5546share/idl/thunderbird/nsIDOMNotifyPaintEvent.idl
5416share/idl/thunderbird/nsIDOMOfflineResourceList.idl 5547share/idl/thunderbird/nsIDOMOfflineResourceList.idl
5417share/idl/thunderbird/nsIDOMPageTransitionEvent.idl 5548share/idl/thunderbird/nsIDOMPageTransitionEvent.idl
5418share/idl/thunderbird/nsIDOMPaintRequest.idl 5549share/idl/thunderbird/nsIDOMPaintRequest.idl
5419share/idl/thunderbird/nsIDOMPaintRequestList.idl 5550share/idl/thunderbird/nsIDOMPaintRequestList.idl
5420share/idl/thunderbird/nsIDOMParser.idl 5551share/idl/thunderbird/nsIDOMParser.idl
5421share/idl/thunderbird/nsIDOMPerformance.idl 
5422share/idl/thunderbird/nsIDOMPerformanceNavigation.idl 
5423share/idl/thunderbird/nsIDOMPerformanceTiming.idl 
5424share/idl/thunderbird/nsIDOMPkcs11.idl 5552share/idl/thunderbird/nsIDOMPkcs11.idl
5425share/idl/thunderbird/nsIDOMPlugin.idl 5553share/idl/thunderbird/nsIDOMPlugin.idl
5426share/idl/thunderbird/nsIDOMPluginArray.idl 5554share/idl/thunderbird/nsIDOMPluginArray.idl
5427share/idl/thunderbird/nsIDOMPopStateEvent.idl 5555share/idl/thunderbird/nsIDOMPopStateEvent.idl
5428share/idl/thunderbird/nsIDOMPopupBlockedEvent.idl 5556share/idl/thunderbird/nsIDOMPopupBlockedEvent.idl
5429share/idl/thunderbird/nsIDOMPowerManager.idl 5557share/idl/thunderbird/nsIDOMPowerManager.idl
5430share/idl/thunderbird/nsIDOMProcessingInstruction.idl 5558share/idl/thunderbird/nsIDOMProcessingInstruction.idl
5431share/idl/thunderbird/nsIDOMProgressEvent.idl 5559share/idl/thunderbird/nsIDOMProgressEvent.idl
5432share/idl/thunderbird/nsIDOMPropertyNodeList.idl 5560share/idl/thunderbird/nsIDOMPropertyNodeList.idl
5433share/idl/thunderbird/nsIDOMRGBColor.idl 5561share/idl/thunderbird/nsIDOMRGBColor.idl
5434share/idl/thunderbird/nsIDOMRange.idl 5562share/idl/thunderbird/nsIDOMRange.idl
5435share/idl/thunderbird/nsIDOMRect.idl 5563share/idl/thunderbird/nsIDOMRect.idl
5436share/idl/thunderbird/nsIDOMSVGAElement.idl 5564share/idl/thunderbird/nsIDOMSVGAElement.idl
@@ -5527,41 +5655,43 @@ share/idl/thunderbird/nsIDOMSmsCursor.id @@ -5527,41 +5655,43 @@ share/idl/thunderbird/nsIDOMSmsCursor.id
5527share/idl/thunderbird/nsIDOMSmsEvent.idl 5655share/idl/thunderbird/nsIDOMSmsEvent.idl
5528share/idl/thunderbird/nsIDOMSmsFilter.idl 5656share/idl/thunderbird/nsIDOMSmsFilter.idl
5529share/idl/thunderbird/nsIDOMSmsManager.idl 5657share/idl/thunderbird/nsIDOMSmsManager.idl
5530share/idl/thunderbird/nsIDOMSmsMessage.idl 5658share/idl/thunderbird/nsIDOMSmsMessage.idl
5531share/idl/thunderbird/nsIDOMSmsRequest.idl 5659share/idl/thunderbird/nsIDOMSmsRequest.idl
5532share/idl/thunderbird/nsIDOMStorage.idl 5660share/idl/thunderbird/nsIDOMStorage.idl
5533share/idl/thunderbird/nsIDOMStorageEvent.idl 5661share/idl/thunderbird/nsIDOMStorageEvent.idl
5534share/idl/thunderbird/nsIDOMStorageIndexedDB.idl 5662share/idl/thunderbird/nsIDOMStorageIndexedDB.idl
5535share/idl/thunderbird/nsIDOMStorageItem.idl 5663share/idl/thunderbird/nsIDOMStorageItem.idl
5536share/idl/thunderbird/nsIDOMStorageManager.idl 5664share/idl/thunderbird/nsIDOMStorageManager.idl
5537share/idl/thunderbird/nsIDOMStorageObsolete.idl 5665share/idl/thunderbird/nsIDOMStorageObsolete.idl
5538share/idl/thunderbird/nsIDOMStyleSheet.idl 5666share/idl/thunderbird/nsIDOMStyleSheet.idl
5539share/idl/thunderbird/nsIDOMStyleSheetList.idl 5667share/idl/thunderbird/nsIDOMStyleSheetList.idl
 5668share/idl/thunderbird/nsIDOMTCPSocket.idl
5540share/idl/thunderbird/nsIDOMText.idl 5669share/idl/thunderbird/nsIDOMText.idl
5541share/idl/thunderbird/nsIDOMTimeEvent.idl 5670share/idl/thunderbird/nsIDOMTimeEvent.idl
5542share/idl/thunderbird/nsIDOMTimeRanges.idl 5671share/idl/thunderbird/nsIDOMTimeRanges.idl
5543share/idl/thunderbird/nsIDOMToString.idl 5672share/idl/thunderbird/nsIDOMToString.idl
5544share/idl/thunderbird/nsIDOMTouchEvent.idl 5673share/idl/thunderbird/nsIDOMTouchEvent.idl
5545share/idl/thunderbird/nsIDOMTransitionEvent.idl 5674share/idl/thunderbird/nsIDOMTransitionEvent.idl
5546share/idl/thunderbird/nsIDOMTreeWalker.idl 5675share/idl/thunderbird/nsIDOMTreeWalker.idl
5547share/idl/thunderbird/nsIDOMUIEvent.idl 5676share/idl/thunderbird/nsIDOMUIEvent.idl
5548share/idl/thunderbird/nsIDOMUSSDReceivedEvent.idl 5677share/idl/thunderbird/nsIDOMUSSDReceivedEvent.idl
5549share/idl/thunderbird/nsIDOMUserDataHandler.idl 5678share/idl/thunderbird/nsIDOMUserDataHandler.idl
5550share/idl/thunderbird/nsIDOMUserProximityEvent.idl 5679share/idl/thunderbird/nsIDOMUserProximityEvent.idl
5551share/idl/thunderbird/nsIDOMValidityState.idl 5680share/idl/thunderbird/nsIDOMValidityState.idl
5552share/idl/thunderbird/nsIDOMWakeLock.idl 5681share/idl/thunderbird/nsIDOMWakeLock.idl
5553share/idl/thunderbird/nsIDOMWakeLockListener.idl 5682share/idl/thunderbird/nsIDOMWakeLockListener.idl
5554share/idl/thunderbird/nsIDOMWebGLRenderingContext.idl 5683share/idl/thunderbird/nsIDOMWebGLRenderingContext.idl
 5684share/idl/thunderbird/nsIDOMWheelEvent.idl
5555share/idl/thunderbird/nsIDOMWindow.idl 5685share/idl/thunderbird/nsIDOMWindow.idl
5556share/idl/thunderbird/nsIDOMWindowCollection.idl 5686share/idl/thunderbird/nsIDOMWindowCollection.idl
5557share/idl/thunderbird/nsIDOMWindowUtils.idl 5687share/idl/thunderbird/nsIDOMWindowUtils.idl
5558share/idl/thunderbird/nsIDOMXMLDocument.idl 5688share/idl/thunderbird/nsIDOMXMLDocument.idl
5559share/idl/thunderbird/nsIDOMXPathEvaluator.idl 5689share/idl/thunderbird/nsIDOMXPathEvaluator.idl
5560share/idl/thunderbird/nsIDOMXPathExpression.idl 5690share/idl/thunderbird/nsIDOMXPathExpression.idl
5561share/idl/thunderbird/nsIDOMXPathNSResolver.idl 5691share/idl/thunderbird/nsIDOMXPathNSResolver.idl
5562share/idl/thunderbird/nsIDOMXPathNamespace.idl 5692share/idl/thunderbird/nsIDOMXPathNamespace.idl
5563share/idl/thunderbird/nsIDOMXPathResult.idl 5693share/idl/thunderbird/nsIDOMXPathResult.idl
5564share/idl/thunderbird/nsIDOMXULButtonElement.idl 5694share/idl/thunderbird/nsIDOMXULButtonElement.idl
5565share/idl/thunderbird/nsIDOMXULCheckboxElement.idl 5695share/idl/thunderbird/nsIDOMXULCheckboxElement.idl
5566share/idl/thunderbird/nsIDOMXULCommandDispatcher.idl 5696share/idl/thunderbird/nsIDOMXULCommandDispatcher.idl
5567share/idl/thunderbird/nsIDOMXULCommandEvent.idl 5697share/idl/thunderbird/nsIDOMXULCommandEvent.idl
@@ -5667,27 +5797,26 @@ share/idl/thunderbird/nsIFileView.idl @@ -5667,27 +5797,26 @@ share/idl/thunderbird/nsIFileView.idl
5667share/idl/thunderbird/nsIFind.idl 5797share/idl/thunderbird/nsIFind.idl
5668share/idl/thunderbird/nsIFindService.idl 5798share/idl/thunderbird/nsIFindService.idl
5669share/idl/thunderbird/nsIFocusManager.idl 5799share/idl/thunderbird/nsIFocusManager.idl
5670share/idl/thunderbird/nsIFolderListener.idl 5800share/idl/thunderbird/nsIFolderListener.idl
5671share/idl/thunderbird/nsIFolderLookupService.idl 5801share/idl/thunderbird/nsIFolderLookupService.idl
5672share/idl/thunderbird/nsIFontEnumerator.idl 5802share/idl/thunderbird/nsIFontEnumerator.idl
5673share/idl/thunderbird/nsIFormAutoComplete.idl 5803share/idl/thunderbird/nsIFormAutoComplete.idl
5674share/idl/thunderbird/nsIFormFillController.idl 5804share/idl/thunderbird/nsIFormFillController.idl
5675share/idl/thunderbird/nsIFormHistory.idl 5805share/idl/thunderbird/nsIFormHistory.idl
5676share/idl/thunderbird/nsIFormSigningDialog.idl 5806share/idl/thunderbird/nsIFormSigningDialog.idl
5677share/idl/thunderbird/nsIFormSubmitObserver.idl 5807share/idl/thunderbird/nsIFormSubmitObserver.idl
5678share/idl/thunderbird/nsIFormatConverter.idl 5808share/idl/thunderbird/nsIFormatConverter.idl
5679share/idl/thunderbird/nsIFrameLoader.idl 5809share/idl/thunderbird/nsIFrameLoader.idl
5680share/idl/thunderbird/nsIFrameMessageManager.idl 
5681share/idl/thunderbird/nsIFrameRequestCallback.idl 5810share/idl/thunderbird/nsIFrameRequestCallback.idl
5682share/idl/thunderbird/nsIFts3Tokenizer.idl 5811share/idl/thunderbird/nsIFts3Tokenizer.idl
5683share/idl/thunderbird/nsIGConfService.idl 5812share/idl/thunderbird/nsIGConfService.idl
5684share/idl/thunderbird/nsIGIOService.idl 5813share/idl/thunderbird/nsIGIOService.idl
5685share/idl/thunderbird/nsIGSettingsService.idl 5814share/idl/thunderbird/nsIGSettingsService.idl
5686share/idl/thunderbird/nsIGenKeypairInfoDlg.idl 5815share/idl/thunderbird/nsIGenKeypairInfoDlg.idl
5687share/idl/thunderbird/nsIGeolocationProvider.idl 5816share/idl/thunderbird/nsIGeolocationProvider.idl
5688share/idl/thunderbird/nsIGfxInfo.idl 5817share/idl/thunderbird/nsIGfxInfo.idl
5689share/idl/thunderbird/nsIGfxInfoDebug.idl 5818share/idl/thunderbird/nsIGfxInfoDebug.idl
5690share/idl/thunderbird/nsIGlobalHistory2.idl 5819share/idl/thunderbird/nsIGlobalHistory2.idl
5691share/idl/thunderbird/nsIGnomeVFSService.idl 5820share/idl/thunderbird/nsIGnomeVFSService.idl
5692share/idl/thunderbird/nsIHTMLAbsPosEditor.idl 5821share/idl/thunderbird/nsIHTMLAbsPosEditor.idl
5693share/idl/thunderbird/nsIHTMLEditor.idl 5822share/idl/thunderbird/nsIHTMLEditor.idl
@@ -5722,27 +5851,26 @@ share/idl/thunderbird/nsIIDBIndex.idl @@ -5722,27 +5851,26 @@ share/idl/thunderbird/nsIIDBIndex.idl
5722share/idl/thunderbird/nsIIDBKeyRange.idl 5851share/idl/thunderbird/nsIIDBKeyRange.idl
5723share/idl/thunderbird/nsIIDBObjectStore.idl 5852share/idl/thunderbird/nsIIDBObjectStore.idl
5724share/idl/thunderbird/nsIIDBOpenDBRequest.idl 5853share/idl/thunderbird/nsIIDBOpenDBRequest.idl
5725share/idl/thunderbird/nsIIDBRequest.idl 5854share/idl/thunderbird/nsIIDBRequest.idl
5726share/idl/thunderbird/nsIIDBTransaction.idl 5855share/idl/thunderbird/nsIIDBTransaction.idl
5727share/idl/thunderbird/nsIIDBVersionChangeEvent.idl 5856share/idl/thunderbird/nsIIDBVersionChangeEvent.idl
5728share/idl/thunderbird/nsIIDNService.idl 5857share/idl/thunderbird/nsIIDNService.idl
5729share/idl/thunderbird/nsIIFrameBoxObject.idl 5858share/idl/thunderbird/nsIIFrameBoxObject.idl
5730share/idl/thunderbird/nsIIMEPicker.idl 5859share/idl/thunderbird/nsIIMEPicker.idl
5731share/idl/thunderbird/nsIINIParser.idl 5860share/idl/thunderbird/nsIINIParser.idl
5732share/idl/thunderbird/nsIIOService.idl 5861share/idl/thunderbird/nsIIOService.idl
5733share/idl/thunderbird/nsIIOService2.idl 5862share/idl/thunderbird/nsIIOService2.idl
5734share/idl/thunderbird/nsIIOUtil.idl 5863share/idl/thunderbird/nsIIOUtil.idl
5735share/idl/thunderbird/nsIIPCSerializable.idl 
5736share/idl/thunderbird/nsIIconURI.idl 5864share/idl/thunderbird/nsIIconURI.idl
5737share/idl/thunderbird/nsIIdentityCryptoService.idl 5865share/idl/thunderbird/nsIIdentityCryptoService.idl
5738share/idl/thunderbird/nsIIdentityInfo.idl 5866share/idl/thunderbird/nsIIdentityInfo.idl
5739share/idl/thunderbird/nsIIdleObserver.idl 5867share/idl/thunderbird/nsIIdleObserver.idl
5740share/idl/thunderbird/nsIIdleService.idl 5868share/idl/thunderbird/nsIIdleService.idl
5741share/idl/thunderbird/nsIIdleServiceInternal.idl 5869share/idl/thunderbird/nsIIdleServiceInternal.idl
5742share/idl/thunderbird/nsIImageDocument.idl 5870share/idl/thunderbird/nsIImageDocument.idl
5743share/idl/thunderbird/nsIImageLoadingContent.idl 5871share/idl/thunderbird/nsIImageLoadingContent.idl
5744share/idl/thunderbird/nsIImapFlagAndUidState.idl 5872share/idl/thunderbird/nsIImapFlagAndUidState.idl
5745share/idl/thunderbird/nsIImapHeaderXferInfo.idl 5873share/idl/thunderbird/nsIImapHeaderXferInfo.idl
5746share/idl/thunderbird/nsIImapIncomingServer.idl 5874share/idl/thunderbird/nsIImapIncomingServer.idl
5747share/idl/thunderbird/nsIImapMailFolderSink.idl 5875share/idl/thunderbird/nsIImapMailFolderSink.idl
5748share/idl/thunderbird/nsIImapMessageSink.idl 5876share/idl/thunderbird/nsIImapMessageSink.idl
@@ -5812,36 +5940,38 @@ share/idl/thunderbird/nsILocalMailIncomi @@ -5812,36 +5940,38 @@ share/idl/thunderbird/nsILocalMailIncomi
5812share/idl/thunderbird/nsILocale.idl 5940share/idl/thunderbird/nsILocale.idl
5813share/idl/thunderbird/nsILocaleService.idl 5941share/idl/thunderbird/nsILocaleService.idl
5814share/idl/thunderbird/nsILoginInfo.idl 5942share/idl/thunderbird/nsILoginInfo.idl
5815share/idl/thunderbird/nsILoginManager.idl 5943share/idl/thunderbird/nsILoginManager.idl
5816share/idl/thunderbird/nsILoginManagerCrypto.idl 5944share/idl/thunderbird/nsILoginManagerCrypto.idl
5817share/idl/thunderbird/nsILoginManagerIEMigrationHelper.idl 5945share/idl/thunderbird/nsILoginManagerIEMigrationHelper.idl
5818share/idl/thunderbird/nsILoginManagerPrompter.idl 5946share/idl/thunderbird/nsILoginManagerPrompter.idl
5819share/idl/thunderbird/nsILoginManagerStorage.idl 5947share/idl/thunderbird/nsILoginManagerStorage.idl
5820share/idl/thunderbird/nsILoginMetaInfo.idl 5948share/idl/thunderbird/nsILoginMetaInfo.idl
5821share/idl/thunderbird/nsIMIMEHeaderParam.idl 5949share/idl/thunderbird/nsIMIMEHeaderParam.idl
5822share/idl/thunderbird/nsIMIMEInfo.idl 5950share/idl/thunderbird/nsIMIMEInfo.idl
5823share/idl/thunderbird/nsIMIMEInputStream.idl 5951share/idl/thunderbird/nsIMIMEInputStream.idl
5824share/idl/thunderbird/nsIMIMEService.idl 5952share/idl/thunderbird/nsIMIMEService.idl
 5953share/idl/thunderbird/nsIMailGlue.idl
5825share/idl/thunderbird/nsIMailProfileMigrator.idl 5954share/idl/thunderbird/nsIMailProfileMigrator.idl
5826share/idl/thunderbird/nsIMailboxService.idl 5955share/idl/thunderbird/nsIMailboxService.idl
5827share/idl/thunderbird/nsIMailboxSpec.idl 5956share/idl/thunderbird/nsIMailboxSpec.idl
5828share/idl/thunderbird/nsIMailboxUrl.idl 5957share/idl/thunderbird/nsIMailboxUrl.idl
5829share/idl/thunderbird/nsIMapiRegistry.idl 5958share/idl/thunderbird/nsIMapiRegistry.idl
5830share/idl/thunderbird/nsIMarkupDocumentViewer.idl 5959share/idl/thunderbird/nsIMarkupDocumentViewer.idl
5831share/idl/thunderbird/nsIMemory.idl 5960share/idl/thunderbird/nsIMemory.idl
5832share/idl/thunderbird/nsIMemoryReporter.idl 5961share/idl/thunderbird/nsIMemoryReporter.idl
5833share/idl/thunderbird/nsIMenuBoxObject.idl 5962share/idl/thunderbird/nsIMenuBoxObject.idl
5834share/idl/thunderbird/nsIMenuBuilder.idl 5963share/idl/thunderbird/nsIMenuBuilder.idl
 5964share/idl/thunderbird/nsIMessageManager.idl
5835share/idl/thunderbird/nsIMessenger.idl 5965share/idl/thunderbird/nsIMessenger.idl
5836share/idl/thunderbird/nsIMessengerMigrator.idl 5966share/idl/thunderbird/nsIMessengerMigrator.idl
5837share/idl/thunderbird/nsIMessengerOSIntegration.idl 5967share/idl/thunderbird/nsIMessengerOSIntegration.idl
5838share/idl/thunderbird/nsIMessengerWindowService.idl 5968share/idl/thunderbird/nsIMessengerWindowService.idl
5839share/idl/thunderbird/nsIMimeConverter.idl 5969share/idl/thunderbird/nsIMimeConverter.idl
5840share/idl/thunderbird/nsIMimeEmitter.idl 5970share/idl/thunderbird/nsIMimeEmitter.idl
5841share/idl/thunderbird/nsIMimeHeaders.idl 5971share/idl/thunderbird/nsIMimeHeaders.idl
5842share/idl/thunderbird/nsIMimeMiscStatus.idl 5972share/idl/thunderbird/nsIMimeMiscStatus.idl
5843share/idl/thunderbird/nsIMimeStreamConverter.idl 5973share/idl/thunderbird/nsIMimeStreamConverter.idl
5844share/idl/thunderbird/nsIMmsService.idl 5974share/idl/thunderbird/nsIMmsService.idl
5845share/idl/thunderbird/nsIMobileConnectionProvider.idl 5975share/idl/thunderbird/nsIMobileConnectionProvider.idl
5846share/idl/thunderbird/nsIModule.idl 5976share/idl/thunderbird/nsIModule.idl
5847share/idl/thunderbird/nsIMovemailIncomingServer.idl 5977share/idl/thunderbird/nsIMovemailIncomingServer.idl
@@ -6110,46 +6240,48 @@ share/idl/thunderbird/nsIScriptSecurityM @@ -6110,46 +6240,48 @@ share/idl/thunderbird/nsIScriptSecurityM
6110share/idl/thunderbird/nsIScriptableBase64Encoder.idl 6240share/idl/thunderbird/nsIScriptableBase64Encoder.idl
6111share/idl/thunderbird/nsIScriptableDateFormat.idl 6241share/idl/thunderbird/nsIScriptableDateFormat.idl
6112share/idl/thunderbird/nsIScriptableInputStream.idl 6242share/idl/thunderbird/nsIScriptableInputStream.idl
6113share/idl/thunderbird/nsIScriptableRegion.idl 6243share/idl/thunderbird/nsIScriptableRegion.idl
6114share/idl/thunderbird/nsIScriptableUConv.idl 6244share/idl/thunderbird/nsIScriptableUConv.idl
6115share/idl/thunderbird/nsIScriptableUnescapeHTML.idl 6245share/idl/thunderbird/nsIScriptableUnescapeHTML.idl
6116share/idl/thunderbird/nsIScrollBoxObject.idl 6246share/idl/thunderbird/nsIScrollBoxObject.idl
6117share/idl/thunderbird/nsIScrollable.idl 6247share/idl/thunderbird/nsIScrollable.idl
6118share/idl/thunderbird/nsISecretDecoderRing.idl 6248share/idl/thunderbird/nsISecretDecoderRing.idl
6119share/idl/thunderbird/nsISecureBrowserUI.idl 6249share/idl/thunderbird/nsISecureBrowserUI.idl
6120share/idl/thunderbird/nsISecurityCheckedComponent.idl 6250share/idl/thunderbird/nsISecurityCheckedComponent.idl
6121share/idl/thunderbird/nsISecurityEventSink.idl 6251share/idl/thunderbird/nsISecurityEventSink.idl
6122share/idl/thunderbird/nsISecurityInfoProvider.idl 6252share/idl/thunderbird/nsISecurityInfoProvider.idl
 6253share/idl/thunderbird/nsISecurityUITelemetry.idl
6123share/idl/thunderbird/nsISecurityWarningDialogs.idl 6254share/idl/thunderbird/nsISecurityWarningDialogs.idl
6124share/idl/thunderbird/nsISeekableStream.idl 6255share/idl/thunderbird/nsISeekableStream.idl
6125share/idl/thunderbird/nsISelection.idl 6256share/idl/thunderbird/nsISelection.idl
6126share/idl/thunderbird/nsISelectionController.idl 6257share/idl/thunderbird/nsISelectionController.idl
6127share/idl/thunderbird/nsISelectionDisplay.idl 6258share/idl/thunderbird/nsISelectionDisplay.idl
6128share/idl/thunderbird/nsISelectionListener.idl 6259share/idl/thunderbird/nsISelectionListener.idl
6129share/idl/thunderbird/nsISelectionPrivate.idl 6260share/idl/thunderbird/nsISelectionPrivate.idl
6130share/idl/thunderbird/nsISemanticUnitScanner.idl 6261share/idl/thunderbird/nsISemanticUnitScanner.idl
6131share/idl/thunderbird/nsISerializable.idl 6262share/idl/thunderbird/nsISerializable.idl
6132share/idl/thunderbird/nsISerializationHelper.idl 6263share/idl/thunderbird/nsISerializationHelper.idl
6133share/idl/thunderbird/nsIServerSocket.idl 6264share/idl/thunderbird/nsIServerSocket.idl
6134share/idl/thunderbird/nsIServiceManager.idl 6265share/idl/thunderbird/nsIServiceManager.idl
6135share/idl/thunderbird/nsISettingsService.idl 6266share/idl/thunderbird/nsISettingsService.idl
6136share/idl/thunderbird/nsIShellService.idl 6267share/idl/thunderbird/nsIShellService.idl
6137share/idl/thunderbird/nsISidebar.idl 6268share/idl/thunderbird/nsISidebar.idl
6138share/idl/thunderbird/nsISignatureVerifier.idl 6269share/idl/thunderbird/nsISignatureVerifier.idl
6139share/idl/thunderbird/nsISimpleEnumerator.idl 6270share/idl/thunderbird/nsISimpleEnumerator.idl
6140share/idl/thunderbird/nsISimpleMimeConverter.idl 6271share/idl/thunderbird/nsISimpleMimeConverter.idl
6141share/idl/thunderbird/nsISimpleStreamListener.idl 6272share/idl/thunderbird/nsISimpleStreamListener.idl
6142share/idl/thunderbird/nsISimpleUnicharStreamFactory.idl 6273share/idl/thunderbird/nsISimpleUnicharStreamFactory.idl
 6274share/idl/thunderbird/nsISiteSpecificUserAgent.idl
6143share/idl/thunderbird/nsISliderListener.idl 6275share/idl/thunderbird/nsISliderListener.idl
6144share/idl/thunderbird/nsISmsDatabaseService.idl 6276share/idl/thunderbird/nsISmsDatabaseService.idl
6145share/idl/thunderbird/nsISmsRequestManager.idl 6277share/idl/thunderbird/nsISmsRequestManager.idl
6146share/idl/thunderbird/nsISmsService.idl 6278share/idl/thunderbird/nsISmsService.idl
6147share/idl/thunderbird/nsISmtpServer.idl 6279share/idl/thunderbird/nsISmtpServer.idl
6148share/idl/thunderbird/nsISmtpService.idl 6280share/idl/thunderbird/nsISmtpService.idl
6149share/idl/thunderbird/nsISmtpUrl.idl 6281share/idl/thunderbird/nsISmtpUrl.idl
6150share/idl/thunderbird/nsISocketProvider.idl 6282share/idl/thunderbird/nsISocketProvider.idl
6151share/idl/thunderbird/nsISocketProviderService.idl 6283share/idl/thunderbird/nsISocketProviderService.idl
6152share/idl/thunderbird/nsISocketTransport.idl 6284share/idl/thunderbird/nsISocketTransport.idl
6153share/idl/thunderbird/nsISocketTransportService.idl 6285share/idl/thunderbird/nsISocketTransportService.idl
6154share/idl/thunderbird/nsISound.idl 6286share/idl/thunderbird/nsISound.idl
6155share/idl/thunderbird/nsISpamSettings.idl 6287share/idl/thunderbird/nsISpamSettings.idl

cvs diff -r1.13 -r1.14 pkgsrc/mail/thunderbird/Attic/PLIST.lightning (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Attic/PLIST.lightning 2012/10/12 18:28:58 1.13
+++ pkgsrc/mail/thunderbird/Attic/PLIST.lightning 2012/11/23 07:17:53 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST.lightning,v 1.13 2012/10/12 18:28:58 ryoon Exp $ 1@comment $NetBSD: PLIST.lightning,v 1.14 2012/11/23 07:17:53 ryoon Exp $
2include/thunderbird/calBaseCID.h 2include/thunderbird/calBaseCID.h
3include/thunderbird/calIAlarm.h 3include/thunderbird/calIAlarm.h
4include/thunderbird/calIAlarmService.h 4include/thunderbird/calIAlarmService.h
5include/thunderbird/calIAttachment.h 5include/thunderbird/calIAttachment.h
6include/thunderbird/calIAttendee.h 6include/thunderbird/calIAttendee.h
7include/thunderbird/calICalDavCalendar.h 7include/thunderbird/calICalDavCalendar.h
8include/thunderbird/calICalendar.h 8include/thunderbird/calICalendar.h
9include/thunderbird/calICalendarACLManager.h 9include/thunderbird/calICalendarACLManager.h
10include/thunderbird/calICalendarManager.h 10include/thunderbird/calICalendarManager.h
11include/thunderbird/calICalendarProvider.h 11include/thunderbird/calICalendarProvider.h
12include/thunderbird/calICalendarSearchProvider.h 12include/thunderbird/calICalendarSearchProvider.h
13include/thunderbird/calICalendarView.h 13include/thunderbird/calICalendarView.h
14include/thunderbird/calICalendarViewController.h 14include/thunderbird/calICalendarViewController.h
@@ -80,26 +80,27 @@ lib/thunderbird/extensions/{a62ef8ec-5fd @@ -80,26 +80,27 @@ lib/thunderbird/extensions/{a62ef8ec-5fd
80lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleSession.js 80lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleSession.js
81lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleUtils.js 81lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/js/calGoogleUtils.js
82lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/application.ini 82lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/application.ini
83lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js 83lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js
84lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js 84lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js
85lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js 85lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js
86lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttachment.js 86lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttachment.js
87lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttendee.js 87lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttendee.js
88lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCachedCalendar.js 88lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCachedCalendar.js
89lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarManager.js 89lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarManager.js
90lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarSearchService.js 90lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarSearchService.js
91lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTimeFormatter.js 91lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTimeFormatter.js
92lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDavRequestHandlers.js 92lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDavRequestHandlers.js
 93lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDeletedItems.js
93lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calEvent.js 94lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calEvent.js
94lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFilter.js 95lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFilter.js
95lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFreeBusyService.js 96lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFreeBusyService.js
96lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calHtmlExport.js 97lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calHtmlExport.js
97lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsImportExport.js 98lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsImportExport.js
98lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsParser.js 99lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsParser.js
99lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsSerializer.js 100lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsSerializer.js
100lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItemBase.js 101lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItemBase.js
101lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItipItem.js 102lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItipItem.js
102lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calListFormatter.js 103lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calListFormatter.js
103lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calMonthGridPrinter.js 104lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calMonthGridPrinter.js
104lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calOutlookCSVImportExport.js 105lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calOutlookCSVImportExport.js
105lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calProtocolHandler.js 106lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calProtocolHandler.js
@@ -217,29 +218,30 @@ lib/thunderbird/extensions/{e2fda1a4-762 @@ -217,29 +218,30 @@ lib/thunderbird/extensions/{e2fda1a4-762
217lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.js 218lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.js
218lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.xul 219lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/preferences/views.xul
219lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publish.js 220lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publish.js
220lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.js 221lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.js
221lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.xul 222lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/publishDialog.xul
222lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/sound.wav 223lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/sound.wav
223lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.js 224lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.js
224lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.xul 225lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/today-pane.xul
225lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-alarm-widget.xml 226lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-alarm-widget.xml
226lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-list-tree.xml 227lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-list-tree.xml
227lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widget-bindings.css 228lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widget-bindings.css
228lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widgets.xml 229lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/calendar-widgets.xml
229lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/minimonth.xml 230lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/widgets/minimonth.xml
230lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/abcard.png 
231lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/alarm-flashing.png 231lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/alarm-flashing.png
232lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/alarm-icons.png 232lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/alarm-icons.png
 233lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/attendee-icons.png
 234lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/cal-icon24.png
233lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/cal-icon32.png 235lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/cal-icon32.png
234lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-alarm-dialog.css 236lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-alarm-dialog.css
235lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-alarms.css 237lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-alarms.css
236lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-attendees.css 238lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-attendees.css
237lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-creation-wizard.css 239lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-creation-wizard.css
238lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-daypicker.css 240lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-daypicker.css
239lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog-attendees.png 241lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog-attendees.png
240lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog-toolbar-small.png 242lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog-toolbar-small.png
241lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog-toolbar.png 243lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog-toolbar.png
242lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog.css 244lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog.css
243lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog.png 245lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-event-dialog.png
244lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-invitations-dialog-button-images.png 246lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-invitations-dialog-button-images.png
245lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-invitations-dialog-list-images.png 247lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-invitations-dialog-list-images.png
@@ -249,35 +251,35 @@ lib/thunderbird/extensions/{e2fda1a4-762 @@ -249,35 +251,35 @@ lib/thunderbird/extensions/{e2fda1a4-762
249lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-occurrence-prompt.png 251lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-occurrence-prompt.png
250lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-overlay.png 252lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-overlay.png
251lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-printing.css 253lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-printing.css
252lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-properties-dialog.css 254lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-properties-dialog.css
253lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-providerUninstall-dialog.css 255lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-providerUninstall-dialog.css
254lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-status.png 256lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-status.png
255lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-subscriptions-dialog.css 257lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-subscriptions-dialog.css
256lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-task-tree.css 258lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-task-tree.css
257lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-task-view.css 259lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-task-view.css
258lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-timezone-highlighter.css 260lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-timezone-highlighter.css
259lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-unifinder.css 261lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-unifinder.css
260lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-views.css 262lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-views.css
261lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/checkbox-images.png 263lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/checkbox-images.png
 264lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/classification.png
262lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-daypicker.css 265lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-daypicker.css
263lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-management.css 266lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-management.css
264lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-task-tree.css 267lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-task-tree.css
265lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-task-view.css 268lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-task-view.css
266lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-unifinder.css 269lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-unifinder.css
267lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-views.css 270lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-views.css
268lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/dialogs/calendar-alarm-dialog.css 271lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/dialogs/calendar-alarm-dialog.css
269lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/dialogs/calendar-event-dialog.css 272lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/dialogs/calendar-event-dialog.css
270lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/classification.png 
271lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/today-pane.css 273lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/today-pane.css
272lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/widgets/calendar-widgets.css 274lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/widgets/calendar-widgets.css
273lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/datetimepickers/datetimepickers.css 275lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/datetimepickers/datetimepickers.css
274lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/day-box-item-image.png 276lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/day-box-item-image.png
275lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/daypicker-background.png 277lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/daypicker-background.png
276lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-bottom.png 278lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-bottom.png
277lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-left.png 279lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-left.png
278lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-right.png 280lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-right.png
279lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-top.png 281lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-top.png
280lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/ok-cancel.png 282lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/ok-cancel.png
281lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calHtmlExport.html 283lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calHtmlExport.html
282lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calMonthGridPrinter.html 284lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calMonthGridPrinter.html
283lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calWeekPrinter.html 285lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calWeekPrinter.html
@@ -365,46 +367,48 @@ lib/thunderbird/extensions/{e2fda1a4-762 @@ -365,46 +367,48 @@ lib/thunderbird/extensions/{e2fda1a4-762
365lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js 367lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js
366lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.manifest 368lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.manifest
367lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/wcap.xpt 369lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/wcap.xpt
368lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js 370lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
369lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf 371lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf
370lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAlarmUtils.jsm 372lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAlarmUtils.jsm
371lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAuthUtils.jsm 373lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAuthUtils.jsm
372lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calHashedArray.jsm 374lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calHashedArray.jsm
373lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItemUtils.jsm 375lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItemUtils.jsm
374lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calIteratorUtils.jsm 376lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calIteratorUtils.jsm
375lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItipUtils.jsm 377lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItipUtils.jsm
376lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calPrintUtils.jsm 378lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calPrintUtils.jsm
377lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calProviderUtils.jsm 379lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calProviderUtils.jsm
 380lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calRecurrenceUtils.jsm
378lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageHelpers.jsm 381lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageHelpers.jsm
379lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm 382lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm
380lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm 383lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm
381lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm 384lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm
382lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones.sqlite 385lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones.sqlite
383share/idl/thunderbird/calIAlarm.idl 386share/idl/thunderbird/calIAlarm.idl
384share/idl/thunderbird/calIAlarmService.idl 387share/idl/thunderbird/calIAlarmService.idl
385share/idl/thunderbird/calIAttachment.idl 388share/idl/thunderbird/calIAttachment.idl
386share/idl/thunderbird/calIAttendee.idl 389share/idl/thunderbird/calIAttendee.idl
387share/idl/thunderbird/calICalDavCalendar.idl 390share/idl/thunderbird/calICalDavCalendar.idl
388share/idl/thunderbird/calICalendar.idl 391share/idl/thunderbird/calICalendar.idl
389share/idl/thunderbird/calICalendarACLManager.idl 392share/idl/thunderbird/calICalendarACLManager.idl
390share/idl/thunderbird/calICalendarManager.idl 393share/idl/thunderbird/calICalendarManager.idl
391share/idl/thunderbird/calICalendarProvider.idl 394share/idl/thunderbird/calICalendarProvider.idl
392share/idl/thunderbird/calICalendarSearchProvider.idl 395share/idl/thunderbird/calICalendarSearchProvider.idl
393share/idl/thunderbird/calICalendarView.idl 396share/idl/thunderbird/calICalendarView.idl
394share/idl/thunderbird/calICalendarViewController.idl 397share/idl/thunderbird/calICalendarViewController.idl
395share/idl/thunderbird/calIChangeLog.idl 398share/idl/thunderbird/calIChangeLog.idl
396share/idl/thunderbird/calIDateTime.idl 399share/idl/thunderbird/calIDateTime.idl
397share/idl/thunderbird/calIDateTimeFormatter.idl 400share/idl/thunderbird/calIDateTimeFormatter.idl
 401share/idl/thunderbird/calIDeletedItems.idl
398share/idl/thunderbird/calIDuration.idl 402share/idl/thunderbird/calIDuration.idl
399share/idl/thunderbird/calIErrors.idl 403share/idl/thunderbird/calIErrors.idl
400share/idl/thunderbird/calIEvent.idl 404share/idl/thunderbird/calIEvent.idl
401share/idl/thunderbird/calIFreeBusyProvider.idl 405share/idl/thunderbird/calIFreeBusyProvider.idl
402share/idl/thunderbird/calIGoogleCalendar.idl 406share/idl/thunderbird/calIGoogleCalendar.idl
403share/idl/thunderbird/calIGoogleRequest.idl 407share/idl/thunderbird/calIGoogleRequest.idl
404share/idl/thunderbird/calIGoogleSession.idl 408share/idl/thunderbird/calIGoogleSession.idl
405share/idl/thunderbird/calIICSService.idl 409share/idl/thunderbird/calIICSService.idl
406share/idl/thunderbird/calIIcsParser.idl 410share/idl/thunderbird/calIIcsParser.idl
407share/idl/thunderbird/calIIcsSerializer.idl 411share/idl/thunderbird/calIIcsSerializer.idl
408share/idl/thunderbird/calIImportExport.idl 412share/idl/thunderbird/calIImportExport.idl
409share/idl/thunderbird/calIItemBase.idl 413share/idl/thunderbird/calIItemBase.idl
410share/idl/thunderbird/calIItipItem.idl 414share/idl/thunderbird/calIItipItem.idl

cvs diff -r1.106 -r1.107 pkgsrc/mail/thunderbird/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/distinfo 2012/11/05 22:44:10 1.106
+++ pkgsrc/mail/thunderbird/distinfo 2012/11/23 07:17:53 1.107
@@ -1,119 +1,121 @@ @@ -1,119 +1,121 @@
1$NetBSD: distinfo,v 1.106 2012/11/05 22:44:10 ryoon Exp $ 1$NetBSD: distinfo,v 1.107 2012/11/23 07:17:53 ryoon Exp $
2 2
3SHA1 (enigmail-1.4.5.tar.gz) = 16d0450a9f5fb4de0e9cc5b9f8091dce4b070aaf 3SHA1 (enigmail-1.4.5.tar.gz) = 16d0450a9f5fb4de0e9cc5b9f8091dce4b070aaf
4RMD160 (enigmail-1.4.5.tar.gz) = 860a1ca813fd2ccae69ac0afe07affd39611e56a 4RMD160 (enigmail-1.4.5.tar.gz) = 860a1ca813fd2ccae69ac0afe07affd39611e56a
5Size (enigmail-1.4.5.tar.gz) = 1269207 bytes 5Size (enigmail-1.4.5.tar.gz) = 1269207 bytes
6SHA1 (lightning-1.8.source.tar.bz2) = a3b1c6b67a70b34917b8c0660d5cc57cafd2b8a4 6SHA1 (lightning-1.9.source.tar.bz2) = 3cc625649debed6f7403c862f166b771b80b92ce
7RMD160 (lightning-1.8.source.tar.bz2) = f4ce359ef676cfa9b95065457be64921f59837fa 7RMD160 (lightning-1.9.source.tar.bz2) = 3396533847c05ed37537b9a78d771e55f767bea6
8Size (lightning-1.8.source.tar.bz2) = 112070692 bytes 8Size (lightning-1.9.source.tar.bz2) = 113944316 bytes
9SHA1 (thunderbird-16.0.2.source.tar.bz2) = 842d852b31a388d4cf3ac59bc89e8611474e2ec7 9SHA1 (thunderbird-17.0esr.source.tar.bz2) = d1bb6a5a7d6ad55029f5104561c1394a452e54b2
10RMD160 (thunderbird-16.0.2.source.tar.bz2) = 3725adfa1e863361282fa6e11eab9d69bb97eef1 10RMD160 (thunderbird-17.0esr.source.tar.bz2) = 6b61aa7acdbfeee1455c8d1540443f5f447e7923
11Size (thunderbird-16.0.2.source.tar.bz2) = 111401765 bytes 11Size (thunderbird-17.0esr.source.tar.bz2) = 113291870 bytes
12SHA1 (patch-aa) = 627e93e5b61a12bc6de3cdf0e596ed9d1618353b 12SHA1 (patch-aa) = 5217684e8e6d587b1cfa65066bd9440b9a313cf3
13SHA1 (patch-aa-toplevel) = 3e46b3ef5e15883c882995f4de41704890605d1d 13SHA1 (patch-aa-toplevel) = 3e46b3ef5e15883c882995f4de41704890605d1d
14SHA1 (patch-ab) = 7432f73e9771260849d99e14008164bd3d564bf8 14SHA1 (patch-ab) = 7432f73e9771260849d99e14008164bd3d564bf8
15SHA1 (patch-ac) = 3d54eef3657bf39b73e2851a33b8ee1aa9408131 15SHA1 (patch-ac) = 3d54eef3657bf39b73e2851a33b8ee1aa9408131
16SHA1 (patch-ad) = 5f225b1db28a7217d9225ffc03fe3a40b453d7f7 16SHA1 (patch-ad) = 5f225b1db28a7217d9225ffc03fe3a40b453d7f7
17SHA1 (patch-ae) = 23648401a4f5335a370ff60ae1e1fb37a28404e7 17SHA1 (patch-ae) = 23648401a4f5335a370ff60ae1e1fb37a28404e7
18SHA1 (patch-af) = 371779510213ba63eff81f1258d3d8686b78a7e7 18SHA1 (patch-af) = 371779510213ba63eff81f1258d3d8686b78a7e7
19SHA1 (patch-ag) = bf447af7731e1b508df5b03ec0055e463c1c6db9 19SHA1 (patch-ag) = bf447af7731e1b508df5b03ec0055e463c1c6db9
20SHA1 (patch-ai) = 6a23c06b627e0d5dddefb926ed08f76e1676d959 20SHA1 (patch-ai) = 6a23c06b627e0d5dddefb926ed08f76e1676d959
21SHA1 (patch-aj) = 2b94927755ffebbe54516b5d66d109cc2e54c400 21SHA1 (patch-aj) = 2b94927755ffebbe54516b5d66d109cc2e54c400
22SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6 22SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6
23SHA1 (patch-al) = 9970e89e92ff8b120119b560cb661eabd3a387de 23SHA1 (patch-al) = 9970e89e92ff8b120119b560cb661eabd3a387de
24SHA1 (patch-am) = 2d38162da23828ebee56e56a00ea086992d554ce 24SHA1 (patch-am) = 2d38162da23828ebee56e56a00ea086992d554ce
25SHA1 (patch-an) = 96139c682b84432e4e8a0be98db56abee89daf02 25SHA1 (patch-an) = 96139c682b84432e4e8a0be98db56abee89daf02
26SHA1 (patch-ao) = dcdffd03001b8b23ded6a6534c03c3eb300ee459 26SHA1 (patch-ao) = dcdffd03001b8b23ded6a6534c03c3eb300ee459
27SHA1 (patch-as) = ca2afec0498c4a6c2c25711240a5df662700da28 27SHA1 (patch-as) = fee8d4f906cf41374b28aa41ac6192063098d9e5
28SHA1 (patch-at) = 45a4f236a45d7f094f72d430a8dff7e86f696aed 28SHA1 (patch-at) = 45a4f236a45d7f094f72d430a8dff7e86f696aed
29SHA1 (patch-au) = b896f1a65791007b881216e78338411b2ffb6280 29SHA1 (patch-au) = b896f1a65791007b881216e78338411b2ffb6280
30SHA1 (patch-av) = ebf5b14f3b1edc16206e8953c7037459184aa5f4 30SHA1 (patch-av) = ebf5b14f3b1edc16206e8953c7037459184aa5f4
31SHA1 (patch-aw) = c7ced89c660e57617de29e7f7dcbf8048ceceb2f 31SHA1 (patch-aw) = 9f805bd267845e31a79a216ca3e4b9842e6a8b31
32SHA1 (patch-ax) = 146b26866312031aa48c5dfe20ce70da4d198e15 32SHA1 (patch-ax) = 146b26866312031aa48c5dfe20ce70da4d198e15
33SHA1 (patch-ay) = 679e1c72851fe74132e53a49b250c21b416e7a49 33SHA1 (patch-ay) = 679e1c72851fe74132e53a49b250c21b416e7a49
34SHA1 (patch-az) = e937a48ebcb235b36f50ba2fb3a91864107b7fa3 34SHA1 (patch-az) = e937a48ebcb235b36f50ba2fb3a91864107b7fa3
35SHA1 (patch-ba) = 601d4919f36af98cedd2fc66e4c3852c4520e60a 35SHA1 (patch-ba) = 601d4919f36af98cedd2fc66e4c3852c4520e60a
36SHA1 (patch-bd) = 2d81010e39070cd33224619f0e1f8a329da8940a 36SHA1 (patch-bd) = 2d81010e39070cd33224619f0e1f8a329da8940a
37SHA1 (patch-bf) = 0d438453a264599041f4afef38d12d0735d8cbd4 37SHA1 (patch-bf) = 0d438453a264599041f4afef38d12d0735d8cbd4
38SHA1 (patch-bg) = 2e55ec7ad6d823b518af9bc59c4425f981f8b94d 38SHA1 (patch-bg) = 2e55ec7ad6d823b518af9bc59c4425f981f8b94d
39SHA1 (patch-bi) = 745faa7e8b01ab7bdbd790e69a4a8109d5291788 39SHA1 (patch-bi) = bc44d47f386901d261a7a5401520a3905cb29d5a
 40SHA1 (patch-config_baseconfig.mk) = f5494ace3f5947715cf6918b7d3e19c25fa26bf8
40SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = a6d40c6b92aee607fb4f18d5a7c97b3d7833c74a 41SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = a6d40c6b92aee607fb4f18d5a7c97b3d7833c74a
41SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = 94db51e427931edefd3df5b2c476702242a34926 42SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = 94db51e427931edefd3df5b2c476702242a34926
42SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = d5bc36816be5f336b505354d7ecb019630f13f7c 43SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 5f792d717f6373270dbee4aa9dbe278cc12d5f92
43SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 60c091a669774ba47abc768a15f00400aca1d7fe 44SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 882b0987defaed4475317b8c500d3dffeb9d0866
44SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 1207a1e779ea0d48cb41f6a98edbe22f187b309b 45SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 1207a1e779ea0d48cb41f6a98edbe22f187b309b
45SHA1 (patch-ipc_chromium_src_build_build__config.h) = 9f38c64f080464c33c94cc6898365cee7aa2fec7 46SHA1 (patch-ipc_chromium_src_build_build__config.h) = 9f38c64f080464c33c94cc6898365cee7aa2fec7
46SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 02e19237e21ce3bd4431c711ab51bda3fbd33cff 47SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 02e19237e21ce3bd4431c711ab51bda3fbd33cff
47SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 55d5e4812b1e3b003bbbb73ee4fc7582b8a7c22c 48SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = eac8b51b30b39bbb97da2e97c525fbbec7d98865
48SHA1 (patch-js_src_jscpucfg.h) = 493889df7e21be8a6b5d5b3854b908da70552de8 49SHA1 (patch-js_src_jscpucfg.h) = 493889df7e21be8a6b5d5b3854b908da70552de8
49SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 171d81697d136abb6e02cb81445cd88fd8580de2 50SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 171d81697d136abb6e02cb81445cd88fd8580de2
50SHA1 (patch-ma-toplevel) = 00d3464d03e2014dcb1c708ad94ab2bd03c7b2a7 
51SHA1 (patch-mb) = 36ddeba4276196109b5a72b77a2143dada92df34 51SHA1 (patch-mb) = 36ddeba4276196109b5a72b77a2143dada92df34
52SHA1 (patch-md) = ccb29b96c105b6c63d3c85967bed56840b974cf4 52SHA1 (patch-md) = ccb29b96c105b6c63d3c85967bed56840b974cf4
53SHA1 (patch-me) = 17b108eb9f0ec40ab34aa58f511a5c1ee6a3a127 53SHA1 (patch-me) = 17b108eb9f0ec40ab34aa58f511a5c1ee6a3a127
54SHA1 (patch-mf) = 5c2fb65285d309fdfdcbf7f1872504deefe236a1 54SHA1 (patch-mf) = 5c2fb65285d309fdfdcbf7f1872504deefe236a1
55SHA1 (patch-mg) = f660cfddc4fd49301df2bd31949b5845b8e08f46 55SHA1 (patch-mg) = f660cfddc4fd49301df2bd31949b5845b8e08f46
56SHA1 (patch-mh) = fff2c712e23d9ffc909cf1a5a3303a155b386716 56SHA1 (patch-mh) = fff2c712e23d9ffc909cf1a5a3303a155b386716
57SHA1 (patch-mi) = 2dfb916de4e24a2e41ed8f597c8609abb8caa29f 57SHA1 (patch-mi) = 4dd76f01a7c3463485ae6bcdc1df622f214419b5
58SHA1 (patch-mj) = f0b7ce3767423c17953bfa511f9e80da2f262543 58SHA1 (patch-mj) = f0b7ce3767423c17953bfa511f9e80da2f262543
59SHA1 (patch-mk) = 6a835bfbf4995c7499f5c9d6bf266429e327871e 59SHA1 (patch-mk) = 6a835bfbf4995c7499f5c9d6bf266429e327871e
60SHA1 (patch-ml) = 71ea1c4f984b448d380ed94dabce988a74c4853f 60SHA1 (patch-ml) = 71ea1c4f984b448d380ed94dabce988a74c4853f
61SHA1 (patch-mm) = 9bcdbe187524acb0cff940c9c97504d2d9f79797 61SHA1 (patch-mm) = 92d4a37be44cabe5f72c5352518a1a6566283163
62SHA1 (patch-mn) = 1d0293cce00aa5fa8aa6d0c37dade3c251ca7da6 62SHA1 (patch-mn) = 1d0293cce00aa5fa8aa6d0c37dade3c251ca7da6
63SHA1 (patch-mozilla_build_autoconf_nss.m4) = 4c726f98a5139eba2b4a4c34288c08092bfb90b3 63SHA1 (patch-mozilla_build_autoconf_nss.m4) = 4c726f98a5139eba2b4a4c34288c08092bfb90b3
64SHA1 (patch-mozilla_config_baseconfig.mk) = 91ea33fd687fb15ce3b5474d30af0cdd85453d83 64SHA1 (patch-mozilla_config_baseconfig.mk) = 6923112e0aae6dfd59f67473d0734eb46b29d190
65SHA1 (patch-mozilla_config_system-headers) = 55fbb269bb1d42cc50a1520a2733f75bce9436b1 65SHA1 (patch-mozilla_config_system-headers) = 03f0c0f4269289e4f8aa1a12b2fa870ff48b2bf4
66SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 66d5533eedd9221613c711486d38a5f0c65b4a62 66SHA1 (patch-mozilla_content_media_nsAudioStream.cpp) = a89fae3e745d045138118e3a0ddb224718f7827e
 67SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = d81cb5b1c608bba1e1a8dd2ee3cf62549d6ee87a
67SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ff7237f365df1d0bd6eaa8992854f29fe1870319 68SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ff7237f365df1d0bd6eaa8992854f29fe1870319
68SHA1 (patch-mozilla_gfx_thebes_gfxPlatform.cpp) = b4107fea2b683cec7be6c6179c4ecfe6b6a901ee 69SHA1 (patch-mozilla_gfx_thebes_gfxPlatform.cpp) = b4107fea2b683cec7be6c6179c4ecfe6b6a901ee
69SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = 5b1cd2c6b9e9c21df504aafe85013445a7e9425e 70SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = aa69d277e3cf55adf98d351ecd20e609cb236c9a
70SHA1 (patch-mozilla_ipc_chromium_chromium-config.mk) = 3a502f13a41636f2e793f03fb041d267e6dadb71 71SHA1 (patch-mozilla_ipc_chromium_chromium-config.mk) = 3a502f13a41636f2e793f03fb041d267e6dadb71
71SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 1550fd2f3961ded7a17e821208d1bfe6f549e6ac 72SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 1550fd2f3961ded7a17e821208d1bfe6f549e6ac
72SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__bsd.h) = 1a7779a9fd682739caeb7219548f5d2d479fc302 73SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__bsd.h) = 1a7779a9fd682739caeb7219548f5d2d479fc302
73SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__posix.h) = 0c95e25bc77d775c37be342087c5e6591c90de8d 74SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__posix.h) = 0c95e25bc77d775c37be342087c5e6591c90de8d
74SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__linux.cc) = 9e0e8d4e8a4254fca93b37f51eb4940c8f82bd5e 
75SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = c8b5440d8886c97a54a759cad49cb129304a29de 75SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = c8b5440d8886c97a54a759cad49cb129304a29de
76SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = b39c8cfa98fcf0c78e63b234c705f6efce9577d8 76SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = b39c8cfa98fcf0c78e63b234c705f6efce9577d8
77SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = f73dd24bcde49fdafe0495589efc81a96ccb3b5f 77SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = f73dd24bcde49fdafe0495589efc81a96ccb3b5f
78SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 63e9b82eba6936788871530d10a02c9d08491e39 78SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 25d4903bcf815e2da30902b18330cb3803e48cc6
79SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 975f5409bf51654b033b07f3ed31af637c3c3c2e 79SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 975f5409bf51654b033b07f3ed31af637c3c3c2e
80SHA1 (patch-mozilla_ipc_chromium_src_base_ref__counted.h) = 78cef1e5f8c1270060a7defdaa4fef8eb482f542 80SHA1 (patch-mozilla_ipc_chromium_src_base_ref__counted.h) = 78cef1e5f8c1270060a7defdaa4fef8eb482f542
 81SHA1 (patch-mozilla_ipc_chromium_src_base_thread__collision__warner.h) = 4accbebcefe9921d6ceaf67361e379b891005675
81SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = 5f08406a92d5bc2f6cbd524fa4ac77dadb7cafdb 82SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = 5f08406a92d5bc2f6cbd524fa4ac77dadb7cafdb
82SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_file__descriptor__set__posix.h) = 885d4b060c2f8982db99ed3c0cab0ebffd79b1f6 83SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_file__descriptor__set__posix.h) = 885d4b060c2f8982db99ed3c0cab0ebffd79b1f6
83SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__channel__posix.cc) = f4a090285e084d4efa42c0280f26fe003eaad706 84SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__channel__posix.cc) = f4a090285e084d4efa42c0280f26fe003eaad706
84SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = eb1e68191669e61fe95f9b93a4a960c8826d5323 85SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = eb1e68191669e61fe95f9b93a4a960c8826d5323
85SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c6ffcca539c25f58778ac9cc9cdee100e458f714 86SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c6ffcca539c25f58778ac9cc9cdee100e458f714
86SHA1 (patch-mozilla_ipc_glue_SharedMemorySysV.h) = 5907b3b2a66f2a1afc4732d758aa958cb74dcbe9 87SHA1 (patch-mozilla_ipc_glue_SharedMemorySysV.h) = 1d18747dbdf0909ee030c5cc411f84ef8ebeeddb
87SHA1 (patch-mozilla_js_src_config_system-headers) = 17933be7c9573010c4866c14501764760a27030d 88SHA1 (patch-mozilla_js_src_config_system-headers) = 9afa6535d367b77fb833bcdac4513a563ceb0a91
88SHA1 (patch-mozilla_js_src_jsgc.cpp) = 6d05c98c75c78d0deb86d780a7ee5ac2a0e69bf2 89SHA1 (patch-mozilla_js_src_jsgc.cpp) = 6d05c98c75c78d0deb86d780a7ee5ac2a0e69bf2
 90SHA1 (patch-mozilla_js_src_jsinterp.cpp) = d1a601c56ebf9ffafd7d5d5c7ec93ebb691571ad
89SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = eaadbba9c425f67bbd0e7688a0df757645129416 91SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = eaadbba9c425f67bbd0e7688a0df757645129416
 92SHA1 (patch-mozilla_media_libcubeb_src_Makefile.in) = 0477f3dbdf3ce595ebce4c18f071586eb897a71d
90SHA1 (patch-mozilla_media_libsydneyaudio_src_sydney__audio__pulseaudio.c) = c12f98cd3e8797d4b2626b18d884c09d4e35d679 93SHA1 (patch-mozilla_media_libsydneyaudio_src_sydney__audio__pulseaudio.c) = c12f98cd3e8797d4b2626b18d884c09d4e35d679
91SHA1 (patch-mozilla_media_libvpx_vpx__config.h) = e9033a14f51e15654f2e00f8f447c9cc6a6233ff 
92SHA1 (patch-mozilla_media_libvpx_vpx__config__c.c) = 52cd60aaaf68b1fb21eda6d052ed09bf02b8ece0 
93SHA1 (patch-mozilla_netwerk_protocol_http_HttpChannelParent.cpp) = 4ce50fe017b56f7bb8d07d3d72a117bfea61f003 94SHA1 (patch-mozilla_netwerk_protocol_http_HttpChannelParent.cpp) = 4ce50fe017b56f7bb8d07d3d72a117bfea61f003
94SHA1 (patch-mozilla_storage_src_Makefile.in) = 302301fd992a58e472f72ae6dc9a226129354175 95SHA1 (patch-mozilla_storage_src_Makefile.in) = 302301fd992a58e472f72ae6dc9a226129354175
95SHA1 (patch-mozilla_xpcom_Makefile.in) = f7d495a53e207b3ca24df3337b3bb5a88ca9b34a 96SHA1 (patch-mozilla_xpcom_Makefile.in) = f7d495a53e207b3ca24df3337b3bb5a88ca9b34a
96SHA1 (patch-mozilla_xpcom_idl-parser_Makefile.in) = 282a06fc56e9fe6980560a3f288bc204a6324188 97SHA1 (patch-mozilla_xpcom_idl-parser_Makefile.in) = 282a06fc56e9fe6980560a3f288bc204a6324188
 98SHA1 (patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcinvoke__ppc__netbsd.cpp) = 58b06ebd1068edc06d3fe1f6464217da4c157e49
97SHA1 (patch-mozilla_xpcom_typelib_xpidl_Makefile.in) = addbabcf67b58605f6f8e4ccb674af7ab46d9d22 99SHA1 (patch-mozilla_xpcom_typelib_xpidl_Makefile.in) = addbabcf67b58605f6f8e4ccb674af7ab46d9d22
98SHA1 (patch-mp) = 6687d3583947cd3dc62f9005c38916a747326e3a 100SHA1 (patch-mp) = 6687d3583947cd3dc62f9005c38916a747326e3a
99SHA1 (patch-pa) = 659ce8e226b0683d667526df076ded8903aeb235 101SHA1 (patch-pa) = 659ce8e226b0683d667526df076ded8903aeb235
100SHA1 (patch-pb) = 6ffe3119c9968480de8702e35498cf1f3decba4f 102SHA1 (patch-pb) = 6ffe3119c9968480de8702e35498cf1f3decba4f
101SHA1 (patch-pc) = 2edc09191a28be7368eca2ef05cf3faa3224d493 103SHA1 (patch-pc) = 2edc09191a28be7368eca2ef05cf3faa3224d493
102SHA1 (patch-pd) = 99c58b5b6d145c5d19724acd04ce88abe61c0f3a 104SHA1 (patch-pd) = 99c58b5b6d145c5d19724acd04ce88abe61c0f3a
103SHA1 (patch-pg) = 30b00a6a302c431dd2ea36afc7ee87d564dd7159 105SHA1 (patch-pg) = 30b00a6a302c431dd2ea36afc7ee87d564dd7159
104SHA1 (patch-rc) = 46175f709b324d6a363378807eb5689aea52f065 106SHA1 (patch-rc) = 46175f709b324d6a363378807eb5689aea52f065
105SHA1 (patch-toolkit_toolkit-tiers.mk) = da9e166c6ae48719370ed2fc979edf1eaeb7fdbd 107SHA1 (patch-toolkit_toolkit-tiers.mk) = da9e166c6ae48719370ed2fc979edf1eaeb7fdbd
106SHA1 (patch-xa) = ccd6112610256a5f4965db3531d131e1c35b781a 108SHA1 (patch-xa) = ccd6112610256a5f4965db3531d131e1c35b781a
107SHA1 (patch-xb) = c293419875babf8a3cdd4cd6f0bb22037540d2b8 109SHA1 (patch-xb) = c293419875babf8a3cdd4cd6f0bb22037540d2b8
108SHA1 (patch-xc) = 4e7e2d2c6c117b781aaefd271e739e7242f4de19 110SHA1 (patch-xc) = 4e7e2d2c6c117b781aaefd271e739e7242f4de19
109SHA1 (patch-xd) = 0a938219f82e86f618f16656347b7302045dfff0 111SHA1 (patch-xd) = 0a938219f82e86f618f16656347b7302045dfff0
110SHA1 (patch-xe) = 445281f1383cc6e8f02a0f5a4339c16d61b35fe7 112SHA1 (patch-xe) = 27c9efa8354bed65af833c5a92a9d8a7f5d8f0f5
111SHA1 (patch-xf) = 4ed26a45e79a927ed65240e390bc5582676f8665 113SHA1 (patch-xf) = 4ed26a45e79a927ed65240e390bc5582676f8665
112SHA1 (patch-xg) = e4a68a6b1eb3e3fc37077638cd347b8ee65c05d9 114SHA1 (patch-xg) = e4a68a6b1eb3e3fc37077638cd347b8ee65c05d9
113SHA1 (patch-xj) = 4ab10a536e9ab925c4bd560aa32d6612e6a63778 115SHA1 (patch-xj) = c36e6b7df80869c92572851ac56d2b56dd3e6e66
114SHA1 (patch-xk) = d43cc553d6e6ebe941657be0581049c66f365b71 116SHA1 (patch-xk) = d43cc553d6e6ebe941657be0581049c66f365b71
115SHA1 (patch-xl) = 149cfa84665e7b4c5351db79af5a56adcc21ddde 117SHA1 (patch-xl) = 3b3521979e18a91de62bd2972f71952f684edda6
116SHA1 (patch-xn) = 86fc014136f2f48c277835c10047eaf424ed256e 118SHA1 (patch-xn) = 86fc014136f2f48c277835c10047eaf424ed256e
117SHA1 (patch-xo) = 390ed2a433103c323e8865c37932560bc01fdd1b 119SHA1 (patch-xo) = 390ed2a433103c323e8865c37932560bc01fdd1b
118SHA1 (patch-zb) = 9b94504d7b3ff6d06cecb391bdbd6df5423e715a 120SHA1 (patch-zb) = 9b94504d7b3ff6d06cecb391bdbd6df5423e715a
119SHA1 (patch-zc) = 27df97dd6f03d501ff626473798106de996f70a7 121SHA1 (patch-zc) = 27df97dd6f03d501ff626473798106de996f70a7

cvs diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-aa 2012/09/02 06:43:39 1.12
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-aa 2012/11/23 07:17:54 1.13
@@ -1,80 +1,74 @@ @@ -1,80 +1,74 @@
1$NetBSD: patch-aa,v 1.12 2012/09/02 06:43:39 ryoon Exp $ 1$NetBSD: patch-aa,v 1.13 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/configure.in.orig 2012-08-25 00:30:59.000000000 +0000 3--- mozilla/configure.in.orig 2012-11-19 22:42:12.000000000 +0000
4+++ mozilla/configure.in 4+++ mozilla/configure.in
5@@ -2299,7 +2299,7 @@ case "$target" in 5@@ -2080,6 +2080,9 @@ ia64*-hpux*)
6 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' 6 if test -z "$MC"; then
7 ;; 7 MC=mc.exe
8  
9-*-freebsd*) 
10+*-freebsd* | *-dragonfly*) 
11 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then 
12 DLL_SUFFIX=".so.1.0" 
13 DSO_LDOPTS="-shared" 
14@@ -2307,6 +2307,9 @@ case "$target" in 
15 if test ! "$GNU_CC"; then 
16 DSO_LDOPTS="-Bshareable $DSO_LDOPTS" 
17 fi 8 fi
18+ if test "$LIBRUNPATH"; then 9+ if test "$LIBRUNPATH"; then
19+ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" 10+ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
20+ fi 11+ fi
21 ;; 12 ;;
22  13 *-mingw*)
23 ia64*-hpux*) 14 DSO_CFLAGS=
24@@ -3309,6 +3312,9 @@ dnl ==================================== 15@@ -2979,6 +2982,9 @@ dnl ====================================
25 case $target in 16 case $target in
26 *-hpux11.*) 17 *-hpux11.*)
27 ;; 18 ;;
28+*-dragonfly*) 19+*-dragonfly*)
29+ AC_CHECK_LIB(c, gethostbyname_r) 20+ AC_CHECK_LIB(c, gethostbyname_r)
30+ ;; 21+ ;;
31 *) 22 *)
32 AC_CHECK_LIB(c_r, gethostbyname_r) 23 AC_CHECK_LIB(c_r, gethostbyname_r)
33 ;; 24 ;;
34@@ -4308,6 +4314,14 @@ if test -n "$YASM"; then 25@@ -3279,6 +3285,9 @@ AC_CACHE_CHECK(
 26 #ifdef linux
 27 #define _BSD_SOURCE 1
 28 #endif
 29+ #ifdef __NetBSD__
 30+ #error use of global _res variable in threaded programs is not portable
 31+ #endif
 32 #include <resolv.h>
 33 ],
 34 [int foo = res_ninit(&_res);],
 35@@ -3947,6 +3956,14 @@ if test -n "$YASM"; then
35 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` 36 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'`
36 fi 37 fi
37  38
38+if test -n "${LIBXUL_SDK_DIR}"; then 39+if test -n "${LIBXUL_SDK_DIR}"; then
39+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) 40+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.])
40+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`" 41+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
41+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`" 42+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`"
42+ NSS_CFLAGS="`pkg-config --cflags mozilla-nss`" 43+ NSS_CFLAGS="`pkg-config --cflags mozilla-nss`"
43+ NSS_LIBS="`pkg-config --libs mozilla-nss`" 44+ NSS_LIBS="`pkg-config --libs mozilla-nss`"
44+fi 45+fi
45+ 46+
46 if test -z "$SKIP_LIBRARY_CHECKS"; then 47 if test -z "$SKIP_LIBRARY_CHECKS"; then
47 dnl system JPEG support 48 dnl system JPEG support
48 dnl ======================================================== 49 dnl ========================================================
49@@ -5734,11 +5748,11 @@ if test -n "$MOZ_WEBM" -a -z "$MOZ_NATIV 50@@ -5158,8 +5175,8 @@ fi
 51
 52 AC_SUBST(MOZ_WEBRTC)
 53
 54-case "$target_cpu" in
 55-arm*)
 56+case "$target" in
 57+arm-*-linux*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
 58 MOZ_SAMPLE_TYPE_S16LE=1
 59 AC_DEFINE(MOZ_SAMPLE_TYPE_S16LE)
 60 AC_SUBST(MOZ_SAMPLE_TYPE_S16LE)
 61@@ -5356,11 +5373,11 @@ if test -n "$MOZ_VP8" -a -z "$MOZ_NATIVE
50  62
51 dnl See if we have assembly on this platform. 63 dnl See if we have assembly on this platform.
52 case "$OS_ARCH:$CPU_ARCH" in 64 case "$OS_ARCH:$CPU_ARCH" in
53- Linux:x86) 65- Linux:x86)
54+ Linux:x86|DragonFly:x86|*BSD:i386) 66+ Linux:x86|DragonFly:x86|*BSD:i386)
55 VPX_ASFLAGS="-f elf32 -rnasm -pnasm" 67 VPX_ASFLAGS="-f elf32 -rnasm -pnasm"
56 VPX_X86_ASM=1 68 VPX_X86_ASM=1
57 ;; 69 ;;
58- Linux:x86_64) 70- Linux:x86_64)
59+ Linux:x86_64|DragonFly:x86_64|*BSD:x86_64) 71+ Linux:x86_64|DragonFly:x86_64|*BSD:x86_64)
60 VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC" 72 VPX_ASFLAGS="-f elf64 -rnasm -pnasm -DPIC"
61 VPX_X86_ASM=1 73 VPX_X86_ASM=1
62 ;; 74 ;;
63@@ -6140,7 +6154,7 @@ if test -n "$MOZ_CRASHREPORTER"; then 
64 AC_MSG_ERROR([Breakpad tools do not support compiling on $HOST_OS_ARCH while targeting $OS_ARCH. Use --disable-crashreporter.]) 
65 fi 
66  
67- if test "$OS_ARCH" == "WINNT" -a -z "$HAVE_64BIT_OS"; then 
68+ if test "$OS_ARCH" = "WINNT" -a -z "$HAVE_64BIT_OS"; then 
69 MOZ_CRASHREPORTER_INJECTOR=1 
70 AC_DEFINE(MOZ_CRASHREPORTER_INJECTOR) 
71 fi 
72@@ -9248,6 +9262,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then 
73 AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output]) 
74 if test "$OS_ARCH" != "WINNT"; then 
75 NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --libdir=$LIBXUL_DIST/lib --libs` 
76+ AC_MSG_WARN([pkgsrc: adding run path to NSPR_LIBS for bundled NSPR.]) 
77+ NSPR_LIBS="-Wl,-R${prefix}/lib/\${MOZILLA_PKG_NAME} ${NSPR_LIBS}" 
78 $PERL -pi.bak -e "s '^NSPR_LIBS\\s*=.*'NSPR_LIBS = $NSPR_LIBS'" config/autoconf.mk 
79 NSPR_CFLAGS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --includedir=$LIBXUL_DIST/include/nspr --cflags` 
80 $PERL -pi.bak -e "s '^NSPR_CFLAGS\\s*=.*'NSPR_CFLAGS = $NSPR_CFLAGS'" config/autoconf.mk 

cvs diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/Attic/patch-aw (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-aw 2012/10/12 18:28:59 1.12
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-aw 2012/11/23 07:17:54 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-aw,v 1.12 2012/10/12 18:28:59 ryoon Exp $ 1$NetBSD: patch-aw,v 1.13 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/xulrunner/stub/nsXULStub.cpp.orig 2012-10-02 17:02:29.000000000 +0000 3--- mozilla/xulrunner/stub/nsXULStub.cpp.orig 2012-11-19 22:42:45.000000000 +0000
4+++ mozilla/xulrunner/stub/nsXULStub.cpp 4+++ mozilla/xulrunner/stub/nsXULStub.cpp
5@@ -11,6 +11,29 @@ 5@@ -11,6 +11,29 @@
6 #include "nsIFile.h" 6 #include "nsIFile.h"
7  7
8 #include <stdarg.h> 8 #include <stdarg.h>
9+#if defined(__NetBSD__) 9+#if defined(__NetBSD__)
10+#include <sys/resource.h> 10+#include <sys/resource.h>
11+/* 11+/*
12+ * On netbsd-4, ulimit -n is 64 by default; too few for us. 12+ * On netbsd-4, ulimit -n is 64 by default; too few for us.
13+ */ 13+ */
14+static void netbsd_fixrlimit(void) { 14+static void netbsd_fixrlimit(void) {
15+ struct rlimit rlp; 15+ struct rlimit rlp;
16+ if (getrlimit(RLIMIT_NOFILE, &rlp) == -1) { 16+ if (getrlimit(RLIMIT_NOFILE, &rlp) == -1) {
@@ -22,24 +22,13 @@ $NetBSD: patch-aw,v 1.12 2012/10/12 18:2 @@ -22,24 +22,13 @@ $NetBSD: patch-aw,v 1.12 2012/10/12 18:2
22+ if (rlp.rlim_max < 512) { 22+ if (rlp.rlim_max < 512) {
23+ fprintf(stderr, "warning: hard limit of 'ulimit -n' too low\n"); 23+ fprintf(stderr, "warning: hard limit of 'ulimit -n' too low\n");
24+ rlp.rlim_cur = rlp.rlim_max; 24+ rlp.rlim_cur = rlp.rlim_max;
25+ } 25+ }
26+ else 26+ else
27+ rlp.rlim_cur = 512; 27+ rlp.rlim_cur = 512;
28+ if (setrlimit(RLIMIT_NOFILE, &rlp) == -1) 28+ if (setrlimit(RLIMIT_NOFILE, &rlp) == -1)
29+ fprintf(stderr, "warning: setrlimit failed\n"); 29+ fprintf(stderr, "warning: setrlimit failed\n");
30+} 30+}
31+#endif 31+#endif
32  32
33 #ifdef XP_WIN 33 #ifdef XP_WIN
34 #include <windows.h> 34 #include <windows.h>
35@@ -169,7 +192,9 @@ main(int argc, char **argv) 
36 char greDir[MAXPATHLEN]; 
37 bool greFound = false; 
38  
39-#if defined(XP_MACOSX) 
40+#if defined(__NetBSD__) 
41+ netbsd_fixrlimit(); 
42+#elif defined(XP_MACOSX) 
43 CFBundleRef appBundle = CFBundleGetMainBundle(); 
44 if (!appBundle) 
45 return 1; 

cvs diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/Attic/patch-mm (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mm 2012/09/03 15:47:49 1.12
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mm 2012/11/23 07:17:54 1.13
@@ -1,25 +1,21 @@ @@ -1,25 +1,21 @@
1$NetBSD: patch-mm,v 1.12 2012/09/03 15:47:49 marino Exp $ 1$NetBSD: patch-mm,v 1.13 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/toolkit/library/Makefile.in.orig 2012-08-25 00:31:32.000000000 +0000 3--- mozilla/toolkit/library/Makefile.in.orig 2012-11-22 19:26:22.000000000 +0000
4+++ mozilla/toolkit/library/Makefile.in 4+++ mozilla/toolkit/library/Makefile.in
5@@ -535,6 +535,20 @@ EXTRA_DSO_LDOPTS += -lelf -ldemangle 5@@ -371,14 +371,11 @@ endif
6 endif 6
7 endif 7 EXTRA_DSO_LDOPTS += $(call EXPAND_LIBNAME_PATH,gkmedias,$(DIST)/lib)
8  8
9+ifneq (,$(filter DragonFly FreeBSD,$(OS_ARCH))) 9-ifdef MOZ_SYDNEYAUDIO
10+OS_LIBS += $(call EXPAND_LIBNAME,kvm) 10-ifeq ($(OS_ARCH),Linux)
11+EXTRA_DSO_LDOPTS += -lplc4 -lplds4 -lnspr4 -lnssutil3 
12+endif 
13+ 
14+ifneq (,$(MOZ_CUBEB)$(MOZ_SYDNEYAUDIO)) 11+ifneq (,$(MOZ_CUBEB)$(MOZ_SYDNEYAUDIO))
15+ifeq ($(OS_ARCH),NetBSD) 12+ifdef MOZ_ALSA
16+EXTRA_DSO_LDOPTS += -lossaudio 13 EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS)
17+endif 14 endif
18+ifdef PKGSRC_PULSEAUDIO 15-endif
19+EXTRA_DSO_LDOPTS += -lpulse 16-
20+endif 17 ifdef MOZ_PULSEAUDIO
21+endif 18-ifdef MOZ_CUBEB
22+ 19 EXTRA_DSO_LDOPTS += $(MOZ_PULSEAUDIO_LIBS)
23 ifeq ($(OS_ARCH),WINNT) 20 endif
24 OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi secur32 sensorsapi portabledeviceguids windowscodecs) 21 endif
25 ifdef MOZ_CRASHREPORTER 

cvs diff -r1.13 -r1.14 pkgsrc/mail/thunderbird/patches/Attic/patch-as (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-as 2012/10/12 18:28:58 1.13
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-as 2012/11/23 07:17:54 1.14
@@ -1,33 +1,24 @@ @@ -1,33 +1,24 @@
1$NetBSD: patch-as,v 1.13 2012/10/12 18:28:58 ryoon Exp $ 1$NetBSD: patch-as,v 1.14 2012/11/23 07:17:54 ryoon Exp $
2 2
3Treat DragonFly like FreeBSD. 3Treat DragonFly like FreeBSD.
4 4
5--- mozilla/js/src/configure.in.orig 2012-10-02 17:02:06.000000000 +0000 5--- mozilla/js/src/configure.in.orig 2012-11-19 22:42:22.000000000 +0000
6+++ mozilla/js/src/configure.in 6+++ mozilla/js/src/configure.in
7@@ -1679,7 +1679,7 @@ case "$target" in 7@@ -2701,7 +2701,7 @@ then
8 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' 
9 ;; 
10  
11-*-freebsd*) 
12+*-freebsd*|*-dragonfly*) 
13 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then 
14 DLL_SUFFIX=".so.1.0" 
15 DSO_LDOPTS="-shared" 
16@@ -2783,7 +2783,7 @@ then 
17 fi 8 fi
18  9
19 case "$target" in 10 case "$target" in
20- *-*-freebsd*) 11- *-*-freebsd*)
21+ *-*-freebsd*|*-dragonfly*) 12+ *-*-freebsd*|*-dragonfly*)
22 AC_DEFINE(_REENTRANT) 13 AC_DEFINE(_REENTRANT)
23 AC_DEFINE(_THREAD_SAFE) 14 AC_DEFINE(_THREAD_SAFE)
24 dnl -pthread links in -lc_r, so don't specify it explicitly. 15 dnl -pthread links in -lpthread, so don't specify it explicitly.
25@@ -3626,7 +3626,7 @@ if test "$MOZ_MEMORY"; then 16@@ -3545,7 +3545,7 @@ if test "$MOZ_MEMORY"; then
26 *-darwin*) 17 *-darwin*)
27 AC_DEFINE(MOZ_MEMORY_DARWIN) 18 AC_DEFINE(MOZ_MEMORY_DARWIN)
28 ;; 19 ;;
29- *-*freebsd*) 20- *-*freebsd*)
30+ *-*freebsd*|*-*dragonfly*) 21+ *-*freebsd*|*-*dragonfly*)
31 AC_DEFINE(MOZ_MEMORY_BSD) 22 AC_DEFINE(MOZ_MEMORY_BSD)
32 ;; 23 ;;
33 *-android*|*-linuxandroid*) 24 *-android*|*-linuxandroid*)

cvs diff -r1.4 -r1.5 pkgsrc/mail/thunderbird/patches/Attic/patch-bi (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-bi 2012/09/02 06:43:40 1.4
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-bi 2012/11/23 07:17:54 1.5
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: patch-bi,v 1.4 2012/09/02 06:43:40 ryoon Exp $ 1$NetBSD: patch-bi,v 1.5 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/gfx/angle/src/compiler/osinclude.h.orig 2012-08-25 00:31:08.000000000 +0000 3--- mozilla/gfx/angle/src/compiler/osinclude.h.orig 2012-11-19 22:42:19.000000000 +0000
4+++ mozilla/gfx/angle/src/compiler/osinclude.h 4+++ mozilla/gfx/angle/src/compiler/osinclude.h
5@@ -16,6 +16,7 @@ 5@@ -16,6 +16,7 @@
6 #define ANGLE_OS_WIN 6 #define ANGLE_OS_WIN
7 #elif defined(__APPLE__) || defined(__linux__) || \ 7 #elif defined(__APPLE__) || defined(__linux__) || \
8 defined(__FreeBSD__) || defined(__OpenBSD__) || \ 8 defined(__FreeBSD__) || defined(__OpenBSD__) || \
9+ defined(__NetBSD__) || defined(__DragonFly__) || \ 9+ defined(__NetBSD__) || defined(__DragonFly__) || \
10 defined(__sun) || defined(ANDROID) || \ 10 defined(__sun) || defined(ANDROID) || \
11 defined(__GLIBC__) || defined(__GNU__) 11 defined(__GLIBC__) || defined(__GNU__) || \
12 #define ANGLE_OS_POSIX 12 defined(__QNX__)

cvs diff -r1.4 -r1.5 pkgsrc/mail/thunderbird/patches/Attic/patch-ipc_chromium_src_base_file__util__posix.cc (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-ipc_chromium_src_base_file__util__posix.cc 2012/09/02 06:43:40 1.4
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-ipc_chromium_src_base_file__util__posix.cc 2012/11/23 07:17:54 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.4 2012/09/02 06:43:40 ryoon Exp $ 1$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.5 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/ipc/chromium/src/base/file_util_posix.cc.orig 2012-08-25 00:31:11.000000000 +0000 3--- mozilla/ipc/chromium/src/base/file_util_posix.cc.orig 2012-11-19 22:42:22.000000000 +0000
4+++ mozilla/ipc/chromium/src/base/file_util_posix.cc 4+++ mozilla/ipc/chromium/src/base/file_util_posix.cc
5@@ -31,7 +31,7 @@ 5@@ -33,7 +33,7 @@
6 #include "base/time.h" 6 #include "base/time.h"
7  7
8 // FreeBSD/OpenBSD lacks stat64, but its stat handles files >2GB just fine 8 // FreeBSD/OpenBSD lacks stat64, but its stat handles files >2GB just fine
9-#if defined(OS_FREEBSD) || defined(OS_OPENBSD) 9-#if defined(OS_FREEBSD) || defined(OS_OPENBSD)
10+#ifndef OS_LINUX 10+#ifndef HAVE_STAT64
11 #define stat64 stat 11 #define stat64 stat
12 #endif 12 #endif
13  13

File Added: pkgsrc/mail/thunderbird/patches/Attic/patch-config_baseconfig.mk
$NetBSD: patch-config_baseconfig.mk,v 1.1 2012/11/23 07:17:54 ryoon Exp $

--- config/baseconfig.mk.orig	2012-11-19 22:35:28.000000000 +0000
+++ config/baseconfig.mk
@@ -1,9 +1,9 @@
 INCLUDED_AUTOCONF_MK = 1
 
-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
+includedir := $(includedir)/$(MOZILLA_PKG_NAME)
+idldir = $(datadir)/idl/$(MOZILLA_PKG_NAME)
+installdir = $(libdir)/$(MOZILLA_PKG_NAME)
+sdkdir = $(libdir)/$(MOZILLA_PKG_NAME)-sdk
 MOZILLA_SRCDIR = $(topsrcdir)/mozilla
 MOZDEPTH = $(DEPTH)/mozilla
 DIST = $(MOZDEPTH)/dist

File Added: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_content_media_nsAudioStream.cpp
$NetBSD: patch-mozilla_content_media_nsAudioStream.cpp,v 1.1 2012/11/23 07:17:54 ryoon Exp $

--- mozilla/content/media/nsAudioStream.cpp.orig	2012-11-19 22:42:14.000000000 +0000
+++ mozilla/content/media/nsAudioStream.cpp
@@ -298,7 +298,11 @@ static int PrefChanged(const char* aPref
       gVolumeScale = NS_MAX<double>(0, PR_strtod(utf8.get(), nullptr));
     }
   } else if (strcmp(aPref, PREF_USE_CUBEB) == 0) {
+#if defined(__FreeBSD__) && __FreeBSD_version < 800097
+    bool value = Preferences::GetBool(aPref, false);
+#else
     bool value = Preferences::GetBool(aPref, true);
+#endif
     mozilla::MutexAutoLock lock(*gAudioPrefsLock);
     gUseCubeb = value;
   } else if (strcmp(aPref, PREF_CUBEB_LATENCY) == 0) {

File Added: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_src_base_thread__collision__warner.h
$NetBSD: patch-mozilla_ipc_chromium_src_base_thread__collision__warner.h,v 1.1 2012/11/23 07:17:54 ryoon Exp $

--- mozilla/ipc/chromium/src/base/thread_collision_warner.h.orig	2012-11-19 22:42:22.000000000 +0000
+++ mozilla/ipc/chromium/src/base/thread_collision_warner.h
@@ -101,7 +101,7 @@
 // Defines a class member that acts like a mutex. It is used only as a
 // verification tool.
 #define DFAKE_MUTEX(obj) \
-     mutable base::ThreadCollisionWarner obj
+     mutable base::ThreadCollisionWarner obj;
 // Asserts the call is never called simultaneously in two threads. Used at
 // member function scope.
 #define DFAKE_SCOPED_LOCK(obj) \

File Added: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_js_src_jsinterp.cpp
$NetBSD: patch-mozilla_js_src_jsinterp.cpp,v 1.1 2012/11/23 07:17:54 ryoon Exp $

--- mozilla/js/src/jsinterp.cpp.orig	2012-11-19 22:42:24.000000000 +0000
+++ mozilla/js/src/jsinterp.cpp
@@ -3664,6 +3664,7 @@ BEGIN_CASE(JSOP_LEAVEBLOCK)
 BEGIN_CASE(JSOP_LEAVEFORLETIN)
 BEGIN_CASE(JSOP_LEAVEBLOCKEXPR)
 {
+  {
     DebugOnly<uint32_t> blockDepth = regs.fp()->blockChain().stackDepth();
 
     regs.fp()->popBlock(cx);
@@ -3678,7 +3679,9 @@ BEGIN_CASE(JSOP_LEAVEBLOCKEXPR)
         regs.sp -= GET_UINT16(regs.pc);
         JS_ASSERT(regs.stackDepth() == blockDepth + 1);
         regs.sp[-1] = *vp;
-    } else {
+    }
+  }
+    if (op != JSOP_LEAVEBLOCK && op != JSOP_LEAVEBLOCKEXPR)  {
         /* Another op will pop; nothing to do here. */
         len = JSOP_LEAVEFORLETIN_LENGTH;
         DO_NEXT_OP(len);

File Added: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_media_libcubeb_src_Makefile.in
$NetBSD: patch-mozilla_media_libcubeb_src_Makefile.in,v 1.1 2012/11/23 07:17:54 ryoon Exp $

--- mozilla/media/libcubeb/src/Makefile.in.orig	2012-11-19 22:42:33.000000000 +0000
+++ mozilla/media/libcubeb/src/Makefile.in
@@ -24,10 +24,6 @@ endif
 
 ifeq ($(OS_TARGET),Android)
 # No Android implementation of libcubeb yet.
-else ifeq ($(OS_TARGET),Linux)
-CSRCS         = \
-              cubeb_alsa.c \
-              $(NULL)
 endif
 
 ifeq ($(OS_TARGET),Darwin)
@@ -42,6 +38,12 @@ CSRCS           = \
                 $(NULL)
 endif
 
+ifdef MOZ_ALSA
+CSRCS         = \
+              cubeb_alsa.c \
+              $(NULL)
+endif
+
 ifdef MOZ_PULSEAUDIO
 CSRCS		= \
 		cubeb_pulse.c \

File Added: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcinvoke__ppc__netbsd.cpp
$NetBSD: patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcinvoke__ppc__netbsd.cpp,v 1.1 2012/11/23 07:17:54 ryoon Exp $

--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp.orig	2012-11-19 22:42:44.000000000 +0000
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp
@@ -5,9 +5,9 @@
 
 // Platform specific code to invoke XPCOM methods on native objects
 
-// The purpose of XPTC_InvokeByIndex() is to map a platform
+// The purpose of NS_InvokeByIndex_P() is to map a platform
 // indepenpent call to the platform ABI. To do that,
-// XPTC_InvokeByIndex() has to determine the method to call via vtable
+// NS_InvokeByIndex_P() has to determine the method to call via vtable
 // access. The parameters for the method are read from the
 // nsXPTCVariant* and prepared for the native ABI.  For the Linux/PPC
 // ABI this means that the first 8 integral and floating point
@@ -69,8 +69,10 @@ invoke_copy_to_stack(uint32_t* d,
                 if ((uint32_t) d & 4) d++; // doubles are 8-byte aligned on stack
                 *((double*) d) = s->val.d;
                 d += 2;
+#if __GXX_ABI_VERSION < 100
 		if (gpr < GPR_COUNT)
 		    gpr += 2;
+#endif
             }
         }
         else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) {
@@ -79,8 +81,10 @@ invoke_copy_to_stack(uint32_t* d,
             else {
                 *((float*) d) = s->val.f;
 		d += 1;
+#if __GXX_ABI_VERSION < 100
 		if (gpr < GPR_COUNT)
 		    gpr += 1;
+#endif
 	    }
         }
         else if (!s->IsPtrData() && (s->type == nsXPTType::T_I64
@@ -107,6 +111,6 @@ invoke_copy_to_stack(uint32_t* d,
 }
 
 extern "C"
-XPTC_PUBLIC_API(nsresult)
-XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex,
+EXPORT_XPCOM_API(nsresult)
+NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex,
                    uint32_t paramCount, nsXPTCVariant* params);

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc 2012/09/02 06:43:40 1.5
+++ pkgsrc/mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc 2012/11/23 07:17:54 1.6
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.5 2012/09/02 06:43:40 ryoon Exp $ 1$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.6 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2012-08-25 00:31:11.000000000 +0000 3--- mozilla/ipc/chromium/src/base/platform_thread_posix.cc.orig 2012-11-19 22:42:22.000000000 +0000
4+++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc 4+++ mozilla/ipc/chromium/src/base/platform_thread_posix.cc
5@@ -9,16 +9,31 @@ 5@@ -9,16 +9,30 @@
6  6
7 #if defined(OS_MACOSX) 7 #if defined(OS_MACOSX)
8 #include <mach/mach.h> 8 #include <mach/mach.h>
9+#elif defined(OS_NETBSD) 9+#elif defined(OS_NETBSD)
10+#include <lwp.h> 10+#include <lwp.h>
11+#include <nspr/prthread.h> 
12 #elif defined(OS_LINUX) 11 #elif defined(OS_LINUX)
13 #include <sys/syscall.h> 12 #include <sys/syscall.h>
14-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) 13-#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
15 #include <sys/prctl.h> 14 #include <sys/prctl.h>
16-#elif !defined(__NetBSD__) 15-#elif !defined(__NetBSD__)
17-#include <pthread_np.h> 16-#include <pthread_np.h>
18+#elif defined(OS_FREEBSD) 17+#elif defined(OS_FREEBSD)
19+#include <sys/param.h> 18+#include <sys/param.h>
20+#if __FreeBSD_version > 802500 19+#if __FreeBSD_version > 802500
21+#include <sys/thr.h> 20+#include <sys/thr.h>
22+#else 21+#else
23+_Pragma("GCC visibility push(default)") 22+_Pragma("GCC visibility push(default)")
24+extern "C" int thr_self(long *); 23+extern "C" int thr_self(long *);
@@ -27,51 +26,49 @@ $NetBSD: patch-ipc_chromium_src_base_pla @@ -27,51 +26,49 @@ $NetBSD: patch-ipc_chromium_src_base_pla
27+#endif 26+#endif
28+ 27+
29+#if !defined(OS_MACOSX) 28+#if !defined(OS_MACOSX)
30 #include <unistd.h> 29 #include <unistd.h>
31 #endif 30 #endif
32  31
33+#if defined(OS_BSD) && !defined(OS_NETBSD) 32+#if defined(OS_BSD) && !defined(OS_NETBSD)
34+#include <pthread_np.h> 33+#include <pthread_np.h>
35+#endif 34+#endif
36+ 35+
37 #if defined(OS_MACOSX) 36 #if defined(OS_MACOSX)
38 namespace base { 37 namespace base {
39 void InitThreading(); 38 void InitThreading();
40@@ -38,9 +53,20 @@ PlatformThreadId PlatformThread::Current 39@@ -38,9 +52,20 @@ PlatformThreadId PlatformThread::Current
41 // into the kernel. 40 // into the kernel.
42 #if defined(OS_MACOSX) 41 #if defined(OS_MACOSX)
43 return mach_thread_self(); 42 return mach_thread_self();
44-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) 43-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
45- // TODO(BSD): find a better thread ID 44- // TODO(BSD): find a better thread ID
46- return (intptr_t)(pthread_self()); 45- return (intptr_t)(pthread_self());
47+#elif defined(OS_NETBSD) 46+#elif defined(OS_NETBSD)
48+ return _lwp_self(); 47+ return _lwp_self();
49+#elif defined(OS_DRAGONFLY) 48+#elif defined(OS_DRAGONFLY)
50+ return lwp_gettid(); 49+ return lwp_gettid();
51+#elif defined(OS_FREEBSD) 50+#elif defined(OS_FREEBSD)
52+# if __FreeBSD_version > 900030 51+# if __FreeBSD_version > 900030
53+ return pthread_getthreadid_np(); 52+ return pthread_getthreadid_np();
54+# else 53+# else
55+ long lwpid; 54+ long lwpid;
56+ thr_self(&lwpid); 55+ thr_self(&lwpid);
57+ return lwpid; 56+ return lwpid;
58+# endif 57+# endif
59+#elif defined(OS_OPENBSD) 58+#elif defined(OS_OPENBSD)
60+ return (intptr_t) (pthread_self()); 59+ return (intptr_t) (pthread_self());
61 #elif defined(OS_LINUX) 60 #elif defined(OS_LINUX)
62 return syscall(__NR_gettid); 61 return syscall(__NR_gettid);
63 #endif 62 #endif
64@@ -83,10 +109,10 @@ void PlatformThread::SetName(const char* 63@@ -83,9 +108,9 @@ void PlatformThread::SetName(const char*
65 // Note that glibc also has a 'pthread_setname_np' api, but it may not be 64 // Note that glibc also has a 'pthread_setname_np' api, but it may not be
66 // available everywhere and it's only benefit over using prctl directly is 65 // available everywhere and it's only benefit over using prctl directly is
67 // that it can set the name of threads other than the current thread. 66 // that it can set the name of threads other than the current thread.
68-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) 67-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
69+#if defined(OS_BSD) && !defined(OS_NETBSD) 68+#if defined(OS_BSD) && !defined(OS_NETBSD)
70 pthread_set_name_np(pthread_self(), name); 69 pthread_set_name_np(pthread_self(), name);
71-#elif defined(__NetBSD__) 70-#elif defined(__NetBSD__)
72- pthread_setname_np(pthread_self(), "%s", name); 
73+#elif defined(OS_NETBSD) 71+#elif defined(OS_NETBSD)
74+ PR_SetCurrentThreadName(name); 72 pthread_setname_np(pthread_self(), "%s", (void *)name);
75 #else 73 #else
76 prctl(PR_SET_NAME, reinterpret_cast<uintptr_t>(name), 0, 0, 0);  74 prctl(PR_SET_NAME, reinterpret_cast<uintptr_t>(name), 0, 0, 0);
77 #endif 

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/Attic/patch-mi (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mi 2012/09/02 06:43:41 1.5
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mi 2012/11/23 07:17:54 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-mi,v 1.5 2012/09/02 06:43:41 ryoon Exp $ 1$NetBSD: patch-mi,v 1.6 2012/11/23 07:17:54 ryoon Exp $
2 2
3Add DragonFly support. 3Add DragonFly support.
4 4
5--- mozilla/config/config.mk.orig 2012-08-25 00:30:58.000000000 +0000 5--- mozilla/config/config.mk.orig 2012-11-19 22:42:12.000000000 +0000
6+++ mozilla/config/config.mk 6+++ mozilla/config/config.mk
7@@ -97,7 +97,7 @@ endif 7@@ -92,7 +92,7 @@ AUTOCONF_TOOLS = $(topsrcdir)/build/auto
8 # but save the version to allow multiple versions of the same base 8 # but save the version to allow multiple versions of the same base
9 # platform to be built in the same tree. 9 # platform to be built in the same tree.
10 # 10 #
11-ifneq (,$(filter FreeBSD HP-UX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH))) 11-ifneq (,$(filter FreeBSD HP-UX Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
12+ifneq (,$(filter DragonFly FreeBSD HP-UX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH))) 12+ifneq (,$(filter DragonFly FreeBSD HP-UX Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
13 OS_RELEASE := $(basename $(OS_RELEASE)) 13 OS_RELEASE := $(basename $(OS_RELEASE))
14  14
15 # Allow the user to ignore the OS_VERSION, which is usually irrelevant. 15 # Allow the user to ignore the OS_VERSION, which is usually irrelevant.

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc 2012/09/03 15:47:49 1.5
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc 2012/11/23 07:17:54 1.6
@@ -1,55 +1,66 @@ @@ -1,55 +1,66 @@
1$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc,v 1.5 2012/09/03 15:47:49 marino Exp $ 1$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc,v 1.6 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/ipc/chromium/src/base/process_util_bsd.cc.orig 2012-08-31 13:56:11.000000000 +0000 3--- mozilla/ipc/chromium/src/base/process_util_bsd.cc.orig 2012-11-22 19:23:30.000000000 +0000
4+++ mozilla/ipc/chromium/src/base/process_util_bsd.cc 4+++ mozilla/ipc/chromium/src/base/process_util_bsd.cc
5@@ -0,0 +1,321 @@ 5@@ -0,0 +1,367 @@
6+// Copyright (c) 2008 The Chromium Authors. All rights reserved. 6+// Copyright (c) 2008 The Chromium Authors. All rights reserved.
7+// Use of this source code is governed by a BSD-style license that can be 7+// Use of this source code is governed by a BSD-style license that can be
8+// found in the LICENSE file. 8+// found in the LICENSE file.
9+ 9+
10+// derived from process_util_linux.cc and process_util_mac.cc 10+// derived from process_util_linux.cc and process_util_mac.cc
11+ 11+
12+#include "base/process_util.h" 12+#include "base/process_util.h"
13+ 13+
14+#include <sys/param.h> 14+#include <sys/param.h>
15+#include <sys/sysctl.h> 15+#include <sys/sysctl.h>
16+#include <sys/wait.h> 16+#include <sys/wait.h>
17+#if defined(OS_DRAGONFLY) || defined(OS_FREEBSD) 17+#if defined(OS_DRAGONFLY) || defined(OS_FREEBSD)
18+_Pragma("GCC visibility push(default)") 
19+#include <kvm.h> 
20+#include <sys/user.h> 18+#include <sys/user.h>
21+_Pragma("GCC visibility pop") 
22+#endif 19+#endif
23+ 20+
24+#include <ctype.h> 21+#include <ctype.h>
25+#include <fcntl.h> 22+#include <fcntl.h>
26+#include <kvm.h> 23+#include <kvm.h>
27+#include <unistd.h> 24+#include <unistd.h>
28+ 25+
29+#include <string> 26+#include <string>
30+ 27+
31+#include "base/debug_util.h" 28+#include "base/debug_util.h"
32+#include "base/eintr_wrapper.h" 29+#include "base/eintr_wrapper.h"
33+#include "base/file_util.h" 30+#include "base/file_util.h"
34+#include "base/logging.h" 31+#include "base/logging.h"
35+#include "base/string_tokenizer.h" 32+#include "base/string_tokenizer.h"
36+#include "base/string_util.h" 33+#include "base/string_util.h"
37+ 34+
38+#if (defined(_POSIX_SPAWN) && _POSIX_SPAWN > 0) \ 35+#if (defined(_POSIX_SPAWN) && _POSIX_SPAWN > 0) \
39+ || (defined(OS_NETBSD) && __NetBSD_Version__ >= 599006500) 36+ || (defined(OS_NETBSD) && __NetBSD_Version__ >= 599006500)
40+#define HAVE_POSIX_SPAWN 1 37+#define HAVE_POSIX_SPAWN 1
41+#endif 38+#endif
42+ 39+
 40+/*
 41+ * On platforms that are not gonk based, we fall back to an arbitrary
 42+ * UID. This is generally the UID for user `nobody', albeit it is not
 43+ * always the case.
 44+ */
 45+
 46+#if defined(OS_NETBSD) || defined(OS_OPENBSD)
 47+# define CHILD_UNPRIVILEGED_UID 32767
 48+# define CHILD_UNPRIVILEGED_GID 32767
 49+#else
 50+# define CHILD_UNPRIVILEGED_UID 65534
 51+# define CHILD_UNPRIVILEGED_GID 65534
 52+#endif
 53+
43+#ifndef __dso_public 54+#ifndef __dso_public
44+# ifdef __exported 55+# ifdef __exported
45+# define __dso_public __exported 56+# define __dso_public __exported
46+# else 57+# else
47+# define __dso_public __attribute__((__visibility__("default"))) 58+# define __dso_public __attribute__((__visibility__("default")))
48+# endif 59+# endif
49+#endif 60+#endif
50+ 61+
51+#ifdef HAVE_POSIX_SPAWN 62+#ifdef HAVE_POSIX_SPAWN
52+#include <spawn.h> 63+#include <spawn.h>
53+extern "C" char **environ __dso_public; 64+extern "C" char **environ __dso_public;
54+#endif 65+#endif
55+ 66+
@@ -78,26 +89,37 @@ $NetBSD: patch-mozilla_ipc_chromium_src_ @@ -78,26 +89,37 @@ $NetBSD: patch-mozilla_ipc_chromium_src_
78+ 89+
79+bool LaunchApp(const std::vector<std::string>& argv, 90+bool LaunchApp(const std::vector<std::string>& argv,
80+ const file_handle_mapping_vector& fds_to_remap, 91+ const file_handle_mapping_vector& fds_to_remap,
81+ bool wait, ProcessHandle* process_handle) { 92+ bool wait, ProcessHandle* process_handle) {
82+ return LaunchApp(argv, fds_to_remap, environment_map(), 93+ return LaunchApp(argv, fds_to_remap, environment_map(),
83+ wait, process_handle); 94+ wait, process_handle);
84+} 95+}
85+ 96+
86+bool LaunchApp(const std::vector<std::string>& argv, 97+bool LaunchApp(const std::vector<std::string>& argv,
87+ const file_handle_mapping_vector& fds_to_remap, 98+ const file_handle_mapping_vector& fds_to_remap,
88+ const environment_map& env_vars_to_set, 99+ const environment_map& env_vars_to_set,
89+ bool wait, ProcessHandle* process_handle, 100+ bool wait, ProcessHandle* process_handle,
90+ ProcessArchitecture arch) { 101+ ProcessArchitecture arch) {
 102+ return LaunchApp(argv, fds_to_remap, env_vars_to_set,
 103+ SAME_PRIVILEGES_AS_PARENT,
 104+ wait, process_handle);
 105+}
 106+
 107+bool LaunchApp(const std::vector<std::string>& argv,
 108+ const file_handle_mapping_vector& fds_to_remap,
 109+ const environment_map& env_vars_to_set,
 110+ ChildPrivileges privs,
 111+ bool wait, ProcessHandle* process_handle,
 112+ ProcessArchitecture arch) {
91+ bool retval = true; 113+ bool retval = true;
92+ 114+
93+ char* argv_copy[argv.size() + 1]; 115+ char* argv_copy[argv.size() + 1];
94+ for (size_t i = 0; i < argv.size(); i++) { 116+ for (size_t i = 0; i < argv.size(); i++) {
95+ argv_copy[i] = const_cast<char*>(argv[i].c_str()); 117+ argv_copy[i] = const_cast<char*>(argv[i].c_str());
96+ } 118+ }
97+ argv_copy[argv.size()] = NULL; 119+ argv_copy[argv.size()] = NULL;
98+ 120+
99+ // Make sure we don't leak any FDs to the child process by marking all FDs 121+ // Make sure we don't leak any FDs to the child process by marking all FDs
100+ // as close-on-exec. 122+ // as close-on-exec.
101+ SetAllFDsToCloseOnExec(); 123+ SetAllFDsToCloseOnExec();
102+ 124+
103+ // Copy environment to a new char array and add the variables 125+ // Copy environment to a new char array and add the variables
@@ -192,61 +214,85 @@ $NetBSD: patch-mozilla_ipc_chromium_src_ @@ -192,61 +214,85 @@ $NetBSD: patch-mozilla_ipc_chromium_src_
192+ 214+
193+bool LaunchApp(const std::vector<std::string>& argv, 215+bool LaunchApp(const std::vector<std::string>& argv,
194+ const file_handle_mapping_vector& fds_to_remap, 216+ const file_handle_mapping_vector& fds_to_remap,
195+ bool wait, ProcessHandle* process_handle) { 217+ bool wait, ProcessHandle* process_handle) {
196+ return LaunchApp(argv, fds_to_remap, environment_map(), 218+ return LaunchApp(argv, fds_to_remap, environment_map(),
197+ wait, process_handle); 219+ wait, process_handle);
198+} 220+}
199+ 221+
200+bool LaunchApp(const std::vector<std::string>& argv, 222+bool LaunchApp(const std::vector<std::string>& argv,
201+ const file_handle_mapping_vector& fds_to_remap, 223+ const file_handle_mapping_vector& fds_to_remap,
202+ const environment_map& env_vars_to_set, 224+ const environment_map& env_vars_to_set,
203+ bool wait, ProcessHandle* process_handle, 225+ bool wait, ProcessHandle* process_handle,
204+ ProcessArchitecture arch) { 226+ ProcessArchitecture arch) {
 227+ return LaunchApp(argv, fds_to_remap, env_vars_to_set,
 228+ SAME_PRIVILEGES_AS_PARENT,
 229+ wait, process_handle);
 230+}
 231+
 232+bool LaunchApp(const std::vector<std::string>& argv,
 233+ const file_handle_mapping_vector& fds_to_remap,
 234+ const environment_map& env_vars_to_set,
 235+ ChildPrivileges privs,
 236+ bool wait, ProcessHandle* process_handle,
 237+ ProcessArchitecture arch) {
205+ scoped_array<char*> argv_cstr(new char*[argv.size() + 1]); 238+ scoped_array<char*> argv_cstr(new char*[argv.size() + 1]);
206+ // Illegal to allocate memory after fork and before execvp 239+ // Illegal to allocate memory after fork and before execvp
207+ InjectiveMultimap fd_shuffle1, fd_shuffle2; 240+ InjectiveMultimap fd_shuffle1, fd_shuffle2;
208+ fd_shuffle1.reserve(fds_to_remap.size()); 241+ fd_shuffle1.reserve(fds_to_remap.size());
209+ fd_shuffle2.reserve(fds_to_remap.size()); 242+ fd_shuffle2.reserve(fds_to_remap.size());
210+ 243+
211+ pid_t pid = fork(); 244+ pid_t pid = fork();
212+ if (pid < 0) 245+ if (pid < 0)
213+ return false; 246+ return false;
214+ 247+
215+ if (pid == 0) { 248+ if (pid == 0) {
216+ for (file_handle_mapping_vector::const_iterator 249+ for (file_handle_mapping_vector::const_iterator
217+ it = fds_to_remap.begin(); it != fds_to_remap.end(); ++it) { 250+ it = fds_to_remap.begin(); it != fds_to_remap.end(); ++it) {
218+ fd_shuffle1.push_back(InjectionArc(it->first, it->second, false)); 251+ fd_shuffle1.push_back(InjectionArc(it->first, it->second, false));
219+ fd_shuffle2.push_back(InjectionArc(it->first, it->second, false)); 252+ fd_shuffle2.push_back(InjectionArc(it->first, it->second, false));
220+ } 253+ }
221+ 254+
222+ if (!ShuffleFileDescriptors(&fd_shuffle1)) 255+ if (!ShuffleFileDescriptors(&fd_shuffle1))
223+ _exit(127); 256+ _exit(127);
224+ 257+
225+ CloseSuperfluousFds(fd_shuffle2); 258+ CloseSuperfluousFds(fd_shuffle2);
226+ 259+
 260+ for (size_t i = 0; i < argv.size(); i++)
 261+ argv_cstr[i] = const_cast<char*>(argv[i].c_str());
 262+ argv_cstr[argv.size()] = NULL;
 263+
 264+ if (privs == UNPRIVILEGED) {
 265+ if (setgid(CHILD_UNPRIVILEGED_GID) != 0) {
 266+ DLOG(ERROR) << "FAILED TO setgid() CHILD PROCESS, path: " << argv_cstr[0];
 267+ _exit(127);
 268+ }
 269+ if (setuid(CHILD_UNPRIVILEGED_UID) != 0) {
 270+ DLOG(ERROR) << "FAILED TO setuid() CHILD PROCESS, path: " << argv_cstr[0];
 271+ _exit(127);
 272+ }
 273+ if (chdir("/") != 0)
 274+ gProcessLog.print("==> could not chdir()\n");
 275+ }
 276+
227+ for (environment_map::const_iterator it = env_vars_to_set.begin(); 277+ for (environment_map::const_iterator it = env_vars_to_set.begin();
228+ it != env_vars_to_set.end(); ++it) { 278+ it != env_vars_to_set.end(); ++it) {
229+ if (setenv(it->first.c_str(), it->second.c_str(), 1/*overwrite*/)) 279+ if (setenv(it->first.c_str(), it->second.c_str(), 1/*overwrite*/))
230+ _exit(127); 280+ _exit(127);
231+ } 281+ }
232+ 282+ execv(argv_cstr[0], argv_cstr.get());
233+ for (size_t i = 0; i < argv.size(); i++) 
234+ argv_cstr[i] = const_cast<char*>(argv[i].c_str()); 
235+ argv_cstr[argv.size()] = NULL; 
236+ execvp(argv_cstr[0], argv_cstr.get()); 
237+ // if we get here, we're in serious trouble and should complain loudly 283+ // if we get here, we're in serious trouble and should complain loudly
238+ DLOG(ERROR) << "FAILED TO exec() CHILD PROCESS, path: " << argv_cstr[0]; 284+ DLOG(ERROR) << "FAILED TO exec() CHILD PROCESS, path: " << argv_cstr[0];
239+ exit(127); 285+ _exit(127);
240+ } else { 286+ } else {
241+ gProcessLog.print("==> process %d launched child process %d\n", 287+ gProcessLog.print("==> process %d launched child process %d\n",
242+ GetCurrentProcId(), pid); 288+ GetCurrentProcId(), pid);
243+ if (wait) 289+ if (wait)
244+ HANDLE_EINTR(waitpid(pid, 0, 0)); 290+ HANDLE_EINTR(waitpid(pid, 0, 0));
245+ 291+
246+ if (process_handle) 292+ if (process_handle)
247+ *process_handle = pid; 293+ *process_handle = pid;
248+ } 294+ }
249+ 295+
250+ return true; 296+ return true;
251+} 297+}
252+ 298+

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/Attic/patch-xe (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-xe 2012/09/02 06:43:44 1.5
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-xe 2012/11/23 07:17:54 1.6
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1$NetBSD: patch-xe,v 1.5 2012/09/02 06:43:44 ryoon Exp $ 1$NetBSD: patch-xe,v 1.6 2012/11/23 07:17:54 ryoon Exp $
2 2
3NetBSD/m68k xptcall support code. From pkgsrc/www/firefox/patch-ad. 3NetBSD/m68k xptcall support code. From pkgsrc/www/firefox/patch-ad.
4 4
5--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp.orig 2012-08-25 00:31:35.000000000 +0000 5--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp.orig 2012-11-19 22:42:44.000000000 +0000
6+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp 6+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp
7@@ -100,6 +100,15 @@ extern "C" { 7@@ -100,6 +100,15 @@ extern "C" {
8 } 8 }
9 } 9 }
10  10
11+/* 11+/*
12+ * SYMBOL PREFIX must be "_" for aout symbols and "" for ELF 12+ * SYMBOL PREFIX must be "_" for aout symbols and "" for ELF
13+ */ 13+ */
14+#ifndef __ELF__ 14+#ifndef __ELF__
15+#define SYMBOLPREFIX "_" 15+#define SYMBOLPREFIX "_"
16+#else 16+#else
17+#define SYMBOLPREFIX 17+#define SYMBOLPREFIX
18+#endif 18+#endif
19+ 19+
20 XPTC_PUBLIC_API(nsresult) 20 XPTC_PUBLIC_API(nsresult)
21 XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, 21 XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex,
22 PRUint32 paramCount, nsXPTCVariant* params) 22 uint32_t paramCount, nsXPTCVariant* params)
23@@ -107,30 +116,30 @@ XPTC_InvokeByIndex(nsISupports* that, PR 23@@ -107,30 +116,30 @@ XPTC_InvokeByIndex(nsISupports* that, ui
24 PRUint32 result; 24 uint32_t result;
25  25
26 __asm__ __volatile__( 26 __asm__ __volatile__(
27- "movl %4, sp@-\n\t" 27- "movl %4, sp@-\n\t"
28- "movl %3, sp@-\n\t" 28- "movl %3, sp@-\n\t"
29- "jbsr _invoke_count_words\n\t" /* count words */ 29- "jbsr _invoke_count_words\n\t" /* count words */
30- "addql #8, sp\n\t" 30- "addql #8, sp\n\t"
31- "lsll #2, d0\n\t" /* *= 4 */ 31- "lsll #2, d0\n\t" /* *= 4 */
32- "movl sp, a2\n\t" /* save original sp */ 32- "movl sp, a2\n\t" /* save original sp */
33- "subl d0, sp\n\t" /* make room for params */ 33- "subl d0, sp\n\t" /* make room for params */
34- "movl sp, a0\n\t" 34- "movl sp, a0\n\t"
35- "movl %4, sp@-\n\t" 35- "movl %4, sp@-\n\t"
36- "movl %3, sp@-\n\t" 36- "movl %3, sp@-\n\t"
37- "movl a0, sp@-\n\t" 37- "movl a0, sp@-\n\t"

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/Attic/patch-xj (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-xj 2012/09/02 06:43:44 1.5
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-xj 2012/11/23 07:17:54 1.6
@@ -1,96 +1,95 @@ @@ -1,96 +1,95 @@
1$NetBSD: patch-xj,v 1.5 2012/09/02 06:43:44 ryoon Exp $ 1$NetBSD: patch-xj,v 1.6 2012/11/23 07:17:54 ryoon Exp $
2 2
3NetBSD ppc xptcall support code. Originally from pkgsrc/www/mozilla. 3NetBSD ppc xptcall support code. Originally from pkgsrc/www/mozilla.
4 4
5--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_netbsd.cpp.orig 2012-08-25 00:31:36.000000000 +0000 5--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_netbsd.cpp.orig 2012-11-19 22:42:45.000000000 +0000
6+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_netbsd.cpp 6+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_netbsd.cpp
7@@ -6,6 +6,7 @@ 7@@ -6,6 +6,7 @@
8 // Implement shared vtbl methods. 8 // Implement shared vtbl methods.
9  9
10 #include "xptcprivate.h" 10 #include "xptcprivate.h"
11+#include "xptiprivate.h" 11+#include "xptiprivate.h"
12  12
13 // The Linux/PPC ABI (aka PPC/SYSV ABI) passes the first 8 integral 13 // The Linux/PPC ABI (aka PPC/SYSV ABI) passes the first 8 integral
14 // parameters and the first 8 floating point parameters in registers 14 // parameters and the first 8 floating point parameters in registers
15@@ -36,7 +37,6 @@ PrepareAndDispatch(nsXPTCStubBase* self, 15@@ -36,7 +37,6 @@ PrepareAndDispatch(nsXPTCStubBase* self,
16 { 16 {
17 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; 17 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
18 nsXPTCMiniVariant* dispatchParams = NULL; 18 nsXPTCMiniVariant* dispatchParams = NULL;
19- nsIInterfaceInfo* iface_info = NULL; 19- nsIInterfaceInfo* iface_info = NULL;
20 const nsXPTMethodInfo* info; 20 const nsXPTMethodInfo* info;
21 PRUint32 paramCount; 21 uint32_t paramCount;
22 PRUint32 i; 22 uint32_t i;
23@@ -44,12 +44,7 @@ PrepareAndDispatch(nsXPTCStubBase* self, 23@@ -44,11 +44,7 @@ PrepareAndDispatch(nsXPTCStubBase* self,
24  24
25 NS_ASSERTION(self,"no self"); 25 NS_ASSERTION(self,"no self");
26  26
27- self->GetInterfaceInfo(&iface_info); 27- self->GetInterfaceInfo(&iface_info);
28- NS_ASSERTION(iface_info,"no interface info"); 28- NS_ASSERTION(iface_info,"no interface info");
29- if (! iface_info) 29- if (! iface_info)
30- return NS_ERROR_UNEXPECTED; 30- return NS_ERROR_UNEXPECTED;
31- 31-
32- iface_info->GetMethodInfo(PRUint16(methodIndex), &info); 
33+ self->mEntry->GetMethodInfo(PRUint16(methodIndex), &info); 32+ self->mEntry->GetMethodInfo(PRUint16(methodIndex), &info);
 33 iface_info->GetMethodInfo(uint16_t(methodIndex), &info);
34 NS_ASSERTION(info,"no method info"); 34 NS_ASSERTION(info,"no method info");
35 if (! info) 35 if (! info)
36 return NS_ERROR_UNEXPECTED; 36@@ -84,8 +80,10 @@ PrepareAndDispatch(nsXPTCStubBase* self,
37@@ -84,8 +79,10 @@ PrepareAndDispatch(nsXPTCStubBase* self, 37 if ((uint32_t) ap & 4) ap++; // doubles are 8-byte aligned on stack
38 if ((PRUint32) ap & 4) ap++; // doubles are 8-byte aligned on stack 
39 dp->val.d = *(double*) ap; 38 dp->val.d = *(double*) ap;
40 ap += 2; 39 ap += 2;
41+#if __GXX_ABI_VERSION < 100 40+#if __GXX_ABI_VERSION < 100
42 if (gpr < GPR_COUNT) 41 if (gpr < GPR_COUNT)
43 gpr += 2; 42 gpr += 2;
44+#endif 43+#endif
45 } 44 }
46 continue; 45 continue;
47 } 46 }
48@@ -95,8 +92,10 @@ PrepareAndDispatch(nsXPTCStubBase* self, 47@@ -95,8 +93,10 @@ PrepareAndDispatch(nsXPTCStubBase* self,
49 else { 48 else {
50 dp->val.f = *(float*) ap; 49 dp->val.f = *(float*) ap;
51 ap += 1; 50 ap += 1;
52+#if __GXX_ABI_VERSION < 100 51+#if __GXX_ABI_VERSION < 100
53 if (gpr < GPR_COUNT) 52 if (gpr < GPR_COUNT)
54 gpr += 1; 53 gpr += 1;
55+#endif 54+#endif
56 } 55 }
57 continue; 56 continue;
58 } 57 }
59@@ -144,9 +143,9 @@ PrepareAndDispatch(nsXPTCStubBase* self, 58@@ -144,9 +144,9 @@ PrepareAndDispatch(nsXPTCStubBase* self,
60 } 59 }
61 } 60 }
62  61
63- result = self->CallMethod((PRUint16) methodIndex, info, dispatchParams); 62- result = self->CallMethod((uint16_t) methodIndex, info, dispatchParams);
64- 63-
65- NS_RELEASE(iface_info); 64- NS_RELEASE(iface_info);
66+ result = self->mOuter->CallMethod((PRUint16) methodIndex, 65+ result = self->mOuter->CallMethod((PRUint16) methodIndex,
67+ info, 66+ info,
68+ dispatchParams); 67+ dispatchParams);
69  68
70 if (dispatchParams != paramBuffer) 69 if (dispatchParams != paramBuffer)
71 delete [] dispatchParams; 70 delete [] dispatchParams;
72@@ -160,7 +159,9 @@ PrepareAndDispatch(nsXPTCStubBase* self, 71@@ -160,7 +160,9 @@ PrepareAndDispatch(nsXPTCStubBase* self,
73 // however, it's quick, dirty, and'll break when the ABI changes on 72 // however, it's quick, dirty, and'll break when the ABI changes on
74 // us, which is what we want ;-). 73 // us, which is what we want ;-).
75  74
76-#define STUB_ENTRY(n) \ 75-#define STUB_ENTRY(n) \
77+#if __GXX_ABI_VERSION < 100 76+#if __GXX_ABI_VERSION < 100
78+// gcc-2 version 77+// gcc-2 version
79+# define STUB_ENTRY(n) \ 78+# define STUB_ENTRY(n) \
80 __asm__ ( \ 79 __asm__ ( \
81 ".section \".text\" \n\t" \ 80 ".section \".text\" \n\t" \
82 ".align 2 \n\t" \ 81 ".align 2 \n\t" \
83@@ -171,6 +172,46 @@ __asm__ (  82@@ -171,6 +173,46 @@ __asm__ (
84 "li 11,"#n" \n\t" \ 83 "li 11,"#n" \n\t" \
85 "b SharedStub@local \n" \ 84 "b SharedStub@local \n" \
86 ); 85 );
87+#else 86+#else
88+// gcc-3 version 87+// gcc-3 version
89+// 88+//
90+// As G++3 ABI contains the length of the functionname in the mangled 89+// As G++3 ABI contains the length of the functionname in the mangled
91+// name, it is difficult to get a generic assembler mechanism like 90+// name, it is difficult to get a generic assembler mechanism like
92+// in the G++ 2.95 case. 91+// in the G++ 2.95 case.
93+// Create names would be like: 92+// Create names would be like:
94+// _ZN14nsXPTCStubBase5Stub1Ev 93+// _ZN14nsXPTCStubBase5Stub1Ev
95+// _ZN14nsXPTCStubBase6Stub12Ev 94+// _ZN14nsXPTCStubBase6Stub12Ev
96+// _ZN14nsXPTCStubBase7Stub123Ev 95+// _ZN14nsXPTCStubBase7Stub123Ev

cvs diff -r1.5 -r1.6 pkgsrc/mail/thunderbird/patches/Attic/patch-xl (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-xl 2012/09/02 06:43:44 1.5
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-xl 2012/11/23 07:17:54 1.6
@@ -1,48 +1,49 @@ @@ -1,48 +1,49 @@
1$NetBSD: patch-xl,v 1.5 2012/09/02 06:43:44 ryoon Exp $ 1$NetBSD: patch-xl,v 1.6 2012/11/23 07:17:54 ryoon Exp $
2 2
3NetBSD ppc xptcall support code. Originally from pkgsrc/www/mozilla. 3NetBSD ppc xptcall support code. Originally from pkgsrc/www/mozilla.
4 4
5--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2012-08-25 00:31:35.000000000 +0000 5--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2012-11-19 22:42:44.000000000 +0000
6+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s 6+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s
7@@ -20,41 +20,41 @@ 7@@ -20,41 +20,42 @@
8  8
9 .section ".text" 9 .section ".text"
10 .align 2 10 .align 2
11- .globl XPTC_InvokeByIndex 11- .globl XPTC_InvokeByIndex
12- .type XPTC_InvokeByIndex,@function 12- .type XPTC_InvokeByIndex,@function
13+ .globl NS_InvokeByIndex_P 13+ .globl NS_InvokeByIndex_P
14+ .type NS_InvokeByIndex_P,@function 14+ .type NS_InvokeByIndex_P,@function
 15+
 16+//
 17+// NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex,
 18+// PRUint32 paramCount, nsXPTCVariant* params)
 19+//
 20+
 21+NS_InvokeByIndex_P:
 22+ stwu sp,-32(sp) // setup standard stack frame
 23+ mflr r0 // save LR
 24+ stw r3,8(sp) // r3 <= that
 25+ stw r4,12(sp) // r4 <= methodIndex
15  26
16-# 27-#
17-# XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, 28-# XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex,
18-# PRUint32 paramCount, nsXPTCVariant* params) 29-# uint32_t paramCount, nsXPTCVariant* params)
19-# 30-#
20- 31-
21-XPTC_InvokeByIndex: 32-XPTC_InvokeByIndex:
22- stwu sp,-32(sp) # setup standard stack frame 33- stwu sp,-32(sp) # setup standard stack frame
23- mflr r0 # save LR 34- mflr r0 # save LR
24- stw r3,8(sp) # r3 <= that 35- stw r3,8(sp) # r3 <= that
25- stw r4,12(sp) # r4 <= methodIndex 36- stw r4,12(sp) # r4 <= methodIndex
26+// 
27+// NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex, 
28+// PRUint32 paramCount, nsXPTCVariant* params) 
29+// 
30+ 
31+NS_InvokeByIndex_P: 
32+ stwu sp,-32(sp) // setup standard stack frame 
33+ mflr r0 // save LR 
34+ stw r3,8(sp) // r3 <= that 
35+ stw r4,12(sp) // r4 <= methodIndex 
36 stw r30,16(sp) 37 stw r30,16(sp)
37 stw r31,20(sp) 38 stw r31,20(sp)
38  39
39- stw r0,36(sp) # store LR backchain 40- stw r0,36(sp) # store LR backchain
40+ stw r0,36(sp) // store LR backchain 41+ stw r0,36(sp) // store LR backchain
41 mr r31,sp 42 mr r31,sp
42  43
43- rlwinm r10,r5,3,0,27 # r10 = (ParamCount * 2 * 4) & ~0x0f 44- rlwinm r10,r5,3,0,27 # r10 = (ParamCount * 2 * 4) & ~0x0f
44- addi r0,r10,96 # reserve stack for GPR and FPR register save area r0 = r10 + 96 45- addi r0,r10,96 # reserve stack for GPR and FPR register save area r0 = r10 + 96
45- lwz r9,0(sp) # r9 = backchain 46- lwz r9,0(sp) # r9 = backchain
46+ rlwinm r10,r5,3,0,27 // r10 = (ParamCount * 2 * 4) & ~0x0f 47+ rlwinm r10,r5,3,0,27 // r10 = (ParamCount * 2 * 4) & ~0x0f
47+ addi r0,r10,96 // reserve stack for GPR and FPR register save area r0 = r10 + 96 48+ addi r0,r10,96 // reserve stack for GPR and FPR register save area r0 = r10 + 96
48+ lwz r9,0(sp) // r9 = backchain 49+ lwz r9,0(sp) // r9 = backchain
@@ -61,56 +62,13 @@ NetBSD ppc xptcall support code. Origina @@ -61,56 +62,13 @@ NetBSD ppc xptcall support code. Origina
61+ mr r5,r6 // r5 <= params 62+ mr r5,r6 // r5 <= params
62+ add r6,r3,r10 // r6 <= gpregs ( == args + r10 ) 63+ add r6,r3,r10 // r6 <= gpregs ( == args + r10 )
63+ mr r30,r6 // store in r30 for use later... 64+ mr r30,r6 // store in r30 for use later...
64+ addi r7,r6,32 // r7 <= fpregs ( == gpregs + 32 ) 65+ addi r7,r6,32 // r7 <= fpregs ( == gpregs + 32 )
65  66
66- bl invoke_copy_to_stack@local # (args, paramCount, params, gpregs, fpregs) 67- bl invoke_copy_to_stack@local # (args, paramCount, params, gpregs, fpregs)
67+ bl invoke_copy_to_stack@local // (args, paramCount, params, gpregs, fpregs) 68+ bl invoke_copy_to_stack@local // (args, paramCount, params, gpregs, fpregs)
68  69
69- lfd f1,32(r30) # load FP registers with method parameters 70- lfd f1,32(r30) # load FP registers with method parameters
70+ lfd f1,32(r30) // load FP registers with method parameters 71+ lfd f1,32(r30) // load FP registers with method parameters
71 lfd f2,40(r30)  72 lfd f2,40(r30)
72 lfd f3,48(r30)  73 lfd f3,48(r30)
73 lfd f4,56(r30)  74 lfd f4,56(r30)
74@@ -63,18 +63,13 @@ XPTC_InvokeByIndex: 
75 lfd f7,80(r30)  
76 lfd f8,88(r30) 
77  
78- lwz r3,8(r31) # r3 <= that 
79- lwz r4,12(r31) # r4 <= methodIndex 
80- lwz r5,0(r3) # r5 <= vtable ( == *that ) 
81- slwi r4,r4,3 # convert to offset ( *= 8 ) 
82- addi r4,r4,8 # skip first two vtable entries 
83- add r4,r4,r5 
84- lhz r0,0(r4) # virtual base offset 
85- extsh r0,r0 
86- add r3,r3,r0 
87- lwz r0,4(r4) # r0 <= methodpointer ( == vtable + offset ) 
88+ lwz r3,8(r31) // r3 <= that 
89+ lwz r4,12(r31) // r4 <= methodIndex 
90+ lwz r5,0(r3) // r5 <= vtable ( == *that ) 
91+ slwi r4,r4,2 // convert to offset ( *= 4 ) 
92+ lwzx r0,r4,r5 // r0 <= methodpointer ( == vtable + offset ) 
93  
94- lwz r4,4(r30) # load GP regs with method parameters 
95+ lwz r4,4(r30) // load GP regs with method parameters 
96 lwz r5,8(r30)  
97 lwz r6,12(r30)  
98 lwz r7,16(r30)  
99@@ -82,13 +77,13 @@ XPTC_InvokeByIndex: 
100 lwz r9,24(r30)  
101 lwz r10,28(r30) 
102  
103- mtlr r0 # copy methodpointer to LR  
104- blrl # call method 
105+ mtlr r0 // copy methodpointer to LR  
106+ blrl // call method 
107  
108- lwz r30,16(r31) # restore r30 & r31 
109+ lwz r30,16(r31) // restore r30 & r31 
110 lwz r31,20(r31) 
111  
112- lwz r11,0(sp) # clean up the stack 
113+ lwz r11,0(sp) // clean up the stack 
114 lwz r0,4(r11) 
115 mtlr r0 
116 mr sp,r11 

cvs diff -r1.3 -r1.4 pkgsrc/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp 2012/09/02 06:43:40 1.3
+++ pkgsrc/mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp 2012/11/23 07:17:54 1.4
@@ -1,42 +1,56 @@ @@ -1,42 +1,56 @@
1$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.3 2012/09/02 06:43:40 ryoon Exp $ 1$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.4 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/ipc/glue/GeckoChildProcessHost.cpp.orig 2012-08-25 00:31:11.000000000 +0000 3--- mozilla/ipc/glue/GeckoChildProcessHost.cpp.orig 2012-11-19 22:42:22.000000000 +0000
4+++ mozilla/ipc/glue/GeckoChildProcessHost.cpp 4+++ mozilla/ipc/glue/GeckoChildProcessHost.cpp
5@@ -410,7 +410,7 @@ GeckoChildProcessHost::PerformAsyncLaunc 5@@ -4,7 +4,13 @@
 6 * License, v. 2.0. If a copy of the MPL was not distributed with this
 7 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 8
 9+#if defined(__NetBSD__)
 10+_Pragma("GCC visibility push(default)")
 11+#endif
 12 #include "GeckoChildProcessHost.h"
 13+#if defined(__NetBSD__)
 14+_Pragma("GCC visibility pop")
 15+#endif
 16
 17 #include "base/command_line.h"
 18 #include "base/path_service.h"
 19@@ -437,7 +443,7 @@ GeckoChildProcessHost::PerformAsyncLaunc
6 // and passing wstrings from one config to the other is unsafe. So 20 // and passing wstrings from one config to the other is unsafe. So
7 // we split the logic here. 21 // we split the logic here.
8  22
9-#if defined(OS_LINUX) || defined(OS_MACOSX) 23-#if defined(OS_LINUX) || defined(OS_MACOSX)
10+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) 24+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD)
11 base::environment_map newEnvVars; 25 base::environment_map newEnvVars;
12 // XPCOM may not be initialized in some subprocesses. We don't want 26 base::ChildPrivileges privs = kLowRightsSubprocesses ?
13 // to initialize XPCOM just for the directory service, especially 27 base::UNPRIVILEGED :
14@@ -425,8 +425,8 @@ GeckoChildProcessHost::PerformAsyncLaunc 28@@ -455,8 +461,8 @@ GeckoChildProcessHost::PerformAsyncLaunc
15 if (NS_SUCCEEDED(rv)) { 29 if (NS_SUCCEEDED(rv)) {
16 nsCString path; 30 nsCString path;
17 greDir->GetNativePath(path); 31 greDir->GetNativePath(path);
18-# ifdef OS_LINUX 32-# ifdef OS_LINUX
19-# ifdef MOZ_WIDGET_ANDROID 33-# ifdef MOZ_WIDGET_ANDROID
20+# if defined(OS_LINUX) || defined(OS_BSD) 34+# if defined(OS_LINUX) || defined(OS_BSD)
21+# if defined(MOZ_WIDGET_ANDROID) || defined(OS_BSD) 35+# if defined(MOZ_WIDGET_ANDROID) || defined(OS_BSD)
22 path += "/lib"; 36 path += "/lib";
23 # endif // MOZ_WIDGET_ANDROID 37 # endif // MOZ_WIDGET_ANDROID
24 const char *ld_library_path = PR_GetEnv("LD_LIBRARY_PATH"); 38 const char *ld_library_path = PR_GetEnv("LD_LIBRARY_PATH");
25@@ -537,7 +537,7 @@ GeckoChildProcessHost::PerformAsyncLaunc 39@@ -575,7 +581,7 @@ GeckoChildProcessHost::PerformAsyncLaunc
26 childArgv.push_back(pidstring); 40 childArgv.push_back(pidstring);
27  41
28 #if defined(MOZ_CRASHREPORTER) 42 #if defined(MOZ_CRASHREPORTER)
29-# if defined(OS_LINUX) 43-# if defined(OS_LINUX)
30+# if defined(OS_LINUX) || defined(OS_BSD) 44+# if defined(OS_LINUX) || defined(OS_BSD)
31 int childCrashFd, childCrashRemapFd; 45 int childCrashFd, childCrashRemapFd;
32 if (!CrashReporter::CreateNotificationPipeForChild( 46 if (!CrashReporter::CreateNotificationPipeForChild(
33 &childCrashFd, &childCrashRemapFd)) 47 &childCrashFd, &childCrashRemapFd))
34@@ -574,7 +574,7 @@ GeckoChildProcessHost::PerformAsyncLaunc 48@@ -612,7 +618,7 @@ GeckoChildProcessHost::PerformAsyncLaunc
35 #endif 49 #endif
36  50
37 base::LaunchApp(childArgv, mFileMap, 51 base::LaunchApp(childArgv, mFileMap,
38-#if defined(OS_LINUX) || defined(OS_MACOSX) 52-#if defined(OS_LINUX) || defined(OS_MACOSX)
39+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD) 53+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD)
40 newEnvVars, 54 newEnvVars, privs,
41 #endif 55 #endif
42 false, &process, arch); 56 false, &process, arch);

cvs diff -r1.3 -r1.4 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp 2012/09/02 06:43:41 1.3
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp 2012/11/23 07:17:54 1.4
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp,v 1.3 2012/09/02 06:43:41 ryoon Exp $ 1$NetBSD: patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp,v 1.4 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/dom/plugins/ipc/PluginModuleChild.cpp.orig 2012-08-25 00:31:04.000000000 +0000 3--- mozilla/dom/plugins/ipc/PluginModuleChild.cpp.orig 2012-11-19 22:42:16.000000000 +0000
4+++ mozilla/dom/plugins/ipc/PluginModuleChild.cpp 4+++ mozilla/dom/plugins/ipc/PluginModuleChild.cpp
5@@ -5,6 +5,7 @@ 5@@ -5,6 +5,7 @@
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7  7
8 #ifdef MOZ_WIDGET_QT 8 #ifdef MOZ_WIDGET_QT
9+#include <unistd.h> // for _exit() 9+#include <unistd.h> // for _exit()
10 #include <QtCore/QTimer> 10 #include <QtCore/QTimer>
11 #include "nsQAppInstance.h" 11 #include "nsQAppInstance.h"
12 #include "NestedLoopTimer.h" 12 #include "NestedLoopTimer.h"
13@@ -192,7 +193,7 @@ PluginModuleChild::Init(const std::strin 13@@ -196,7 +197,7 @@ PluginModuleChild::Init(const std::strin
14  14
15 // TODO: use PluginPRLibrary here 15 // TODO: use PluginPRLibrary here
16  16
17-#if defined(OS_LINUX) 17-#if defined(OS_LINUX)
18+#if defined(OS_LINUX) || defined(OS_BSD) 18+#if defined(OS_LINUX) || defined(OS_BSD)
19 mShutdownFunc = 19 mShutdownFunc =
20 (NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown"); 20 (NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown");
21  21
22@@ -1811,7 +1812,7 @@ PluginModuleChild::AnswerNP_GetEntryPoin 22@@ -1827,7 +1828,7 @@ PluginModuleChild::AnswerNP_GetEntryPoin
23 PLUGIN_LOG_DEBUG_METHOD; 23 PLUGIN_LOG_DEBUG_METHOD;
24 AssertPluginThread(); 24 AssertPluginThread();
25  25
26-#if defined(OS_LINUX) 26-#if defined(OS_LINUX)
27+#if defined(OS_LINUX) || defined(OS_BSD) 27+#if defined(OS_LINUX) || defined(OS_BSD)
28 return true; 28 return true;
29 #elif defined(OS_WIN) || defined(OS_MACOSX) 29 #elif defined(OS_WIN) || defined(OS_MACOSX)
30 *_retval = mGetEntryPointsFunc(&mFunctions); 30 *_retval = mGetEntryPointsFunc(&mFunctions);
31@@ -1840,7 +1841,7 @@ PluginModuleChild::AnswerNP_Initialize(c 31@@ -1856,7 +1857,7 @@ PluginModuleChild::AnswerNP_Initialize(c
32 SendBackUpXResources(FileDescriptor(xSocketFd, false/*don't close*/)); 32 SendBackUpXResources(FileDescriptor(xSocketFd));
33 #endif 33 #endif
34  34
35-#if defined(OS_LINUX) 35-#if defined(OS_LINUX)
36+#if defined(OS_LINUX) || defined(OS_BSD) 36+#if defined(OS_LINUX) || defined(OS_BSD)
37 *_retval = mInitializeFunc(&sBrowserFuncs, &mFunctions); 37 *_retval = mInitializeFunc(&sBrowserFuncs, &mFunctions);
38 return true; 38 return true;
39 #elif defined(OS_WIN) || defined(OS_MACOSX) 39 #elif defined(OS_WIN) || defined(OS_MACOSX)

cvs diff -r1.3 -r1.4 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_Makefile.in (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_Makefile.in 2012/09/02 06:43:41 1.3
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_Makefile.in 2012/11/23 07:17:54 1.4
@@ -1,26 +1,25 @@ @@ -1,26 +1,25 @@
1$NetBSD: patch-mozilla_ipc_chromium_Makefile.in,v 1.3 2012/09/02 06:43:41 ryoon Exp $ 1$NetBSD: patch-mozilla_ipc_chromium_Makefile.in,v 1.4 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/ipc/chromium/Makefile.in.orig 2012-08-25 00:31:11.000000000 +0000 3--- mozilla/ipc/chromium/Makefile.in.orig 2012-11-19 22:42:22.000000000 +0000
4+++ mozilla/ipc/chromium/Makefile.in 4+++ mozilla/ipc/chromium/Makefile.in
5@@ -243,6 +243,34 @@ endif 5@@ -240,6 +240,33 @@ endif
6  6
7 endif # } OS_LINUX 7 endif # } OS_LINUX
8  8
9+ifdef OS_BSD # { 9+ifdef OS_BSD # {
10+ 10+
11+CPPSRCS += \ 11+CPPSRCS += \
12+ atomicops_internals_x86_gcc.cc \ 12+ atomicops_internals_x86_gcc.cc \
13+ file_util_linux.cc \ 
14+ process_util_bsd.cc \ 13+ process_util_bsd.cc \
15+ time_posix.cc \ 14+ time_posix.cc \
16+ $(NULL) 15+ $(NULL)
17+ 16+
18+ifdef MOZ_ENABLE_GTK2 17+ifdef MOZ_ENABLE_GTK2
19+CPPSRCS += \ 18+CPPSRCS += \
20+ message_pump_glib.cc \ 19+ message_pump_glib.cc \
21+ $(NULL) 20+ $(NULL)
22+endif 21+endif
23+ 22+
24+ifdef MOZ_ENABLE_QT 23+ifdef MOZ_ENABLE_QT
25+MOCSRCS = \ 24+MOCSRCS = \
26+ moc_message_pump_qt.cc \ 25+ moc_message_pump_qt.cc \

File Deleted: pkgsrc/mail/thunderbird/patches/Attic/patch-ma-toplevel

cvs diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_config_baseconfig.mk (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_config_baseconfig.mk 2012/10/12 18:29:39 1.1
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_config_baseconfig.mk 2012/11/23 07:17:54 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-mozilla_config_baseconfig.mk,v 1.1 2012/10/12 18:29:39 ryoon Exp $ 1$NetBSD: patch-mozilla_config_baseconfig.mk,v 1.2 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/config/baseconfig.mk.orig 2012-10-05 14:45:14.000000000 +0000 3--- mozilla/config/baseconfig.mk.orig 2012-11-19 22:42:12.000000000 +0000
4+++ mozilla/config/baseconfig.mk 4+++ mozilla/config/baseconfig.mk
5@@ -1,9 +1,9 @@ 5@@ -1,9 +1,9 @@
6 INCLUDED_AUTOCONF_MK = 1 6 INCLUDED_AUTOCONF_MK = 1
7  7
8-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) 8-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
9-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) 9-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
10-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) 10-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
11-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) 11-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
12+includedir := $(includedir)/$(MOZILLA_PKG_NAME) 12+includedir := $(includedir)/${MOZILLA_PKG_NAME}
13+idldir = $(datadir)/idl/$(MOZILLA_PKG_NAME) 13+idldir = $(datadir)/idl/${MOZILLA_PKG_NAME}
14+installdir = $(libdir)/$(MOZILLA_PKG_NAME) 14+installdir = $(libdir)/${MOZILLA_PKG_NAME}
15+sdkdir = $(libdir)/$(MOZILLA_PKG_NAME)-sdk 15+sdkdir = $(libdir)/${MOZILLA_PKG_NAME}
16 DIST = $(DEPTH)/dist 16 DIST = $(DEPTH)/dist
17  17
18 # We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't 18 # We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't

cvs diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_config_system-headers (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_config_system-headers 2012/09/02 06:43:41 1.1
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_config_system-headers 2012/11/23 07:17:54 1.2
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1$NetBSD: patch-mozilla_config_system-headers,v 1.1 2012/09/02 06:43:41 ryoon Exp $ 1$NetBSD: patch-mozilla_config_system-headers,v 1.2 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/config/system-headers.orig 2012-08-25 00:30:58.000000000 +0000 3--- mozilla/config/system-headers.orig 2012-11-19 22:42:12.000000000 +0000
4+++ mozilla/config/system-headers 4+++ mozilla/config/system-headers
5@@ -1059,3 +1059,7 @@ gst/gst.h 5@@ -1065,5 +1065,9 @@ gst/gst.h
6 gst/app/gstappsink.h 6 gst/app/gstappsink.h
7 gst/app/gstappsrc.h 7 gst/app/gstappsrc.h
8 gst/video/video.h 8 gst/video/video.h
9+sys/thr.h 9+sys/thr.h
10+sys/user.h 10+sys/user.h
11+kvm.h 11+kvm.h
12+spawn.h 12+spawn.h
 13 sys/msg.h
 14 sys/ipc.h

cvs diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_glue_SharedMemorySysV.h (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_glue_SharedMemorySysV.h 2012/09/02 06:43:42 1.1
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_glue_SharedMemorySysV.h 2012/11/23 07:17:54 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-mozilla_ipc_glue_SharedMemorySysV.h,v 1.1 2012/09/02 06:43:42 ryoon Exp $ 1$NetBSD: patch-mozilla_ipc_glue_SharedMemorySysV.h,v 1.2 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/ipc/glue/SharedMemorySysV.h.orig 2012-08-25 00:31:11.000000000 +0000 3--- mozilla/ipc/glue/SharedMemorySysV.h.orig 2012-11-19 22:42:22.000000000 +0000
4+++ mozilla/ipc/glue/SharedMemorySysV.h 4+++ mozilla/ipc/glue/SharedMemorySysV.h
5@@ -8,7 +8,7 @@ 5@@ -8,7 +8,7 @@
6 #ifndef mozilla_ipc_SharedMemorySysV_h 6 #ifndef mozilla_ipc_SharedMemorySysV_h
7 #define mozilla_ipc_SharedMemorySysV_h 7 #define mozilla_ipc_SharedMemorySysV_h
8  8
9-#if defined(OS_LINUX) && !defined(ANDROID) 9-#if defined(OS_LINUX) && !defined(ANDROID)
10+#if defined(OS_LINUX) && !defined(ANDROID) || defined(OS_BSD) 10+#if (defined(OS_LINUX) && !defined(ANDROID)) || defined(OS_BSD)
11  11
12 // SysV shared memory isn't available on Windows, but we define the 12 // SysV shared memory isn't available on Windows, but we define the
13 // following macro so that #ifdefs are clearer (compared to #ifdef 13 // following macro so that #ifdefs are clearer (compared to #ifdef

cvs diff -r1.1 -r1.2 pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_js_src_config_system-headers (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_js_src_config_system-headers 2012/09/02 06:43:42 1.1
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_js_src_config_system-headers 2012/11/23 07:17:54 1.2
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1$NetBSD: patch-mozilla_js_src_config_system-headers,v 1.1 2012/09/02 06:43:42 ryoon Exp $ 1$NetBSD: patch-mozilla_js_src_config_system-headers,v 1.2 2012/11/23 07:17:54 ryoon Exp $
2 2
3--- mozilla/js/src/config/system-headers.orig 2012-08-25 00:31:11.000000000 +0000 3--- mozilla/js/src/config/system-headers.orig 2012-11-19 22:42:22.000000000 +0000
4+++ mozilla/js/src/config/system-headers 4+++ mozilla/js/src/config/system-headers
5@@ -1059,3 +1059,7 @@ gst/gst.h 5@@ -1065,5 +1065,9 @@ gst/gst.h
6 gst/app/gstappsink.h 6 gst/app/gstappsink.h
7 gst/app/gstappsrc.h 7 gst/app/gstappsrc.h
8 gst/video/video.h 8 gst/video/video.h
9+sys/thr.h 9+sys/thr.h
10+sys/user.h 10+sys/user.h
11+kvm.h 11+kvm.h
12+spawn.h 12+spawn.h
 13 sys/msg.h
 14 sys/ipc.h

File Deleted: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_ipc_chromium_src_base_file__util__linux.cc

File Deleted: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_media_libvpx_vpx__config.h

File Deleted: pkgsrc/mail/thunderbird/patches/Attic/patch-mozilla_media_libvpx_vpx__config__c.c