Fri Oct 12 18:28:59 2012 UTC ()
Update to 16.0.1

Changelog:
    FIXED
    16.0.1: Vulnerability outlined here
	https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
    NEW
    We have now added box.com to the list of online storage services that are available for use with Thunderbird Filelink
    NEW
    Silent, background updates. Thunderbird will now download and apply updates in the background allowing you to start quickly the next time Thunderbird starts up.
    FIXED
    Various fixes and performance improvements
    FIXED
    Various security fixes
Fixed in Thunderbird 16.0.1
MFSA 2012-89 defaultValue security checks not applied
MFSA 2012-88 Miscellaneous memory safety hazards (rv:16.0.1)

Fixed in Thunderbird 16
MFSA 2012-87 Use-after-free in the IME State Manager
MFSA 2012-86 Heap memory corruption issues found using Address Sanitizer
MFSA 2012-85 Use-after-free, buffer overflow, and out of bounds read issues found using Address Sanitizer
MFSA 2012-84 Spoofing and script injection through location.hash
MFSA 2012-83 Chrome Object Wrapper (COW) does not disallow acces to privileged functions or properties
MFSA 2012-82 top object and location property accessible by plugins
MFSA 2012-81 GetProperty function can bypass security checks
MFSA 2012-80 Crash with invalid cast when using instanceof operator
MFSA 2012-79 DOS and crash with full screen and history navigation
MFSA 2012-77 Some DOMWindowUtils methods bypass security checks
MFSA 2012-76 Continued access to initial origin after setting document.domain
MFSA 2012-75 select element persistance allows for attacks
MFSA 2012-74 Miscellaneous memory safety hazards (rv:16.0/ rv:10.0.8)


(ryoon)
diff -r1.101 -r1.102 pkgsrc/mail/thunderbird/Makefile
diff -r1.43 -r1.44 pkgsrc/mail/thunderbird/PLIST
diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/PLIST.lightning
diff -r1.103 -r1.104 pkgsrc/mail/thunderbird/distinfo
diff -r1.10 -r1.11 pkgsrc/mail/thunderbird/enigmail.mk
diff -r1.12 -r1.13 pkgsrc/mail/thunderbird/patches/patch-as
diff -r1.11 -r1.12 pkgsrc/mail/thunderbird/patches/patch-aw
diff -r1.4 -r0 pkgsrc/mail/thunderbird/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h
diff -r1.5 -r0 pkgsrc/mail/thunderbird/patches/patch-ma
diff -r1.3 -r0 pkgsrc/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_third__party_nspr_prtime.cc
diff -r1.4 -r1.5 pkgsrc/mail/thunderbird/patches/patch-zc

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

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

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

--- pkgsrc/mail/thunderbird/PLIST 2012/09/02 06:43:39 1.43
+++ pkgsrc/mail/thunderbird/PLIST 2012/10/12 18:28:58 1.44
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1@comment $NetBSD: PLIST,v 1.43 2012/09/02 06:43:39 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.44 2012/10/12 18:28:58 ryoon Exp $
2bin/thunderbird 2bin/thunderbird
 3include/thunderbird/.mkdir.done
3include/thunderbird/AudioSegment.h 4include/thunderbird/AudioSegment.h
4include/thunderbird/BasicImplData.h 5include/thunderbird/BasicImplData.h
5include/thunderbird/BasicLayers.h 6include/thunderbird/BasicLayers.h
6include/thunderbird/BasicTiledThebesLayer.h 7include/thunderbird/BasicTiledThebesLayer.h
7include/thunderbird/CustomQS_Canvas.h 8include/thunderbird/CustomQS_Canvas.h
8include/thunderbird/CustomQS_Canvas2D.h 9include/thunderbird/CustomQS_Canvas2D.h
9include/thunderbird/CustomQS_WebGL.h 10include/thunderbird/CustomQS_WebGL.h
10include/thunderbird/DictionaryHelpers.h 11include/thunderbird/DictionaryHelpers.h
11include/thunderbird/EventTracer.h 12include/thunderbird/EventTracer.h
12include/thunderbird/FileBlockCache.h 13include/thunderbird/FileBlockCache.h
13include/thunderbird/ForceDiscreteGPUHelperCGL.h 14include/thunderbird/ForceDiscreteGPUHelperCGL.h
14include/thunderbird/FrameLayerBuilder.h 15include/thunderbird/FrameLayerBuilder.h
15include/thunderbird/FramePropertyTable.h 16include/thunderbird/FramePropertyTable.h
@@ -34,37 +35,38 @@ include/thunderbird/LayerSorter.h @@ -34,37 +35,38 @@ include/thunderbird/LayerSorter.h
34include/thunderbird/Layers.h 35include/thunderbird/Layers.h
35include/thunderbird/MailNewsTypes.h 36include/thunderbird/MailNewsTypes.h
36include/thunderbird/MailNewsTypes2.h 37include/thunderbird/MailNewsTypes2.h
37include/thunderbird/MediaEngine.h 38include/thunderbird/MediaEngine.h
38include/thunderbird/MediaEngineDefault.h 39include/thunderbird/MediaEngineDefault.h
39include/thunderbird/MediaResource.h 40include/thunderbird/MediaResource.h
40include/thunderbird/MediaSegment.h 41include/thunderbird/MediaSegment.h
41include/thunderbird/MediaStreamGraph.h 42include/thunderbird/MediaStreamGraph.h
42include/thunderbird/PCOMContentPermissionRequestChild.h 43include/thunderbird/PCOMContentPermissionRequestChild.h
43include/thunderbird/PPrefTuple.h 44include/thunderbird/PPrefTuple.h
44include/thunderbird/PrefTuple.h 45include/thunderbird/PrefTuple.h
45include/thunderbird/ReadbackLayer.h 46include/thunderbird/ReadbackLayer.h
46include/thunderbird/SVGAttrValueWrapper.h 47include/thunderbird/SVGAttrValueWrapper.h
 48include/thunderbird/Selection.h
47include/thunderbird/SharedBuffer.h 49include/thunderbird/SharedBuffer.h
48include/thunderbird/SharedTextureImage.h 50include/thunderbird/SharedTextureImage.h
49include/thunderbird/StackArena.h 51include/thunderbird/StackArena.h
50include/thunderbird/StreamBuffer.h 52include/thunderbird/StreamBuffer.h
51include/thunderbird/TabMessageUtils.h 
52include/thunderbird/TexturePoolOGL.h 53include/thunderbird/TexturePoolOGL.h
53include/thunderbird/TimeVarying.h 54include/thunderbird/TimeVarying.h
54include/thunderbird/VideoFrameContainer.h 55include/thunderbird/VideoFrameContainer.h
55include/thunderbird/VideoSegment.h 56include/thunderbird/VideoSegment.h
56include/thunderbird/VideoUtils.h 57include/thunderbird/VideoUtils.h
57include/thunderbird/WebGLContext.h 58include/thunderbird/WebGLContext.h
 59include/thunderbird/XPCJSMemoryReporter.h
58include/thunderbird/a11yGeneric.h 60include/thunderbird/a11yGeneric.h
59include/thunderbird/amIInstallTrigger.h 61include/thunderbird/amIInstallTrigger.h
60include/thunderbird/amIWebInstallListener.h 62include/thunderbird/amIWebInstallListener.h
61include/thunderbird/amIWebInstaller.h 63include/thunderbird/amIWebInstaller.h
62include/thunderbird/angle/ShaderLang.h 64include/thunderbird/angle/ShaderLang.h
63include/thunderbird/chromium_types.h 65include/thunderbird/chromium_types.h
64include/thunderbird/comi18n.h 66include/thunderbird/comi18n.h
65include/thunderbird/cubeb/cubeb-stdint.h 67include/thunderbird/cubeb/cubeb-stdint.h
66include/thunderbird/cubeb/cubeb.h 68include/thunderbird/cubeb/cubeb.h
67include/thunderbird/dmd.h 69include/thunderbird/dmd.h
68include/thunderbird/dombindings.h 70include/thunderbird/dombindings.h
69include/thunderbird/dombindings_gen.h 71include/thunderbird/dombindings_gen.h
70include/thunderbird/domstubs.h 72include/thunderbird/domstubs.h
@@ -117,26 +119,27 @@ include/thunderbird/gfxReusableSurfaceWr @@ -117,26 +119,27 @@ include/thunderbird/gfxReusableSurfaceWr
117include/thunderbird/gfxSharedImageSurface.h 119include/thunderbird/gfxSharedImageSurface.h
118include/thunderbird/gfxSkipChars.h 120include/thunderbird/gfxSkipChars.h
119include/thunderbird/gfxTeeSurface.h 121include/thunderbird/gfxTeeSurface.h
120include/thunderbird/gfxTypes.h 122include/thunderbird/gfxTypes.h
121include/thunderbird/gfxUserFontSet.h 123include/thunderbird/gfxUserFontSet.h
122include/thunderbird/gfxUtils.h 124include/thunderbird/gfxUtils.h
123include/thunderbird/gfxXlibNativeRenderer.h 125include/thunderbird/gfxXlibNativeRenderer.h
124include/thunderbird/gfxXlibSurface.h 126include/thunderbird/gfxXlibSurface.h
125include/thunderbird/gfxipc/ShadowLayerUtils.h 127include/thunderbird/gfxipc/ShadowLayerUtils.h
126include/thunderbird/graphite2/Font.h 128include/thunderbird/graphite2/Font.h
127include/thunderbird/graphite2/Log.h 129include/thunderbird/graphite2/Log.h
128include/thunderbird/graphite2/Segment.h 130include/thunderbird/graphite2/Segment.h
129include/thunderbird/graphite2/Types.h 131include/thunderbird/graphite2/Types.h
 132include/thunderbird/gtk2compat.h
130include/thunderbird/gtk2xtbin.h 133include/thunderbird/gtk2xtbin.h
131include/thunderbird/harfbuzz/hb-blob.h 134include/thunderbird/harfbuzz/hb-blob.h
132include/thunderbird/harfbuzz/hb-buffer.h 135include/thunderbird/harfbuzz/hb-buffer.h
133include/thunderbird/harfbuzz/hb-common.h 136include/thunderbird/harfbuzz/hb-common.h
134include/thunderbird/harfbuzz/hb-font.h 137include/thunderbird/harfbuzz/hb-font.h
135include/thunderbird/harfbuzz/hb-ot-layout.h 138include/thunderbird/harfbuzz/hb-ot-layout.h
136include/thunderbird/harfbuzz/hb-ot-shape.h 139include/thunderbird/harfbuzz/hb-ot-shape.h
137include/thunderbird/harfbuzz/hb-ot-tag.h 140include/thunderbird/harfbuzz/hb-ot-tag.h
138include/thunderbird/harfbuzz/hb-ot.h 141include/thunderbird/harfbuzz/hb-ot.h
139include/thunderbird/harfbuzz/hb-set.h 142include/thunderbird/harfbuzz/hb-set.h
140include/thunderbird/harfbuzz/hb-shape.h 143include/thunderbird/harfbuzz/hb-shape.h
141include/thunderbird/harfbuzz/hb-unicode.h 144include/thunderbird/harfbuzz/hb-unicode.h
142include/thunderbird/harfbuzz/hb-version.h 145include/thunderbird/harfbuzz/hb-version.h
@@ -218,26 +221,28 @@ include/thunderbird/mimemoz2.h @@ -218,26 +221,28 @@ include/thunderbird/mimemoz2.h
218include/thunderbird/mimemsig.h 221include/thunderbird/mimemsig.h
219include/thunderbird/mimemult.h 222include/thunderbird/mimemult.h
220include/thunderbird/mimeobj.h 223include/thunderbird/mimeobj.h
221include/thunderbird/mimepbuf.h 224include/thunderbird/mimepbuf.h
222include/thunderbird/mimetext.h 225include/thunderbird/mimetext.h
223include/thunderbird/modlmime.h 226include/thunderbird/modlmime.h
224include/thunderbird/modmimee.h 227include/thunderbird/modmimee.h
225include/thunderbird/mozAutoDocUpdate.h 228include/thunderbird/mozAutoDocUpdate.h
226include/thunderbird/mozFlushType.h 229include/thunderbird/mozFlushType.h
227include/thunderbird/mozIAsyncFavicons.h 230include/thunderbird/mozIAsyncFavicons.h
228include/thunderbird/mozIAsyncHistory.h 231include/thunderbird/mozIAsyncHistory.h
229include/thunderbird/mozIAsyncLivemarks.h 232include/thunderbird/mozIAsyncLivemarks.h
230include/thunderbird/mozIJSSubScriptLoader.h 233include/thunderbird/mozIJSSubScriptLoader.h
 234include/thunderbird/mozINewMailListener.h
 235include/thunderbird/mozINewMailNotificationService.h
231include/thunderbird/mozIPersonalDictionary.h 236include/thunderbird/mozIPersonalDictionary.h
232include/thunderbird/mozIPlacesAutoComplete.h 237include/thunderbird/mozIPlacesAutoComplete.h
233include/thunderbird/mozISpellCheckingEngine.h 238include/thunderbird/mozISpellCheckingEngine.h
234include/thunderbird/mozISpellI18NManager.h 239include/thunderbird/mozISpellI18NManager.h
235include/thunderbird/mozISpellI18NUtil.h 240include/thunderbird/mozISpellI18NUtil.h
236include/thunderbird/mozIStorageAggregateFunction.h 241include/thunderbird/mozIStorageAggregateFunction.h
237include/thunderbird/mozIStorageAsyncStatement.h 242include/thunderbird/mozIStorageAsyncStatement.h
238include/thunderbird/mozIStorageBaseStatement.h 243include/thunderbird/mozIStorageBaseStatement.h
239include/thunderbird/mozIStorageBindingParams.h 244include/thunderbird/mozIStorageBindingParams.h
240include/thunderbird/mozIStorageBindingParamsArray.h 245include/thunderbird/mozIStorageBindingParamsArray.h
241include/thunderbird/mozIStorageCompletionCallback.h 246include/thunderbird/mozIStorageCompletionCallback.h
242include/thunderbird/mozIStorageConnection.h 247include/thunderbird/mozIStorageConnection.h
243include/thunderbird/mozIStorageError.h 248include/thunderbird/mozIStorageError.h
@@ -251,33 +256,35 @@ include/thunderbird/mozIStorageServiceQu @@ -251,33 +256,35 @@ include/thunderbird/mozIStorageServiceQu
251include/thunderbird/mozIStorageStatement.h 256include/thunderbird/mozIStorageStatement.h
252include/thunderbird/mozIStorageStatementCallback.h 257include/thunderbird/mozIStorageStatementCallback.h
253include/thunderbird/mozIStorageStatementParams.h 258include/thunderbird/mozIStorageStatementParams.h
254include/thunderbird/mozIStorageStatementRow.h 259include/thunderbird/mozIStorageStatementRow.h
255include/thunderbird/mozIStorageVacuumParticipant.h 260include/thunderbird/mozIStorageVacuumParticipant.h
256include/thunderbird/mozIStorageValueArray.h 261include/thunderbird/mozIStorageValueArray.h
257include/thunderbird/mozITXTToHTMLConv.h 262include/thunderbird/mozITXTToHTMLConv.h
258include/thunderbird/mozIThirdPartyUtil.h 263include/thunderbird/mozIThirdPartyUtil.h
259include/thunderbird/mozStorage.h 264include/thunderbird/mozStorage.h
260include/thunderbird/mozStorageCID.h 265include/thunderbird/mozStorageCID.h
261include/thunderbird/mozStorageHelper.h 266include/thunderbird/mozStorageHelper.h
262include/thunderbird/mozcontainer.h 267include/thunderbird/mozcontainer.h
263include/thunderbird/mozilla-config.h 268include/thunderbird/mozilla-config.h
 269include/thunderbird/mozilla/AppData.h
264include/thunderbird/mozilla/Assertions.h 270include/thunderbird/mozilla/Assertions.h
265include/thunderbird/mozilla/Attributes.h 271include/thunderbird/mozilla/Attributes.h
266include/thunderbird/mozilla/AutoRestore.h 272include/thunderbird/mozilla/AutoRestore.h
267include/thunderbird/mozilla/AvailableMemoryTracker.h 273include/thunderbird/mozilla/AvailableMemoryTracker.h
268include/thunderbird/mozilla/Base64.h 274include/thunderbird/mozilla/Base64.h
269include/thunderbird/mozilla/BlockingResourceBase.h 275include/thunderbird/mozilla/BlockingResourceBase.h
270include/thunderbird/mozilla/BloomFilter.h 276include/thunderbird/mozilla/BloomFilter.h
 277include/thunderbird/mozilla/BrowserElementParent.h
271include/thunderbird/mozilla/CORSMode.h 278include/thunderbird/mozilla/CORSMode.h
272include/thunderbird/mozilla/CharTokenizer.h 279include/thunderbird/mozilla/CharTokenizer.h
273include/thunderbird/mozilla/CheckedInt.h 280include/thunderbird/mozilla/CheckedInt.h
274include/thunderbird/mozilla/ClearOnShutdown.h 281include/thunderbird/mozilla/ClearOnShutdown.h
275include/thunderbird/mozilla/CondVar.h 282include/thunderbird/mozilla/CondVar.h
276include/thunderbird/mozilla/DeadlockDetector.h 283include/thunderbird/mozilla/DeadlockDetector.h
277include/thunderbird/mozilla/ErrorResult.h 284include/thunderbird/mozilla/ErrorResult.h
278include/thunderbird/mozilla/FileLocation.h 285include/thunderbird/mozilla/FileLocation.h
279include/thunderbird/mozilla/FileUtils.h 286include/thunderbird/mozilla/FileUtils.h
280include/thunderbird/mozilla/FloatingPoint.h 287include/thunderbird/mozilla/FloatingPoint.h
281include/thunderbird/mozilla/FunctionTimer.h 288include/thunderbird/mozilla/FunctionTimer.h
282include/thunderbird/mozilla/GenericFactory.h 289include/thunderbird/mozilla/GenericFactory.h
283include/thunderbird/mozilla/GuardObjects.h 290include/thunderbird/mozilla/GuardObjects.h
@@ -304,118 +311,127 @@ include/thunderbird/mozilla/Monitor.h @@ -304,118 +311,127 @@ include/thunderbird/mozilla/Monitor.h
304include/thunderbird/mozilla/Mutex.h 311include/thunderbird/mozilla/Mutex.h
305include/thunderbird/mozilla/OSFileConstants.h 312include/thunderbird/mozilla/OSFileConstants.h
306include/thunderbird/mozilla/Observer.h 313include/thunderbird/mozilla/Observer.h
307include/thunderbird/mozilla/Omnijar.h 314include/thunderbird/mozilla/Omnijar.h
308include/thunderbird/mozilla/PaintTracker.h 315include/thunderbird/mozilla/PaintTracker.h
309include/thunderbird/mozilla/PluginLibrary.h 316include/thunderbird/mozilla/PluginLibrary.h
310include/thunderbird/mozilla/PluginPRLibrary.h 317include/thunderbird/mozilla/PluginPRLibrary.h
311include/thunderbird/mozilla/Preferences.h 318include/thunderbird/mozilla/Preferences.h
312include/thunderbird/mozilla/RangedPtr.h 319include/thunderbird/mozilla/RangedPtr.h
313include/thunderbird/mozilla/ReentrantMonitor.h 320include/thunderbird/mozilla/ReentrantMonitor.h
314include/thunderbird/mozilla/RefPtr.h 321include/thunderbird/mozilla/RefPtr.h
315include/thunderbird/mozilla/SSE.h 322include/thunderbird/mozilla/SSE.h
316include/thunderbird/mozilla/Scoped.h 323include/thunderbird/mozilla/Scoped.h
 324include/thunderbird/mozilla/Selection.h
317include/thunderbird/mozilla/ServiceList.h 325include/thunderbird/mozilla/ServiceList.h
318include/thunderbird/mozilla/Services.h 326include/thunderbird/mozilla/Services.h
319include/thunderbird/mozilla/StackWalk.h 327include/thunderbird/mozilla/StackWalk.h
320include/thunderbird/mozilla/StandardInteger.h 328include/thunderbird/mozilla/StandardInteger.h
321include/thunderbird/mozilla/StartupTimeline.h 329include/thunderbird/mozilla/StartupTimeline.h
322include/thunderbird/mozilla/StringBuilder.h 330include/thunderbird/mozilla/StringBuilder.h
323include/thunderbird/mozilla/Telemetry.h 331include/thunderbird/mozilla/Telemetry.h
324include/thunderbird/mozilla/TelemetryHistograms.h 332include/thunderbird/mozilla/TelemetryHistograms.h
325include/thunderbird/mozilla/ThreadLocal.h 333include/thunderbird/mozilla/ThreadLocal.h
326include/thunderbird/mozilla/TimeStamp.h 334include/thunderbird/mozilla/TimeStamp.h
 335include/thunderbird/mozilla/TypeTraits.h
327include/thunderbird/mozilla/Types.h 336include/thunderbird/mozilla/Types.h
328include/thunderbird/mozilla/Util.h 337include/thunderbird/mozilla/Util.h
 338include/thunderbird/mozilla/VisualEventTracer.h
329include/thunderbird/mozilla/WidgetTraceEvent.h 339include/thunderbird/mozilla/WidgetTraceEvent.h
330include/thunderbird/mozilla/X11Util.h 340include/thunderbird/mozilla/X11Util.h
331include/thunderbird/mozilla/XPCOM.h 341include/thunderbird/mozilla/XPCOM.h
332include/thunderbird/mozilla/a11y/Accessible.h 342include/thunderbird/mozilla/a11y/Accessible.h
333include/thunderbird/mozilla/a11y/FocusManager.h 343include/thunderbird/mozilla/a11y/FocusManager.h
334include/thunderbird/mozilla/a11y/Role.h 344include/thunderbird/mozilla/a11y/Role.h
335include/thunderbird/mozilla/a11y/States.h 345include/thunderbird/mozilla/a11y/States.h
336include/thunderbird/mozilla/arm.h 346include/thunderbird/mozilla/arm.h
337include/thunderbird/mozilla/chrome/RegistryMessageUtils.h 347include/thunderbird/mozilla/chrome/RegistryMessageUtils.h
338include/thunderbird/mozilla/css/Declaration.h 348include/thunderbird/mozilla/css/Declaration.h
339include/thunderbird/mozilla/css/GroupRule.h 349include/thunderbird/mozilla/css/GroupRule.h
340include/thunderbird/mozilla/css/ImportRule.h 350include/thunderbird/mozilla/css/ImportRule.h
341include/thunderbird/mozilla/css/Loader.h 351include/thunderbird/mozilla/css/Loader.h
342include/thunderbird/mozilla/css/NameSpaceRule.h 352include/thunderbird/mozilla/css/NameSpaceRule.h
343include/thunderbird/mozilla/css/Rule.h 353include/thunderbird/mozilla/css/Rule.h
344include/thunderbird/mozilla/css/StyleRule.h 354include/thunderbird/mozilla/css/StyleRule.h
345include/thunderbird/mozilla/docshell/OfflineCacheUpdateChild.h 355include/thunderbird/mozilla/docshell/OfflineCacheUpdateChild.h
346include/thunderbird/mozilla/docshell/OfflineCacheUpdateParent.h 356include/thunderbird/mozilla/docshell/OfflineCacheUpdateParent.h
347include/thunderbird/mozilla/dom/AudioChild.h 357include/thunderbird/mozilla/dom/AudioChild.h
348include/thunderbird/mozilla/dom/AudioParent.h 358include/thunderbird/mozilla/dom/AudioParent.h
349include/thunderbird/mozilla/dom/BindingUtils.h 359include/thunderbird/mozilla/dom/BindingUtils.h
 360include/thunderbird/mozilla/dom/CanvasRenderingContext2DBinding.h
350include/thunderbird/mozilla/dom/ContentChild.h 361include/thunderbird/mozilla/dom/ContentChild.h
351include/thunderbird/mozilla/dom/ContentParent.h 362include/thunderbird/mozilla/dom/ContentParent.h
352include/thunderbird/mozilla/dom/ContentProcess.h 363include/thunderbird/mozilla/dom/ContentProcess.h
353include/thunderbird/mozilla/dom/CrashReporterChild.h 364include/thunderbird/mozilla/dom/CrashReporterChild.h
354include/thunderbird/mozilla/dom/CrashReporterParent.h 365include/thunderbird/mozilla/dom/CrashReporterParent.h
355include/thunderbird/mozilla/dom/DOMError.h 366include/thunderbird/mozilla/dom/DOMError.h
356include/thunderbird/mozilla/dom/DOMJSClass.h 367include/thunderbird/mozilla/dom/DOMJSClass.h
357include/thunderbird/mozilla/dom/DOMRequest.h 368include/thunderbird/mozilla/dom/DOMRequest.h
358include/thunderbird/mozilla/dom/Element.h 369include/thunderbird/mozilla/dom/Element.h
359include/thunderbird/mozilla/dom/EventListenerBinding.h 370include/thunderbird/mozilla/dom/EventListenerBinding.h
360include/thunderbird/mozilla/dom/EventTargetBinding.h 371include/thunderbird/mozilla/dom/EventTargetBinding.h
361include/thunderbird/mozilla/dom/ExternalHelperAppChild.h 372include/thunderbird/mozilla/dom/ExternalHelperAppChild.h
362include/thunderbird/mozilla/dom/ExternalHelperAppParent.h 373include/thunderbird/mozilla/dom/ExternalHelperAppParent.h
363include/thunderbird/mozilla/dom/FromParser.h 374include/thunderbird/mozilla/dom/FromParser.h
364include/thunderbird/mozilla/dom/FunctionBinding.h 375include/thunderbird/mozilla/dom/FunctionBinding.h
365include/thunderbird/mozilla/dom/ImageData.h 376include/thunderbird/mozilla/dom/ImageData.h
366include/thunderbird/mozilla/dom/Link.h 377include/thunderbird/mozilla/dom/Link.h
367include/thunderbird/mozilla/dom/Nullable.h 378include/thunderbird/mozilla/dom/Nullable.h
368include/thunderbird/mozilla/dom/PrimitiveConversions.h 
369include/thunderbird/mozilla/dom/PrototypeList.h 379include/thunderbird/mozilla/dom/PrototypeList.h
370include/thunderbird/mozilla/dom/RegisterBindings.h 380include/thunderbird/mozilla/dom/RegisterBindings.h
371include/thunderbird/mozilla/dom/ScreenOrientation.h 381include/thunderbird/mozilla/dom/ScreenOrientation.h
372include/thunderbird/mozilla/dom/StorageChild.h 382include/thunderbird/mozilla/dom/StorageChild.h
373include/thunderbird/mozilla/dom/StorageParent.h 383include/thunderbird/mozilla/dom/StorageParent.h
374include/thunderbird/mozilla/dom/StructuredCloneTags.h 384include/thunderbird/mozilla/dom/StructuredCloneTags.h
375include/thunderbird/mozilla/dom/TabChild.h 385include/thunderbird/mozilla/dom/TabChild.h
376include/thunderbird/mozilla/dom/TabMessageUtils.h 386include/thunderbird/mozilla/dom/TabMessageUtils.h
377include/thunderbird/mozilla/dom/TabParent.h 387include/thunderbird/mozilla/dom/TabParent.h
378include/thunderbird/mozilla/dom/TypedArray.h 388include/thunderbird/mozilla/dom/TypedArray.h
 389include/thunderbird/mozilla/dom/UnionConversions.h
 390include/thunderbird/mozilla/dom/UnionTypes.h
379include/thunderbird/mozilla/dom/WebGLRenderingContextBinding.h 391include/thunderbird/mozilla/dom/WebGLRenderingContextBinding.h
380include/thunderbird/mozilla/dom/XMLHttpRequestBinding.h 392include/thunderbird/mozilla/dom/XMLHttpRequestBinding.h
381include/thunderbird/mozilla/dom/XMLHttpRequestEventTargetBinding.h 393include/thunderbird/mozilla/dom/XMLHttpRequestEventTargetBinding.h
382include/thunderbird/mozilla/dom/XMLHttpRequestUploadBinding.h 394include/thunderbird/mozilla/dom/XMLHttpRequestUploadBinding.h
 395include/thunderbird/mozilla/dom/alarm/AlarmHalService.h
383include/thunderbird/mozilla/dom/battery/Constants.h 396include/thunderbird/mozilla/dom/battery/Constants.h
384include/thunderbird/mozilla/dom/battery/Types.h 397include/thunderbird/mozilla/dom/battery/Types.h
 398include/thunderbird/mozilla/dom/devicestorage/DeviceStorageRequestChild.h
 399include/thunderbird/mozilla/dom/devicestorage/DeviceStorageRequestParent.h
385include/thunderbird/mozilla/dom/file/DOMFileHandle.h 400include/thunderbird/mozilla/dom/file/DOMFileHandle.h
386include/thunderbird/mozilla/dom/file/File.h 401include/thunderbird/mozilla/dom/file/File.h
387include/thunderbird/mozilla/dom/file/FileCommon.h 402include/thunderbird/mozilla/dom/file/FileCommon.h
388include/thunderbird/mozilla/dom/file/FileHandle.h 403include/thunderbird/mozilla/dom/file/FileHandle.h
389include/thunderbird/mozilla/dom/file/FileHelper.h 404include/thunderbird/mozilla/dom/file/FileHelper.h
390include/thunderbird/mozilla/dom/file/FileService.h 405include/thunderbird/mozilla/dom/file/FileService.h
391include/thunderbird/mozilla/dom/file/LockedFile.h 406include/thunderbird/mozilla/dom/file/LockedFile.h
392include/thunderbird/mozilla/dom/indexedDB/DatabaseInfo.h 407include/thunderbird/mozilla/dom/indexedDB/DatabaseInfo.h
393include/thunderbird/mozilla/dom/indexedDB/FileInfo.h 408include/thunderbird/mozilla/dom/indexedDB/FileInfo.h
394include/thunderbird/mozilla/dom/indexedDB/FileManager.h 409include/thunderbird/mozilla/dom/indexedDB/FileManager.h
395include/thunderbird/mozilla/dom/indexedDB/IDBCursor.h 410include/thunderbird/mozilla/dom/indexedDB/IDBCursor.h
396include/thunderbird/mozilla/dom/indexedDB/IDBDatabase.h 411include/thunderbird/mozilla/dom/indexedDB/IDBDatabase.h
397include/thunderbird/mozilla/dom/indexedDB/IDBEvents.h 412include/thunderbird/mozilla/dom/indexedDB/IDBEvents.h
398include/thunderbird/mozilla/dom/indexedDB/IDBFactory.h 413include/thunderbird/mozilla/dom/indexedDB/IDBFactory.h
399include/thunderbird/mozilla/dom/indexedDB/IDBFileHandle.h 414include/thunderbird/mozilla/dom/indexedDB/IDBFileHandle.h
400include/thunderbird/mozilla/dom/indexedDB/IDBIndex.h 415include/thunderbird/mozilla/dom/indexedDB/IDBIndex.h
401include/thunderbird/mozilla/dom/indexedDB/IDBKeyRange.h 416include/thunderbird/mozilla/dom/indexedDB/IDBKeyRange.h
402include/thunderbird/mozilla/dom/indexedDB/IDBObjectStore.h 417include/thunderbird/mozilla/dom/indexedDB/IDBObjectStore.h
403include/thunderbird/mozilla/dom/indexedDB/IDBRequest.h 418include/thunderbird/mozilla/dom/indexedDB/IDBRequest.h
404include/thunderbird/mozilla/dom/indexedDB/IDBTransaction.h 419include/thunderbird/mozilla/dom/indexedDB/IDBTransaction.h
405include/thunderbird/mozilla/dom/indexedDB/IDBWrapperCache.h 420include/thunderbird/mozilla/dom/indexedDB/IDBWrapperCache.h
406include/thunderbird/mozilla/dom/indexedDB/IndexedDatabase.h 421include/thunderbird/mozilla/dom/indexedDB/IndexedDatabase.h
407include/thunderbird/mozilla/dom/indexedDB/IndexedDatabaseManager.h 422include/thunderbird/mozilla/dom/indexedDB/IndexedDatabaseManager.h
408include/thunderbird/mozilla/dom/indexedDB/Key.h 423include/thunderbird/mozilla/dom/indexedDB/Key.h
 424include/thunderbird/mozilla/dom/indexedDB/KeyPath.h
409include/thunderbird/mozilla/dom/indexedDB/SerializationHelpers.h 425include/thunderbird/mozilla/dom/indexedDB/SerializationHelpers.h
410include/thunderbird/mozilla/dom/network/Constants.h 426include/thunderbird/mozilla/dom/network/Constants.h
411include/thunderbird/mozilla/dom/network/Types.h 427include/thunderbird/mozilla/dom/network/Types.h
412include/thunderbird/mozilla/dom/network/Utils.h 428include/thunderbird/mozilla/dom/network/Utils.h
413include/thunderbird/mozilla/dom/power/PowerManagerService.h 429include/thunderbird/mozilla/dom/power/PowerManagerService.h
414include/thunderbird/mozilla/dom/power/Types.h 430include/thunderbird/mozilla/dom/power/Types.h
415include/thunderbird/mozilla/dom/sms/Constants.h 431include/thunderbird/mozilla/dom/sms/Constants.h
416include/thunderbird/mozilla/dom/sms/SmsChild.h 432include/thunderbird/mozilla/dom/sms/SmsChild.h
417include/thunderbird/mozilla/dom/sms/SmsMessage.h 433include/thunderbird/mozilla/dom/sms/SmsMessage.h
418include/thunderbird/mozilla/dom/sms/SmsParent.h 434include/thunderbird/mozilla/dom/sms/SmsParent.h
419include/thunderbird/mozilla/dom/sms/SmsRequest.h 435include/thunderbird/mozilla/dom/sms/SmsRequest.h
420include/thunderbird/mozilla/dom/sms/SmsRequestManager.h 436include/thunderbird/mozilla/dom/sms/SmsRequestManager.h
421include/thunderbird/mozilla/dom/sms/SmsServicesFactory.h 437include/thunderbird/mozilla/dom/sms/SmsServicesFactory.h
@@ -468,35 +484,41 @@ include/thunderbird/mozilla/ipc/SyncChan @@ -468,35 +484,41 @@ include/thunderbird/mozilla/ipc/SyncChan
468include/thunderbird/mozilla/ipc/TestShellChild.h 484include/thunderbird/mozilla/ipc/TestShellChild.h
469include/thunderbird/mozilla/ipc/TestShellParent.h 485include/thunderbird/mozilla/ipc/TestShellParent.h
470include/thunderbird/mozilla/ipc/Transport.h 486include/thunderbird/mozilla/ipc/Transport.h
471include/thunderbird/mozilla/ipc/Transport_posix.h 487include/thunderbird/mozilla/ipc/Transport_posix.h
472include/thunderbird/mozilla/ipc/XPCShellEnvironment.h 488include/thunderbird/mozilla/ipc/XPCShellEnvironment.h
473include/thunderbird/mozilla/jsipc/CPOWTypes.h 489include/thunderbird/mozilla/jsipc/CPOWTypes.h
474include/thunderbird/mozilla/jsipc/ContextWrapperChild.h 490include/thunderbird/mozilla/jsipc/ContextWrapperChild.h
475include/thunderbird/mozilla/jsipc/ContextWrapperParent.h 491include/thunderbird/mozilla/jsipc/ContextWrapperParent.h
476include/thunderbird/mozilla/jsipc/ObjectWrapperChild.h 492include/thunderbird/mozilla/jsipc/ObjectWrapperChild.h
477include/thunderbird/mozilla/jsipc/ObjectWrapperParent.h 493include/thunderbird/mozilla/jsipc/ObjectWrapperParent.h
478include/thunderbird/mozilla/layers/CompositorChild.h 494include/thunderbird/mozilla/layers/CompositorChild.h
479include/thunderbird/mozilla/layers/CompositorCocoaWidgetHelper.h 495include/thunderbird/mozilla/layers/CompositorCocoaWidgetHelper.h
480include/thunderbird/mozilla/layers/CompositorParent.h 496include/thunderbird/mozilla/layers/CompositorParent.h
 497include/thunderbird/mozilla/layers/ImageBridgeChild.h
 498include/thunderbird/mozilla/layers/ImageBridgeParent.h
 499include/thunderbird/mozilla/layers/ImageContainerChild.h
 500include/thunderbird/mozilla/layers/ImageContainerParent.h
481include/thunderbird/mozilla/layers/RenderTrace.h 501include/thunderbird/mozilla/layers/RenderTrace.h
482include/thunderbird/mozilla/layers/ShadowLayerUtilsX11.h 502include/thunderbird/mozilla/layers/ShadowLayerUtilsX11.h
483include/thunderbird/mozilla/layers/ShadowLayers.h 503include/thunderbird/mozilla/layers/ShadowLayers.h
484include/thunderbird/mozilla/layers/ShadowLayersChild.h 504include/thunderbird/mozilla/layers/ShadowLayersChild.h
485include/thunderbird/mozilla/layers/ShadowLayersManager.h 505include/thunderbird/mozilla/layers/ShadowLayersManager.h
486include/thunderbird/mozilla/layers/ShadowLayersParent.h 506include/thunderbird/mozilla/layers/ShadowLayersParent.h
 507include/thunderbird/mozilla/layers/SharedImageUtils.h
487include/thunderbird/mozilla/layout/FrameChildList.h 508include/thunderbird/mozilla/layout/FrameChildList.h
488include/thunderbird/mozilla/layout/RenderFrameChild.h 509include/thunderbird/mozilla/layout/RenderFrameChild.h
489include/thunderbird/mozilla/layout/RenderFrameParent.h 510include/thunderbird/mozilla/layout/RenderFrameParent.h
 511include/thunderbird/mozilla/mozPoisonWrite.h
490include/thunderbird/mozilla/mozalloc.h 512include/thunderbird/mozilla/mozalloc.h
491include/thunderbird/mozilla/mozalloc_abort.h 513include/thunderbird/mozilla/mozalloc_abort.h
492include/thunderbird/mozilla/mozalloc_macro_wrappers.h 514include/thunderbird/mozilla/mozalloc_macro_wrappers.h
493include/thunderbird/mozilla/mozalloc_oom.h 515include/thunderbird/mozilla/mozalloc_oom.h
494include/thunderbird/mozilla/mozalloc_undef_macro_wrappers.h 516include/thunderbird/mozilla/mozalloc_undef_macro_wrappers.h
495include/thunderbird/mozilla/net/BaseWebSocketChannel.h 517include/thunderbird/mozilla/net/BaseWebSocketChannel.h
496include/thunderbird/mozilla/net/ChannelEventQueue.h 518include/thunderbird/mozilla/net/ChannelEventQueue.h
497include/thunderbird/mozilla/net/CookieServiceChild.h 519include/thunderbird/mozilla/net/CookieServiceChild.h
498include/thunderbird/mozilla/net/CookieServiceParent.h 520include/thunderbird/mozilla/net/CookieServiceParent.h
499include/thunderbird/mozilla/net/FTPChannelChild.h 521include/thunderbird/mozilla/net/FTPChannelChild.h
500include/thunderbird/mozilla/net/FTPChannelParent.h 522include/thunderbird/mozilla/net/FTPChannelParent.h
501include/thunderbird/mozilla/net/HttpBaseChannel.h 523include/thunderbird/mozilla/net/HttpBaseChannel.h
502include/thunderbird/mozilla/net/HttpChannelChild.h 524include/thunderbird/mozilla/net/HttpChannelChild.h
@@ -564,34 +586,37 @@ include/thunderbird/nsAHtml5TreeOpSink.h @@ -564,34 +586,37 @@ include/thunderbird/nsAHtml5TreeOpSink.h
564include/thunderbird/nsASocketHandler.h 586include/thunderbird/nsASocketHandler.h
565include/thunderbird/nsAString.h 587include/thunderbird/nsAString.h
566include/thunderbird/nsAXPCNativeCallContext.h 588include/thunderbird/nsAXPCNativeCallContext.h
567include/thunderbird/nsAbBaseCID.h 589include/thunderbird/nsAbBaseCID.h
568include/thunderbird/nsAboutProtocolUtils.h 590include/thunderbird/nsAboutProtocolUtils.h
569include/thunderbird/nsAccDocManager.h 591include/thunderbird/nsAccDocManager.h
570include/thunderbird/nsAccessNode.h 592include/thunderbird/nsAccessNode.h
571include/thunderbird/nsAccessNodeWrap.h 593include/thunderbird/nsAccessNodeWrap.h
572include/thunderbird/nsAccessibilityService.h 594include/thunderbird/nsAccessibilityService.h
573include/thunderbird/nsAgg.h 595include/thunderbird/nsAgg.h
574include/thunderbird/nsAlgorithm.h 596include/thunderbird/nsAlgorithm.h
575include/thunderbird/nsAppDirectoryServiceDefs.h 597include/thunderbird/nsAppDirectoryServiceDefs.h
576include/thunderbird/nsAppShellCID.h 598include/thunderbird/nsAppShellCID.h
 599include/thunderbird/nsArenaMemoryStats.h
577include/thunderbird/nsArrayEnumerator.h 600include/thunderbird/nsArrayEnumerator.h
578include/thunderbird/nsArrayUtils.h 601include/thunderbird/nsArrayUtils.h
579include/thunderbird/nsAsyncDOMEvent.h 602include/thunderbird/nsAsyncDOMEvent.h
580include/thunderbird/nsAsyncRedirectVerifyHelper.h 603include/thunderbird/nsAsyncRedirectVerifyHelper.h
581include/thunderbird/nsAtomListUtils.h 604include/thunderbird/nsAtomListUtils.h
582include/thunderbird/nsAtomService.h 605include/thunderbird/nsAtomService.h
583include/thunderbird/nsAtomicRefcnt.h 606include/thunderbird/nsAtomicRefcnt.h
 607include/thunderbird/nsAttrAndChildArray.h
584include/thunderbird/nsAttrName.h 608include/thunderbird/nsAttrName.h
 609include/thunderbird/nsAttrValue.h
585include/thunderbird/nsAudioAvailableEventManager.h 610include/thunderbird/nsAudioAvailableEventManager.h
586include/thunderbird/nsAudioStream.h 611include/thunderbird/nsAudioStream.h
587include/thunderbird/nsAutoJSValHolder.h 612include/thunderbird/nsAutoJSValHolder.h
588include/thunderbird/nsAutoPtr.h 613include/thunderbird/nsAutoPtr.h
589include/thunderbird/nsAutoRef.h 614include/thunderbird/nsAutoRef.h
590include/thunderbird/nsBaseHashtable.h 615include/thunderbird/nsBaseHashtable.h
591include/thunderbird/nsBidi.h 616include/thunderbird/nsBidi.h
592include/thunderbird/nsBidiPresUtils.h 617include/thunderbird/nsBidiPresUtils.h
593include/thunderbird/nsBidiUtils.h 618include/thunderbird/nsBidiUtils.h
594include/thunderbird/nsBindingManager.h 619include/thunderbird/nsBindingManager.h
595include/thunderbird/nsBoundingMetrics.h 620include/thunderbird/nsBoundingMetrics.h
596include/thunderbird/nsBuiltinDecoder.h 621include/thunderbird/nsBuiltinDecoder.h
597include/thunderbird/nsBuiltinDecoderReader.h 622include/thunderbird/nsBuiltinDecoderReader.h
@@ -652,30 +677,32 @@ include/thunderbird/nsComposeStrings.h @@ -652,30 +677,32 @@ include/thunderbird/nsComposeStrings.h
652include/thunderbird/nsContentCID.h 677include/thunderbird/nsContentCID.h
653include/thunderbird/nsContentCreatorFunctions.h 678include/thunderbird/nsContentCreatorFunctions.h
654include/thunderbird/nsContentDLF.h 679include/thunderbird/nsContentDLF.h
655include/thunderbird/nsContentErrors.h 680include/thunderbird/nsContentErrors.h
656include/thunderbird/nsContentList.h 681include/thunderbird/nsContentList.h
657include/thunderbird/nsContentPermissionHelper.h 682include/thunderbird/nsContentPermissionHelper.h
658include/thunderbird/nsContentPolicyUtils.h 683include/thunderbird/nsContentPolicyUtils.h
659include/thunderbird/nsContentSink.h 684include/thunderbird/nsContentSink.h
660include/thunderbird/nsContentUtils.h 685include/thunderbird/nsContentUtils.h
661include/thunderbird/nsCoord.h 686include/thunderbird/nsCoord.h
662include/thunderbird/nsCopySupport.h 687include/thunderbird/nsCopySupport.h
663include/thunderbird/nsCoreAnimationSupport.h 688include/thunderbird/nsCoreAnimationSupport.h
664include/thunderbird/nsCppSharedAllocator.h 689include/thunderbird/nsCppSharedAllocator.h
 690include/thunderbird/nsCrossSiteListenerProxy.h
665include/thunderbird/nsCycleCollectionParticipant.h 691include/thunderbird/nsCycleCollectionParticipant.h
666include/thunderbird/nsCycleCollector.h 692include/thunderbird/nsCycleCollector.h
667include/thunderbird/nsCycleCollectorUtils.h 693include/thunderbird/nsCycleCollectorUtils.h
668include/thunderbird/nsDBFolderInfo.h 694include/thunderbird/nsDBFolderInfo.h
 695include/thunderbird/nsDOMAttributeMap.h
669include/thunderbird/nsDOMCID.h 696include/thunderbird/nsDOMCID.h
670include/thunderbird/nsDOMCSSAttrDeclaration.h 697include/thunderbird/nsDOMCSSAttrDeclaration.h
671include/thunderbird/nsDOMCSSDeclaration.h 698include/thunderbird/nsDOMCSSDeclaration.h
672include/thunderbird/nsDOMClassInfoClasses.h 699include/thunderbird/nsDOMClassInfoClasses.h
673include/thunderbird/nsDOMClassInfoID.h 700include/thunderbird/nsDOMClassInfoID.h
674include/thunderbird/nsDOMError.h 701include/thunderbird/nsDOMError.h
675include/thunderbird/nsDOMEventTargetHelper.h 702include/thunderbird/nsDOMEventTargetHelper.h
676include/thunderbird/nsDOMFile.h 703include/thunderbird/nsDOMFile.h
677include/thunderbird/nsDOMJSUtils.h 704include/thunderbird/nsDOMJSUtils.h
678include/thunderbird/nsDOMMediaQueryList.h 705include/thunderbird/nsDOMMediaQueryList.h
679include/thunderbird/nsDOMMediaStream.h 706include/thunderbird/nsDOMMediaStream.h
680include/thunderbird/nsDOMScriptObjectHolder.h 707include/thunderbird/nsDOMScriptObjectHolder.h
681include/thunderbird/nsDOMString.h 708include/thunderbird/nsDOMString.h
@@ -713,50 +740,54 @@ include/thunderbird/nsEventListenerManag @@ -713,50 +740,54 @@ include/thunderbird/nsEventListenerManag
713include/thunderbird/nsEventNameList.h 740include/thunderbird/nsEventNameList.h
714include/thunderbird/nsEventQueue.h 741include/thunderbird/nsEventQueue.h
715include/thunderbird/nsEventStateManager.h 742include/thunderbird/nsEventStateManager.h
716include/thunderbird/nsEventStates.h 743include/thunderbird/nsEventStates.h
717include/thunderbird/nsExpirationTracker.h 744include/thunderbird/nsExpirationTracker.h
718include/thunderbird/nsExternalHelperAppService.h 745include/thunderbird/nsExternalHelperAppService.h
719include/thunderbird/nsFixedSizeAllocator.h 746include/thunderbird/nsFixedSizeAllocator.h
720include/thunderbird/nsFocusManager.h 747include/thunderbird/nsFocusManager.h
721include/thunderbird/nsFont.h 748include/thunderbird/nsFont.h
722include/thunderbird/nsFontFace.h 749include/thunderbird/nsFontFace.h
723include/thunderbird/nsFontFaceList.h 750include/thunderbird/nsFontFaceList.h
724include/thunderbird/nsFontMetrics.h 751include/thunderbird/nsFontMetrics.h
725include/thunderbird/nsFormSubmission.h 752include/thunderbird/nsFormSubmission.h
 753include/thunderbird/nsFrameIdList.h
726include/thunderbird/nsFrameList.h 754include/thunderbird/nsFrameList.h
727include/thunderbird/nsFrameManager.h 755include/thunderbird/nsFrameManager.h
728include/thunderbird/nsFrameManagerBase.h 756include/thunderbird/nsFrameManagerBase.h
729include/thunderbird/nsFrameMessageManager.h 757include/thunderbird/nsFrameMessageManager.h
730include/thunderbird/nsFrameSelection.h 758include/thunderbird/nsFrameSelection.h
731include/thunderbird/nsFrameTraversal.h 759include/thunderbird/nsFrameTraversal.h
732include/thunderbird/nsGTKToolkit.h 760include/thunderbird/nsGTKToolkit.h
733include/thunderbird/nsGUIEvent.h 761include/thunderbird/nsGUIEvent.h
 762include/thunderbird/nsGenericElement.h
 763include/thunderbird/nsGenericHTMLElement.h
734include/thunderbird/nsGeoPosition.h 764include/thunderbird/nsGeoPosition.h
735include/thunderbird/nsGeoPositionIPCSerialiser.h 765include/thunderbird/nsGeoPositionIPCSerialiser.h
736include/thunderbird/nsGfxCIID.h 766include/thunderbird/nsGfxCIID.h
737include/thunderbird/nsGkAtomList.h 767include/thunderbird/nsGkAtomList.h
738include/thunderbird/nsGkAtoms.h 768include/thunderbird/nsGkAtoms.h
739include/thunderbird/nsGrid.h 769include/thunderbird/nsGrid.h
740include/thunderbird/nsGridCell.h 770include/thunderbird/nsGridCell.h
741include/thunderbird/nsGridLayout2.h 771include/thunderbird/nsGridLayout2.h
742include/thunderbird/nsGridRow.h 772include/thunderbird/nsGridRow.h
743include/thunderbird/nsGridRowGroupLayout.h 773include/thunderbird/nsGridRowGroupLayout.h
744include/thunderbird/nsGridRowLayout.h 774include/thunderbird/nsGridRowLayout.h
745include/thunderbird/nsGridRowLeafFrame.h 775include/thunderbird/nsGridRowLeafFrame.h
746include/thunderbird/nsGridRowLeafLayout.h 776include/thunderbird/nsGridRowLeafLayout.h
747include/thunderbird/nsHTMLAudioElement.h 777include/thunderbird/nsHTMLAudioElement.h
748include/thunderbird/nsHTMLCanvasElement.h 778include/thunderbird/nsHTMLCanvasElement.h
749include/thunderbird/nsHTMLDNSPrefetch.h 779include/thunderbird/nsHTMLDNSPrefetch.h
 780include/thunderbird/nsHTMLIFrameElement.h
750include/thunderbird/nsHTMLMediaElement.h 781include/thunderbird/nsHTMLMediaElement.h
751include/thunderbird/nsHTMLParts.h 782include/thunderbird/nsHTMLParts.h
752include/thunderbird/nsHTMLReflowMetrics.h 783include/thunderbird/nsHTMLReflowMetrics.h
753include/thunderbird/nsHTMLReflowState.h 784include/thunderbird/nsHTMLReflowState.h
754include/thunderbird/nsHTMLTagList.h 785include/thunderbird/nsHTMLTagList.h
755include/thunderbird/nsHTMLTags.h 786include/thunderbird/nsHTMLTags.h
756include/thunderbird/nsHTMLTokens.h 787include/thunderbird/nsHTMLTokens.h
757include/thunderbird/nsHTMLVideoElement.h 788include/thunderbird/nsHTMLVideoElement.h
758include/thunderbird/nsHashKeys.h 789include/thunderbird/nsHashKeys.h
759include/thunderbird/nsHashPropertyBag.h 790include/thunderbird/nsHashPropertyBag.h
760include/thunderbird/nsHashtable.h 791include/thunderbird/nsHashtable.h
761include/thunderbird/nsHtml5ArrayCopy.h 792include/thunderbird/nsHtml5ArrayCopy.h
762include/thunderbird/nsHtml5AtomList.h 793include/thunderbird/nsHtml5AtomList.h
@@ -840,26 +871,27 @@ include/thunderbird/nsIAccessibleRole.h @@ -840,26 +871,27 @@ include/thunderbird/nsIAccessibleRole.h
840include/thunderbird/nsIAccessibleSelectable.h 871include/thunderbird/nsIAccessibleSelectable.h
841include/thunderbird/nsIAccessibleStates.h 872include/thunderbird/nsIAccessibleStates.h
842include/thunderbird/nsIAccessibleTable.h 873include/thunderbird/nsIAccessibleTable.h
843include/thunderbird/nsIAccessibleText.h 874include/thunderbird/nsIAccessibleText.h
844include/thunderbird/nsIAccessibleTypes.h 875include/thunderbird/nsIAccessibleTypes.h
845include/thunderbird/nsIAccessibleValue.h 876include/thunderbird/nsIAccessibleValue.h
846include/thunderbird/nsIActivity.h 877include/thunderbird/nsIActivity.h
847include/thunderbird/nsIActivityManager.h 878include/thunderbird/nsIActivityManager.h
848include/thunderbird/nsIActivityManagerUI.h 879include/thunderbird/nsIActivityManagerUI.h
849include/thunderbird/nsIAddbookUrl.h 880include/thunderbird/nsIAddbookUrl.h
850include/thunderbird/nsIAddrDBAnnouncer.h 881include/thunderbird/nsIAddrDBAnnouncer.h
851include/thunderbird/nsIAddrDBListener.h 882include/thunderbird/nsIAddrDBListener.h
852include/thunderbird/nsIAddrDatabase.h 883include/thunderbird/nsIAddrDatabase.h
 884include/thunderbird/nsIAlarmHalService.h
853include/thunderbird/nsIAlertsService.h 885include/thunderbird/nsIAlertsService.h
854include/thunderbird/nsIAllocator.h 886include/thunderbird/nsIAllocator.h
855include/thunderbird/nsIAnnotationService.h 887include/thunderbird/nsIAnnotationService.h
856include/thunderbird/nsIAnonymousContentCreator.h 888include/thunderbird/nsIAnonymousContentCreator.h
857include/thunderbird/nsIAppShell.h 889include/thunderbird/nsIAppShell.h
858include/thunderbird/nsIAppShellService.h 890include/thunderbird/nsIAppShellService.h
859include/thunderbird/nsIAppStartup.h 891include/thunderbird/nsIAppStartup.h
860include/thunderbird/nsIAppStartupNotifier.h 892include/thunderbird/nsIAppStartupNotifier.h
861include/thunderbird/nsIApplicationCache.h 893include/thunderbird/nsIApplicationCache.h
862include/thunderbird/nsIApplicationCacheChannel.h 894include/thunderbird/nsIApplicationCacheChannel.h
863include/thunderbird/nsIApplicationCacheContainer.h 895include/thunderbird/nsIApplicationCacheContainer.h
864include/thunderbird/nsIApplicationCacheService.h 896include/thunderbird/nsIApplicationCacheService.h
865include/thunderbird/nsIAppsService.h 897include/thunderbird/nsIAppsService.h
@@ -885,27 +917,26 @@ include/thunderbird/nsIAutoCompleteListe @@ -885,27 +917,26 @@ include/thunderbird/nsIAutoCompleteListe
885include/thunderbird/nsIAutoCompletePopup.h 917include/thunderbird/nsIAutoCompletePopup.h
886include/thunderbird/nsIAutoCompleteResult.h 918include/thunderbird/nsIAutoCompleteResult.h
887include/thunderbird/nsIAutoCompleteResults.h 919include/thunderbird/nsIAutoCompleteResults.h
888include/thunderbird/nsIAutoCompleteSearch.h 920include/thunderbird/nsIAutoCompleteSearch.h
889include/thunderbird/nsIAutoCompleteSession.h 921include/thunderbird/nsIAutoCompleteSession.h
890include/thunderbird/nsIAutoCompleteSimpleResult.h 922include/thunderbird/nsIAutoCompleteSimpleResult.h
891include/thunderbird/nsIAutoConfig.h 923include/thunderbird/nsIAutoConfig.h
892include/thunderbird/nsIAutoSyncFolderStrategy.h 924include/thunderbird/nsIAutoSyncFolderStrategy.h
893include/thunderbird/nsIAutoSyncManager.h 925include/thunderbird/nsIAutoSyncManager.h
894include/thunderbird/nsIAutoSyncMsgStrategy.h 926include/thunderbird/nsIAutoSyncMsgStrategy.h
895include/thunderbird/nsIAutoSyncState.h 927include/thunderbird/nsIAutoSyncState.h
896include/thunderbird/nsIBFCacheEntry.h 928include/thunderbird/nsIBFCacheEntry.h
897include/thunderbird/nsIBadCertListener2.h 929include/thunderbird/nsIBadCertListener2.h
898include/thunderbird/nsIBaseDOMException.h 
899include/thunderbird/nsIBaseWindow.h 930include/thunderbird/nsIBaseWindow.h
900include/thunderbird/nsIBidiKeyboard.h 931include/thunderbird/nsIBidiKeyboard.h
901include/thunderbird/nsIBinaryInputStream.h 932include/thunderbird/nsIBinaryInputStream.h
902include/thunderbird/nsIBinaryOutputStream.h 933include/thunderbird/nsIBinaryOutputStream.h
903include/thunderbird/nsIBlocklistService.h 934include/thunderbird/nsIBlocklistService.h
904include/thunderbird/nsIBoxObject.h 935include/thunderbird/nsIBoxObject.h
905include/thunderbird/nsIBrowserBoxObject.h 936include/thunderbird/nsIBrowserBoxObject.h
906include/thunderbird/nsIBrowserDOMWindow.h 937include/thunderbird/nsIBrowserDOMWindow.h
907include/thunderbird/nsIBrowserHistory.h 938include/thunderbird/nsIBrowserHistory.h
908include/thunderbird/nsIBrowserSearchService.h 939include/thunderbird/nsIBrowserSearchService.h
909include/thunderbird/nsIBufEntropyCollector.h 940include/thunderbird/nsIBufEntropyCollector.h
910include/thunderbird/nsIBufferedStreams.h 941include/thunderbird/nsIBufferedStreams.h
911include/thunderbird/nsIByteBuffer.h 942include/thunderbird/nsIByteBuffer.h
@@ -1014,28 +1045,30 @@ include/thunderbird/nsICopyMessageListen @@ -1014,28 +1045,30 @@ include/thunderbird/nsICopyMessageListen
1014include/thunderbird/nsICopyMsgStreamListener.h 1045include/thunderbird/nsICopyMsgStreamListener.h
1015include/thunderbird/nsICryptoFIPSInfo.h 1046include/thunderbird/nsICryptoFIPSInfo.h
1016include/thunderbird/nsICryptoHMAC.h 1047include/thunderbird/nsICryptoHMAC.h
1017include/thunderbird/nsICryptoHash.h 1048include/thunderbird/nsICryptoHash.h
1018include/thunderbird/nsICurrentCharsetListener.h 1049include/thunderbird/nsICurrentCharsetListener.h
1019include/thunderbird/nsICycleCollectorListener.h 1050include/thunderbird/nsICycleCollectorListener.h
1020include/thunderbird/nsID.h 1051include/thunderbird/nsID.h
1021include/thunderbird/nsIDBChangeAnnouncer.h 1052include/thunderbird/nsIDBChangeAnnouncer.h
1022include/thunderbird/nsIDBChangeListener.h 1053include/thunderbird/nsIDBChangeListener.h
1023include/thunderbird/nsIDBFolderInfo.h 1054include/thunderbird/nsIDBFolderInfo.h
1024include/thunderbird/nsIDNSListener.h 1055include/thunderbird/nsIDNSListener.h
1025include/thunderbird/nsIDNSRecord.h 1056include/thunderbird/nsIDNSRecord.h
1026include/thunderbird/nsIDNSService.h 1057include/thunderbird/nsIDNSService.h
 1058include/thunderbird/nsIDOMAlarmsManager.h
1027include/thunderbird/nsIDOMAnimationEvent.h 1059include/thunderbird/nsIDOMAnimationEvent.h
1028include/thunderbird/nsIDOMApplicationRegistry.h 1060include/thunderbird/nsIDOMApplicationRegistry.h
 1061include/thunderbird/nsIDOMApplicationRegistry2.h
1029include/thunderbird/nsIDOMAttr.h 1062include/thunderbird/nsIDOMAttr.h
1030include/thunderbird/nsIDOMBarProp.h 1063include/thunderbird/nsIDOMBarProp.h
1031include/thunderbird/nsIDOMBatteryManager.h 1064include/thunderbird/nsIDOMBatteryManager.h
1032include/thunderbird/nsIDOMBeforeUnloadEvent.h 1065include/thunderbird/nsIDOMBeforeUnloadEvent.h
1033include/thunderbird/nsIDOMCDATASection.h 1066include/thunderbird/nsIDOMCDATASection.h
1034include/thunderbird/nsIDOMCRMFObject.h 1067include/thunderbird/nsIDOMCRMFObject.h
1035include/thunderbird/nsIDOMCSS2Properties.h 1068include/thunderbird/nsIDOMCSS2Properties.h
1036include/thunderbird/nsIDOMCSSCharsetRule.h 1069include/thunderbird/nsIDOMCSSCharsetRule.h
1037include/thunderbird/nsIDOMCSSFontFaceRule.h 1070include/thunderbird/nsIDOMCSSFontFaceRule.h
1038include/thunderbird/nsIDOMCSSImportRule.h 1071include/thunderbird/nsIDOMCSSImportRule.h
1039include/thunderbird/nsIDOMCSSMediaRule.h 1072include/thunderbird/nsIDOMCSSMediaRule.h
1040include/thunderbird/nsIDOMCSSMozDocumentRule.h 1073include/thunderbird/nsIDOMCSSMozDocumentRule.h
1041include/thunderbird/nsIDOMCSSPageRule.h 1074include/thunderbird/nsIDOMCSSPageRule.h
@@ -1142,37 +1175,39 @@ include/thunderbird/nsIDOMHTMLHeadingEle @@ -1142,37 +1175,39 @@ include/thunderbird/nsIDOMHTMLHeadingEle
1142include/thunderbird/nsIDOMHTMLHtmlElement.h 1175include/thunderbird/nsIDOMHTMLHtmlElement.h
1143include/thunderbird/nsIDOMHTMLIFrameElement.h 1176include/thunderbird/nsIDOMHTMLIFrameElement.h
1144include/thunderbird/nsIDOMHTMLImageElement.h 1177include/thunderbird/nsIDOMHTMLImageElement.h
1145include/thunderbird/nsIDOMHTMLInputElement.h 1178include/thunderbird/nsIDOMHTMLInputElement.h
1146include/thunderbird/nsIDOMHTMLLIElement.h 1179include/thunderbird/nsIDOMHTMLLIElement.h
1147include/thunderbird/nsIDOMHTMLLabelElement.h 1180include/thunderbird/nsIDOMHTMLLabelElement.h
1148include/thunderbird/nsIDOMHTMLLegendElement.h 1181include/thunderbird/nsIDOMHTMLLegendElement.h
1149include/thunderbird/nsIDOMHTMLLinkElement.h 1182include/thunderbird/nsIDOMHTMLLinkElement.h
1150include/thunderbird/nsIDOMHTMLMapElement.h 1183include/thunderbird/nsIDOMHTMLMapElement.h
1151include/thunderbird/nsIDOMHTMLMediaElement.h 1184include/thunderbird/nsIDOMHTMLMediaElement.h
1152include/thunderbird/nsIDOMHTMLMenuElement.h 1185include/thunderbird/nsIDOMHTMLMenuElement.h
1153include/thunderbird/nsIDOMHTMLMenuItemElement.h 1186include/thunderbird/nsIDOMHTMLMenuItemElement.h
1154include/thunderbird/nsIDOMHTMLMetaElement.h 1187include/thunderbird/nsIDOMHTMLMetaElement.h
 1188include/thunderbird/nsIDOMHTMLMeterElement.h
1155include/thunderbird/nsIDOMHTMLModElement.h 1189include/thunderbird/nsIDOMHTMLModElement.h
1156include/thunderbird/nsIDOMHTMLOListElement.h 1190include/thunderbird/nsIDOMHTMLOListElement.h
1157include/thunderbird/nsIDOMHTMLObjectElement.h 1191include/thunderbird/nsIDOMHTMLObjectElement.h
1158include/thunderbird/nsIDOMHTMLOptGroupElement.h 1192include/thunderbird/nsIDOMHTMLOptGroupElement.h
1159include/thunderbird/nsIDOMHTMLOptionElement.h 1193include/thunderbird/nsIDOMHTMLOptionElement.h
1160include/thunderbird/nsIDOMHTMLOptionsCollection.h 1194include/thunderbird/nsIDOMHTMLOptionsCollection.h
1161include/thunderbird/nsIDOMHTMLOutputElement.h 1195include/thunderbird/nsIDOMHTMLOutputElement.h
1162include/thunderbird/nsIDOMHTMLParagraphElement.h 1196include/thunderbird/nsIDOMHTMLParagraphElement.h
1163include/thunderbird/nsIDOMHTMLParamElement.h 1197include/thunderbird/nsIDOMHTMLParamElement.h
1164include/thunderbird/nsIDOMHTMLPreElement.h 1198include/thunderbird/nsIDOMHTMLPreElement.h
1165include/thunderbird/nsIDOMHTMLProgressElement.h 1199include/thunderbird/nsIDOMHTMLProgressElement.h
 1200include/thunderbird/nsIDOMHTMLPropertiesCollection.h
1166include/thunderbird/nsIDOMHTMLQuoteElement.h 1201include/thunderbird/nsIDOMHTMLQuoteElement.h
1167include/thunderbird/nsIDOMHTMLScriptElement.h 1202include/thunderbird/nsIDOMHTMLScriptElement.h
1168include/thunderbird/nsIDOMHTMLSelectElement.h 1203include/thunderbird/nsIDOMHTMLSelectElement.h
1169include/thunderbird/nsIDOMHTMLSourceElement.h 1204include/thunderbird/nsIDOMHTMLSourceElement.h
1170include/thunderbird/nsIDOMHTMLStyleElement.h 1205include/thunderbird/nsIDOMHTMLStyleElement.h
1171include/thunderbird/nsIDOMHTMLTableCaptionElem.h 1206include/thunderbird/nsIDOMHTMLTableCaptionElem.h
1172include/thunderbird/nsIDOMHTMLTableCellElement.h 1207include/thunderbird/nsIDOMHTMLTableCellElement.h
1173include/thunderbird/nsIDOMHTMLTableColElement.h 1208include/thunderbird/nsIDOMHTMLTableColElement.h
1174include/thunderbird/nsIDOMHTMLTableElement.h 1209include/thunderbird/nsIDOMHTMLTableElement.h
1175include/thunderbird/nsIDOMHTMLTableRowElement.h 1210include/thunderbird/nsIDOMHTMLTableRowElement.h
1176include/thunderbird/nsIDOMHTMLTableSectionElem.h 1211include/thunderbird/nsIDOMHTMLTableSectionElem.h
1177include/thunderbird/nsIDOMHTMLTextAreaElement.h 1212include/thunderbird/nsIDOMHTMLTextAreaElement.h
1178include/thunderbird/nsIDOMHTMLTitleElement.h 1213include/thunderbird/nsIDOMHTMLTitleElement.h
@@ -1201,56 +1236,57 @@ include/thunderbird/nsIDOMMouseEvent.h @@ -1201,56 +1236,57 @@ include/thunderbird/nsIDOMMouseEvent.h
1201include/thunderbird/nsIDOMMouseScrollEvent.h 1236include/thunderbird/nsIDOMMouseScrollEvent.h
1202include/thunderbird/nsIDOMMozBrowserFrame.h 1237include/thunderbird/nsIDOMMozBrowserFrame.h
1203include/thunderbird/nsIDOMMozCSSKeyframeRule.h 1238include/thunderbird/nsIDOMMozCSSKeyframeRule.h
1204include/thunderbird/nsIDOMMozCSSKeyframesRule.h 1239include/thunderbird/nsIDOMMozCSSKeyframesRule.h
1205include/thunderbird/nsIDOMMozTouchEvent.h 1240include/thunderbird/nsIDOMMozTouchEvent.h
1206include/thunderbird/nsIDOMMutationEvent.h 1241include/thunderbird/nsIDOMMutationEvent.h
1207include/thunderbird/nsIDOMMutationObserver.h 1242include/thunderbird/nsIDOMMutationObserver.h
1208include/thunderbird/nsIDOMNSEditableElement.h 1243include/thunderbird/nsIDOMNSEditableElement.h
1209include/thunderbird/nsIDOMNSEvent.h 1244include/thunderbird/nsIDOMNSEvent.h
1210include/thunderbird/nsIDOMNSRGBAColor.h 1245include/thunderbird/nsIDOMNSRGBAColor.h
1211include/thunderbird/nsIDOMNSXPathExpression.h 1246include/thunderbird/nsIDOMNSXPathExpression.h
1212include/thunderbird/nsIDOMNamedNodeMap.h 1247include/thunderbird/nsIDOMNamedNodeMap.h
1213include/thunderbird/nsIDOMNavigator.h 1248include/thunderbird/nsIDOMNavigator.h
1214include/thunderbird/nsIDOMNavigatorBattery.h 
1215include/thunderbird/nsIDOMNavigatorDesktopNotification.h 1249include/thunderbird/nsIDOMNavigatorDesktopNotification.h
1216include/thunderbird/nsIDOMNavigatorDeviceStorage.h 1250include/thunderbird/nsIDOMNavigatorDeviceStorage.h
1217include/thunderbird/nsIDOMNavigatorGeolocation.h 1251include/thunderbird/nsIDOMNavigatorGeolocation.h
1218include/thunderbird/nsIDOMNavigatorNetwork.h 1252include/thunderbird/nsIDOMNavigatorNetwork.h
1219include/thunderbird/nsIDOMNavigatorSms.h 1253include/thunderbird/nsIDOMNavigatorSms.h
 1254include/thunderbird/nsIDOMNavigatorSystemMessages.h
1220include/thunderbird/nsIDOMNavigatorUserMedia.h 1255include/thunderbird/nsIDOMNavigatorUserMedia.h
1221include/thunderbird/nsIDOMNode.h 1256include/thunderbird/nsIDOMNode.h
1222include/thunderbird/nsIDOMNodeFilter.h 1257include/thunderbird/nsIDOMNodeFilter.h
1223include/thunderbird/nsIDOMNodeIterator.h 1258include/thunderbird/nsIDOMNodeIterator.h
1224include/thunderbird/nsIDOMNodeList.h 1259include/thunderbird/nsIDOMNodeList.h
1225include/thunderbird/nsIDOMNodeSelector.h 1260include/thunderbird/nsIDOMNodeSelector.h
1226include/thunderbird/nsIDOMNotifyAudioAvailableEvent.h 1261include/thunderbird/nsIDOMNotifyAudioAvailableEvent.h
1227include/thunderbird/nsIDOMNotifyPaintEvent.h 1262include/thunderbird/nsIDOMNotifyPaintEvent.h
1228include/thunderbird/nsIDOMOfflineResourceList.h 1263include/thunderbird/nsIDOMOfflineResourceList.h
1229include/thunderbird/nsIDOMPageTransitionEvent.h 1264include/thunderbird/nsIDOMPageTransitionEvent.h
1230include/thunderbird/nsIDOMPaintRequest.h 1265include/thunderbird/nsIDOMPaintRequest.h
1231include/thunderbird/nsIDOMPaintRequestList.h 1266include/thunderbird/nsIDOMPaintRequestList.h
1232include/thunderbird/nsIDOMParser.h 1267include/thunderbird/nsIDOMParser.h
1233include/thunderbird/nsIDOMPerformance.h 1268include/thunderbird/nsIDOMPerformance.h
1234include/thunderbird/nsIDOMPerformanceNavigation.h 1269include/thunderbird/nsIDOMPerformanceNavigation.h
1235include/thunderbird/nsIDOMPerformanceTiming.h 1270include/thunderbird/nsIDOMPerformanceTiming.h
1236include/thunderbird/nsIDOMPkcs11.h 1271include/thunderbird/nsIDOMPkcs11.h
1237include/thunderbird/nsIDOMPlugin.h 1272include/thunderbird/nsIDOMPlugin.h
1238include/thunderbird/nsIDOMPluginArray.h 1273include/thunderbird/nsIDOMPluginArray.h
1239include/thunderbird/nsIDOMPopStateEvent.h 1274include/thunderbird/nsIDOMPopStateEvent.h
1240include/thunderbird/nsIDOMPopupBlockedEvent.h 1275include/thunderbird/nsIDOMPopupBlockedEvent.h
1241include/thunderbird/nsIDOMPowerManager.h 1276include/thunderbird/nsIDOMPowerManager.h
1242include/thunderbird/nsIDOMProcessingInstruction.h 1277include/thunderbird/nsIDOMProcessingInstruction.h
1243include/thunderbird/nsIDOMProgressEvent.h 1278include/thunderbird/nsIDOMProgressEvent.h
 1279include/thunderbird/nsIDOMPropertyNodeList.h
1244include/thunderbird/nsIDOMRGBColor.h 1280include/thunderbird/nsIDOMRGBColor.h
1245include/thunderbird/nsIDOMRange.h 1281include/thunderbird/nsIDOMRange.h
1246include/thunderbird/nsIDOMRect.h 1282include/thunderbird/nsIDOMRect.h
1247include/thunderbird/nsIDOMSVGAElement.h 1283include/thunderbird/nsIDOMSVGAElement.h
1248include/thunderbird/nsIDOMSVGAltGlyphElement.h 1284include/thunderbird/nsIDOMSVGAltGlyphElement.h
1249include/thunderbird/nsIDOMSVGAngle.h 1285include/thunderbird/nsIDOMSVGAngle.h
1250include/thunderbird/nsIDOMSVGAnimPresAspRatio.h 1286include/thunderbird/nsIDOMSVGAnimPresAspRatio.h
1251include/thunderbird/nsIDOMSVGAnimTransformList.h 1287include/thunderbird/nsIDOMSVGAnimTransformList.h
1252include/thunderbird/nsIDOMSVGAnimateElement.h 1288include/thunderbird/nsIDOMSVGAnimateElement.h
1253include/thunderbird/nsIDOMSVGAnimateMotionElement.h 1289include/thunderbird/nsIDOMSVGAnimateMotionElement.h
1254include/thunderbird/nsIDOMSVGAnimateTransformElement.h 1290include/thunderbird/nsIDOMSVGAnimateTransformElement.h
1255include/thunderbird/nsIDOMSVGAnimatedAngle.h 1291include/thunderbird/nsIDOMSVGAnimatedAngle.h
1256include/thunderbird/nsIDOMSVGAnimatedBoolean.h 1292include/thunderbird/nsIDOMSVGAnimatedBoolean.h
@@ -1263,27 +1299,26 @@ include/thunderbird/nsIDOMSVGAnimatedNum @@ -1263,27 +1299,26 @@ include/thunderbird/nsIDOMSVGAnimatedNum
1263include/thunderbird/nsIDOMSVGAnimatedPathData.h 1299include/thunderbird/nsIDOMSVGAnimatedPathData.h
1264include/thunderbird/nsIDOMSVGAnimatedPoints.h 1300include/thunderbird/nsIDOMSVGAnimatedPoints.h
1265include/thunderbird/nsIDOMSVGAnimatedRect.h 1301include/thunderbird/nsIDOMSVGAnimatedRect.h
1266include/thunderbird/nsIDOMSVGAnimatedString.h 1302include/thunderbird/nsIDOMSVGAnimatedString.h
1267include/thunderbird/nsIDOMSVGAnimationElement.h 1303include/thunderbird/nsIDOMSVGAnimationElement.h
1268include/thunderbird/nsIDOMSVGCircleElement.h 1304include/thunderbird/nsIDOMSVGCircleElement.h
1269include/thunderbird/nsIDOMSVGClipPathElement.h 1305include/thunderbird/nsIDOMSVGClipPathElement.h
1270include/thunderbird/nsIDOMSVGDefsElement.h 1306include/thunderbird/nsIDOMSVGDefsElement.h
1271include/thunderbird/nsIDOMSVGDescElement.h 1307include/thunderbird/nsIDOMSVGDescElement.h
1272include/thunderbird/nsIDOMSVGDocument.h 1308include/thunderbird/nsIDOMSVGDocument.h
1273include/thunderbird/nsIDOMSVGElement.h 1309include/thunderbird/nsIDOMSVGElement.h
1274include/thunderbird/nsIDOMSVGEllipseElement.h 1310include/thunderbird/nsIDOMSVGEllipseElement.h
1275include/thunderbird/nsIDOMSVGEvent.h 1311include/thunderbird/nsIDOMSVGEvent.h
1276include/thunderbird/nsIDOMSVGException.h 
1277include/thunderbird/nsIDOMSVGFilterElement.h 1312include/thunderbird/nsIDOMSVGFilterElement.h
1278include/thunderbird/nsIDOMSVGFilters.h 1313include/thunderbird/nsIDOMSVGFilters.h
1279include/thunderbird/nsIDOMSVGFitToViewBox.h 1314include/thunderbird/nsIDOMSVGFitToViewBox.h
1280include/thunderbird/nsIDOMSVGForeignObjectElem.h 1315include/thunderbird/nsIDOMSVGForeignObjectElem.h
1281include/thunderbird/nsIDOMSVGGElement.h 1316include/thunderbird/nsIDOMSVGGElement.h
1282include/thunderbird/nsIDOMSVGGradientElement.h 1317include/thunderbird/nsIDOMSVGGradientElement.h
1283include/thunderbird/nsIDOMSVGImageElement.h 1318include/thunderbird/nsIDOMSVGImageElement.h
1284include/thunderbird/nsIDOMSVGLength.h 1319include/thunderbird/nsIDOMSVGLength.h
1285include/thunderbird/nsIDOMSVGLengthList.h 1320include/thunderbird/nsIDOMSVGLengthList.h
1286include/thunderbird/nsIDOMSVGLineElement.h 1321include/thunderbird/nsIDOMSVGLineElement.h
1287include/thunderbird/nsIDOMSVGLocatable.h 1322include/thunderbird/nsIDOMSVGLocatable.h
1288include/thunderbird/nsIDOMSVGMarkerElement.h 1323include/thunderbird/nsIDOMSVGMarkerElement.h
1289include/thunderbird/nsIDOMSVGMaskElement.h 1324include/thunderbird/nsIDOMSVGMaskElement.h
@@ -1348,38 +1383,38 @@ include/thunderbird/nsIDOMStorageIndexed @@ -1348,38 +1383,38 @@ include/thunderbird/nsIDOMStorageIndexed
1348include/thunderbird/nsIDOMStorageItem.h 1383include/thunderbird/nsIDOMStorageItem.h
1349include/thunderbird/nsIDOMStorageManager.h 1384include/thunderbird/nsIDOMStorageManager.h
1350include/thunderbird/nsIDOMStorageObsolete.h 1385include/thunderbird/nsIDOMStorageObsolete.h
1351include/thunderbird/nsIDOMStyleSheet.h 1386include/thunderbird/nsIDOMStyleSheet.h
1352include/thunderbird/nsIDOMStyleSheetList.h 1387include/thunderbird/nsIDOMStyleSheetList.h
1353include/thunderbird/nsIDOMText.h 1388include/thunderbird/nsIDOMText.h
1354include/thunderbird/nsIDOMTimeEvent.h 1389include/thunderbird/nsIDOMTimeEvent.h
1355include/thunderbird/nsIDOMTimeRanges.h 1390include/thunderbird/nsIDOMTimeRanges.h
1356include/thunderbird/nsIDOMToString.h 1391include/thunderbird/nsIDOMToString.h
1357include/thunderbird/nsIDOMTouchEvent.h 1392include/thunderbird/nsIDOMTouchEvent.h
1358include/thunderbird/nsIDOMTransitionEvent.h 1393include/thunderbird/nsIDOMTransitionEvent.h
1359include/thunderbird/nsIDOMTreeWalker.h 1394include/thunderbird/nsIDOMTreeWalker.h
1360include/thunderbird/nsIDOMUIEvent.h 1395include/thunderbird/nsIDOMUIEvent.h
 1396include/thunderbird/nsIDOMUSSDReceivedEvent.h
1361include/thunderbird/nsIDOMUserDataHandler.h 1397include/thunderbird/nsIDOMUserDataHandler.h
1362include/thunderbird/nsIDOMUserProximityEvent.h 1398include/thunderbird/nsIDOMUserProximityEvent.h
1363include/thunderbird/nsIDOMValidityState.h 1399include/thunderbird/nsIDOMValidityState.h
1364include/thunderbird/nsIDOMWakeLock.h 1400include/thunderbird/nsIDOMWakeLock.h
1365include/thunderbird/nsIDOMWakeLockListener.h 1401include/thunderbird/nsIDOMWakeLockListener.h
1366include/thunderbird/nsIDOMWebGLRenderingContext.h 1402include/thunderbird/nsIDOMWebGLRenderingContext.h
1367include/thunderbird/nsIDOMWindow.h 1403include/thunderbird/nsIDOMWindow.h
1368include/thunderbird/nsIDOMWindowCollection.h 1404include/thunderbird/nsIDOMWindowCollection.h
1369include/thunderbird/nsIDOMWindowUtils.h 1405include/thunderbird/nsIDOMWindowUtils.h
1370include/thunderbird/nsIDOMXMLDocument.h 1406include/thunderbird/nsIDOMXMLDocument.h
1371include/thunderbird/nsIDOMXPathEvaluator.h 1407include/thunderbird/nsIDOMXPathEvaluator.h
1372include/thunderbird/nsIDOMXPathException.h 
1373include/thunderbird/nsIDOMXPathExpression.h 1408include/thunderbird/nsIDOMXPathExpression.h
1374include/thunderbird/nsIDOMXPathNSResolver.h 1409include/thunderbird/nsIDOMXPathNSResolver.h
1375include/thunderbird/nsIDOMXPathNamespace.h 1410include/thunderbird/nsIDOMXPathNamespace.h
1376include/thunderbird/nsIDOMXPathResult.h 1411include/thunderbird/nsIDOMXPathResult.h
1377include/thunderbird/nsIDOMXULButtonElement.h 1412include/thunderbird/nsIDOMXULButtonElement.h
1378include/thunderbird/nsIDOMXULCheckboxElement.h 1413include/thunderbird/nsIDOMXULCheckboxElement.h
1379include/thunderbird/nsIDOMXULCommandDispatcher.h 1414include/thunderbird/nsIDOMXULCommandDispatcher.h
1380include/thunderbird/nsIDOMXULCommandEvent.h 1415include/thunderbird/nsIDOMXULCommandEvent.h
1381include/thunderbird/nsIDOMXULContainerElement.h 1416include/thunderbird/nsIDOMXULContainerElement.h
1382include/thunderbird/nsIDOMXULControlElement.h 1417include/thunderbird/nsIDOMXULControlElement.h
1383include/thunderbird/nsIDOMXULDescriptionElement.h 1418include/thunderbird/nsIDOMXULDescriptionElement.h
1384include/thunderbird/nsIDOMXULDocument.h 1419include/thunderbird/nsIDOMXULDocument.h
1385include/thunderbird/nsIDOMXULElement.h 1420include/thunderbird/nsIDOMXULElement.h
@@ -1435,27 +1470,26 @@ include/thunderbird/nsIEditActionListene @@ -1435,27 +1470,26 @@ include/thunderbird/nsIEditActionListene
1435include/thunderbird/nsIEditingSession.h 1470include/thunderbird/nsIEditingSession.h
1436include/thunderbird/nsIEditor.h 1471include/thunderbird/nsIEditor.h
1437include/thunderbird/nsIEditorBoxObject.h 1472include/thunderbird/nsIEditorBoxObject.h
1438include/thunderbird/nsIEditorDocShell.h 1473include/thunderbird/nsIEditorDocShell.h
1439include/thunderbird/nsIEditorIMESupport.h 1474include/thunderbird/nsIEditorIMESupport.h
1440include/thunderbird/nsIEditorLogging.h 1475include/thunderbird/nsIEditorLogging.h
1441include/thunderbird/nsIEditorMailSupport.h 1476include/thunderbird/nsIEditorMailSupport.h
1442include/thunderbird/nsIEditorObserver.h 1477include/thunderbird/nsIEditorObserver.h
1443include/thunderbird/nsIEditorSpellCheck.h 1478include/thunderbird/nsIEditorSpellCheck.h
1444include/thunderbird/nsIEditorStyleSheets.h 1479include/thunderbird/nsIEditorStyleSheets.h
1445include/thunderbird/nsIEffectiveTLDService.h 1480include/thunderbird/nsIEffectiveTLDService.h
1446include/thunderbird/nsIElementObserver.h 1481include/thunderbird/nsIElementObserver.h
1447include/thunderbird/nsIEmbeddingSiteWindow.h 1482include/thunderbird/nsIEmbeddingSiteWindow.h
1448include/thunderbird/nsIEmbeddingSiteWindow2.h 
1449include/thunderbird/nsIEncodedChannel.h 1483include/thunderbird/nsIEncodedChannel.h
1450include/thunderbird/nsIEncryptedSMIMEURIsSrvc.h 1484include/thunderbird/nsIEncryptedSMIMEURIsSrvc.h
1451include/thunderbird/nsIEntityConverter.h 1485include/thunderbird/nsIEntityConverter.h
1452include/thunderbird/nsIEntropyCollector.h 1486include/thunderbird/nsIEntropyCollector.h
1453include/thunderbird/nsIEnumerator.h 1487include/thunderbird/nsIEnumerator.h
1454include/thunderbird/nsIEnvironment.h 1488include/thunderbird/nsIEnvironment.h
1455include/thunderbird/nsIErrorService.h 1489include/thunderbird/nsIErrorService.h
1456include/thunderbird/nsIEventListenerService.h 1490include/thunderbird/nsIEventListenerService.h
1457include/thunderbird/nsIEventSource.h 1491include/thunderbird/nsIEventSource.h
1458include/thunderbird/nsIEventTarget.h 1492include/thunderbird/nsIEventTarget.h
1459include/thunderbird/nsIException.h 1493include/thunderbird/nsIException.h
1460include/thunderbird/nsIExceptionService.h 1494include/thunderbird/nsIExceptionService.h
1461include/thunderbird/nsIExpatSink.h 1495include/thunderbird/nsIExpatSink.h
@@ -1560,28 +1594,31 @@ include/thunderbird/nsIIDBOpenDBRequest. @@ -1560,28 +1594,31 @@ include/thunderbird/nsIIDBOpenDBRequest.
1560include/thunderbird/nsIIDBRequest.h 1594include/thunderbird/nsIIDBRequest.h
1561include/thunderbird/nsIIDBTransaction.h 1595include/thunderbird/nsIIDBTransaction.h
1562include/thunderbird/nsIIDBVersionChangeEvent.h 1596include/thunderbird/nsIIDBVersionChangeEvent.h
1563include/thunderbird/nsIIDNService.h 1597include/thunderbird/nsIIDNService.h
1564include/thunderbird/nsIIFrameBoxObject.h 1598include/thunderbird/nsIIFrameBoxObject.h
1565include/thunderbird/nsIIMAPHostSessionList.h 1599include/thunderbird/nsIIMAPHostSessionList.h
1566include/thunderbird/nsIIMEPicker.h 1600include/thunderbird/nsIIMEPicker.h
1567include/thunderbird/nsIINIParser.h 1601include/thunderbird/nsIINIParser.h
1568include/thunderbird/nsIIOService.h 1602include/thunderbird/nsIIOService.h
1569include/thunderbird/nsIIOService2.h 1603include/thunderbird/nsIIOService2.h
1570include/thunderbird/nsIIOUtil.h 1604include/thunderbird/nsIIOUtil.h
1571include/thunderbird/nsIIPCSerializable.h 1605include/thunderbird/nsIIPCSerializable.h
1572include/thunderbird/nsIIconURI.h 1606include/thunderbird/nsIIconURI.h
 1607include/thunderbird/nsIIdentityCryptoService.h
1573include/thunderbird/nsIIdentityInfo.h 1608include/thunderbird/nsIIdentityInfo.h
 1609include/thunderbird/nsIIdleObserver.h
1574include/thunderbird/nsIIdleService.h 1610include/thunderbird/nsIIdleService.h
 1611include/thunderbird/nsIIdleServiceInternal.h
1575include/thunderbird/nsIImageDocument.h 1612include/thunderbird/nsIImageDocument.h
1576include/thunderbird/nsIImageLoadingContent.h 1613include/thunderbird/nsIImageLoadingContent.h
1577include/thunderbird/nsIImageToPixbuf.h 1614include/thunderbird/nsIImageToPixbuf.h
1578include/thunderbird/nsIImapFlagAndUidState.h 1615include/thunderbird/nsIImapFlagAndUidState.h
1579include/thunderbird/nsIImapHeaderXferInfo.h 1616include/thunderbird/nsIImapHeaderXferInfo.h
1580include/thunderbird/nsIImapIncomingServer.h 1617include/thunderbird/nsIImapIncomingServer.h
1581include/thunderbird/nsIImapMailFolderSink.h 1618include/thunderbird/nsIImapMailFolderSink.h
1582include/thunderbird/nsIImapMessageSink.h 1619include/thunderbird/nsIImapMessageSink.h
1583include/thunderbird/nsIImapMockChannel.h 1620include/thunderbird/nsIImapMockChannel.h
1584include/thunderbird/nsIImapProtocol.h 1621include/thunderbird/nsIImapProtocol.h
1585include/thunderbird/nsIImapProtocolSink.h 1622include/thunderbird/nsIImapProtocolSink.h
1586include/thunderbird/nsIImapServerSink.h 1623include/thunderbird/nsIImapServerSink.h
1587include/thunderbird/nsIImapService.h 1624include/thunderbird/nsIImapService.h
@@ -1784,81 +1821,84 @@ include/thunderbird/nsIMutationObserver. @@ -1784,81 +1821,84 @@ include/thunderbird/nsIMutationObserver.
1784include/thunderbird/nsINIParser.h 1821include/thunderbird/nsINIParser.h
1785include/thunderbird/nsINNTPArticleList.h 1822include/thunderbird/nsINNTPArticleList.h
1786include/thunderbird/nsINNTPNewsgroupList.h 1823include/thunderbird/nsINNTPNewsgroupList.h
1787include/thunderbird/nsINNTPNewsgroupPost.h 1824include/thunderbird/nsINNTPNewsgroupPost.h
1788include/thunderbird/nsINNTPProtocol.h 1825include/thunderbird/nsINNTPProtocol.h
1789include/thunderbird/nsINSSCertCache.h 1826include/thunderbird/nsINSSCertCache.h
1790include/thunderbird/nsINSSErrorsService.h 1827include/thunderbird/nsINSSErrorsService.h
1791include/thunderbird/nsINSSVersion.h 1828include/thunderbird/nsINSSVersion.h
1792include/thunderbird/nsINameSpaceManager.h 1829include/thunderbird/nsINameSpaceManager.h
1793include/thunderbird/nsINativeAppSupport.h 1830include/thunderbird/nsINativeAppSupport.h
1794include/thunderbird/nsINativeKeyBindings.h 1831include/thunderbird/nsINativeKeyBindings.h
1795include/thunderbird/nsINavBookmarksService.h 1832include/thunderbird/nsINavBookmarksService.h
1796include/thunderbird/nsINavHistoryService.h 1833include/thunderbird/nsINavHistoryService.h
 1834include/thunderbird/nsINavigatorBattery.h
1797include/thunderbird/nsINestedURI.h 1835include/thunderbird/nsINestedURI.h
1798include/thunderbird/nsINetAddr.h 1836include/thunderbird/nsINetAddr.h
1799include/thunderbird/nsINetUtil.h 1837include/thunderbird/nsINetUtil.h
1800include/thunderbird/nsINetworkLinkService.h 1838include/thunderbird/nsINetworkLinkService.h
1801include/thunderbird/nsINewsBlogFeedDownloader.h 1839include/thunderbird/nsINewsBlogFeedDownloader.h
1802include/thunderbird/nsINewsDatabase.h 1840include/thunderbird/nsINewsDatabase.h
1803include/thunderbird/nsINewsDownloadDialogArgs.h 1841include/thunderbird/nsINewsDownloadDialogArgs.h
1804include/thunderbird/nsINntpIncomingServer.h 1842include/thunderbird/nsINntpIncomingServer.h
1805include/thunderbird/nsINntpService.h 1843include/thunderbird/nsINntpService.h
1806include/thunderbird/nsINntpUrl.h 1844include/thunderbird/nsINntpUrl.h
1807include/thunderbird/nsINoIncomingServer.h 1845include/thunderbird/nsINoIncomingServer.h
1808include/thunderbird/nsINode.h 1846include/thunderbird/nsINode.h
1809include/thunderbird/nsINodeInfo.h 1847include/thunderbird/nsINodeInfo.h
1810include/thunderbird/nsINodeList.h 1848include/thunderbird/nsINodeList.h
1811include/thunderbird/nsINoneService.h 1849include/thunderbird/nsINoneService.h
1812include/thunderbird/nsIOCSPResponder.h 1850include/thunderbird/nsIOCSPResponder.h
1813include/thunderbird/nsIOS2Locale.h 1851include/thunderbird/nsIOS2Locale.h
 1852include/thunderbird/nsIOSFileConstantsService.h
1814include/thunderbird/nsIOSurface.h 1853include/thunderbird/nsIOSurface.h
1815include/thunderbird/nsIObjectFrame.h 1854include/thunderbird/nsIObjectFrame.h
1816include/thunderbird/nsIObjectInputStream.h 1855include/thunderbird/nsIObjectInputStream.h
1817include/thunderbird/nsIObjectLoadingContent.h 1856include/thunderbird/nsIObjectLoadingContent.h
1818include/thunderbird/nsIObjectOutputStream.h 1857include/thunderbird/nsIObjectOutputStream.h
1819include/thunderbird/nsIObserver.h 1858include/thunderbird/nsIObserver.h
1820include/thunderbird/nsIObserverService.h 1859include/thunderbird/nsIObserverService.h
1821include/thunderbird/nsIOfflineCacheUpdate.h 1860include/thunderbird/nsIOfflineCacheUpdate.h
 1861include/thunderbird/nsIOpenWindowEventDetail.h
1822include/thunderbird/nsIOutputStream.h 1862include/thunderbird/nsIOutputStream.h
1823include/thunderbird/nsIPK11Token.h 1863include/thunderbird/nsIPK11Token.h
1824include/thunderbird/nsIPK11TokenDB.h 1864include/thunderbird/nsIPK11TokenDB.h
1825include/thunderbird/nsIPKCS11.h 1865include/thunderbird/nsIPKCS11.h
1826include/thunderbird/nsIPKCS11Module.h 1866include/thunderbird/nsIPKCS11Module.h
1827include/thunderbird/nsIPKCS11ModuleDB.h 1867include/thunderbird/nsIPKCS11ModuleDB.h
1828include/thunderbird/nsIPKCS11Slot.h 1868include/thunderbird/nsIPKCS11Slot.h
1829include/thunderbird/nsIPKIParamBlock.h 1869include/thunderbird/nsIPKIParamBlock.h
1830include/thunderbird/nsIPageSequenceFrame.h 1870include/thunderbird/nsIPageSequenceFrame.h
1831include/thunderbird/nsIParentChannel.h 1871include/thunderbird/nsIParentChannel.h
1832include/thunderbird/nsIParentRedirectingChannel.h 1872include/thunderbird/nsIParentRedirectingChannel.h
1833include/thunderbird/nsIParentalControlsService.h 1873include/thunderbird/nsIParentalControlsService.h
1834include/thunderbird/nsIParser.h 1874include/thunderbird/nsIParser.h
1835include/thunderbird/nsIParserNode.h 1875include/thunderbird/nsIParserNode.h
1836include/thunderbird/nsIParserService.h 1876include/thunderbird/nsIParserService.h
1837include/thunderbird/nsIParserUtils.h 1877include/thunderbird/nsIParserUtils.h
1838include/thunderbird/nsIPercentHeightObserver.h 1878include/thunderbird/nsIPercentHeightObserver.h
1839include/thunderbird/nsIPermission.h 1879include/thunderbird/nsIPermission.h
1840include/thunderbird/nsIPermissionManager.h 1880include/thunderbird/nsIPermissionManager.h
1841include/thunderbird/nsIPersistentProperties2.h 1881include/thunderbird/nsIPersistentProperties2.h
 1882include/thunderbird/nsIPgpMimeProxy.h
1842include/thunderbird/nsIPhonetic.h 1883include/thunderbird/nsIPhonetic.h
1843include/thunderbird/nsIPipe.h 1884include/thunderbird/nsIPipe.h
1844include/thunderbird/nsIPlacesImportExportService.h 1885include/thunderbird/nsIPlacesImportExportService.h
1845include/thunderbird/nsIPlaintextEditor.h 1886include/thunderbird/nsIPlaintextEditor.h
1846include/thunderbird/nsIPlatformCharset.h 1887include/thunderbird/nsIPlatformCharset.h
1847include/thunderbird/nsIPluginDocument.h 1888include/thunderbird/nsIPluginDocument.h
1848include/thunderbird/nsIPluginHost.h 1889include/thunderbird/nsIPluginHost.h
1849include/thunderbird/nsIPluginInputStream.h 1890include/thunderbird/nsIPluginInputStream.h
1850include/thunderbird/nsIPluginInstanceOwner.h 1891include/thunderbird/nsIPluginInstanceOwner.h
1851include/thunderbird/nsIPluginStreamInfo.h 
1852include/thunderbird/nsIPluginTag.h 1892include/thunderbird/nsIPluginTag.h
1853include/thunderbird/nsIPluginTagInfo.h 1893include/thunderbird/nsIPluginTagInfo.h
1854include/thunderbird/nsIPluginWidget.h 1894include/thunderbird/nsIPluginWidget.h
1855include/thunderbird/nsIPop3IncomingServer.h 1895include/thunderbird/nsIPop3IncomingServer.h
1856include/thunderbird/nsIPop3Protocol.h 1896include/thunderbird/nsIPop3Protocol.h
1857include/thunderbird/nsIPop3Service.h 1897include/thunderbird/nsIPop3Service.h
1858include/thunderbird/nsIPop3Sink.h 1898include/thunderbird/nsIPop3Sink.h
1859include/thunderbird/nsIPop3URL.h 1899include/thunderbird/nsIPop3URL.h
1860include/thunderbird/nsIPopupBoxObject.h 1900include/thunderbird/nsIPopupBoxObject.h
1861include/thunderbird/nsIPopupWindowManager.h 1901include/thunderbird/nsIPopupWindowManager.h
1862include/thunderbird/nsIPowerManagerService.h 1902include/thunderbird/nsIPowerManagerService.h
1863include/thunderbird/nsIPrefBranch.h 1903include/thunderbird/nsIPrefBranch.h
1864include/thunderbird/nsIPrefBranch2.h 1904include/thunderbird/nsIPrefBranch2.h
@@ -1869,29 +1909,27 @@ include/thunderbird/nsIPrefetchService.h @@ -1869,29 +1909,27 @@ include/thunderbird/nsIPrefetchService.h
1869include/thunderbird/nsIPresShell.h 1909include/thunderbird/nsIPresShell.h
1870include/thunderbird/nsIPrincipal.h 1910include/thunderbird/nsIPrincipal.h
1871include/thunderbird/nsIPrintDialogService.h 1911include/thunderbird/nsIPrintDialogService.h
1872include/thunderbird/nsIPrintOptions.h 1912include/thunderbird/nsIPrintOptions.h
1873include/thunderbird/nsIPrintProgress.h 1913include/thunderbird/nsIPrintProgress.h
1874include/thunderbird/nsIPrintProgressParams.h 1914include/thunderbird/nsIPrintProgressParams.h
1875include/thunderbird/nsIPrintSession.h 1915include/thunderbird/nsIPrintSession.h
1876include/thunderbird/nsIPrintSettings.h 1916include/thunderbird/nsIPrintSettings.h
1877include/thunderbird/nsIPrintSettingsService.h 1917include/thunderbird/nsIPrintSettingsService.h
1878include/thunderbird/nsIPrintStatusFeedback.h 1918include/thunderbird/nsIPrintStatusFeedback.h
1879include/thunderbird/nsIPrintingPrompt.h 1919include/thunderbird/nsIPrintingPrompt.h
1880include/thunderbird/nsIPrintingPromptService.h 1920include/thunderbird/nsIPrintingPromptService.h
1881include/thunderbird/nsIPrivacyTransitionObserver.h 1921include/thunderbird/nsIPrivacyTransitionObserver.h
1882include/thunderbird/nsIPrivateBrowsingConsumer.h 
1883include/thunderbird/nsIPrivateBrowsingService.h 1922include/thunderbird/nsIPrivateBrowsingService.h
1884include/thunderbird/nsIPrivateDOMEvent.h 
1885include/thunderbird/nsIPrivateTextEvent.h 1923include/thunderbird/nsIPrivateTextEvent.h
1886include/thunderbird/nsIPrivateTextRange.h 1924include/thunderbird/nsIPrivateTextRange.h
1887include/thunderbird/nsIProcess.h 1925include/thunderbird/nsIProcess.h
1888include/thunderbird/nsIProfile.h 1926include/thunderbird/nsIProfile.h
1889include/thunderbird/nsIProfileChangeStatus.h 1927include/thunderbird/nsIProfileChangeStatus.h
1890include/thunderbird/nsIProfileMigrator.h 1928include/thunderbird/nsIProfileMigrator.h
1891include/thunderbird/nsIProfileUnlocker.h 1929include/thunderbird/nsIProfileUnlocker.h
1892include/thunderbird/nsIProgrammingLanguage.h 1930include/thunderbird/nsIProgrammingLanguage.h
1893include/thunderbird/nsIProgressEventSink.h 1931include/thunderbird/nsIProgressEventSink.h
1894include/thunderbird/nsIPrompt.h 1932include/thunderbird/nsIPrompt.h
1895include/thunderbird/nsIPromptFactory.h 1933include/thunderbird/nsIPromptFactory.h
1896include/thunderbird/nsIPromptService.h 1934include/thunderbird/nsIPromptService.h
1897include/thunderbird/nsIPromptService2.h 1935include/thunderbird/nsIPromptService2.h
@@ -1974,32 +2012,32 @@ include/thunderbird/nsISOCKSSocketInfo.h @@ -1974,32 +2012,32 @@ include/thunderbird/nsISOCKSSocketInfo.h
1974include/thunderbird/nsISSLCertErrorDialog.h 2012include/thunderbird/nsISSLCertErrorDialog.h
1975include/thunderbird/nsISSLErrorListener.h 2013include/thunderbird/nsISSLErrorListener.h
1976include/thunderbird/nsISSLSocketControl.h 2014include/thunderbird/nsISSLSocketControl.h
1977include/thunderbird/nsISSLStatus.h 2015include/thunderbird/nsISSLStatus.h
1978include/thunderbird/nsISSLStatusProvider.h 2016include/thunderbird/nsISSLStatusProvider.h
1979include/thunderbird/nsISafeOutputStream.h 2017include/thunderbird/nsISafeOutputStream.h
1980include/thunderbird/nsISaveAsCharset.h 2018include/thunderbird/nsISaveAsCharset.h
1981include/thunderbird/nsIScreen.h 2019include/thunderbird/nsIScreen.h
1982include/thunderbird/nsIScreenManager.h 2020include/thunderbird/nsIScreenManager.h
1983include/thunderbird/nsIScriptChannel.h 2021include/thunderbird/nsIScriptChannel.h
1984include/thunderbird/nsIScriptContext.h 2022include/thunderbird/nsIScriptContext.h
1985include/thunderbird/nsIScriptElement.h 2023include/thunderbird/nsIScriptElement.h
1986include/thunderbird/nsIScriptError.h 2024include/thunderbird/nsIScriptError.h
 2025include/thunderbird/nsIScriptEventHandlerOwner.h
1987include/thunderbird/nsIScriptExternalNameSet.h 2026include/thunderbird/nsIScriptExternalNameSet.h
1988include/thunderbird/nsIScriptGlobalObject.h 2027include/thunderbird/nsIScriptGlobalObject.h
1989include/thunderbird/nsIScriptGlobalObjectOwner.h 2028include/thunderbird/nsIScriptGlobalObjectOwner.h
1990include/thunderbird/nsIScriptLoaderObserver.h 2029include/thunderbird/nsIScriptLoaderObserver.h
1991include/thunderbird/nsIScriptNameSpaceManager.h 2030include/thunderbird/nsIScriptNameSpaceManager.h
1992include/thunderbird/nsIScriptObjectOwner.h 
1993include/thunderbird/nsIScriptObjectPrincipal.h 2031include/thunderbird/nsIScriptObjectPrincipal.h
1994include/thunderbird/nsIScriptRuntime.h 2032include/thunderbird/nsIScriptRuntime.h
1995include/thunderbird/nsIScriptSecurityManager.h 2033include/thunderbird/nsIScriptSecurityManager.h
1996include/thunderbird/nsIScriptTimeoutHandler.h 2034include/thunderbird/nsIScriptTimeoutHandler.h
1997include/thunderbird/nsIScriptableBase64Encoder.h 2035include/thunderbird/nsIScriptableBase64Encoder.h
1998include/thunderbird/nsIScriptableDateFormat.h 2036include/thunderbird/nsIScriptableDateFormat.h
1999include/thunderbird/nsIScriptableInputStream.h 2037include/thunderbird/nsIScriptableInputStream.h
2000include/thunderbird/nsIScriptableRegion.h 2038include/thunderbird/nsIScriptableRegion.h
2001include/thunderbird/nsIScriptableUConv.h 2039include/thunderbird/nsIScriptableUConv.h
2002include/thunderbird/nsIScriptableUnescapeHTML.h 2040include/thunderbird/nsIScriptableUnescapeHTML.h
2003include/thunderbird/nsIScrollBoxObject.h 2041include/thunderbird/nsIScrollBoxObject.h
2004include/thunderbird/nsIScrollPositionListener.h 2042include/thunderbird/nsIScrollPositionListener.h
2005include/thunderbird/nsIScrollable.h 2043include/thunderbird/nsIScrollable.h
@@ -2076,26 +2114,27 @@ include/thunderbird/nsIStyleSheetLinking @@ -2076,26 +2114,27 @@ include/thunderbird/nsIStyleSheetLinking
2076include/thunderbird/nsIStyleSheetService.h 2114include/thunderbird/nsIStyleSheetService.h
2077include/thunderbird/nsISubscribableServer.h 2115include/thunderbird/nsISubscribableServer.h
2078include/thunderbird/nsISupports.h 2116include/thunderbird/nsISupports.h
2079include/thunderbird/nsISupportsArray.h 2117include/thunderbird/nsISupportsArray.h
2080include/thunderbird/nsISupportsBase.h 2118include/thunderbird/nsISupportsBase.h
2081include/thunderbird/nsISupportsImpl.h 2119include/thunderbird/nsISupportsImpl.h
2082include/thunderbird/nsISupportsIterators.h 2120include/thunderbird/nsISupportsIterators.h
2083include/thunderbird/nsISupportsObsolete.h 2121include/thunderbird/nsISupportsObsolete.h
2084include/thunderbird/nsISupportsPrimitives.h 2122include/thunderbird/nsISupportsPrimitives.h
2085include/thunderbird/nsISupportsPriority.h 2123include/thunderbird/nsISupportsPriority.h
2086include/thunderbird/nsISupportsUtils.h 2124include/thunderbird/nsISupportsUtils.h
2087include/thunderbird/nsISyncJPAKE.h 2125include/thunderbird/nsISyncJPAKE.h
2088include/thunderbird/nsISyncStreamListener.h 2126include/thunderbird/nsISyncStreamListener.h
 2127include/thunderbird/nsISystemMessagesInternal.h
2089include/thunderbird/nsISystemProxySettings.h 2128include/thunderbird/nsISystemProxySettings.h
2090include/thunderbird/nsITXTToHTMLConv.h 2129include/thunderbird/nsITXTToHTMLConv.h
2091include/thunderbird/nsITabChild.h 2130include/thunderbird/nsITabChild.h
2092include/thunderbird/nsITabParent.h 2131include/thunderbird/nsITabParent.h
2093include/thunderbird/nsITableCellLayout.h 2132include/thunderbird/nsITableCellLayout.h
2094include/thunderbird/nsITableEditor.h 2133include/thunderbird/nsITableEditor.h
2095include/thunderbird/nsITableLayout.h 2134include/thunderbird/nsITableLayout.h
2096include/thunderbird/nsITaggingService.h 2135include/thunderbird/nsITaggingService.h
2097include/thunderbird/nsITelemetry.h 2136include/thunderbird/nsITelemetry.h
2098include/thunderbird/nsITextControlElement.h 2137include/thunderbird/nsITextControlElement.h
2099include/thunderbird/nsITextControlFrame.h 2138include/thunderbird/nsITextControlFrame.h
2100include/thunderbird/nsITextScroll.h 2139include/thunderbird/nsITextScroll.h
2101include/thunderbird/nsITextService.h 2140include/thunderbird/nsITextService.h
@@ -2190,26 +2229,27 @@ include/thunderbird/nsIWebBrowserSetup.h @@ -2190,26 +2229,27 @@ include/thunderbird/nsIWebBrowserSetup.h
2190include/thunderbird/nsIWebBrowserStream.h 2229include/thunderbird/nsIWebBrowserStream.h
2191include/thunderbird/nsIWebContentHandlerRegistrar.h 2230include/thunderbird/nsIWebContentHandlerRegistrar.h
2192include/thunderbird/nsIWebNavigation.h 2231include/thunderbird/nsIWebNavigation.h
2193include/thunderbird/nsIWebNavigationInfo.h 2232include/thunderbird/nsIWebNavigationInfo.h
2194include/thunderbird/nsIWebPageDescriptor.h 2233include/thunderbird/nsIWebPageDescriptor.h
2195include/thunderbird/nsIWebProgress.h 2234include/thunderbird/nsIWebProgress.h
2196include/thunderbird/nsIWebProgressListener.h 2235include/thunderbird/nsIWebProgressListener.h
2197include/thunderbird/nsIWebProgressListener2.h 2236include/thunderbird/nsIWebProgressListener2.h
2198include/thunderbird/nsIWebShellServices.h 2237include/thunderbird/nsIWebShellServices.h
2199include/thunderbird/nsIWebSocket.h 2238include/thunderbird/nsIWebSocket.h
2200include/thunderbird/nsIWebSocketChannel.h 2239include/thunderbird/nsIWebSocketChannel.h
2201include/thunderbird/nsIWebSocketListener.h 2240include/thunderbird/nsIWebSocketListener.h
2202include/thunderbird/nsIWidget.h 2241include/thunderbird/nsIWidget.h
 2242include/thunderbird/nsIWifiEventInits.h
2203include/thunderbird/nsIWindowCreator.h 2243include/thunderbird/nsIWindowCreator.h
2204include/thunderbird/nsIWindowCreator2.h 2244include/thunderbird/nsIWindowCreator2.h
2205include/thunderbird/nsIWindowDataSource.h 2245include/thunderbird/nsIWindowDataSource.h
2206include/thunderbird/nsIWindowMediator.h 2246include/thunderbird/nsIWindowMediator.h
2207include/thunderbird/nsIWindowMediatorListener.h 2247include/thunderbird/nsIWindowMediatorListener.h
2208include/thunderbird/nsIWindowProvider.h 2248include/thunderbird/nsIWindowProvider.h
2209include/thunderbird/nsIWindowWatcher.h 2249include/thunderbird/nsIWindowWatcher.h
2210include/thunderbird/nsIWindowsShellService.h 2250include/thunderbird/nsIWindowsShellService.h
2211include/thunderbird/nsIWordBreaker.h 2251include/thunderbird/nsIWordBreaker.h
2212include/thunderbird/nsIWritablePropertyBag.h 2252include/thunderbird/nsIWritablePropertyBag.h
2213include/thunderbird/nsIWritablePropertyBag2.h 2253include/thunderbird/nsIWritablePropertyBag2.h
2214include/thunderbird/nsIWyciwygChannel.h 2254include/thunderbird/nsIWyciwygChannel.h
2215include/thunderbird/nsIX509Cert.h 2255include/thunderbird/nsIX509Cert.h
@@ -2267,36 +2307,38 @@ include/thunderbird/nsLayoutErrors.h @@ -2267,36 +2307,38 @@ include/thunderbird/nsLayoutErrors.h
2267include/thunderbird/nsLayoutStatics.h 2307include/thunderbird/nsLayoutStatics.h
2268include/thunderbird/nsLayoutStylesheetCache.h 2308include/thunderbird/nsLayoutStylesheetCache.h
2269include/thunderbird/nsLayoutUtils.h 2309include/thunderbird/nsLayoutUtils.h
2270include/thunderbird/nsLineBreaker.h 2310include/thunderbird/nsLineBreaker.h
2271include/thunderbird/nsLinebreakConverter.h 2311include/thunderbird/nsLinebreakConverter.h
2272include/thunderbird/nsLiteralString.h 2312include/thunderbird/nsLiteralString.h
2273include/thunderbird/nsLocalFile.h 2313include/thunderbird/nsLocalFile.h
2274include/thunderbird/nsLocalFileUnix.h 2314include/thunderbird/nsLocalFileUnix.h
2275include/thunderbird/nsLocaleCID.h 2315include/thunderbird/nsLocaleCID.h
2276include/thunderbird/nsMailDatabase.h 2316include/thunderbird/nsMailDatabase.h
2277include/thunderbird/nsMailDirServiceDefs.h 2317include/thunderbird/nsMailDirServiceDefs.h
2278include/thunderbird/nsMailHeaders.h 2318include/thunderbird/nsMailHeaders.h
2279include/thunderbird/nsMailMigrationCID.h 2319include/thunderbird/nsMailMigrationCID.h
 2320include/thunderbird/nsMappedAttributeElement.h
2280include/thunderbird/nsMargin.h 2321include/thunderbird/nsMargin.h
2281include/thunderbird/nsMathUtils.h 2322include/thunderbird/nsMathUtils.h
2282include/thunderbird/nsMediaCache.h 2323include/thunderbird/nsMediaCache.h
2283include/thunderbird/nsMediaDecoder.h 2324include/thunderbird/nsMediaDecoder.h
2284include/thunderbird/nsMemory.h 2325include/thunderbird/nsMemory.h
2285include/thunderbird/nsMimeContentTypeHandler.h 2326include/thunderbird/nsMimeContentTypeHandler.h
2286include/thunderbird/nsMimeEmitterCID.h 2327include/thunderbird/nsMimeEmitterCID.h
2287include/thunderbird/nsMimeStringResources.h 2328include/thunderbird/nsMimeStringResources.h
2288include/thunderbird/nsMimeTypes.h 2329include/thunderbird/nsMimeTypes.h
2289include/thunderbird/nsMorkCID.h 2330include/thunderbird/nsMorkCID.h
 2331include/thunderbird/nsMsgAttachmentData.h
2290include/thunderbird/nsMsgBaseCID.h 2332include/thunderbird/nsMsgBaseCID.h
2291include/thunderbird/nsMsgBodyHandler.h 2333include/thunderbird/nsMsgBodyHandler.h
2292include/thunderbird/nsMsgCompCID.h 2334include/thunderbird/nsMsgCompCID.h
2293include/thunderbird/nsMsgCompressIStream.h 2335include/thunderbird/nsMsgCompressIStream.h
2294include/thunderbird/nsMsgCompressOStream.h 2336include/thunderbird/nsMsgCompressOStream.h
2295include/thunderbird/nsMsgDBCID.h 2337include/thunderbird/nsMsgDBCID.h
2296include/thunderbird/nsMsgDBFolder.h 2338include/thunderbird/nsMsgDBFolder.h
2297include/thunderbird/nsMsgDBFolderAtomList.h 2339include/thunderbird/nsMsgDBFolderAtomList.h
2298include/thunderbird/nsMsgDatabase.h 2340include/thunderbird/nsMsgDatabase.h
2299include/thunderbird/nsMsgFilterCore.h 2341include/thunderbird/nsMsgFilterCore.h
2300include/thunderbird/nsMsgFolderFlags.h 2342include/thunderbird/nsMsgFolderFlags.h
2301include/thunderbird/nsMsgHdr.h 2343include/thunderbird/nsMsgHdr.h
2302include/thunderbird/nsMsgHeaderMasks.h 2344include/thunderbird/nsMsgHeaderMasks.h
@@ -2319,59 +2361,62 @@ include/thunderbird/nsMsgRDFUtils.h @@ -2319,59 +2361,62 @@ include/thunderbird/nsMsgRDFUtils.h
2319include/thunderbird/nsMsgReadStateTxn.h 2361include/thunderbird/nsMsgReadStateTxn.h
2320include/thunderbird/nsMsgResultElement.h 2362include/thunderbird/nsMsgResultElement.h
2321include/thunderbird/nsMsgSearchAdapter.h 2363include/thunderbird/nsMsgSearchAdapter.h
2322include/thunderbird/nsMsgSearchBoolExpression.h 2364include/thunderbird/nsMsgSearchBoolExpression.h
2323include/thunderbird/nsMsgSearchCore.h 2365include/thunderbird/nsMsgSearchCore.h
2324include/thunderbird/nsMsgSearchScopeTerm.h 2366include/thunderbird/nsMsgSearchScopeTerm.h
2325include/thunderbird/nsMsgSearchTerm.h 2367include/thunderbird/nsMsgSearchTerm.h
2326include/thunderbird/nsMsgThread.h 2368include/thunderbird/nsMsgThread.h
2327include/thunderbird/nsMsgTxn.h 2369include/thunderbird/nsMsgTxn.h
2328include/thunderbird/nsMsgUtils.h 2370include/thunderbird/nsMsgUtils.h
2329include/thunderbird/nsMultiplexInputStream.h 2371include/thunderbird/nsMultiplexInputStream.h
2330include/thunderbird/nsMutationEvent.h 2372include/thunderbird/nsMutationEvent.h
2331include/thunderbird/nsNPAPIPluginInstance.h 2373include/thunderbird/nsNPAPIPluginInstance.h
 2374include/thunderbird/nsNSSShutDown.h
2332include/thunderbird/nsNativeCharsetUtils.h 2375include/thunderbird/nsNativeCharsetUtils.h
2333include/thunderbird/nsNativeWidget.h 2376include/thunderbird/nsNativeWidget.h
2334include/thunderbird/nsNetCID.h 2377include/thunderbird/nsNetCID.h
2335include/thunderbird/nsNetError.h 2378include/thunderbird/nsNetError.h
2336include/thunderbird/nsNetStrings.h 2379include/thunderbird/nsNetStrings.h
2337include/thunderbird/nsNetUtil.h 2380include/thunderbird/nsNetUtil.h
2338include/thunderbird/nsNewsDatabase.h 2381include/thunderbird/nsNewsDatabase.h
2339include/thunderbird/nsNodeInfoManager.h 2382include/thunderbird/nsNodeInfoManager.h
2340include/thunderbird/nsNodeUtils.h 2383include/thunderbird/nsNodeUtils.h
2341include/thunderbird/nsOSHelperAppService.h 2384include/thunderbird/nsOSHelperAppService.h
2342include/thunderbird/nsObjCExceptions.h 2385include/thunderbird/nsObjCExceptions.h
2343include/thunderbird/nsObjectFrame.h 2386include/thunderbird/nsObjectFrame.h
2344include/thunderbird/nsObserverList.h 2387include/thunderbird/nsObserverList.h
2345include/thunderbird/nsObserverService.h 2388include/thunderbird/nsObserverService.h
2346include/thunderbird/nsOggCodecState.h 2389include/thunderbird/nsOggCodecState.h
2347include/thunderbird/nsOggDecoder.h 2390include/thunderbird/nsOggDecoder.h
2348include/thunderbird/nsOggDecoderStateMachine.h 2391include/thunderbird/nsOggDecoderStateMachine.h
 2392include/thunderbird/nsOpenWindowEventDetail.h
2349include/thunderbird/nsPIBoxObject.h 2393include/thunderbird/nsPIBoxObject.h
2350include/thunderbird/nsPICommandUpdater.h 2394include/thunderbird/nsPICommandUpdater.h
2351include/thunderbird/nsPIDNSService.h 2395include/thunderbird/nsPIDNSService.h
2352include/thunderbird/nsPIDOMStorage.h 2396include/thunderbird/nsPIDOMStorage.h
2353include/thunderbird/nsPIDOMWindow.h 2397include/thunderbird/nsPIDOMWindow.h
2354include/thunderbird/nsPIEditorTransaction.h 2398include/thunderbird/nsPIEditorTransaction.h
2355include/thunderbird/nsPIPlacesDatabase.h 2399include/thunderbird/nsPIPlacesDatabase.h
2356include/thunderbird/nsPIPlacesHistoryListenersNotifier.h 2400include/thunderbird/nsPIPlacesHistoryListenersNotifier.h
2357include/thunderbird/nsPIPromptService.h 2401include/thunderbird/nsPIPromptService.h
2358include/thunderbird/nsPISocketTransportService.h 2402include/thunderbird/nsPISocketTransportService.h
2359include/thunderbird/nsPIWindowRoot.h 2403include/thunderbird/nsPIWindowRoot.h
2360include/thunderbird/nsPIWindowWatcher.h 2404include/thunderbird/nsPIWindowWatcher.h
2361include/thunderbird/nsParserBase.h 2405include/thunderbird/nsParserBase.h
2362include/thunderbird/nsParserCIID.h 2406include/thunderbird/nsParserCIID.h
2363include/thunderbird/nsParserConstants.h 2407include/thunderbird/nsParserConstants.h
2364include/thunderbird/nsParserUtils.h 2408include/thunderbird/nsParserUtils.h
 2409include/thunderbird/nsPgpMimeProxy.h
2365include/thunderbird/nsPluginDirServiceProvider.h 2410include/thunderbird/nsPluginDirServiceProvider.h
2366include/thunderbird/nsPluginError.h 2411include/thunderbird/nsPluginError.h
2367include/thunderbird/nsPluginHost.h 2412include/thunderbird/nsPluginHost.h
2368include/thunderbird/nsPluginInstanceOwner.h 2413include/thunderbird/nsPluginInstanceOwner.h
2369include/thunderbird/nsPluginLogging.h 2414include/thunderbird/nsPluginLogging.h
2370include/thunderbird/nsPluginNativeWindow.h 2415include/thunderbird/nsPluginNativeWindow.h
2371include/thunderbird/nsPluginTags.h 2416include/thunderbird/nsPluginTags.h
2372include/thunderbird/nsPluginsCID.h 2417include/thunderbird/nsPluginsCID.h
2373include/thunderbird/nsPluginsDir.h 2418include/thunderbird/nsPluginsDir.h
2374include/thunderbird/nsPoint.h 2419include/thunderbird/nsPoint.h
2375include/thunderbird/nsPosixLocale.h 2420include/thunderbird/nsPosixLocale.h
2376include/thunderbird/nsPresArena.h 2421include/thunderbird/nsPresArena.h
2377include/thunderbird/nsPresContext.h 2422include/thunderbird/nsPresContext.h
@@ -2446,61 +2491,62 @@ include/thunderbird/nsStubDocumentObserv @@ -2446,61 +2491,62 @@ include/thunderbird/nsStubDocumentObserv
2446include/thunderbird/nsStubImageDecoderObserver.h 2491include/thunderbird/nsStubImageDecoderObserver.h
2447include/thunderbird/nsStubMutationObserver.h 2492include/thunderbird/nsStubMutationObserver.h
2448include/thunderbird/nsStyleChangeList.h 2493include/thunderbird/nsStyleChangeList.h
2449include/thunderbird/nsStyleConsts.h 2494include/thunderbird/nsStyleConsts.h
2450include/thunderbird/nsStyleContext.h 2495include/thunderbird/nsStyleContext.h
2451include/thunderbird/nsStyleCoord.h 2496include/thunderbird/nsStyleCoord.h
2452include/thunderbird/nsStyleSet.h 2497include/thunderbird/nsStyleSet.h
2453include/thunderbird/nsStyleStruct.h 2498include/thunderbird/nsStyleStruct.h
2454include/thunderbird/nsStyleStructFwd.h 2499include/thunderbird/nsStyleStructFwd.h
2455include/thunderbird/nsStyleStructInlines.h 2500include/thunderbird/nsStyleStructInlines.h
2456include/thunderbird/nsStyleStructList.h 2501include/thunderbird/nsStyleStructList.h
2457include/thunderbird/nsStyleTransformMatrix.h 2502include/thunderbird/nsStyleTransformMatrix.h
2458include/thunderbird/nsStyleUtil.h 2503include/thunderbird/nsStyleUtil.h
 2504include/thunderbird/nsStyledElement.h
2459include/thunderbird/nsSubDocumentFrame.h 2505include/thunderbird/nsSubDocumentFrame.h
2460include/thunderbird/nsSubstring.h 2506include/thunderbird/nsSubstring.h
2461include/thunderbird/nsSubstringTuple.h 2507include/thunderbird/nsSubstringTuple.h
2462include/thunderbird/nsSupportsArray.h 2508include/thunderbird/nsSupportsArray.h
2463include/thunderbird/nsSupportsPrimitives.h 2509include/thunderbird/nsSupportsPrimitives.h
2464include/thunderbird/nsSurfaceTexture.h 2510include/thunderbird/nsSurfaceTexture.h
2465include/thunderbird/nsTArray-inl.h 2511include/thunderbird/nsTArray-inl.h
2466include/thunderbird/nsTArray.h 2512include/thunderbird/nsTArray.h
2467include/thunderbird/nsTArrayHelpers.h 2513include/thunderbird/nsTArrayHelpers.h
2468include/thunderbird/nsTDependentString.h 2514include/thunderbird/nsTDependentString.h
2469include/thunderbird/nsTDependentSubstring.h 2515include/thunderbird/nsTDependentSubstring.h
2470include/thunderbird/nsTHashtable.h 2516include/thunderbird/nsTHashtable.h
2471include/thunderbird/nsTObserverArray.h 2517include/thunderbird/nsTObserverArray.h
2472include/thunderbird/nsTPriorityQueue.h 2518include/thunderbird/nsTPriorityQueue.h
2473include/thunderbird/nsTPromiseFlatString.h 2519include/thunderbird/nsTPromiseFlatString.h
2474include/thunderbird/nsTString.h 2520include/thunderbird/nsTString.h
2475include/thunderbird/nsTSubstring.h 2521include/thunderbird/nsTSubstring.h
2476include/thunderbird/nsTSubstringTuple.h 2522include/thunderbird/nsTSubstringTuple.h
2477include/thunderbird/nsTWeakRef.h 2523include/thunderbird/nsTWeakRef.h
2478include/thunderbird/nsTextFormatter.h 2524include/thunderbird/nsTextFormatter.h
2479include/thunderbird/nsTextFragment.h 2525include/thunderbird/nsTextFragment.h
2480include/thunderbird/nsTextServicesCID.h 2526include/thunderbird/nsTextServicesCID.h
2481include/thunderbird/nsThemeConstants.h 2527include/thunderbird/nsThemeConstants.h
2482include/thunderbird/nsThread.h 2528include/thunderbird/nsThread.h
2483include/thunderbird/nsThreadUtils.h 2529include/thunderbird/nsThreadUtils.h
 2530include/thunderbird/nsTimeRanges.h
2484include/thunderbird/nsToken.h 2531include/thunderbird/nsToken.h
2485include/thunderbird/nsToolkitCompsCID.h 2532include/thunderbird/nsToolkitCompsCID.h
2486include/thunderbird/nsTraceRefcnt.h 2533include/thunderbird/nsTraceRefcnt.h
2487include/thunderbird/nsTraceRefcntImpl.h 2534include/thunderbird/nsTraceRefcntImpl.h
2488include/thunderbird/nsTransactionManagerCID.h 2535include/thunderbird/nsTransactionManagerCID.h
2489include/thunderbird/nsTransform2D.h 2536include/thunderbird/nsTransform2D.h
2490include/thunderbird/nsTreeColFrame.h 2537include/thunderbird/nsTreeColFrame.h
2491include/thunderbird/nsTreeSanitizer.h 2538include/thunderbird/nsTreeSanitizer.h
2492include/thunderbird/nsTreeUtils.h 2539include/thunderbird/nsTreeUtils.h
2493include/thunderbird/nsTypedSelection.h 
2494include/thunderbird/nsUCVJA2CID.h 2540include/thunderbird/nsUCVJA2CID.h
2495include/thunderbird/nsUCVJACID.h 2541include/thunderbird/nsUCVJACID.h
2496include/thunderbird/nsUConvCID.h 2542include/thunderbird/nsUConvCID.h
2497include/thunderbird/nsUCvCnCID.h 2543include/thunderbird/nsUCvCnCID.h
2498include/thunderbird/nsUCvIBMCID.h 2544include/thunderbird/nsUCvIBMCID.h
2499include/thunderbird/nsUCvKOCID.h 2545include/thunderbird/nsUCvKOCID.h
2500include/thunderbird/nsUCvLatinCID.h 2546include/thunderbird/nsUCvLatinCID.h
2501include/thunderbird/nsUCvTW2CID.h 2547include/thunderbird/nsUCvTW2CID.h
2502include/thunderbird/nsUCvTWCID.h 2548include/thunderbird/nsUCvTWCID.h
2503include/thunderbird/nsURIHashKey.h 2549include/thunderbird/nsURIHashKey.h
2504include/thunderbird/nsURILoader.h 2550include/thunderbird/nsURILoader.h
2505include/thunderbird/nsURLHelper.h 2551include/thunderbird/nsURLHelper.h
2506include/thunderbird/nsUTF8Utils.h 2552include/thunderbird/nsUTF8Utils.h
@@ -2859,69 +2905,72 @@ lib/thunderbird/chrome/classic/skin/clas @@ -2859,69 +2905,72 @@ lib/thunderbird/chrome/classic/skin/clas
2859lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/abcard.png 2905lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/abcard.png
2860lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/ablist.png 2906lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/ablist.png
2861lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addrbook.png 2907lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addrbook.png
2862lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar-small.png 2908lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar-small.png
2863lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar.png 2909lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/addressbook-toolbar.png
2864lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic-tiny.png 2910lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic-tiny.png
2865lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic.png 2911lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic.png
2866lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook-error.png 2912lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook-error.png
2867lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook.png 2913lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook.png
2868lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/secure-remote-addrbook.png 2914lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/secure-remote-addrbook.png
2869lib/thunderbird/chrome/classic/skin/classic/messenger/attachmentList.css 2915lib/thunderbird/chrome/classic/skin/classic/messenger/attachmentList.css
2870lib/thunderbird/chrome/classic/skin/classic/messenger/browserRequest.css 2916lib/thunderbird/chrome/classic/skin/classic/messenger/browserRequest.css
2871lib/thunderbird/chrome/classic/skin/classic/messenger/chat.css 2917lib/thunderbird/chrome/classic/skin/classic/messenger/chat.css
 2918lib/thunderbird/chrome/classic/skin/classic/messenger/cloudfile/YouSendIt/check.png
 2919lib/thunderbird/chrome/classic/skin/classic/messenger/cloudfile/YouSendIt/fileExceedsLimit.css
 2920lib/thunderbird/chrome/classic/skin/classic/messenger/cloudfile/YouSendIt/settings.css
2872lib/thunderbird/chrome/classic/skin/classic/messenger/cloudfile/addAccountDialog.css 2921lib/thunderbird/chrome/classic/skin/classic/messenger/cloudfile/addAccountDialog.css
2873lib/thunderbird/chrome/classic/skin/classic/messenger/contactStarred.png 2922lib/thunderbird/chrome/classic/skin/classic/messenger/contactStarred.png
2874lib/thunderbird/chrome/classic/skin/classic/messenger/dialogs.css 2923lib/thunderbird/chrome/classic/skin/classic/messenger/dialogs.css
2875lib/thunderbird/chrome/classic/skin/classic/messenger/editContactOverlay.css 2924lib/thunderbird/chrome/classic/skin/classic/messenger/editContactOverlay.css
2876lib/thunderbird/chrome/classic/skin/classic/messenger/filterDialog.css 2925lib/thunderbird/chrome/classic/skin/classic/messenger/filterDialog.css
2877lib/thunderbird/chrome/classic/skin/classic/messenger/folderMenus.css 2926lib/thunderbird/chrome/classic/skin/classic/messenger/folderMenus.css
2878lib/thunderbird/chrome/classic/skin/classic/messenger/folderPane.css 2927lib/thunderbird/chrome/classic/skin/classic/messenger/folderPane.css
2879lib/thunderbird/chrome/classic/skin/classic/messenger/founder.png 2928lib/thunderbird/chrome/classic/skin/classic/messenger/founder.png
2880lib/thunderbird/chrome/classic/skin/classic/messenger/glodaFacetView.css 2929lib/thunderbird/chrome/classic/skin/classic/messenger/glodaFacetView.css
2881lib/thunderbird/chrome/classic/skin/classic/messenger/half-operator.png 2930lib/thunderbird/chrome/classic/skin/classic/messenger/half-operator.png
2882lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow-dn-blue.png 2931lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow-dn-blue.png
2883lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow-dn-grey.png 2932lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow-dn-grey.png
2884lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down-dim.png 2933lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down-dim.png
2885lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down.png 2934lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down.png
2886lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-left-dim.png 2935lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-left-dim.png
2887lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-left.png 2936lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-left.png
2888lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right-dim.png 2937lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right-dim.png
2889lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right.png 2938lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right.png
2890lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up-dim.png 2939lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up-dim.png
2891lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up.png 2940lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up.png
2892lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-left.png 2941lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-left.png
2893lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-right.png 2942lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow-right.png
2894lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-col.svg 2943lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-col.svg
2895lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted-large.png 2944lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted-large.png
2896lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted.png 2945lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted.png
2897lib/thunderbird/chrome/classic/skin/classic/messenger/icons/black_pin.png 2946lib/thunderbird/chrome/classic/skin/classic/messenger/icons/black_pin.png
 2947lib/thunderbird/chrome/classic/skin/classic/messenger/icons/box-logo.png
2898lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-archive.svg 2948lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-archive.svg
2899lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-delete.svg 2949lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-delete.svg
2900lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-forward.svg 2950lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-forward.svg
2901lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-junk.svg 2951lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-junk.svg
2902lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-all.svg 2952lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-all.svg
2903lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-list.svg 2953lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-list.svg
2904lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply.svg 2954lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply.svg
2905lib/thunderbird/chrome/classic/skin/classic/messenger/icons/cancel.png 2955lib/thunderbird/chrome/classic/skin/classic/messenger/icons/cancel.png
2906lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar-small.png 2956lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar-small.png
2907lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar.png 2957lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar.png
2908lib/thunderbird/chrome/classic/skin/classic/messenger/icons/check.gif 2958lib/thunderbird/chrome/classic/skin/classic/messenger/icons/check.gif
2909lib/thunderbird/chrome/classic/skin/classic/messenger/icons/close-button.png 2959lib/thunderbird/chrome/classic/skin/classic/messenger/icons/close-button.png
2910lib/thunderbird/chrome/classic/skin/classic/messenger/icons/closeTab-active.svg 2960lib/thunderbird/chrome/classic/skin/classic/messenger/icons/closeTab-active.svg
2911lib/thunderbird/chrome/classic/skin/classic/messenger/icons/closeTab.svg 2961lib/thunderbird/chrome/classic/skin/classic/messenger/icons/closeTab.svg
2912lib/thunderbird/chrome/classic/skin/classic/messenger/icons/columnpicker.svg 2962lib/thunderbird/chrome/classic/skin/classic/messenger/icons/columnpicker.svg
2913lib/thunderbird/chrome/classic/skin/classic/messenger/icons/connecting.png 2963lib/thunderbird/chrome/classic/skin/classic/messenger/icons/connecting.png
2914lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropbox.png 
2915lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker-hover.svg 2964lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker-hover.svg
2916lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker.svg 2965lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker.svg
2917lib/thunderbird/chrome/classic/skin/classic/messenger/icons/empty-search-results.png 2966lib/thunderbird/chrome/classic/skin/classic/messenger/icons/empty-search-results.png
2918lib/thunderbird/chrome/classic/skin/classic/messenger/icons/error.png 2967lib/thunderbird/chrome/classic/skin/classic/messenger/icons/error.png
2919lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude-selected.png 2968lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude-selected.png
2920lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude.png 2969lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude.png
2921lib/thunderbird/chrome/classic/skin/classic/messenger/icons/filterbar.png 2970lib/thunderbird/chrome/classic/skin/classic/messenger/icons/filterbar.png
2922lib/thunderbird/chrome/classic/skin/classic/messenger/icons/flag-col.svg 2971lib/thunderbird/chrome/classic/skin/classic/messenger/icons/flag-col.svg
2923lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-blank.png 2972lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-blank.png
2924lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-new-star.png 2973lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-new-star.png
2925lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-pane.png 2974lib/thunderbird/chrome/classic/skin/classic/messenger/icons/folder-pane.png
2926lib/thunderbird/chrome/classic/skin/classic/messenger/icons/identity.png 2975lib/thunderbird/chrome/classic/skin/classic/messenger/icons/identity.png
2927lib/thunderbird/chrome/classic/skin/classic/messenger/icons/insecure.png 2976lib/thunderbird/chrome/classic/skin/classic/messenger/icons/insecure.png
@@ -3238,26 +3287,27 @@ lib/thunderbird/chrome/en-US/locale/en-U @@ -3238,26 +3287,27 @@ lib/thunderbird/chrome/en-US/locale/en-U
3238lib/thunderbird/chrome/en-US/locale/en-US/global/preferences.dtd 3287lib/thunderbird/chrome/en-US/locale/en-US/global/preferences.dtd
3239lib/thunderbird/chrome/en-US/locale/en-US/global/printPageSetup.dtd 3288lib/thunderbird/chrome/en-US/locale/en-US/global/printPageSetup.dtd
3240lib/thunderbird/chrome/en-US/locale/en-US/global/printPreview.dtd 3289lib/thunderbird/chrome/en-US/locale/en-US/global/printPreview.dtd
3241lib/thunderbird/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd 3290lib/thunderbird/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
3242lib/thunderbird/chrome/en-US/locale/en-US/global/printProgress.dtd 3291lib/thunderbird/chrome/en-US/locale/en-US/global/printProgress.dtd
3243lib/thunderbird/chrome/en-US/locale/en-US/global/printdialog.dtd 3292lib/thunderbird/chrome/en-US/locale/en-US/global/printdialog.dtd
3244lib/thunderbird/chrome/en-US/locale/en-US/global/printdialog.properties 3293lib/thunderbird/chrome/en-US/locale/en-US/global/printdialog.properties
3245lib/thunderbird/chrome/en-US/locale/en-US/global/printing.properties 3294lib/thunderbird/chrome/en-US/locale/en-US/global/printing.properties
3246lib/thunderbird/chrome/en-US/locale/en-US/global/printjoboptions.dtd 3295lib/thunderbird/chrome/en-US/locale/en-US/global/printjoboptions.dtd
3247lib/thunderbird/chrome/en-US/locale/en-US/global/regionNames.properties 3296lib/thunderbird/chrome/en-US/locale/en-US/global/regionNames.properties
3248lib/thunderbird/chrome/en-US/locale/en-US/global/resetProfile.dtd 3297lib/thunderbird/chrome/en-US/locale/en-US/global/resetProfile.dtd
3249lib/thunderbird/chrome/en-US/locale/en-US/global/search/search.properties 3298lib/thunderbird/chrome/en-US/locale/en-US/global/search/search.properties
3250lib/thunderbird/chrome/en-US/locale/en-US/global/security/caps.properties 3299lib/thunderbird/chrome/en-US/locale/en-US/global/security/caps.properties
 3300lib/thunderbird/chrome/en-US/locale/en-US/global/security/csp.properties
3251lib/thunderbird/chrome/en-US/locale/en-US/global/svg/svg.properties 3301lib/thunderbird/chrome/en-US/locale/en-US/global/svg/svg.properties
3252lib/thunderbird/chrome/en-US/locale/en-US/global/textcontext.dtd 3302lib/thunderbird/chrome/en-US/locale/en-US/global/textcontext.dtd
3253lib/thunderbird/chrome/en-US/locale/en-US/global/tree.dtd 3303lib/thunderbird/chrome/en-US/locale/en-US/global/tree.dtd
3254lib/thunderbird/chrome/en-US/locale/en-US/global/videocontrols.dtd 3304lib/thunderbird/chrome/en-US/locale/en-US/global/videocontrols.dtd
3255lib/thunderbird/chrome/en-US/locale/en-US/global/viewSource.dtd 3305lib/thunderbird/chrome/en-US/locale/en-US/global/viewSource.dtd
3256lib/thunderbird/chrome/en-US/locale/en-US/global/viewSource.properties 3306lib/thunderbird/chrome/en-US/locale/en-US/global/viewSource.properties
3257lib/thunderbird/chrome/en-US/locale/en-US/global/wizard.dtd 3307lib/thunderbird/chrome/en-US/locale/en-US/global/wizard.dtd
3258lib/thunderbird/chrome/en-US/locale/en-US/global/wizard.properties 3308lib/thunderbird/chrome/en-US/locale/en-US/global/wizard.properties
3259lib/thunderbird/chrome/en-US/locale/en-US/global/xbl.properties 3309lib/thunderbird/chrome/en-US/locale/en-US/global/xbl.properties
3260lib/thunderbird/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd 3310lib/thunderbird/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd
3261lib/thunderbird/chrome/en-US/locale/en-US/global/xpinstall/xpinstall.properties 3311lib/thunderbird/chrome/en-US/locale/en-US/global/xpinstall/xpinstall.properties
3262lib/thunderbird/chrome/en-US/locale/en-US/global/xslt/xslt.properties 3312lib/thunderbird/chrome/en-US/locale/en-US/global/xslt/xslt.properties
3263lib/thunderbird/chrome/en-US/locale/en-US/global/xul.properties 3313lib/thunderbird/chrome/en-US/locale/en-US/global/xul.properties
@@ -3285,27 +3335,26 @@ lib/thunderbird/chrome/en-US/locale/en-U @@ -3285,27 +3335,26 @@ lib/thunderbird/chrome/en-US/locale/en-U
3285lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutRights.dtd 3335lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutRights.dtd
3286lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutRights.properties 3336lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutRights.properties
3287lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutSupportMail.dtd 3337lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutSupportMail.dtd
3288lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutSupportMail.properties 3338lib/thunderbird/chrome/en-US/locale/en-US/messenger/aboutSupportMail.properties
3289lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreation.dtd 3339lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreation.dtd
3290lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreation.properties 3340lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreation.properties
3291lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreationModel.properties 3341lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreationModel.properties
3292lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreationUtil.properties 3342lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreationUtil.properties
3293lib/thunderbird/chrome/en-US/locale/en-US/messenger/activity.dtd 3343lib/thunderbird/chrome/en-US/locale/en-US/messenger/activity.dtd
3294lib/thunderbird/chrome/en-US/locale/en-US/messenger/activity.properties 3344lib/thunderbird/chrome/en-US/locale/en-US/messenger/activity.properties
3295lib/thunderbird/chrome/en-US/locale/en-US/messenger/addbuddy.dtd 3345lib/thunderbird/chrome/en-US/locale/en-US/messenger/addbuddy.dtd
3296lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abAddressBookNameDialog.dtd 3346lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abAddressBookNameDialog.dtd
3297lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abCardOverlay.dtd 3347lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abCardOverlay.dtd
3298lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abCardViewOverlay.dtd 
3299lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abContactsPanel.dtd 3348lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abContactsPanel.dtd
3300lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abMailListDialog.dtd 3349lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abMailListDialog.dtd
3301lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abMainWindow.dtd 3350lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abMainWindow.dtd
3302lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abNewCardDialog.dtd 3351lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abNewCardDialog.dtd
3303lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abResultsPaneOverlay.dtd 3352lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abResultsPaneOverlay.dtd
3304lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/addressBook.properties 3353lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/addressBook.properties
3305lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/ldapAutoCompErrs.properties 3354lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/ldapAutoCompErrs.properties
3306lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory-add.dtd 3355lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory-add.dtd
3307lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory.dtd 3356lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory.dtd
3308lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/replicationProgress.properties 3357lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/replicationProgress.properties
3309lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-addressing.dtd 3358lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-addressing.dtd
3310lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-advanced.dtd 3359lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-advanced.dtd
3311lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-archiveoptions.dtd 3360lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-archiveoptions.dtd
@@ -3317,30 +3366,34 @@ lib/thunderbird/chrome/en-US/locale/en-U @@ -3317,30 +3366,34 @@ lib/thunderbird/chrome/en-US/locale/en-U
3317lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-main.dtd 3366lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-main.dtd
3318lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-mdn.dtd 3367lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-mdn.dtd
3319lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-mdn.properties 3368lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-mdn.properties
3320lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-offline.dtd 3369lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-offline.dtd
3321lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-server-advanced.dtd 3370lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-server-advanced.dtd
3322lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-server-top.dtd 3371lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-server-top.dtd
3323lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-serverwithnoidentities.dtd 3372lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-serverwithnoidentities.dtd
3324lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-smime.dtd 3373lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-smime.dtd
3325lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-smime.properties 3374lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-smime.properties
3326lib/thunderbird/chrome/en-US/locale/en-US/messenger/appleMailImportMsgs.properties 3375lib/thunderbird/chrome/en-US/locale/en-US/messenger/appleMailImportMsgs.properties
3327lib/thunderbird/chrome/en-US/locale/en-US/messenger/baseMenuOverlay.dtd 3376lib/thunderbird/chrome/en-US/locale/en-US/messenger/baseMenuOverlay.dtd
3328lib/thunderbird/chrome/en-US/locale/en-US/messenger/chat.dtd 3377lib/thunderbird/chrome/en-US/locale/en-US/messenger/chat.dtd
3329lib/thunderbird/chrome/en-US/locale/en-US/messenger/chat.properties 3378lib/thunderbird/chrome/en-US/locale/en-US/messenger/chat.properties
3330lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/Dropbox/management.dtd 3379lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/Box/auth.dtd
3331lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/Dropbox/settings.dtd 3380lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/Box/management.dtd
 3381lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/Box/settings.dtd
3332lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/UbuntuOne/management.dtd 3382lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/UbuntuOne/management.dtd
3333lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/UbuntuOne/settings.dtd 3383lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/UbuntuOne/settings.dtd
 3384lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/fileExceeds2GB.dtd
 3385lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/fileExceedsLimit.dtd
 3386lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/fileExceedsQuota.dtd
3334lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/management.dtd 3387lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/management.dtd
3335lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/settings.dtd 3388lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/settings.dtd
3336lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/addAccountDialog.dtd 3389lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/addAccountDialog.dtd
3337lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/management.dtd 3390lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/management.dtd
3338lib/thunderbird/chrome/en-US/locale/en-US/messenger/configEditorOverlay.dtd 3391lib/thunderbird/chrome/en-US/locale/en-US/messenger/configEditorOverlay.dtd
3339lib/thunderbird/chrome/en-US/locale/en-US/messenger/custom.properties 3392lib/thunderbird/chrome/en-US/locale/en-US/messenger/custom.properties
3340lib/thunderbird/chrome/en-US/locale/en-US/messenger/customizeToolbarOverlay.dtd 3393lib/thunderbird/chrome/en-US/locale/en-US/messenger/customizeToolbarOverlay.dtd
3341lib/thunderbird/chrome/en-US/locale/en-US/messenger/downloadheaders.dtd 3394lib/thunderbird/chrome/en-US/locale/en-US/messenger/downloadheaders.dtd
3342lib/thunderbird/chrome/en-US/locale/en-US/messenger/downloads/settingsChange.dtd 3395lib/thunderbird/chrome/en-US/locale/en-US/messenger/downloads/settingsChange.dtd
3343lib/thunderbird/chrome/en-US/locale/en-US/messenger/downloadsOverlay.dtd 3396lib/thunderbird/chrome/en-US/locale/en-US/messenger/downloadsOverlay.dtd
3344lib/thunderbird/chrome/en-US/locale/en-US/messenger/editContactOverlay.dtd 3397lib/thunderbird/chrome/en-US/locale/en-US/messenger/editContactOverlay.dtd
3345lib/thunderbird/chrome/en-US/locale/en-US/messenger/editContactOverlay.properties 3398lib/thunderbird/chrome/en-US/locale/en-US/messenger/editContactOverlay.properties
3346lib/thunderbird/chrome/en-US/locale/en-US/messenger/eudoraImportMsgs.properties 3399lib/thunderbird/chrome/en-US/locale/en-US/messenger/eudoraImportMsgs.properties
@@ -3349,26 +3402,27 @@ lib/thunderbird/chrome/en-US/locale/en-U @@ -3349,26 +3402,27 @@ lib/thunderbird/chrome/en-US/locale/en-U
3349lib/thunderbird/chrome/en-US/locale/en-US/messenger/folderProps.dtd 3402lib/thunderbird/chrome/en-US/locale/en-US/messenger/folderProps.dtd
3350lib/thunderbird/chrome/en-US/locale/en-US/messenger/folderpane.dtd 3403lib/thunderbird/chrome/en-US/locale/en-US/messenger/folderpane.dtd
3351lib/thunderbird/chrome/en-US/locale/en-US/messenger/gloda.properties 3404lib/thunderbird/chrome/en-US/locale/en-US/messenger/gloda.properties
3352lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaComplete.properties 3405lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaComplete.properties
3353lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaFacetView.dtd 3406lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaFacetView.dtd
3354lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaFacetView.properties 3407lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaFacetView.properties
3355lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccountWizard.dtd 3408lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccountWizard.dtd
3356lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccounts.dtd 3409lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccounts.dtd
3357lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccounts.properties 3410lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccounts.properties
3358lib/thunderbird/chrome/en-US/locale/en-US/messenger/imapMsgs.properties 3411lib/thunderbird/chrome/en-US/locale/en-US/messenger/imapMsgs.properties
3359lib/thunderbird/chrome/en-US/locale/en-US/messenger/importDialog.dtd 3412lib/thunderbird/chrome/en-US/locale/en-US/messenger/importDialog.dtd
3360lib/thunderbird/chrome/en-US/locale/en-US/messenger/importMsgs.properties 3413lib/thunderbird/chrome/en-US/locale/en-US/messenger/importMsgs.properties
3361lib/thunderbird/chrome/en-US/locale/en-US/messenger/joinChat.dtd 3414lib/thunderbird/chrome/en-US/locale/en-US/messenger/joinChat.dtd
 3415lib/thunderbird/chrome/en-US/locale/en-US/messenger/junkLog.dtd
3362lib/thunderbird/chrome/en-US/locale/en-US/messenger/junkMailInfo.dtd 3416lib/thunderbird/chrome/en-US/locale/en-US/messenger/junkMailInfo.dtd
3363lib/thunderbird/chrome/en-US/locale/en-US/messenger/localMsgs.properties 3417lib/thunderbird/chrome/en-US/locale/en-US/messenger/localMsgs.properties
3364lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailEditorOverlay.dtd 3418lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailEditorOverlay.dtd
3365lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailOverlay.dtd 3419lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailOverlay.dtd
3366lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailViewList.dtd 3420lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailViewList.dtd
3367lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailViewSetup.dtd 3421lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailViewSetup.dtd
3368lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailviews.properties 3422lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailviews.properties
3369lib/thunderbird/chrome/en-US/locale/en-US/messenger/markByDate.dtd 3423lib/thunderbird/chrome/en-US/locale/en-US/messenger/markByDate.dtd
3370lib/thunderbird/chrome/en-US/locale/en-US/messenger/messenger.dtd 3424lib/thunderbird/chrome/en-US/locale/en-US/messenger/messenger.dtd
3371lib/thunderbird/chrome/en-US/locale/en-US/messenger/messenger.properties 3425lib/thunderbird/chrome/en-US/locale/en-US/messenger/messenger.properties
3372lib/thunderbird/chrome/en-US/locale/en-US/messenger/messengercompose/addressingWidgetOverlay.dtd 3426lib/thunderbird/chrome/en-US/locale/en-US/messenger/messengercompose/addressingWidgetOverlay.dtd
3373lib/thunderbird/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.dtd 3427lib/thunderbird/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.dtd
3374lib/thunderbird/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.properties 3428lib/thunderbird/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.properties
@@ -3389,40 +3443,40 @@ lib/thunderbird/chrome/en-US/locale/en-U @@ -3389,40 +3443,40 @@ lib/thunderbird/chrome/en-US/locale/en-U
3389lib/thunderbird/chrome/en-US/locale/en-US/messenger/msgmdn.properties 3443lib/thunderbird/chrome/en-US/locale/en-US/messenger/msgmdn.properties
3390lib/thunderbird/chrome/en-US/locale/en-US/messenger/multimessageview.dtd 3444lib/thunderbird/chrome/en-US/locale/en-US/messenger/multimessageview.dtd
3391lib/thunderbird/chrome/en-US/locale/en-US/messenger/multimessageview.properties 3445lib/thunderbird/chrome/en-US/locale/en-US/messenger/multimessageview.properties
3392lib/thunderbird/chrome/en-US/locale/en-US/messenger/netError.dtd 3446lib/thunderbird/chrome/en-US/locale/en-US/messenger/netError.dtd
3393lib/thunderbird/chrome/en-US/locale/en-US/messenger/newFolderDialog.dtd 3447lib/thunderbird/chrome/en-US/locale/en-US/messenger/newFolderDialog.dtd
3394lib/thunderbird/chrome/en-US/locale/en-US/messenger/newTagDialog.dtd 3448lib/thunderbird/chrome/en-US/locale/en-US/messenger/newTagDialog.dtd
3395lib/thunderbird/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.dtd 3449lib/thunderbird/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.dtd
3396lib/thunderbird/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.properties 3450lib/thunderbird/chrome/en-US/locale/en-US/messenger/newmailaccount/accountProvisioner.properties
3397lib/thunderbird/chrome/en-US/locale/en-US/messenger/news.properties 3451lib/thunderbird/chrome/en-US/locale/en-US/messenger/news.properties
3398lib/thunderbird/chrome/en-US/locale/en-US/messenger/oeImportMsgs.properties 3452lib/thunderbird/chrome/en-US/locale/en-US/messenger/oeImportMsgs.properties
3399lib/thunderbird/chrome/en-US/locale/en-US/messenger/offline.properties 3453lib/thunderbird/chrome/en-US/locale/en-US/messenger/offline.properties
3400lib/thunderbird/chrome/en-US/locale/en-US/messenger/offlineStartup.properties 3454lib/thunderbird/chrome/en-US/locale/en-US/messenger/offlineStartup.properties
3401lib/thunderbird/chrome/en-US/locale/en-US/messenger/outlookImportMsgs.properties 3455lib/thunderbird/chrome/en-US/locale/en-US/messenger/outlookImportMsgs.properties
 3456lib/thunderbird/chrome/en-US/locale/en-US/messenger/pgpmime.properties
3402lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/advanced.dtd 3457lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/advanced.dtd
3403lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.dtd 3458lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.dtd
3404lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.properties 3459lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.properties
3405lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applications.dtd 3460lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applications.dtd
3406lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applications.properties 3461lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applications.properties
3407lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/attachmentReminder.dtd 3462lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/attachmentReminder.dtd
3408lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/chat.dtd 3463lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/chat.dtd
3409lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/compose.dtd 3464lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/compose.dtd
3410lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/connection.dtd 3465lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/connection.dtd
3411lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/cookies.dtd 3466lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/cookies.dtd
3412lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/display.dtd 3467lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/display.dtd
3413lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/fonts.dtd 3468lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/fonts.dtd
3414lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/general.dtd 3469lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/general.dtd
3415lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/junkLog.dtd 
3416lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/notifications.dtd 3470lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/notifications.dtd
3417lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/offline.dtd 3471lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/offline.dtd
3418lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/permissions.dtd 3472lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/permissions.dtd
3419lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.dtd 3473lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.dtd
3420lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.properties 3474lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/preferences.properties
3421lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/receipts.dtd 3475lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/receipts.dtd
3422lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/security.dtd 3476lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/security.dtd
3423lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/sendoptions.dtd 3477lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/sendoptions.dtd
3424lib/thunderbird/chrome/en-US/locale/en-US/messenger/prefs.properties 3478lib/thunderbird/chrome/en-US/locale/en-US/messenger/prefs.properties
3425lib/thunderbird/chrome/en-US/locale/en-US/messenger/quickFilterBar.dtd 3479lib/thunderbird/chrome/en-US/locale/en-US/messenger/quickFilterBar.dtd
3426lib/thunderbird/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd 3480lib/thunderbird/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd
3427lib/thunderbird/chrome/en-US/locale/en-US/messenger/safeMode.dtd 3481lib/thunderbird/chrome/en-US/locale/en-US/messenger/safeMode.dtd
3428lib/thunderbird/chrome/en-US/locale/en-US/messenger/search-attributes.properties 3482lib/thunderbird/chrome/en-US/locale/en-US/messenger/search-attributes.properties
@@ -3655,32 +3709,40 @@ lib/thunderbird/chrome/messenger/content @@ -3655,32 +3709,40 @@ lib/thunderbird/chrome/messenger/content
3655lib/thunderbird/chrome/messenger/content/messenger/chat/imAccountWizard.xul 3709lib/thunderbird/chrome/messenger/content/messenger/chat/imAccountWizard.xul
3656lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.css 3710lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.css
3657lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.js 3711lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.js
3658lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.xul 3712lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.xul
3659lib/thunderbird/chrome/messenger/content/messenger/chat/imContextMenu.js 3713lib/thunderbird/chrome/messenger/content/messenger/chat/imContextMenu.js
3660lib/thunderbird/chrome/messenger/content/messenger/chat/imStatusSelector.js 3714lib/thunderbird/chrome/messenger/content/messenger/chat/imStatusSelector.js
3661lib/thunderbird/chrome/messenger/content/messenger/chat/imbuddytooltip.xml 3715lib/thunderbird/chrome/messenger/content/messenger/chat/imbuddytooltip.xml
3662lib/thunderbird/chrome/messenger/content/messenger/chat/imcontact.xml 3716lib/thunderbird/chrome/messenger/content/messenger/chat/imcontact.xml
3663lib/thunderbird/chrome/messenger/content/messenger/chat/imconv.xml 3717lib/thunderbird/chrome/messenger/content/messenger/chat/imconv.xml
3664lib/thunderbird/chrome/messenger/content/messenger/chat/imconversation.xml 3718lib/thunderbird/chrome/messenger/content/messenger/chat/imconversation.xml
3665lib/thunderbird/chrome/messenger/content/messenger/chat/imgroup.xml 3719lib/thunderbird/chrome/messenger/content/messenger/chat/imgroup.xml
3666lib/thunderbird/chrome/messenger/content/messenger/chat/joinchat.js 3720lib/thunderbird/chrome/messenger/content/messenger/chat/joinchat.js
3667lib/thunderbird/chrome/messenger/content/messenger/chat/joinchat.xul 3721lib/thunderbird/chrome/messenger/content/messenger/chat/joinchat.xul
3668lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Dropbox/management.js 3722lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Box/auth.js
3669lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Dropbox/management.xhtml 3723lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Box/auth.xul
3670lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Dropbox/settings.xhtml 3724lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Box/management.js
 3725lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Box/management.xhtml
 3726lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Box/settings.xhtml
 3727lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/management.js
3671lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/management.xhtml 3728lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/management.xhtml
3672lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/settings.js 3729lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/settings.js
3673lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/settings.xhtml 3730lib/thunderbird/chrome/messenger/content/messenger/cloudfile/UbuntuOne/settings.xhtml
 3731lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/fileExceeds2GB.xul
 3732lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/fileExceedsLimit.js
 3733lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/fileExceedsLimit.xul
 3734lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/fileExceedsQuota.js
 3735lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/fileExceedsQuota.xul
3674lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/management.js 3736lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/management.js
3675lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/management.xhtml 3737lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/management.xhtml
3676lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/settings.js 3738lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/settings.js
3677lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/settings.xhtml 3739lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/settings.xhtml
3678lib/thunderbird/chrome/messenger/content/messenger/cloudfile/addAccountDialog.js 3740lib/thunderbird/chrome/messenger/content/messenger/cloudfile/addAccountDialog.js
3679lib/thunderbird/chrome/messenger/content/messenger/cloudfile/addAccountDialog.xul 3741lib/thunderbird/chrome/messenger/content/messenger/cloudfile/addAccountDialog.xul
3680lib/thunderbird/chrome/messenger/content/messenger/cloudfile/attachment-24.png 3742lib/thunderbird/chrome/messenger/content/messenger/cloudfile/attachment-24.png
3681lib/thunderbird/chrome/messenger/content/messenger/cloudfile/emptySettings.xhtml 3743lib/thunderbird/chrome/messenger/content/messenger/cloudfile/emptySettings.xhtml
3682lib/thunderbird/chrome/messenger/content/messenger/commandglue.js 3744lib/thunderbird/chrome/messenger/content/messenger/commandglue.js
3683lib/thunderbird/chrome/messenger/content/messenger/composerOverlay.css 3745lib/thunderbird/chrome/messenger/content/messenger/composerOverlay.css
3684lib/thunderbird/chrome/messenger/content/messenger/configEditorOverlay.xul 3746lib/thunderbird/chrome/messenger/content/messenger/configEditorOverlay.xul
3685lib/thunderbird/chrome/messenger/content/messenger/customizeToolbarOverlay.xul 3747lib/thunderbird/chrome/messenger/content/messenger/customizeToolbarOverlay.xul
3686lib/thunderbird/chrome/messenger/content/messenger/dateFormat.js 3748lib/thunderbird/chrome/messenger/content/messenger/dateFormat.js
@@ -3800,28 +3862,26 @@ lib/thunderbird/chrome/messenger/content @@ -3800,28 +3862,26 @@ lib/thunderbird/chrome/messenger/content
3800lib/thunderbird/chrome/messenger/content/messenger/preferences/connection.js 3862lib/thunderbird/chrome/messenger/content/messenger/preferences/connection.js
3801lib/thunderbird/chrome/messenger/content/messenger/preferences/connection.xul 3863lib/thunderbird/chrome/messenger/content/messenger/preferences/connection.xul
3802lib/thunderbird/chrome/messenger/content/messenger/preferences/cookies.js 3864lib/thunderbird/chrome/messenger/content/messenger/preferences/cookies.js
3803lib/thunderbird/chrome/messenger/content/messenger/preferences/cookies.xul 3865lib/thunderbird/chrome/messenger/content/messenger/preferences/cookies.xul
3804lib/thunderbird/chrome/messenger/content/messenger/preferences/display.js 3866lib/thunderbird/chrome/messenger/content/messenger/preferences/display.js
3805lib/thunderbird/chrome/messenger/content/messenger/preferences/display.xul 3867lib/thunderbird/chrome/messenger/content/messenger/preferences/display.xul
3806lib/thunderbird/chrome/messenger/content/messenger/preferences/downloads.js 3868lib/thunderbird/chrome/messenger/content/messenger/preferences/downloads.js
3807lib/thunderbird/chrome/messenger/content/messenger/preferences/fonts.js 3869lib/thunderbird/chrome/messenger/content/messenger/preferences/fonts.js
3808lib/thunderbird/chrome/messenger/content/messenger/preferences/fonts.xul 3870lib/thunderbird/chrome/messenger/content/messenger/preferences/fonts.xul
3809lib/thunderbird/chrome/messenger/content/messenger/preferences/general.js 3871lib/thunderbird/chrome/messenger/content/messenger/preferences/general.js
3810lib/thunderbird/chrome/messenger/content/messenger/preferences/general.xul 3872lib/thunderbird/chrome/messenger/content/messenger/preferences/general.xul
3811lib/thunderbird/chrome/messenger/content/messenger/preferences/handlers.css 3873lib/thunderbird/chrome/messenger/content/messenger/preferences/handlers.css
3812lib/thunderbird/chrome/messenger/content/messenger/preferences/handlers.xml 3874lib/thunderbird/chrome/messenger/content/messenger/preferences/handlers.xml
3813lib/thunderbird/chrome/messenger/content/messenger/preferences/junkLog.js 
3814lib/thunderbird/chrome/messenger/content/messenger/preferences/junkLog.xul 
3815lib/thunderbird/chrome/messenger/content/messenger/preferences/notifications.xul 3875lib/thunderbird/chrome/messenger/content/messenger/preferences/notifications.xul
3816lib/thunderbird/chrome/messenger/content/messenger/preferences/offline.xul 3876lib/thunderbird/chrome/messenger/content/messenger/preferences/offline.xul
3817lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.js 3877lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.js
3818lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.xul 3878lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.xul
3819lib/thunderbird/chrome/messenger/content/messenger/preferences/permissionsutils.js 3879lib/thunderbird/chrome/messenger/content/messenger/preferences/permissionsutils.js
3820lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.js 3880lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.js
3821lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.xul 3881lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.xul
3822lib/thunderbird/chrome/messenger/content/messenger/preferences/receipts.xul 3882lib/thunderbird/chrome/messenger/content/messenger/preferences/receipts.xul
3823lib/thunderbird/chrome/messenger/content/messenger/preferences/security.js 3883lib/thunderbird/chrome/messenger/content/messenger/preferences/security.js
3824lib/thunderbird/chrome/messenger/content/messenger/preferences/security.xul 3884lib/thunderbird/chrome/messenger/content/messenger/preferences/security.xul
3825lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.js 3885lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.js
3826lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.xul 3886lib/thunderbird/chrome/messenger/content/messenger/preferences/sendoptions.xul
3827lib/thunderbird/chrome/messenger/content/messenger/protovis-r2.6-modded.js 3887lib/thunderbird/chrome/messenger/content/messenger/protovis-r2.6-modded.js
@@ -4227,30 +4287,29 @@ lib/thunderbird/chrome/toolkit/skin/clas @@ -4227,30 +4287,29 @@ lib/thunderbird/chrome/toolkit/skin/clas
4227lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif 4287lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif
4228lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif 4288lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif
4229lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif 4289lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif
4230lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif 4290lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif
4231lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif 4291lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif
4232lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif 4292lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif
4233lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif 4293lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif
4234lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif 4294lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif
4235lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif 4295lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif
4236lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif 4296lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif
4237lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif 4297lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif
4238lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif 4298lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif
4239lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif 4299lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif
4240lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-down.png 4300lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-white.png
4241lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-horiz.png 
4242lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg 4301lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
4243lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-up.png 4302lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-white.png
4244lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg 4303lib/thunderbird/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
4245lib/thunderbird/chrome/toolkit/skin/classic/global/autocomplete.css 4304lib/thunderbird/chrome/toolkit/skin/classic/global/autocomplete.css
4246lib/thunderbird/chrome/toolkit/skin/classic/global/button.css 4305lib/thunderbird/chrome/toolkit/skin/classic/global/button.css
4247lib/thunderbird/chrome/toolkit/skin/classic/global/checkbox.css 4306lib/thunderbird/chrome/toolkit/skin/classic/global/checkbox.css
4248lib/thunderbird/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif 4307lib/thunderbird/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif
4249lib/thunderbird/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif 4308lib/thunderbird/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif
4250lib/thunderbird/chrome/toolkit/skin/classic/global/colorpicker.css 4309lib/thunderbird/chrome/toolkit/skin/classic/global/colorpicker.css
4251lib/thunderbird/chrome/toolkit/skin/classic/global/commonDialog.css 4310lib/thunderbird/chrome/toolkit/skin/classic/global/commonDialog.css
4252lib/thunderbird/chrome/toolkit/skin/classic/global/config.css 4311lib/thunderbird/chrome/toolkit/skin/classic/global/config.css
4253lib/thunderbird/chrome/toolkit/skin/classic/global/console/console-error-caret.gif 4312lib/thunderbird/chrome/toolkit/skin/classic/global/console/console-error-caret.gif
4254lib/thunderbird/chrome/toolkit/skin/classic/global/console/console-error-dash.gif 4313lib/thunderbird/chrome/toolkit/skin/classic/global/console/console-error-dash.gif
4255lib/thunderbird/chrome/toolkit/skin/classic/global/console/console-toolbar.png 4314lib/thunderbird/chrome/toolkit/skin/classic/global/console/console-toolbar.png
4256lib/thunderbird/chrome/toolkit/skin/classic/global/console/console.css 4315lib/thunderbird/chrome/toolkit/skin/classic/global/console/console.css
@@ -4317,26 +4376,27 @@ lib/thunderbird/chrome/toolkit/skin/clas @@ -4317,26 +4376,27 @@ lib/thunderbird/chrome/toolkit/skin/clas
4317lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-24.png 4376lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-24.png
4318lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-64.png 4377lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-64.png
4319lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-large.png 4378lib/thunderbird/chrome/toolkit/skin/classic/global/icons/warning-large.png
4320lib/thunderbird/chrome/toolkit/skin/classic/global/icons/windowControls.png 4379lib/thunderbird/chrome/toolkit/skin/classic/global/icons/windowControls.png
4321lib/thunderbird/chrome/toolkit/skin/classic/global/icons/wrap.png 4380lib/thunderbird/chrome/toolkit/skin/classic/global/icons/wrap.png
4322lib/thunderbird/chrome/toolkit/skin/classic/global/inContentUI.css 4381lib/thunderbird/chrome/toolkit/skin/classic/global/inContentUI.css
4323lib/thunderbird/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png 4382lib/thunderbird/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png
4324lib/thunderbird/chrome/toolkit/skin/classic/global/linkTree.css 4383lib/thunderbird/chrome/toolkit/skin/classic/global/linkTree.css
4325lib/thunderbird/chrome/toolkit/skin/classic/global/listbox.css 4384lib/thunderbird/chrome/toolkit/skin/classic/global/listbox.css
4326lib/thunderbird/chrome/toolkit/skin/classic/global/media/clicktoplay-bgtexture.png 4385lib/thunderbird/chrome/toolkit/skin/classic/global/media/clicktoplay-bgtexture.png
4327lib/thunderbird/chrome/toolkit/skin/classic/global/media/error.png 4386lib/thunderbird/chrome/toolkit/skin/classic/global/media/error.png
4328lib/thunderbird/chrome/toolkit/skin/classic/global/media/fullscreenButton.png 4387lib/thunderbird/chrome/toolkit/skin/classic/global/media/fullscreenButton.png
4329lib/thunderbird/chrome/toolkit/skin/classic/global/media/muteButton.png 4388lib/thunderbird/chrome/toolkit/skin/classic/global/media/muteButton.png
 4389lib/thunderbird/chrome/toolkit/skin/classic/global/media/noAudio.png
4330lib/thunderbird/chrome/toolkit/skin/classic/global/media/pauseButton.png 4390lib/thunderbird/chrome/toolkit/skin/classic/global/media/pauseButton.png
4331lib/thunderbird/chrome/toolkit/skin/classic/global/media/playButton.png 4391lib/thunderbird/chrome/toolkit/skin/classic/global/media/playButton.png
4332lib/thunderbird/chrome/toolkit/skin/classic/global/media/scrubberThumb.png 4392lib/thunderbird/chrome/toolkit/skin/classic/global/media/scrubberThumb.png
4333lib/thunderbird/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png 4393lib/thunderbird/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png
4334lib/thunderbird/chrome/toolkit/skin/classic/global/media/stalled.png 4394lib/thunderbird/chrome/toolkit/skin/classic/global/media/stalled.png
4335lib/thunderbird/chrome/toolkit/skin/classic/global/media/throbber.png 4395lib/thunderbird/chrome/toolkit/skin/classic/global/media/throbber.png
4336lib/thunderbird/chrome/toolkit/skin/classic/global/media/unmuteButton.png 4396lib/thunderbird/chrome/toolkit/skin/classic/global/media/unmuteButton.png
4337lib/thunderbird/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg 4397lib/thunderbird/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg
4338lib/thunderbird/chrome/toolkit/skin/classic/global/media/videocontrols.css 4398lib/thunderbird/chrome/toolkit/skin/classic/global/media/videocontrols.css
4339lib/thunderbird/chrome/toolkit/skin/classic/global/media/volumeThumb.png 4399lib/thunderbird/chrome/toolkit/skin/classic/global/media/volumeThumb.png
4340lib/thunderbird/chrome/toolkit/skin/classic/global/menu.css 4400lib/thunderbird/chrome/toolkit/skin/classic/global/menu.css
4341lib/thunderbird/chrome/toolkit/skin/classic/global/menulist.css 4401lib/thunderbird/chrome/toolkit/skin/classic/global/menulist.css
4342lib/thunderbird/chrome/toolkit/skin/classic/global/netError.css 4402lib/thunderbird/chrome/toolkit/skin/classic/global/netError.css
@@ -4484,40 +4544,41 @@ lib/thunderbird/components/imProtocolInf @@ -4484,40 +4544,41 @@ lib/thunderbird/components/imProtocolInf
4484lib/thunderbird/components/interfaces.manifest 4544lib/thunderbird/components/interfaces.manifest
4485lib/thunderbird/components/irc.js 4545lib/thunderbird/components/irc.js
4486lib/thunderbird/components/jsconsole-clhandler.js 4546lib/thunderbird/components/jsconsole-clhandler.js
4487lib/thunderbird/components/jsmimeemitter.js 4547lib/thunderbird/components/jsmimeemitter.js
4488${PLIST.gnome}lib/thunderbird/components/libdbusservice.so 4548${PLIST.gnome}lib/thunderbird/components/libdbusservice.so
4489${PLIST.gnome}lib/thunderbird/components/libmozgnome.so 4549${PLIST.gnome}lib/thunderbird/components/libmozgnome.so
4490lib/thunderbird/components/logger.js 4550lib/thunderbird/components/logger.js
4491lib/thunderbird/components/mail.xpt 4551lib/thunderbird/components/mail.xpt
4492lib/thunderbird/components/mailContentHandler.js 4552lib/thunderbird/components/mailContentHandler.js
4493lib/thunderbird/components/mailGlue.js 4553lib/thunderbird/components/mailGlue.js
4494lib/thunderbird/components/mdn-service.js 4554lib/thunderbird/components/mdn-service.js
4495lib/thunderbird/components/messageWakeupService.js 4555lib/thunderbird/components/messageWakeupService.js
4496lib/thunderbird/components/msgAsyncPrompter.js 4556lib/thunderbird/components/msgAsyncPrompter.js
 4557lib/thunderbird/components/newMailNotificationService.js
4497lib/thunderbird/components/newsblog.js 4558lib/thunderbird/components/newsblog.js
4498lib/thunderbird/components/nsAbAutoCompleteMyDomain.js 4559lib/thunderbird/components/nsAbAutoCompleteMyDomain.js
4499lib/thunderbird/components/nsAbAutoCompleteSearch.js 4560lib/thunderbird/components/nsAbAutoCompleteSearch.js
4500lib/thunderbird/components/nsAbLDAPAttributeMap.js 4561lib/thunderbird/components/nsAbLDAPAttributeMap.js
4501lib/thunderbird/components/nsActivity.js 4562lib/thunderbird/components/nsActivity.js
4502lib/thunderbird/components/nsActivityManager.js 4563lib/thunderbird/components/nsActivityManager.js
4503lib/thunderbird/components/nsActivityManagerUI.js 4564lib/thunderbird/components/nsActivityManagerUI.js
4504lib/thunderbird/components/nsBadCertHandler.js 4565lib/thunderbird/components/nsBadCertHandler.js
4505lib/thunderbird/components/nsBlocklistService.js 4566lib/thunderbird/components/nsBlocklistService.js
 4567lib/thunderbird/components/nsBox.js
4506lib/thunderbird/components/nsContentDispatchChooser.js 4568lib/thunderbird/components/nsContentDispatchChooser.js
4507lib/thunderbird/components/nsContentPrefService.js 4569lib/thunderbird/components/nsContentPrefService.js
4508lib/thunderbird/components/nsDefaultCLH.js 4570lib/thunderbird/components/nsDefaultCLH.js
4509lib/thunderbird/components/nsDownloadManagerUI.js 4571lib/thunderbird/components/nsDownloadManagerUI.js
4510lib/thunderbird/components/nsDropbox.js 
4511lib/thunderbird/components/nsFilePicker.js 4572lib/thunderbird/components/nsFilePicker.js
4512lib/thunderbird/components/nsFormAutoComplete.js 4573lib/thunderbird/components/nsFormAutoComplete.js
4513lib/thunderbird/components/nsFormHistory.js 4574lib/thunderbird/components/nsFormHistory.js
4514lib/thunderbird/components/nsHandlerService.js 4575lib/thunderbird/components/nsHandlerService.js
4515lib/thunderbird/components/nsHelperAppDlg.js 4576lib/thunderbird/components/nsHelperAppDlg.js
4516lib/thunderbird/components/nsINIProcessor.js 4577lib/thunderbird/components/nsINIProcessor.js
4517lib/thunderbird/components/nsInputListAutoComplete.js 4578lib/thunderbird/components/nsInputListAutoComplete.js
4518lib/thunderbird/components/nsLDAPProtocolHandler.js 4579lib/thunderbird/components/nsLDAPProtocolHandler.js
4519lib/thunderbird/components/nsLivemarkService.js 4580lib/thunderbird/components/nsLivemarkService.js
4520lib/thunderbird/components/nsLoginInfo.js 4581lib/thunderbird/components/nsLoginInfo.js
4521lib/thunderbird/components/nsLoginManager.js 4582lib/thunderbird/components/nsLoginManager.js
4522lib/thunderbird/components/nsLoginManagerPrompter.js 4583lib/thunderbird/components/nsLoginManagerPrompter.js
4523lib/thunderbird/components/nsMailDefaultHandler.js 4584lib/thunderbird/components/nsMailDefaultHandler.js
@@ -4620,73 +4681,94 @@ lib/thunderbird/isp/SpamAssassin.sfd @@ -4620,73 +4681,94 @@ lib/thunderbird/isp/SpamAssassin.sfd
4620lib/thunderbird/isp/SpamPal.sfd 4681lib/thunderbird/isp/SpamPal.sfd
4621lib/thunderbird/isp/movemail.rdf 4682lib/thunderbird/isp/movemail.rdf
4622lib/thunderbird/isp/rss.rdf 4683lib/thunderbird/isp/rss.rdf
4623lib/thunderbird/libldap60.so 4684lib/thunderbird/libldap60.so
4624lib/thunderbird/libldif60.so 4685lib/thunderbird/libldif60.so
4625lib/thunderbird/libmozalloc.so 4686lib/thunderbird/libmozalloc.so
4626lib/thunderbird/libprldap60.so 4687lib/thunderbird/libprldap60.so
4627lib/thunderbird/libxpcom.so 4688lib/thunderbird/libxpcom.so
4628lib/thunderbird/libxul.so 4689lib/thunderbird/libxul.so
4629lib/thunderbird/modules/AddonLogging.jsm 4690lib/thunderbird/modules/AddonLogging.jsm
4630lib/thunderbird/modules/AddonManager.jsm 4691lib/thunderbird/modules/AddonManager.jsm
4631lib/thunderbird/modules/AddonRepository.jsm 4692lib/thunderbird/modules/AddonRepository.jsm
4632lib/thunderbird/modules/AddonUpdateChecker.jsm 4693lib/thunderbird/modules/AddonUpdateChecker.jsm
 4694lib/thunderbird/modules/AlarmDB.jsm
 4695lib/thunderbird/modules/AlarmService.jsm
4633lib/thunderbird/modules/BookmarkHTMLUtils.jsm 4696lib/thunderbird/modules/BookmarkHTMLUtils.jsm
 4697lib/thunderbird/modules/BrowserElementPromptService.jsm
4634lib/thunderbird/modules/CSPUtils.jsm 4698lib/thunderbird/modules/CSPUtils.jsm
4635lib/thunderbird/modules/CertUtils.jsm 4699lib/thunderbird/modules/CertUtils.jsm
4636lib/thunderbird/modules/ChromeManifestParser.jsm 4700lib/thunderbird/modules/ChromeManifestParser.jsm
4637lib/thunderbird/modules/CommonDialog.jsm 4701lib/thunderbird/modules/CommonDialog.jsm
4638lib/thunderbird/modules/ConsoleAPIStorage.jsm 4702lib/thunderbird/modules/ConsoleAPIStorage.jsm
 4703lib/thunderbird/modules/ContactDB.jsm
 4704lib/thunderbird/modules/ContactService.jsm
 4705lib/thunderbird/modules/DOMIdentity.jsm
4639lib/thunderbird/modules/DOMRequestHelper.jsm 4706lib/thunderbird/modules/DOMRequestHelper.jsm
4640lib/thunderbird/modules/Dict.jsm 4707lib/thunderbird/modules/Dict.jsm
4641lib/thunderbird/modules/DownloadLastDir.jsm 4708lib/thunderbird/modules/DownloadLastDir.jsm
4642lib/thunderbird/modules/DownloadPaths.jsm 4709lib/thunderbird/modules/DownloadPaths.jsm
4643lib/thunderbird/modules/DownloadUtils.jsm 4710lib/thunderbird/modules/DownloadUtils.jsm
4644lib/thunderbird/modules/FileUtils.jsm 4711lib/thunderbird/modules/FileUtils.jsm
 4712lib/thunderbird/modules/FrameWorker.jsm
4645lib/thunderbird/modules/Geometry.jsm 4713lib/thunderbird/modules/Geometry.jsm
4646lib/thunderbird/modules/IOUtils.js 4714lib/thunderbird/modules/IOUtils.js
4647lib/thunderbird/modules/ISO8601DateUtils.jsm 4715lib/thunderbird/modules/ISO8601DateUtils.jsm
 4716lib/thunderbird/modules/Identity.jsm
 4717lib/thunderbird/modules/IdentityProvider.jsm
 4718lib/thunderbird/modules/IdentityStore.jsm
4648lib/thunderbird/modules/IndexedDBHelper.jsm 4719lib/thunderbird/modules/IndexedDBHelper.jsm
4649lib/thunderbird/modules/InlineSpellChecker.jsm 4720lib/thunderbird/modules/InlineSpellChecker.jsm
4650lib/thunderbird/modules/LightweightThemeConsumer.jsm 4721lib/thunderbird/modules/LightweightThemeConsumer.jsm
4651lib/thunderbird/modules/LightweightThemeManager.jsm 4722lib/thunderbird/modules/LightweightThemeManager.jsm
 4723lib/thunderbird/modules/LogUtils.jsm
4652lib/thunderbird/modules/MailConsts.js 4724lib/thunderbird/modules/MailConsts.js
4653lib/thunderbird/modules/MailUtils.js 4725lib/thunderbird/modules/MailUtils.js
4654lib/thunderbird/modules/Microformats.js 4726lib/thunderbird/modules/Microformats.js
4655lib/thunderbird/modules/MsgHdrSyntheticView.js 4727lib/thunderbird/modules/MsgHdrSyntheticView.js
4656lib/thunderbird/modules/NetUtil.jsm 4728lib/thunderbird/modules/NetUtil.jsm
4657lib/thunderbird/modules/PageMenu.jsm 4729lib/thunderbird/modules/PageMenu.jsm
4658lib/thunderbird/modules/PerfMeasurement.jsm 4730lib/thunderbird/modules/PerfMeasurement.jsm
4659lib/thunderbird/modules/PlacesDBUtils.jsm 4731lib/thunderbird/modules/PlacesDBUtils.jsm
4660lib/thunderbird/modules/PlacesUtils.jsm 4732lib/thunderbird/modules/PlacesUtils.jsm
4661lib/thunderbird/modules/PluginProvider.jsm 4733lib/thunderbird/modules/PluginProvider.jsm
4662lib/thunderbird/modules/PluralForm.jsm 4734lib/thunderbird/modules/PluralForm.jsm
4663lib/thunderbird/modules/PopupNotifications.jsm 4735lib/thunderbird/modules/PopupNotifications.jsm
 4736lib/thunderbird/modules/PrivateBrowsingUtils.jsm
4664lib/thunderbird/modules/PropertyListUtils.jsm 4737lib/thunderbird/modules/PropertyListUtils.jsm
 4738lib/thunderbird/modules/RelyingParty.jsm
 4739lib/thunderbird/modules/Sandbox.jsm
4665lib/thunderbird/modules/SearchIntegration.js 4740lib/thunderbird/modules/SearchIntegration.js
4666lib/thunderbird/modules/Services.jsm 4741lib/thunderbird/modules/Services.jsm
 4742lib/thunderbird/modules/SettingsChangeNotifier.jsm
4667lib/thunderbird/modules/SettingsDB.jsm 4743lib/thunderbird/modules/SettingsDB.jsm
4668lib/thunderbird/modules/SettingsQueue.jsm 4744lib/thunderbird/modules/SettingsQueue.jsm
 4745lib/thunderbird/modules/SocialProvider.jsm
 4746lib/thunderbird/modules/SocialService.jsm
4669lib/thunderbird/modules/SpellCheckDictionaryBootstrap.js 4747lib/thunderbird/modules/SpellCheckDictionaryBootstrap.js
4670lib/thunderbird/modules/StringBundle.js 4748lib/thunderbird/modules/StringBundle.js
4671lib/thunderbird/modules/TelemetryStopwatch.jsm 4749lib/thunderbird/modules/TelemetryStopwatch.jsm
 4750lib/thunderbird/modules/WebappOSUtils.jsm
4672lib/thunderbird/modules/Webapps.jsm 4751lib/thunderbird/modules/Webapps.jsm
4673lib/thunderbird/modules/WindowDraggingUtils.jsm 4752lib/thunderbird/modules/WindowDraggingUtils.jsm
 4753lib/thunderbird/modules/WorkerAPI.jsm
4674lib/thunderbird/modules/XPCOMUtils.jsm 4754lib/thunderbird/modules/XPCOMUtils.jsm
4675lib/thunderbird/modules/XPIProvider.jsm 4755lib/thunderbird/modules/XPIProvider.jsm
 4756lib/thunderbird/modules/XPIProviderUtils.js
4676lib/thunderbird/modules/aboutSupport.js 4757lib/thunderbird/modules/aboutSupport.js
4677lib/thunderbird/modules/aboutSupportUnix.js 4758lib/thunderbird/modules/aboutSupportUnix.js
4678lib/thunderbird/modules/accessibility/AccessFu.jsm 4759lib/thunderbird/modules/accessibility/AccessFu.jsm
4679lib/thunderbird/modules/accessibility/Presenters.jsm 4760lib/thunderbird/modules/accessibility/Presenters.jsm
 4761lib/thunderbird/modules/accessibility/Utils.jsm
4680lib/thunderbird/modules/accessibility/UtteranceGenerator.jsm 4762lib/thunderbird/modules/accessibility/UtteranceGenerator.jsm
4681lib/thunderbird/modules/accessibility/VirtualCursorController.jsm 4763lib/thunderbird/modules/accessibility/VirtualCursorController.jsm
4682lib/thunderbird/modules/activity/activityModules.js 4764lib/thunderbird/modules/activity/activityModules.js
4683lib/thunderbird/modules/activity/alertHook.js 4765lib/thunderbird/modules/activity/alertHook.js
4684lib/thunderbird/modules/activity/autosync.js 4766lib/thunderbird/modules/activity/autosync.js
4685lib/thunderbird/modules/activity/glodaIndexer.js 4767lib/thunderbird/modules/activity/glodaIndexer.js
4686lib/thunderbird/modules/activity/moveCopy.js 4768lib/thunderbird/modules/activity/moveCopy.js
4687lib/thunderbird/modules/activity/pop3Download.js 4769lib/thunderbird/modules/activity/pop3Download.js
4688lib/thunderbird/modules/activity/sendLater.js 4770lib/thunderbird/modules/activity/sendLater.js
4689lib/thunderbird/modules/appIdleManager.js 4771lib/thunderbird/modules/appIdleManager.js
4690lib/thunderbird/modules/attachmentChecker.js 4772lib/thunderbird/modules/attachmentChecker.js
4691lib/thunderbird/modules/chatHandler.jsm 4773lib/thunderbird/modules/chatHandler.jsm
4692lib/thunderbird/modules/cloudFileAccounts.js 4774lib/thunderbird/modules/cloudFileAccounts.js
@@ -4717,55 +4799,69 @@ lib/thunderbird/modules/gloda/log4moz.js @@ -4717,55 +4799,69 @@ lib/thunderbird/modules/gloda/log4moz.js
4717lib/thunderbird/modules/gloda/mimeTypeCategories.js 4799lib/thunderbird/modules/gloda/mimeTypeCategories.js
4718lib/thunderbird/modules/gloda/mimemsg.js 4800lib/thunderbird/modules/gloda/mimemsg.js
4719lib/thunderbird/modules/gloda/msg_search.js 4801lib/thunderbird/modules/gloda/msg_search.js
4720lib/thunderbird/modules/gloda/noun_freetag.js 4802lib/thunderbird/modules/gloda/noun_freetag.js
4721lib/thunderbird/modules/gloda/noun_mimetype.js 4803lib/thunderbird/modules/gloda/noun_mimetype.js
4722lib/thunderbird/modules/gloda/noun_tag.js 4804lib/thunderbird/modules/gloda/noun_tag.js
4723lib/thunderbird/modules/gloda/public.js 4805lib/thunderbird/modules/gloda/public.js
4724lib/thunderbird/modules/gloda/query.js 4806lib/thunderbird/modules/gloda/query.js
4725lib/thunderbird/modules/gloda/suffixtree.js 4807lib/thunderbird/modules/gloda/suffixtree.js
4726lib/thunderbird/modules/gloda/utils.js 4808lib/thunderbird/modules/gloda/utils.js
4727lib/thunderbird/modules/glodaWebSearch.js 4809lib/thunderbird/modules/glodaWebSearch.js
4728lib/thunderbird/modules/hiddenWindow.jsm 4810lib/thunderbird/modules/hiddenWindow.jsm
4729lib/thunderbird/modules/http.jsm 4811lib/thunderbird/modules/http.jsm
 4812lib/thunderbird/modules/identity/Identity.jsm
 4813lib/thunderbird/modules/identity/IdentityProvider.jsm
 4814lib/thunderbird/modules/identity/IdentityStore.jsm
 4815lib/thunderbird/modules/identity/LogUtils.jsm
 4816lib/thunderbird/modules/identity/RelyingParty.jsm
 4817lib/thunderbird/modules/identity/Sandbox.jsm
 4818lib/thunderbird/modules/identity/jwcrypto.jsm
4730lib/thunderbird/modules/imContentSink.jsm 4819lib/thunderbird/modules/imContentSink.jsm
4731lib/thunderbird/modules/imServices.jsm 4820lib/thunderbird/modules/imServices.jsm
4732lib/thunderbird/modules/imSmileys.jsm 4821lib/thunderbird/modules/imSmileys.jsm
4733lib/thunderbird/modules/imStatusUtils.jsm 4822lib/thunderbird/modules/imStatusUtils.jsm
4734lib/thunderbird/modules/imTextboxUtils.jsm 4823lib/thunderbird/modules/imTextboxUtils.jsm
4735lib/thunderbird/modules/imThemes.jsm 4824lib/thunderbird/modules/imThemes.jsm
4736lib/thunderbird/modules/imXPCOMUtils.jsm 4825lib/thunderbird/modules/imXPCOMUtils.jsm
4737lib/thunderbird/modules/index_im.js 4826lib/thunderbird/modules/index_im.js
4738lib/thunderbird/modules/ircBase.jsm 4827lib/thunderbird/modules/ircBase.jsm
4739lib/thunderbird/modules/ircCTCP.jsm 4828lib/thunderbird/modules/ircCTCP.jsm
4740lib/thunderbird/modules/ircCommands.jsm 4829lib/thunderbird/modules/ircCommands.jsm
4741lib/thunderbird/modules/ircDCC.jsm 4830lib/thunderbird/modules/ircDCC.jsm
4742lib/thunderbird/modules/ircHandlers.jsm 4831lib/thunderbird/modules/ircHandlers.jsm
4743lib/thunderbird/modules/ircISUPPORT.jsm 4832lib/thunderbird/modules/ircISUPPORT.jsm
4744lib/thunderbird/modules/ircServices.jsm 4833lib/thunderbird/modules/ircServices.jsm
4745lib/thunderbird/modules/ircUtils.jsm 4834lib/thunderbird/modules/ircUtils.jsm
4746lib/thunderbird/modules/ircWatchMonitor.jsm 4835lib/thunderbird/modules/ircWatchMonitor.jsm
4747lib/thunderbird/modules/iteratorUtils.jsm 4836lib/thunderbird/modules/iteratorUtils.jsm
4748lib/thunderbird/modules/jsProtoHelper.jsm 4837lib/thunderbird/modules/jsProtoHelper.jsm
4749lib/thunderbird/modules/jsTreeSelection.js 4838lib/thunderbird/modules/jsTreeSelection.js
4750lib/thunderbird/modules/jsdebugger.jsm 4839lib/thunderbird/modules/jsdebugger.jsm
 4840lib/thunderbird/modules/jwcrypto.jsm
4751lib/thunderbird/modules/mailInstrumentation.js 4841lib/thunderbird/modules/mailInstrumentation.js
4752lib/thunderbird/modules/mailMigrator.js 4842lib/thunderbird/modules/mailMigrator.js
4753lib/thunderbird/modules/mailServices.js 4843lib/thunderbird/modules/mailServices.js
4754lib/thunderbird/modules/mailViewManager.js 4844lib/thunderbird/modules/mailViewManager.js
4755lib/thunderbird/modules/mailnewsMigrator.js 4845lib/thunderbird/modules/mailnewsMigrator.js
4756lib/thunderbird/modules/msgDBCacheManager.js 4846lib/thunderbird/modules/msgDBCacheManager.js
4757lib/thunderbird/modules/nsFormAutoCompleteResult.jsm 4847lib/thunderbird/modules/nsFormAutoCompleteResult.jsm
4758lib/thunderbird/modules/oauth.jsm 4848lib/thunderbird/modules/oauth.jsm
 4849lib/thunderbird/modules/osfile.jsm
 4850lib/thunderbird/modules/osfile/osfile_shared.jsm
 4851lib/thunderbird/modules/osfile/osfile_unix_back.jsm
 4852lib/thunderbird/modules/osfile/osfile_unix_front.jsm
 4853lib/thunderbird/modules/osfile/osfile_win_back.jsm
 4854lib/thunderbird/modules/osfile/osfile_win_front.jsm
4759lib/thunderbird/modules/quickFilterManager.js 4855lib/thunderbird/modules/quickFilterManager.js
4760lib/thunderbird/modules/reflect.jsm 4856lib/thunderbird/modules/reflect.jsm
4761lib/thunderbird/modules/searchSpec.js 4857lib/thunderbird/modules/searchSpec.js
4762lib/thunderbird/modules/search_im.js 4858lib/thunderbird/modules/search_im.js
4763lib/thunderbird/modules/sessionStoreManager.js 4859lib/thunderbird/modules/sessionStoreManager.js
4764lib/thunderbird/modules/socket.jsm 4860lib/thunderbird/modules/socket.jsm
4765lib/thunderbird/modules/summaryFrameManager.js 4861lib/thunderbird/modules/summaryFrameManager.js
4766lib/thunderbird/modules/templateUtils.js 4862lib/thunderbird/modules/templateUtils.js
4767lib/thunderbird/modules/traceHelper.js 4863lib/thunderbird/modules/traceHelper.js
4768lib/thunderbird/modules/virtualFolderWrapper.js 4864lib/thunderbird/modules/virtualFolderWrapper.js
4769lib/thunderbird/modules/windowsJumpLists.js 4865lib/thunderbird/modules/windowsJumpLists.js
4770lib/thunderbird/modules/xmpp-authmechs.jsm 4866lib/thunderbird/modules/xmpp-authmechs.jsm
4771lib/thunderbird/modules/xmpp-session.jsm 4867lib/thunderbird/modules/xmpp-session.jsm
@@ -4821,26 +4917,27 @@ lib/thunderbird/searchplugins/amazondotc @@ -4821,26 +4917,27 @@ lib/thunderbird/searchplugins/amazondotc
4821lib/thunderbird/searchplugins/aol-web-search.xml 4917lib/thunderbird/searchplugins/aol-web-search.xml
4822lib/thunderbird/searchplugins/bing.xml 4918lib/thunderbird/searchplugins/bing.xml
4823lib/thunderbird/searchplugins/eBay.xml 4919lib/thunderbird/searchplugins/eBay.xml
4824lib/thunderbird/searchplugins/twitter.xml 4920lib/thunderbird/searchplugins/twitter.xml
4825lib/thunderbird/searchplugins/wikipedia.xml 4921lib/thunderbird/searchplugins/wikipedia.xml
4826lib/thunderbird/searchplugins/yahoo.xml 4922lib/thunderbird/searchplugins/yahoo.xml
4827lib/thunderbird/thunderbird 4923lib/thunderbird/thunderbird
4828lib/thunderbird/thunderbird-bin 4924lib/thunderbird/thunderbird-bin
4829lib/thunderbird/update-settings.ini 4925lib/thunderbird/update-settings.ini
4830lib/thunderbird/update.locale 4926lib/thunderbird/update.locale
4831lib/thunderbird/updater 4927lib/thunderbird/updater
4832lib/thunderbird/updater.ini 4928lib/thunderbird/updater.ini
4833share/applications/thunderbird.desktop 4929share/applications/thunderbird.desktop
 4930share/idl/thunderbird/.mkdir.done
4834share/idl/thunderbird/IJSDebugger.idl 4931share/idl/thunderbird/IJSDebugger.idl
4835share/idl/thunderbird/MailNewsTypes2.idl 4932share/idl/thunderbird/MailNewsTypes2.idl
4836share/idl/thunderbird/amIInstallTrigger.idl 4933share/idl/thunderbird/amIInstallTrigger.idl
4837share/idl/thunderbird/amIWebInstallListener.idl 4934share/idl/thunderbird/amIWebInstallListener.idl
4838share/idl/thunderbird/amIWebInstaller.idl 4935share/idl/thunderbird/amIWebInstaller.idl
4839share/idl/thunderbird/domstubs.idl 4936share/idl/thunderbird/domstubs.idl
4840share/idl/thunderbird/extIApplication.idl 4937share/idl/thunderbird/extIApplication.idl
4841share/idl/thunderbird/imIAccount.idl 4938share/idl/thunderbird/imIAccount.idl
4842share/idl/thunderbird/imIAccountsService.idl 4939share/idl/thunderbird/imIAccountsService.idl
4843share/idl/thunderbird/imICommandsService.idl 4940share/idl/thunderbird/imICommandsService.idl
4844share/idl/thunderbird/imIContactsService.idl 4941share/idl/thunderbird/imIContactsService.idl
4845share/idl/thunderbird/imIConversationsService.idl 4942share/idl/thunderbird/imIConversationsService.idl
4846share/idl/thunderbird/imICoreService.idl 4943share/idl/thunderbird/imICoreService.idl
@@ -4859,26 +4956,28 @@ share/idl/thunderbird/imgIRequest.idl @@ -4859,26 +4956,28 @@ share/idl/thunderbird/imgIRequest.idl
4859share/idl/thunderbird/imgITools.idl 4956share/idl/thunderbird/imgITools.idl
4860share/idl/thunderbird/inICSSValueSearch.idl 4957share/idl/thunderbird/inICSSValueSearch.idl
4861share/idl/thunderbird/inIDOMUtils.idl 4958share/idl/thunderbird/inIDOMUtils.idl
4862share/idl/thunderbird/inIDOMView.idl 4959share/idl/thunderbird/inIDOMView.idl
4863share/idl/thunderbird/inIDeepTreeWalker.idl 4960share/idl/thunderbird/inIDeepTreeWalker.idl
4864share/idl/thunderbird/inIFlasher.idl 4961share/idl/thunderbird/inIFlasher.idl
4865share/idl/thunderbird/inISearchObserver.idl 4962share/idl/thunderbird/inISearchObserver.idl
4866share/idl/thunderbird/inISearchProcess.idl 4963share/idl/thunderbird/inISearchProcess.idl
4867share/idl/thunderbird/jsdIDebuggerService.idl 4964share/idl/thunderbird/jsdIDebuggerService.idl
4868share/idl/thunderbird/mozIAsyncFavicons.idl 4965share/idl/thunderbird/mozIAsyncFavicons.idl
4869share/idl/thunderbird/mozIAsyncHistory.idl 4966share/idl/thunderbird/mozIAsyncHistory.idl
4870share/idl/thunderbird/mozIAsyncLivemarks.idl 4967share/idl/thunderbird/mozIAsyncLivemarks.idl
4871share/idl/thunderbird/mozIJSSubScriptLoader.idl 4968share/idl/thunderbird/mozIJSSubScriptLoader.idl
 4969share/idl/thunderbird/mozINewMailListener.idl
 4970share/idl/thunderbird/mozINewMailNotificationService.idl
4872share/idl/thunderbird/mozIPersonalDictionary.idl 4971share/idl/thunderbird/mozIPersonalDictionary.idl
4873share/idl/thunderbird/mozIPlacesAutoComplete.idl 4972share/idl/thunderbird/mozIPlacesAutoComplete.idl
4874share/idl/thunderbird/mozISpellCheckingEngine.idl 4973share/idl/thunderbird/mozISpellCheckingEngine.idl
4875share/idl/thunderbird/mozISpellI18NManager.idl 4974share/idl/thunderbird/mozISpellI18NManager.idl
4876share/idl/thunderbird/mozISpellI18NUtil.idl 4975share/idl/thunderbird/mozISpellI18NUtil.idl
4877share/idl/thunderbird/mozIStorageAggregateFunction.idl 4976share/idl/thunderbird/mozIStorageAggregateFunction.idl
4878share/idl/thunderbird/mozIStorageAsyncStatement.idl 4977share/idl/thunderbird/mozIStorageAsyncStatement.idl
4879share/idl/thunderbird/mozIStorageBaseStatement.idl 4978share/idl/thunderbird/mozIStorageBaseStatement.idl
4880share/idl/thunderbird/mozIStorageBindingParams.idl 4979share/idl/thunderbird/mozIStorageBindingParams.idl
4881share/idl/thunderbird/mozIStorageBindingParamsArray.idl 4980share/idl/thunderbird/mozIStorageBindingParamsArray.idl
4882share/idl/thunderbird/mozIStorageCompletionCallback.idl 4981share/idl/thunderbird/mozIStorageCompletionCallback.idl
4883share/idl/thunderbird/mozIStorageConnection.idl 4982share/idl/thunderbird/mozIStorageConnection.idl
4884share/idl/thunderbird/mozIStorageError.idl 4983share/idl/thunderbird/mozIStorageError.idl
@@ -4949,26 +5048,27 @@ share/idl/thunderbird/nsIAccessibleRole. @@ -4949,26 +5048,27 @@ share/idl/thunderbird/nsIAccessibleRole.
4949share/idl/thunderbird/nsIAccessibleSelectable.idl 5048share/idl/thunderbird/nsIAccessibleSelectable.idl
4950share/idl/thunderbird/nsIAccessibleStates.idl 5049share/idl/thunderbird/nsIAccessibleStates.idl
4951share/idl/thunderbird/nsIAccessibleTable.idl 5050share/idl/thunderbird/nsIAccessibleTable.idl
4952share/idl/thunderbird/nsIAccessibleText.idl 5051share/idl/thunderbird/nsIAccessibleText.idl
4953share/idl/thunderbird/nsIAccessibleTypes.idl 5052share/idl/thunderbird/nsIAccessibleTypes.idl
4954share/idl/thunderbird/nsIAccessibleValue.idl 5053share/idl/thunderbird/nsIAccessibleValue.idl
4955share/idl/thunderbird/nsIActivity.idl 5054share/idl/thunderbird/nsIActivity.idl
4956share/idl/thunderbird/nsIActivityManager.idl 5055share/idl/thunderbird/nsIActivityManager.idl
4957share/idl/thunderbird/nsIActivityManagerUI.idl 5056share/idl/thunderbird/nsIActivityManagerUI.idl
4958share/idl/thunderbird/nsIAddbookUrl.idl 5057share/idl/thunderbird/nsIAddbookUrl.idl
4959share/idl/thunderbird/nsIAddrDBAnnouncer.idl 5058share/idl/thunderbird/nsIAddrDBAnnouncer.idl
4960share/idl/thunderbird/nsIAddrDBListener.idl 5059share/idl/thunderbird/nsIAddrDBListener.idl
4961share/idl/thunderbird/nsIAddrDatabase.idl 5060share/idl/thunderbird/nsIAddrDatabase.idl
 5061share/idl/thunderbird/nsIAlarmHalService.idl
4962share/idl/thunderbird/nsIAlertsService.idl 5062share/idl/thunderbird/nsIAlertsService.idl
4963share/idl/thunderbird/nsIAnnotationService.idl 5063share/idl/thunderbird/nsIAnnotationService.idl
4964share/idl/thunderbird/nsIAppShell.idl 5064share/idl/thunderbird/nsIAppShell.idl
4965share/idl/thunderbird/nsIAppShellService.idl 5065share/idl/thunderbird/nsIAppShellService.idl
4966share/idl/thunderbird/nsIAppStartup.idl 5066share/idl/thunderbird/nsIAppStartup.idl
4967share/idl/thunderbird/nsIApplicationCache.idl 5067share/idl/thunderbird/nsIApplicationCache.idl
4968share/idl/thunderbird/nsIApplicationCacheChannel.idl 5068share/idl/thunderbird/nsIApplicationCacheChannel.idl
4969share/idl/thunderbird/nsIApplicationCacheContainer.idl 5069share/idl/thunderbird/nsIApplicationCacheContainer.idl
4970share/idl/thunderbird/nsIApplicationCacheService.idl 5070share/idl/thunderbird/nsIApplicationCacheService.idl
4971share/idl/thunderbird/nsIAppsService.idl 5071share/idl/thunderbird/nsIAppsService.idl
4972share/idl/thunderbird/nsIArray.idl 5072share/idl/thunderbird/nsIArray.idl
4973share/idl/thunderbird/nsIAssociatedContentSecurity.idl 5073share/idl/thunderbird/nsIAssociatedContentSecurity.idl
4974share/idl/thunderbird/nsIAsyncInputStream.idl 5074share/idl/thunderbird/nsIAsyncInputStream.idl
@@ -5099,28 +5199,30 @@ share/idl/thunderbird/nsICookieService.i @@ -5099,28 +5199,30 @@ share/idl/thunderbird/nsICookieService.i
5099share/idl/thunderbird/nsICopyMessageListener.idl 5199share/idl/thunderbird/nsICopyMessageListener.idl
5100share/idl/thunderbird/nsICopyMsgStreamListener.idl 5200share/idl/thunderbird/nsICopyMsgStreamListener.idl
5101share/idl/thunderbird/nsICryptoFIPSInfo.idl 5201share/idl/thunderbird/nsICryptoFIPSInfo.idl
5102share/idl/thunderbird/nsICryptoHMAC.idl 5202share/idl/thunderbird/nsICryptoHMAC.idl
5103share/idl/thunderbird/nsICryptoHash.idl 5203share/idl/thunderbird/nsICryptoHash.idl
5104share/idl/thunderbird/nsICurrentCharsetListener.idl 5204share/idl/thunderbird/nsICurrentCharsetListener.idl
5105share/idl/thunderbird/nsICycleCollectorListener.idl 5205share/idl/thunderbird/nsICycleCollectorListener.idl
5106share/idl/thunderbird/nsIDBChangeAnnouncer.idl 5206share/idl/thunderbird/nsIDBChangeAnnouncer.idl
5107share/idl/thunderbird/nsIDBChangeListener.idl 5207share/idl/thunderbird/nsIDBChangeListener.idl
5108share/idl/thunderbird/nsIDBFolderInfo.idl 5208share/idl/thunderbird/nsIDBFolderInfo.idl
5109share/idl/thunderbird/nsIDNSListener.idl 5209share/idl/thunderbird/nsIDNSListener.idl
5110share/idl/thunderbird/nsIDNSRecord.idl 5210share/idl/thunderbird/nsIDNSRecord.idl
5111share/idl/thunderbird/nsIDNSService.idl 5211share/idl/thunderbird/nsIDNSService.idl
 5212share/idl/thunderbird/nsIDOMAlarmsManager.idl
5112share/idl/thunderbird/nsIDOMAnimationEvent.idl 5213share/idl/thunderbird/nsIDOMAnimationEvent.idl
5113share/idl/thunderbird/nsIDOMApplicationRegistry.idl 5214share/idl/thunderbird/nsIDOMApplicationRegistry.idl
 5215share/idl/thunderbird/nsIDOMApplicationRegistry2.idl
5114share/idl/thunderbird/nsIDOMAttr.idl 5216share/idl/thunderbird/nsIDOMAttr.idl
5115share/idl/thunderbird/nsIDOMBarProp.idl 5217share/idl/thunderbird/nsIDOMBarProp.idl
5116share/idl/thunderbird/nsIDOMBatteryManager.idl 5218share/idl/thunderbird/nsIDOMBatteryManager.idl
5117share/idl/thunderbird/nsIDOMBeforeUnloadEvent.idl 5219share/idl/thunderbird/nsIDOMBeforeUnloadEvent.idl
5118share/idl/thunderbird/nsIDOMCDATASection.idl 5220share/idl/thunderbird/nsIDOMCDATASection.idl
5119share/idl/thunderbird/nsIDOMCRMFObject.idl 5221share/idl/thunderbird/nsIDOMCRMFObject.idl
5120share/idl/thunderbird/nsIDOMCSS2Properties.idl 5222share/idl/thunderbird/nsIDOMCSS2Properties.idl
5121share/idl/thunderbird/nsIDOMCSSCharsetRule.idl 5223share/idl/thunderbird/nsIDOMCSSCharsetRule.idl
5122share/idl/thunderbird/nsIDOMCSSFontFaceRule.idl 5224share/idl/thunderbird/nsIDOMCSSFontFaceRule.idl
5123share/idl/thunderbird/nsIDOMCSSImportRule.idl 5225share/idl/thunderbird/nsIDOMCSSImportRule.idl
5124share/idl/thunderbird/nsIDOMCSSMediaRule.idl 5226share/idl/thunderbird/nsIDOMCSSMediaRule.idl
5125share/idl/thunderbird/nsIDOMCSSMozDocumentRule.idl 5227share/idl/thunderbird/nsIDOMCSSMozDocumentRule.idl
5126share/idl/thunderbird/nsIDOMCSSPageRule.idl 5228share/idl/thunderbird/nsIDOMCSSPageRule.idl
@@ -5226,37 +5328,39 @@ share/idl/thunderbird/nsIDOMHTMLHeadingE @@ -5226,37 +5328,39 @@ share/idl/thunderbird/nsIDOMHTMLHeadingE
5226share/idl/thunderbird/nsIDOMHTMLHtmlElement.idl 5328share/idl/thunderbird/nsIDOMHTMLHtmlElement.idl
5227share/idl/thunderbird/nsIDOMHTMLIFrameElement.idl 5329share/idl/thunderbird/nsIDOMHTMLIFrameElement.idl
5228share/idl/thunderbird/nsIDOMHTMLImageElement.idl 5330share/idl/thunderbird/nsIDOMHTMLImageElement.idl
5229share/idl/thunderbird/nsIDOMHTMLInputElement.idl 5331share/idl/thunderbird/nsIDOMHTMLInputElement.idl
5230share/idl/thunderbird/nsIDOMHTMLLIElement.idl 5332share/idl/thunderbird/nsIDOMHTMLLIElement.idl
5231share/idl/thunderbird/nsIDOMHTMLLabelElement.idl 5333share/idl/thunderbird/nsIDOMHTMLLabelElement.idl
5232share/idl/thunderbird/nsIDOMHTMLLegendElement.idl 5334share/idl/thunderbird/nsIDOMHTMLLegendElement.idl
5233share/idl/thunderbird/nsIDOMHTMLLinkElement.idl 5335share/idl/thunderbird/nsIDOMHTMLLinkElement.idl
5234share/idl/thunderbird/nsIDOMHTMLMapElement.idl 5336share/idl/thunderbird/nsIDOMHTMLMapElement.idl
5235share/idl/thunderbird/nsIDOMHTMLMediaElement.idl 5337share/idl/thunderbird/nsIDOMHTMLMediaElement.idl
5236share/idl/thunderbird/nsIDOMHTMLMenuElement.idl 5338share/idl/thunderbird/nsIDOMHTMLMenuElement.idl
5237share/idl/thunderbird/nsIDOMHTMLMenuItemElement.idl 5339share/idl/thunderbird/nsIDOMHTMLMenuItemElement.idl
5238share/idl/thunderbird/nsIDOMHTMLMetaElement.idl 5340share/idl/thunderbird/nsIDOMHTMLMetaElement.idl
 5341share/idl/thunderbird/nsIDOMHTMLMeterElement.idl
5239share/idl/thunderbird/nsIDOMHTMLModElement.idl 5342share/idl/thunderbird/nsIDOMHTMLModElement.idl
5240share/idl/thunderbird/nsIDOMHTMLOListElement.idl 5343share/idl/thunderbird/nsIDOMHTMLOListElement.idl
5241share/idl/thunderbird/nsIDOMHTMLObjectElement.idl 5344share/idl/thunderbird/nsIDOMHTMLObjectElement.idl
5242share/idl/thunderbird/nsIDOMHTMLOptGroupElement.idl 5345share/idl/thunderbird/nsIDOMHTMLOptGroupElement.idl
5243share/idl/thunderbird/nsIDOMHTMLOptionElement.idl 5346share/idl/thunderbird/nsIDOMHTMLOptionElement.idl
5244share/idl/thunderbird/nsIDOMHTMLOptionsCollection.idl 5347share/idl/thunderbird/nsIDOMHTMLOptionsCollection.idl
5245share/idl/thunderbird/nsIDOMHTMLOutputElement.idl 5348share/idl/thunderbird/nsIDOMHTMLOutputElement.idl
5246share/idl/thunderbird/nsIDOMHTMLParagraphElement.idl 5349share/idl/thunderbird/nsIDOMHTMLParagraphElement.idl
5247share/idl/thunderbird/nsIDOMHTMLParamElement.idl 5350share/idl/thunderbird/nsIDOMHTMLParamElement.idl
5248share/idl/thunderbird/nsIDOMHTMLPreElement.idl 5351share/idl/thunderbird/nsIDOMHTMLPreElement.idl
5249share/idl/thunderbird/nsIDOMHTMLProgressElement.idl 5352share/idl/thunderbird/nsIDOMHTMLProgressElement.idl
 5353share/idl/thunderbird/nsIDOMHTMLPropertiesCollection.idl
5250share/idl/thunderbird/nsIDOMHTMLQuoteElement.idl 5354share/idl/thunderbird/nsIDOMHTMLQuoteElement.idl
5251share/idl/thunderbird/nsIDOMHTMLScriptElement.idl 5355share/idl/thunderbird/nsIDOMHTMLScriptElement.idl
5252share/idl/thunderbird/nsIDOMHTMLSelectElement.idl 5356share/idl/thunderbird/nsIDOMHTMLSelectElement.idl
5253share/idl/thunderbird/nsIDOMHTMLSourceElement.idl 5357share/idl/thunderbird/nsIDOMHTMLSourceElement.idl
5254share/idl/thunderbird/nsIDOMHTMLStyleElement.idl 5358share/idl/thunderbird/nsIDOMHTMLStyleElement.idl
5255share/idl/thunderbird/nsIDOMHTMLTableCaptionElem.idl 5359share/idl/thunderbird/nsIDOMHTMLTableCaptionElem.idl
5256share/idl/thunderbird/nsIDOMHTMLTableCellElement.idl 5360share/idl/thunderbird/nsIDOMHTMLTableCellElement.idl
5257share/idl/thunderbird/nsIDOMHTMLTableColElement.idl 5361share/idl/thunderbird/nsIDOMHTMLTableColElement.idl
5258share/idl/thunderbird/nsIDOMHTMLTableElement.idl 5362share/idl/thunderbird/nsIDOMHTMLTableElement.idl
5259share/idl/thunderbird/nsIDOMHTMLTableRowElement.idl 5363share/idl/thunderbird/nsIDOMHTMLTableRowElement.idl
5260share/idl/thunderbird/nsIDOMHTMLTableSectionElem.idl 5364share/idl/thunderbird/nsIDOMHTMLTableSectionElem.idl
5261share/idl/thunderbird/nsIDOMHTMLTextAreaElement.idl 5365share/idl/thunderbird/nsIDOMHTMLTextAreaElement.idl
5262share/idl/thunderbird/nsIDOMHTMLTitleElement.idl 5366share/idl/thunderbird/nsIDOMHTMLTitleElement.idl
@@ -5285,56 +5389,57 @@ share/idl/thunderbird/nsIDOMMouseEvent.i @@ -5285,56 +5389,57 @@ share/idl/thunderbird/nsIDOMMouseEvent.i
5285share/idl/thunderbird/nsIDOMMouseScrollEvent.idl 5389share/idl/thunderbird/nsIDOMMouseScrollEvent.idl
5286share/idl/thunderbird/nsIDOMMozBrowserFrame.idl 5390share/idl/thunderbird/nsIDOMMozBrowserFrame.idl
5287share/idl/thunderbird/nsIDOMMozCSSKeyframeRule.idl 5391share/idl/thunderbird/nsIDOMMozCSSKeyframeRule.idl
5288share/idl/thunderbird/nsIDOMMozCSSKeyframesRule.idl 5392share/idl/thunderbird/nsIDOMMozCSSKeyframesRule.idl
5289share/idl/thunderbird/nsIDOMMozTouchEvent.idl 5393share/idl/thunderbird/nsIDOMMozTouchEvent.idl
5290share/idl/thunderbird/nsIDOMMutationEvent.idl 5394share/idl/thunderbird/nsIDOMMutationEvent.idl
5291share/idl/thunderbird/nsIDOMMutationObserver.idl 5395share/idl/thunderbird/nsIDOMMutationObserver.idl
5292share/idl/thunderbird/nsIDOMNSEditableElement.idl 5396share/idl/thunderbird/nsIDOMNSEditableElement.idl
5293share/idl/thunderbird/nsIDOMNSEvent.idl 5397share/idl/thunderbird/nsIDOMNSEvent.idl
5294share/idl/thunderbird/nsIDOMNSRGBAColor.idl 5398share/idl/thunderbird/nsIDOMNSRGBAColor.idl
5295share/idl/thunderbird/nsIDOMNSXPathExpression.idl 5399share/idl/thunderbird/nsIDOMNSXPathExpression.idl
5296share/idl/thunderbird/nsIDOMNamedNodeMap.idl 5400share/idl/thunderbird/nsIDOMNamedNodeMap.idl
5297share/idl/thunderbird/nsIDOMNavigator.idl 5401share/idl/thunderbird/nsIDOMNavigator.idl
5298share/idl/thunderbird/nsIDOMNavigatorBattery.idl 
5299share/idl/thunderbird/nsIDOMNavigatorDesktopNotification.idl 5402share/idl/thunderbird/nsIDOMNavigatorDesktopNotification.idl
5300share/idl/thunderbird/nsIDOMNavigatorDeviceStorage.idl 5403share/idl/thunderbird/nsIDOMNavigatorDeviceStorage.idl
5301share/idl/thunderbird/nsIDOMNavigatorGeolocation.idl 5404share/idl/thunderbird/nsIDOMNavigatorGeolocation.idl
5302share/idl/thunderbird/nsIDOMNavigatorNetwork.idl 5405share/idl/thunderbird/nsIDOMNavigatorNetwork.idl
5303share/idl/thunderbird/nsIDOMNavigatorSms.idl 5406share/idl/thunderbird/nsIDOMNavigatorSms.idl
 5407share/idl/thunderbird/nsIDOMNavigatorSystemMessages.idl
5304share/idl/thunderbird/nsIDOMNavigatorUserMedia.idl 5408share/idl/thunderbird/nsIDOMNavigatorUserMedia.idl
5305share/idl/thunderbird/nsIDOMNode.idl 5409share/idl/thunderbird/nsIDOMNode.idl
5306share/idl/thunderbird/nsIDOMNodeFilter.idl 5410share/idl/thunderbird/nsIDOMNodeFilter.idl
5307share/idl/thunderbird/nsIDOMNodeIterator.idl 5411share/idl/thunderbird/nsIDOMNodeIterator.idl
5308share/idl/thunderbird/nsIDOMNodeList.idl 5412share/idl/thunderbird/nsIDOMNodeList.idl
5309share/idl/thunderbird/nsIDOMNodeSelector.idl 5413share/idl/thunderbird/nsIDOMNodeSelector.idl
5310share/idl/thunderbird/nsIDOMNotifyAudioAvailableEvent.idl 5414share/idl/thunderbird/nsIDOMNotifyAudioAvailableEvent.idl
5311share/idl/thunderbird/nsIDOMNotifyPaintEvent.idl 5415share/idl/thunderbird/nsIDOMNotifyPaintEvent.idl
5312share/idl/thunderbird/nsIDOMOfflineResourceList.idl 5416share/idl/thunderbird/nsIDOMOfflineResourceList.idl
5313share/idl/thunderbird/nsIDOMPageTransitionEvent.idl 5417share/idl/thunderbird/nsIDOMPageTransitionEvent.idl
5314share/idl/thunderbird/nsIDOMPaintRequest.idl 5418share/idl/thunderbird/nsIDOMPaintRequest.idl
5315share/idl/thunderbird/nsIDOMPaintRequestList.idl 5419share/idl/thunderbird/nsIDOMPaintRequestList.idl
5316share/idl/thunderbird/nsIDOMParser.idl 5420share/idl/thunderbird/nsIDOMParser.idl
5317share/idl/thunderbird/nsIDOMPerformance.idl 5421share/idl/thunderbird/nsIDOMPerformance.idl
5318share/idl/thunderbird/nsIDOMPerformanceNavigation.idl 5422share/idl/thunderbird/nsIDOMPerformanceNavigation.idl
5319share/idl/thunderbird/nsIDOMPerformanceTiming.idl 5423share/idl/thunderbird/nsIDOMPerformanceTiming.idl
5320share/idl/thunderbird/nsIDOMPkcs11.idl 5424share/idl/thunderbird/nsIDOMPkcs11.idl
5321share/idl/thunderbird/nsIDOMPlugin.idl 5425share/idl/thunderbird/nsIDOMPlugin.idl
5322share/idl/thunderbird/nsIDOMPluginArray.idl 5426share/idl/thunderbird/nsIDOMPluginArray.idl
5323share/idl/thunderbird/nsIDOMPopStateEvent.idl 5427share/idl/thunderbird/nsIDOMPopStateEvent.idl
5324share/idl/thunderbird/nsIDOMPopupBlockedEvent.idl 5428share/idl/thunderbird/nsIDOMPopupBlockedEvent.idl
5325share/idl/thunderbird/nsIDOMPowerManager.idl 5429share/idl/thunderbird/nsIDOMPowerManager.idl
5326share/idl/thunderbird/nsIDOMProcessingInstruction.idl 5430share/idl/thunderbird/nsIDOMProcessingInstruction.idl
5327share/idl/thunderbird/nsIDOMProgressEvent.idl 5431share/idl/thunderbird/nsIDOMProgressEvent.idl
 5432share/idl/thunderbird/nsIDOMPropertyNodeList.idl
5328share/idl/thunderbird/nsIDOMRGBColor.idl 5433share/idl/thunderbird/nsIDOMRGBColor.idl
5329share/idl/thunderbird/nsIDOMRange.idl 5434share/idl/thunderbird/nsIDOMRange.idl
5330share/idl/thunderbird/nsIDOMRect.idl 5435share/idl/thunderbird/nsIDOMRect.idl
5331share/idl/thunderbird/nsIDOMSVGAElement.idl 5436share/idl/thunderbird/nsIDOMSVGAElement.idl
5332share/idl/thunderbird/nsIDOMSVGAltGlyphElement.idl 5437share/idl/thunderbird/nsIDOMSVGAltGlyphElement.idl
5333share/idl/thunderbird/nsIDOMSVGAngle.idl 5438share/idl/thunderbird/nsIDOMSVGAngle.idl
5334share/idl/thunderbird/nsIDOMSVGAnimPresAspRatio.idl 5439share/idl/thunderbird/nsIDOMSVGAnimPresAspRatio.idl
5335share/idl/thunderbird/nsIDOMSVGAnimTransformList.idl 5440share/idl/thunderbird/nsIDOMSVGAnimTransformList.idl
5336share/idl/thunderbird/nsIDOMSVGAnimateElement.idl 5441share/idl/thunderbird/nsIDOMSVGAnimateElement.idl
5337share/idl/thunderbird/nsIDOMSVGAnimateMotionElement.idl 5442share/idl/thunderbird/nsIDOMSVGAnimateMotionElement.idl
5338share/idl/thunderbird/nsIDOMSVGAnimateTransformElement.idl 5443share/idl/thunderbird/nsIDOMSVGAnimateTransformElement.idl
5339share/idl/thunderbird/nsIDOMSVGAnimatedAngle.idl 5444share/idl/thunderbird/nsIDOMSVGAnimatedAngle.idl
5340share/idl/thunderbird/nsIDOMSVGAnimatedBoolean.idl 5445share/idl/thunderbird/nsIDOMSVGAnimatedBoolean.idl
@@ -5347,27 +5452,26 @@ share/idl/thunderbird/nsIDOMSVGAnimatedN @@ -5347,27 +5452,26 @@ share/idl/thunderbird/nsIDOMSVGAnimatedN
5347share/idl/thunderbird/nsIDOMSVGAnimatedPathData.idl 5452share/idl/thunderbird/nsIDOMSVGAnimatedPathData.idl
5348share/idl/thunderbird/nsIDOMSVGAnimatedPoints.idl 5453share/idl/thunderbird/nsIDOMSVGAnimatedPoints.idl
5349share/idl/thunderbird/nsIDOMSVGAnimatedRect.idl 5454share/idl/thunderbird/nsIDOMSVGAnimatedRect.idl
5350share/idl/thunderbird/nsIDOMSVGAnimatedString.idl 5455share/idl/thunderbird/nsIDOMSVGAnimatedString.idl
5351share/idl/thunderbird/nsIDOMSVGAnimationElement.idl 5456share/idl/thunderbird/nsIDOMSVGAnimationElement.idl
5352share/idl/thunderbird/nsIDOMSVGCircleElement.idl 5457share/idl/thunderbird/nsIDOMSVGCircleElement.idl
5353share/idl/thunderbird/nsIDOMSVGClipPathElement.idl 5458share/idl/thunderbird/nsIDOMSVGClipPathElement.idl
5354share/idl/thunderbird/nsIDOMSVGDefsElement.idl 5459share/idl/thunderbird/nsIDOMSVGDefsElement.idl
5355share/idl/thunderbird/nsIDOMSVGDescElement.idl 5460share/idl/thunderbird/nsIDOMSVGDescElement.idl
5356share/idl/thunderbird/nsIDOMSVGDocument.idl 5461share/idl/thunderbird/nsIDOMSVGDocument.idl
5357share/idl/thunderbird/nsIDOMSVGElement.idl 5462share/idl/thunderbird/nsIDOMSVGElement.idl
5358share/idl/thunderbird/nsIDOMSVGEllipseElement.idl 5463share/idl/thunderbird/nsIDOMSVGEllipseElement.idl
5359share/idl/thunderbird/nsIDOMSVGEvent.idl 5464share/idl/thunderbird/nsIDOMSVGEvent.idl
5360share/idl/thunderbird/nsIDOMSVGException.idl 
5361share/idl/thunderbird/nsIDOMSVGFilterElement.idl 5465share/idl/thunderbird/nsIDOMSVGFilterElement.idl
5362share/idl/thunderbird/nsIDOMSVGFilters.idl 5466share/idl/thunderbird/nsIDOMSVGFilters.idl
5363share/idl/thunderbird/nsIDOMSVGFitToViewBox.idl 5467share/idl/thunderbird/nsIDOMSVGFitToViewBox.idl
5364share/idl/thunderbird/nsIDOMSVGForeignObjectElem.idl 5468share/idl/thunderbird/nsIDOMSVGForeignObjectElem.idl
5365share/idl/thunderbird/nsIDOMSVGGElement.idl 5469share/idl/thunderbird/nsIDOMSVGGElement.idl
5366share/idl/thunderbird/nsIDOMSVGGradientElement.idl 5470share/idl/thunderbird/nsIDOMSVGGradientElement.idl
5367share/idl/thunderbird/nsIDOMSVGImageElement.idl 5471share/idl/thunderbird/nsIDOMSVGImageElement.idl
5368share/idl/thunderbird/nsIDOMSVGLength.idl 5472share/idl/thunderbird/nsIDOMSVGLength.idl
5369share/idl/thunderbird/nsIDOMSVGLengthList.idl 5473share/idl/thunderbird/nsIDOMSVGLengthList.idl
5370share/idl/thunderbird/nsIDOMSVGLineElement.idl 5474share/idl/thunderbird/nsIDOMSVGLineElement.idl
5371share/idl/thunderbird/nsIDOMSVGLocatable.idl 5475share/idl/thunderbird/nsIDOMSVGLocatable.idl
5372share/idl/thunderbird/nsIDOMSVGMarkerElement.idl 5476share/idl/thunderbird/nsIDOMSVGMarkerElement.idl
5373share/idl/thunderbird/nsIDOMSVGMaskElement.idl 5477share/idl/thunderbird/nsIDOMSVGMaskElement.idl
@@ -5431,38 +5535,38 @@ share/idl/thunderbird/nsIDOMStorageIndex @@ -5431,38 +5535,38 @@ share/idl/thunderbird/nsIDOMStorageIndex
5431share/idl/thunderbird/nsIDOMStorageItem.idl 5535share/idl/thunderbird/nsIDOMStorageItem.idl
5432share/idl/thunderbird/nsIDOMStorageManager.idl 5536share/idl/thunderbird/nsIDOMStorageManager.idl
5433share/idl/thunderbird/nsIDOMStorageObsolete.idl 5537share/idl/thunderbird/nsIDOMStorageObsolete.idl
5434share/idl/thunderbird/nsIDOMStyleSheet.idl 5538share/idl/thunderbird/nsIDOMStyleSheet.idl
5435share/idl/thunderbird/nsIDOMStyleSheetList.idl 5539share/idl/thunderbird/nsIDOMStyleSheetList.idl
5436share/idl/thunderbird/nsIDOMText.idl 5540share/idl/thunderbird/nsIDOMText.idl
5437share/idl/thunderbird/nsIDOMTimeEvent.idl 5541share/idl/thunderbird/nsIDOMTimeEvent.idl
5438share/idl/thunderbird/nsIDOMTimeRanges.idl 5542share/idl/thunderbird/nsIDOMTimeRanges.idl
5439share/idl/thunderbird/nsIDOMToString.idl 5543share/idl/thunderbird/nsIDOMToString.idl
5440share/idl/thunderbird/nsIDOMTouchEvent.idl 5544share/idl/thunderbird/nsIDOMTouchEvent.idl
5441share/idl/thunderbird/nsIDOMTransitionEvent.idl 5545share/idl/thunderbird/nsIDOMTransitionEvent.idl
5442share/idl/thunderbird/nsIDOMTreeWalker.idl 5546share/idl/thunderbird/nsIDOMTreeWalker.idl
5443share/idl/thunderbird/nsIDOMUIEvent.idl 5547share/idl/thunderbird/nsIDOMUIEvent.idl
 5548share/idl/thunderbird/nsIDOMUSSDReceivedEvent.idl
5444share/idl/thunderbird/nsIDOMUserDataHandler.idl 5549share/idl/thunderbird/nsIDOMUserDataHandler.idl
5445share/idl/thunderbird/nsIDOMUserProximityEvent.idl 5550share/idl/thunderbird/nsIDOMUserProximityEvent.idl
5446share/idl/thunderbird/nsIDOMValidityState.idl 5551share/idl/thunderbird/nsIDOMValidityState.idl
5447share/idl/thunderbird/nsIDOMWakeLock.idl 5552share/idl/thunderbird/nsIDOMWakeLock.idl
5448share/idl/thunderbird/nsIDOMWakeLockListener.idl 5553share/idl/thunderbird/nsIDOMWakeLockListener.idl
5449share/idl/thunderbird/nsIDOMWebGLRenderingContext.idl 5554share/idl/thunderbird/nsIDOMWebGLRenderingContext.idl
5450share/idl/thunderbird/nsIDOMWindow.idl 5555share/idl/thunderbird/nsIDOMWindow.idl
5451share/idl/thunderbird/nsIDOMWindowCollection.idl 5556share/idl/thunderbird/nsIDOMWindowCollection.idl
5452share/idl/thunderbird/nsIDOMWindowUtils.idl 5557share/idl/thunderbird/nsIDOMWindowUtils.idl
5453share/idl/thunderbird/nsIDOMXMLDocument.idl 5558share/idl/thunderbird/nsIDOMXMLDocument.idl
5454share/idl/thunderbird/nsIDOMXPathEvaluator.idl 5559share/idl/thunderbird/nsIDOMXPathEvaluator.idl
5455share/idl/thunderbird/nsIDOMXPathException.idl 
5456share/idl/thunderbird/nsIDOMXPathExpression.idl 5560share/idl/thunderbird/nsIDOMXPathExpression.idl
5457share/idl/thunderbird/nsIDOMXPathNSResolver.idl 5561share/idl/thunderbird/nsIDOMXPathNSResolver.idl
5458share/idl/thunderbird/nsIDOMXPathNamespace.idl 5562share/idl/thunderbird/nsIDOMXPathNamespace.idl
5459share/idl/thunderbird/nsIDOMXPathResult.idl 5563share/idl/thunderbird/nsIDOMXPathResult.idl
5460share/idl/thunderbird/nsIDOMXULButtonElement.idl 5564share/idl/thunderbird/nsIDOMXULButtonElement.idl
5461share/idl/thunderbird/nsIDOMXULCheckboxElement.idl 5565share/idl/thunderbird/nsIDOMXULCheckboxElement.idl
5462share/idl/thunderbird/nsIDOMXULCommandDispatcher.idl 5566share/idl/thunderbird/nsIDOMXULCommandDispatcher.idl
5463share/idl/thunderbird/nsIDOMXULCommandEvent.idl 5567share/idl/thunderbird/nsIDOMXULCommandEvent.idl
5464share/idl/thunderbird/nsIDOMXULContainerElement.idl 5568share/idl/thunderbird/nsIDOMXULContainerElement.idl
5465share/idl/thunderbird/nsIDOMXULControlElement.idl 5569share/idl/thunderbird/nsIDOMXULControlElement.idl
5466share/idl/thunderbird/nsIDOMXULDescriptionElement.idl 5570share/idl/thunderbird/nsIDOMXULDescriptionElement.idl
5467share/idl/thunderbird/nsIDOMXULDocument.idl 5571share/idl/thunderbird/nsIDOMXULDocument.idl
5468share/idl/thunderbird/nsIDOMXULElement.idl 5572share/idl/thunderbird/nsIDOMXULElement.idl
@@ -5511,27 +5615,26 @@ share/idl/thunderbird/nsIDroppedLinkHand @@ -5511,27 +5615,26 @@ share/idl/thunderbird/nsIDroppedLinkHand
5511share/idl/thunderbird/nsIEditActionListener.idl 5615share/idl/thunderbird/nsIEditActionListener.idl
5512share/idl/thunderbird/nsIEditingSession.idl 5616share/idl/thunderbird/nsIEditingSession.idl
5513share/idl/thunderbird/nsIEditor.idl 5617share/idl/thunderbird/nsIEditor.idl
5514share/idl/thunderbird/nsIEditorBoxObject.idl 5618share/idl/thunderbird/nsIEditorBoxObject.idl
5515share/idl/thunderbird/nsIEditorDocShell.idl 5619share/idl/thunderbird/nsIEditorDocShell.idl
5516share/idl/thunderbird/nsIEditorIMESupport.idl 5620share/idl/thunderbird/nsIEditorIMESupport.idl
5517share/idl/thunderbird/nsIEditorLogging.idl 5621share/idl/thunderbird/nsIEditorLogging.idl
5518share/idl/thunderbird/nsIEditorMailSupport.idl 5622share/idl/thunderbird/nsIEditorMailSupport.idl
5519share/idl/thunderbird/nsIEditorObserver.idl 5623share/idl/thunderbird/nsIEditorObserver.idl
5520share/idl/thunderbird/nsIEditorSpellCheck.idl 5624share/idl/thunderbird/nsIEditorSpellCheck.idl
5521share/idl/thunderbird/nsIEditorStyleSheets.idl 5625share/idl/thunderbird/nsIEditorStyleSheets.idl
5522share/idl/thunderbird/nsIEffectiveTLDService.idl 5626share/idl/thunderbird/nsIEffectiveTLDService.idl
5523share/idl/thunderbird/nsIEmbeddingSiteWindow.idl 5627share/idl/thunderbird/nsIEmbeddingSiteWindow.idl
5524share/idl/thunderbird/nsIEmbeddingSiteWindow2.idl 
5525share/idl/thunderbird/nsIEncodedChannel.idl 5628share/idl/thunderbird/nsIEncodedChannel.idl
5526share/idl/thunderbird/nsIEncryptedSMIMEURIsSrvc.idl 5629share/idl/thunderbird/nsIEncryptedSMIMEURIsSrvc.idl
5527share/idl/thunderbird/nsIEntityConverter.idl 5630share/idl/thunderbird/nsIEntityConverter.idl
5528share/idl/thunderbird/nsIEntropyCollector.idl 5631share/idl/thunderbird/nsIEntropyCollector.idl
5529share/idl/thunderbird/nsIEnumerator.idl 5632share/idl/thunderbird/nsIEnumerator.idl
5530share/idl/thunderbird/nsIEnvironment.idl 5633share/idl/thunderbird/nsIEnvironment.idl
5531share/idl/thunderbird/nsIErrorService.idl 5634share/idl/thunderbird/nsIErrorService.idl
5532share/idl/thunderbird/nsIEventListenerService.idl 5635share/idl/thunderbird/nsIEventListenerService.idl
5533share/idl/thunderbird/nsIEventSource.idl 5636share/idl/thunderbird/nsIEventSource.idl
5534share/idl/thunderbird/nsIEventTarget.idl 5637share/idl/thunderbird/nsIEventTarget.idl
5535share/idl/thunderbird/nsIException.idl 5638share/idl/thunderbird/nsIException.idl
5536share/idl/thunderbird/nsIExceptionService.idl 5639share/idl/thunderbird/nsIExceptionService.idl
5537share/idl/thunderbird/nsIExpatSink.idl 5640share/idl/thunderbird/nsIExpatSink.idl
@@ -5621,28 +5724,31 @@ share/idl/thunderbird/nsIIDBObjectStore. @@ -5621,28 +5724,31 @@ share/idl/thunderbird/nsIIDBObjectStore.
5621share/idl/thunderbird/nsIIDBOpenDBRequest.idl 5724share/idl/thunderbird/nsIIDBOpenDBRequest.idl
5622share/idl/thunderbird/nsIIDBRequest.idl 5725share/idl/thunderbird/nsIIDBRequest.idl
5623share/idl/thunderbird/nsIIDBTransaction.idl 5726share/idl/thunderbird/nsIIDBTransaction.idl
5624share/idl/thunderbird/nsIIDBVersionChangeEvent.idl 5727share/idl/thunderbird/nsIIDBVersionChangeEvent.idl
5625share/idl/thunderbird/nsIIDNService.idl 5728share/idl/thunderbird/nsIIDNService.idl
5626share/idl/thunderbird/nsIIFrameBoxObject.idl 5729share/idl/thunderbird/nsIIFrameBoxObject.idl
5627share/idl/thunderbird/nsIIMEPicker.idl 5730share/idl/thunderbird/nsIIMEPicker.idl
5628share/idl/thunderbird/nsIINIParser.idl 5731share/idl/thunderbird/nsIINIParser.idl
5629share/idl/thunderbird/nsIIOService.idl 5732share/idl/thunderbird/nsIIOService.idl
5630share/idl/thunderbird/nsIIOService2.idl 5733share/idl/thunderbird/nsIIOService2.idl
5631share/idl/thunderbird/nsIIOUtil.idl 5734share/idl/thunderbird/nsIIOUtil.idl
5632share/idl/thunderbird/nsIIPCSerializable.idl 5735share/idl/thunderbird/nsIIPCSerializable.idl
5633share/idl/thunderbird/nsIIconURI.idl 5736share/idl/thunderbird/nsIIconURI.idl
 5737share/idl/thunderbird/nsIIdentityCryptoService.idl
5634share/idl/thunderbird/nsIIdentityInfo.idl 5738share/idl/thunderbird/nsIIdentityInfo.idl
 5739share/idl/thunderbird/nsIIdleObserver.idl
5635share/idl/thunderbird/nsIIdleService.idl 5740share/idl/thunderbird/nsIIdleService.idl
 5741share/idl/thunderbird/nsIIdleServiceInternal.idl
5636share/idl/thunderbird/nsIImageDocument.idl 5742share/idl/thunderbird/nsIImageDocument.idl
5637share/idl/thunderbird/nsIImageLoadingContent.idl 5743share/idl/thunderbird/nsIImageLoadingContent.idl
5638share/idl/thunderbird/nsIImapFlagAndUidState.idl 5744share/idl/thunderbird/nsIImapFlagAndUidState.idl
5639share/idl/thunderbird/nsIImapHeaderXferInfo.idl 5745share/idl/thunderbird/nsIImapHeaderXferInfo.idl
5640share/idl/thunderbird/nsIImapIncomingServer.idl 5746share/idl/thunderbird/nsIImapIncomingServer.idl
5641share/idl/thunderbird/nsIImapMailFolderSink.idl 5747share/idl/thunderbird/nsIImapMailFolderSink.idl
5642share/idl/thunderbird/nsIImapMessageSink.idl 5748share/idl/thunderbird/nsIImapMessageSink.idl
5643share/idl/thunderbird/nsIImapMockChannel.idl 5749share/idl/thunderbird/nsIImapMockChannel.idl
5644share/idl/thunderbird/nsIImapProtocol.idl 5750share/idl/thunderbird/nsIImapProtocol.idl
5645share/idl/thunderbird/nsIImapProtocolSink.idl 5751share/idl/thunderbird/nsIImapProtocolSink.idl
5646share/idl/thunderbird/nsIImapServerSink.idl 5752share/idl/thunderbird/nsIImapServerSink.idl
5647share/idl/thunderbird/nsIImapService.idl 5753share/idl/thunderbird/nsIImapService.idl
5648share/idl/thunderbird/nsIImapUrl.idl 5754share/idl/thunderbird/nsIImapUrl.idl
@@ -5825,69 +5931,72 @@ share/idl/thunderbird/nsIMultiPartChanne @@ -5825,69 +5931,72 @@ share/idl/thunderbird/nsIMultiPartChanne
5825share/idl/thunderbird/nsIMultiplexInputStream.idl 5931share/idl/thunderbird/nsIMultiplexInputStream.idl
5826share/idl/thunderbird/nsIMutable.idl 5932share/idl/thunderbird/nsIMutable.idl
5827share/idl/thunderbird/nsIMutableArray.idl 5933share/idl/thunderbird/nsIMutableArray.idl
5828share/idl/thunderbird/nsINNTPArticleList.idl 5934share/idl/thunderbird/nsINNTPArticleList.idl
5829share/idl/thunderbird/nsINNTPNewsgroupList.idl 5935share/idl/thunderbird/nsINNTPNewsgroupList.idl
5830share/idl/thunderbird/nsINNTPNewsgroupPost.idl 5936share/idl/thunderbird/nsINNTPNewsgroupPost.idl
5831share/idl/thunderbird/nsINNTPProtocol.idl 5937share/idl/thunderbird/nsINNTPProtocol.idl
5832share/idl/thunderbird/nsINSSCertCache.idl 5938share/idl/thunderbird/nsINSSCertCache.idl
5833share/idl/thunderbird/nsINSSErrorsService.idl 5939share/idl/thunderbird/nsINSSErrorsService.idl
5834share/idl/thunderbird/nsINSSVersion.idl 5940share/idl/thunderbird/nsINSSVersion.idl
5835share/idl/thunderbird/nsINativeAppSupport.idl 5941share/idl/thunderbird/nsINativeAppSupport.idl
5836share/idl/thunderbird/nsINavBookmarksService.idl 5942share/idl/thunderbird/nsINavBookmarksService.idl
5837share/idl/thunderbird/nsINavHistoryService.idl 5943share/idl/thunderbird/nsINavHistoryService.idl
 5944share/idl/thunderbird/nsINavigatorBattery.idl
5838share/idl/thunderbird/nsINestedURI.idl 5945share/idl/thunderbird/nsINestedURI.idl
5839share/idl/thunderbird/nsINetAddr.idl 5946share/idl/thunderbird/nsINetAddr.idl
5840share/idl/thunderbird/nsINetUtil.idl 5947share/idl/thunderbird/nsINetUtil.idl
5841share/idl/thunderbird/nsINetworkLinkService.idl 5948share/idl/thunderbird/nsINetworkLinkService.idl
5842share/idl/thunderbird/nsINewsBlogFeedDownloader.idl 5949share/idl/thunderbird/nsINewsBlogFeedDownloader.idl
5843share/idl/thunderbird/nsINewsDatabase.idl 5950share/idl/thunderbird/nsINewsDatabase.idl
5844share/idl/thunderbird/nsINewsDownloadDialogArgs.idl 5951share/idl/thunderbird/nsINewsDownloadDialogArgs.idl
5845share/idl/thunderbird/nsINntpIncomingServer.idl 5952share/idl/thunderbird/nsINntpIncomingServer.idl
5846share/idl/thunderbird/nsINntpService.idl 5953share/idl/thunderbird/nsINntpService.idl
5847share/idl/thunderbird/nsINntpUrl.idl 5954share/idl/thunderbird/nsINntpUrl.idl
5848share/idl/thunderbird/nsINoIncomingServer.idl 5955share/idl/thunderbird/nsINoIncomingServer.idl
5849share/idl/thunderbird/nsINoneService.idl 5956share/idl/thunderbird/nsINoneService.idl
5850share/idl/thunderbird/nsIOCSPResponder.idl 5957share/idl/thunderbird/nsIOCSPResponder.idl
 5958share/idl/thunderbird/nsIOSFileConstantsService.idl
5851share/idl/thunderbird/nsIObjectInputStream.idl 5959share/idl/thunderbird/nsIObjectInputStream.idl
5852share/idl/thunderbird/nsIObjectLoadingContent.idl 5960share/idl/thunderbird/nsIObjectLoadingContent.idl
5853share/idl/thunderbird/nsIObjectOutputStream.idl 5961share/idl/thunderbird/nsIObjectOutputStream.idl
5854share/idl/thunderbird/nsIObserver.idl 5962share/idl/thunderbird/nsIObserver.idl
5855share/idl/thunderbird/nsIObserverService.idl 5963share/idl/thunderbird/nsIObserverService.idl
5856share/idl/thunderbird/nsIOfflineCacheUpdate.idl 5964share/idl/thunderbird/nsIOfflineCacheUpdate.idl
 5965share/idl/thunderbird/nsIOpenWindowEventDetail.idl
5857share/idl/thunderbird/nsIOutputStream.idl 5966share/idl/thunderbird/nsIOutputStream.idl
5858share/idl/thunderbird/nsIPK11Token.idl 5967share/idl/thunderbird/nsIPK11Token.idl
5859share/idl/thunderbird/nsIPK11TokenDB.idl 5968share/idl/thunderbird/nsIPK11TokenDB.idl
5860share/idl/thunderbird/nsIPKCS11.idl 5969share/idl/thunderbird/nsIPKCS11.idl
5861share/idl/thunderbird/nsIPKCS11Module.idl 5970share/idl/thunderbird/nsIPKCS11Module.idl
5862share/idl/thunderbird/nsIPKCS11ModuleDB.idl 5971share/idl/thunderbird/nsIPKCS11ModuleDB.idl
5863share/idl/thunderbird/nsIPKCS11Slot.idl 5972share/idl/thunderbird/nsIPKCS11Slot.idl
5864share/idl/thunderbird/nsIPKIParamBlock.idl 5973share/idl/thunderbird/nsIPKIParamBlock.idl
5865share/idl/thunderbird/nsIParentChannel.idl 5974share/idl/thunderbird/nsIParentChannel.idl
5866share/idl/thunderbird/nsIParentRedirectingChannel.idl 5975share/idl/thunderbird/nsIParentRedirectingChannel.idl
5867share/idl/thunderbird/nsIParentalControlsService.idl 5976share/idl/thunderbird/nsIParentalControlsService.idl
5868share/idl/thunderbird/nsIParserUtils.idl 5977share/idl/thunderbird/nsIParserUtils.idl
5869share/idl/thunderbird/nsIPermission.idl 5978share/idl/thunderbird/nsIPermission.idl
5870share/idl/thunderbird/nsIPermissionManager.idl 5979share/idl/thunderbird/nsIPermissionManager.idl
5871share/idl/thunderbird/nsIPersistentProperties2.idl 5980share/idl/thunderbird/nsIPersistentProperties2.idl
 5981share/idl/thunderbird/nsIPgpMimeProxy.idl
5872share/idl/thunderbird/nsIPhonetic.idl 5982share/idl/thunderbird/nsIPhonetic.idl
5873share/idl/thunderbird/nsIPipe.idl 5983share/idl/thunderbird/nsIPipe.idl
5874share/idl/thunderbird/nsIPlacesImportExportService.idl 5984share/idl/thunderbird/nsIPlacesImportExportService.idl
5875share/idl/thunderbird/nsIPlaintextEditor.idl 5985share/idl/thunderbird/nsIPlaintextEditor.idl
5876share/idl/thunderbird/nsIPluginDocument.idl 5986share/idl/thunderbird/nsIPluginDocument.idl
5877share/idl/thunderbird/nsIPluginHost.idl 5987share/idl/thunderbird/nsIPluginHost.idl
5878share/idl/thunderbird/nsIPluginInputStream.idl 5988share/idl/thunderbird/nsIPluginInputStream.idl
5879share/idl/thunderbird/nsIPluginInstanceOwner.idl 5989share/idl/thunderbird/nsIPluginInstanceOwner.idl
5880share/idl/thunderbird/nsIPluginStreamInfo.idl 
5881share/idl/thunderbird/nsIPluginTag.idl 5990share/idl/thunderbird/nsIPluginTag.idl
5882share/idl/thunderbird/nsIPluginTagInfo.idl 5991share/idl/thunderbird/nsIPluginTagInfo.idl
5883share/idl/thunderbird/nsIPop3IncomingServer.idl 5992share/idl/thunderbird/nsIPop3IncomingServer.idl
5884share/idl/thunderbird/nsIPop3Protocol.idl 5993share/idl/thunderbird/nsIPop3Protocol.idl
5885share/idl/thunderbird/nsIPop3Service.idl 5994share/idl/thunderbird/nsIPop3Service.idl
5886share/idl/thunderbird/nsIPop3Sink.idl 5995share/idl/thunderbird/nsIPop3Sink.idl
5887share/idl/thunderbird/nsIPop3URL.idl 5996share/idl/thunderbird/nsIPop3URL.idl
5888share/idl/thunderbird/nsIPopupBoxObject.idl 5997share/idl/thunderbird/nsIPopupBoxObject.idl
5889share/idl/thunderbird/nsIPopupWindowManager.idl 5998share/idl/thunderbird/nsIPopupWindowManager.idl
5890share/idl/thunderbird/nsIPowerManagerService.idl 5999share/idl/thunderbird/nsIPowerManagerService.idl
5891share/idl/thunderbird/nsIPrefBranch.idl 6000share/idl/thunderbird/nsIPrefBranch.idl
5892share/idl/thunderbird/nsIPrefBranch2.idl 6001share/idl/thunderbird/nsIPrefBranch2.idl
5893share/idl/thunderbird/nsIPrefBranchInternal.idl 6002share/idl/thunderbird/nsIPrefBranchInternal.idl
@@ -5895,27 +6004,26 @@ share/idl/thunderbird/nsIPrefLocalizedSt @@ -5895,27 +6004,26 @@ share/idl/thunderbird/nsIPrefLocalizedSt
5895share/idl/thunderbird/nsIPrefService.idl 6004share/idl/thunderbird/nsIPrefService.idl
5896share/idl/thunderbird/nsIPrefetchService.idl 6005share/idl/thunderbird/nsIPrefetchService.idl
5897share/idl/thunderbird/nsIPrincipal.idl 6006share/idl/thunderbird/nsIPrincipal.idl
5898share/idl/thunderbird/nsIPrintOptions.idl 6007share/idl/thunderbird/nsIPrintOptions.idl
5899share/idl/thunderbird/nsIPrintProgress.idl 6008share/idl/thunderbird/nsIPrintProgress.idl
5900share/idl/thunderbird/nsIPrintProgressParams.idl 6009share/idl/thunderbird/nsIPrintProgressParams.idl
5901share/idl/thunderbird/nsIPrintSession.idl 6010share/idl/thunderbird/nsIPrintSession.idl
5902share/idl/thunderbird/nsIPrintSettings.idl 6011share/idl/thunderbird/nsIPrintSettings.idl
5903share/idl/thunderbird/nsIPrintSettingsService.idl 6012share/idl/thunderbird/nsIPrintSettingsService.idl
5904share/idl/thunderbird/nsIPrintStatusFeedback.idl 6013share/idl/thunderbird/nsIPrintStatusFeedback.idl
5905share/idl/thunderbird/nsIPrintingPrompt.idl 6014share/idl/thunderbird/nsIPrintingPrompt.idl
5906share/idl/thunderbird/nsIPrintingPromptService.idl 6015share/idl/thunderbird/nsIPrintingPromptService.idl
5907share/idl/thunderbird/nsIPrivacyTransitionObserver.idl 6016share/idl/thunderbird/nsIPrivacyTransitionObserver.idl
5908share/idl/thunderbird/nsIPrivateBrowsingConsumer.idl 
5909share/idl/thunderbird/nsIPrivateBrowsingService.idl 6017share/idl/thunderbird/nsIPrivateBrowsingService.idl
5910share/idl/thunderbird/nsIProcess.idl 6018share/idl/thunderbird/nsIProcess.idl
5911share/idl/thunderbird/nsIProfile.idl 6019share/idl/thunderbird/nsIProfile.idl
5912share/idl/thunderbird/nsIProfileChangeStatus.idl 6020share/idl/thunderbird/nsIProfileChangeStatus.idl
5913share/idl/thunderbird/nsIProfileMigrator.idl 6021share/idl/thunderbird/nsIProfileMigrator.idl
5914share/idl/thunderbird/nsIProfileUnlocker.idl 6022share/idl/thunderbird/nsIProfileUnlocker.idl
5915share/idl/thunderbird/nsIProgrammingLanguage.idl 6023share/idl/thunderbird/nsIProgrammingLanguage.idl
5916share/idl/thunderbird/nsIProgressEventSink.idl 6024share/idl/thunderbird/nsIProgressEventSink.idl
5917share/idl/thunderbird/nsIPrompt.idl 6025share/idl/thunderbird/nsIPrompt.idl
5918share/idl/thunderbird/nsIPromptFactory.idl 6026share/idl/thunderbird/nsIPromptFactory.idl
5919share/idl/thunderbird/nsIPromptService.idl 6027share/idl/thunderbird/nsIPromptService.idl
5920share/idl/thunderbird/nsIPromptService2.idl 6028share/idl/thunderbird/nsIPromptService2.idl
5921share/idl/thunderbird/nsIProperties.idl 6029share/idl/thunderbird/nsIProperties.idl
@@ -6065,26 +6173,27 @@ share/idl/thunderbird/nsIStringBundle.id @@ -6065,26 +6173,27 @@ share/idl/thunderbird/nsIStringBundle.id
6065share/idl/thunderbird/nsIStringBundleOverride.idl 6173share/idl/thunderbird/nsIStringBundleOverride.idl
6066share/idl/thunderbird/nsIStringEnumerator.idl 6174share/idl/thunderbird/nsIStringEnumerator.idl
6067share/idl/thunderbird/nsIStringStream.idl 6175share/idl/thunderbird/nsIStringStream.idl
6068share/idl/thunderbird/nsIStructuredCloneContainer.idl 6176share/idl/thunderbird/nsIStructuredCloneContainer.idl
6069share/idl/thunderbird/nsIStyleSheetService.idl 6177share/idl/thunderbird/nsIStyleSheetService.idl
6070share/idl/thunderbird/nsISubscribableServer.idl 6178share/idl/thunderbird/nsISubscribableServer.idl
6071share/idl/thunderbird/nsISupports.idl 6179share/idl/thunderbird/nsISupports.idl
6072share/idl/thunderbird/nsISupportsArray.idl 6180share/idl/thunderbird/nsISupportsArray.idl
6073share/idl/thunderbird/nsISupportsIterators.idl 6181share/idl/thunderbird/nsISupportsIterators.idl
6074share/idl/thunderbird/nsISupportsPrimitives.idl 6182share/idl/thunderbird/nsISupportsPrimitives.idl
6075share/idl/thunderbird/nsISupportsPriority.idl 6183share/idl/thunderbird/nsISupportsPriority.idl
6076share/idl/thunderbird/nsISyncJPAKE.idl 6184share/idl/thunderbird/nsISyncJPAKE.idl
6077share/idl/thunderbird/nsISyncStreamListener.idl 6185share/idl/thunderbird/nsISyncStreamListener.idl
 6186share/idl/thunderbird/nsISystemMessagesInternal.idl
6078share/idl/thunderbird/nsISystemProxySettings.idl 6187share/idl/thunderbird/nsISystemProxySettings.idl
6079share/idl/thunderbird/nsITXTToHTMLConv.idl 6188share/idl/thunderbird/nsITXTToHTMLConv.idl
6080share/idl/thunderbird/nsITabChild.idl 6189share/idl/thunderbird/nsITabChild.idl
6081share/idl/thunderbird/nsITabParent.idl 6190share/idl/thunderbird/nsITabParent.idl
6082share/idl/thunderbird/nsITableEditor.idl 6191share/idl/thunderbird/nsITableEditor.idl
6083share/idl/thunderbird/nsITaggingService.idl 6192share/idl/thunderbird/nsITaggingService.idl
6084share/idl/thunderbird/nsITelemetry.idl 6193share/idl/thunderbird/nsITelemetry.idl
6085share/idl/thunderbird/nsITextScroll.idl 6194share/idl/thunderbird/nsITextScroll.idl
6086share/idl/thunderbird/nsITextServicesFilter.idl 6195share/idl/thunderbird/nsITextServicesFilter.idl
6087share/idl/thunderbird/nsITextToSubURI.idl 6196share/idl/thunderbird/nsITextToSubURI.idl
6088share/idl/thunderbird/nsIThread.idl 6197share/idl/thunderbird/nsIThread.idl
6089share/idl/thunderbird/nsIThreadInternal.idl 6198share/idl/thunderbird/nsIThreadInternal.idl
6090share/idl/thunderbird/nsIThreadManager.idl 6199share/idl/thunderbird/nsIThreadManager.idl
@@ -6162,26 +6271,27 @@ share/idl/thunderbird/nsIWebBrowserPersi @@ -6162,26 +6271,27 @@ share/idl/thunderbird/nsIWebBrowserPersi
6162share/idl/thunderbird/nsIWebBrowserPrint.idl 6271share/idl/thunderbird/nsIWebBrowserPrint.idl
6163share/idl/thunderbird/nsIWebBrowserSetup.idl 6272share/idl/thunderbird/nsIWebBrowserSetup.idl
6164share/idl/thunderbird/nsIWebBrowserStream.idl 6273share/idl/thunderbird/nsIWebBrowserStream.idl
6165share/idl/thunderbird/nsIWebContentHandlerRegistrar.idl 6274share/idl/thunderbird/nsIWebContentHandlerRegistrar.idl
6166share/idl/thunderbird/nsIWebNavigation.idl 6275share/idl/thunderbird/nsIWebNavigation.idl
6167share/idl/thunderbird/nsIWebNavigationInfo.idl 6276share/idl/thunderbird/nsIWebNavigationInfo.idl
6168share/idl/thunderbird/nsIWebPageDescriptor.idl 6277share/idl/thunderbird/nsIWebPageDescriptor.idl
6169share/idl/thunderbird/nsIWebProgress.idl 6278share/idl/thunderbird/nsIWebProgress.idl
6170share/idl/thunderbird/nsIWebProgressListener.idl 6279share/idl/thunderbird/nsIWebProgressListener.idl
6171share/idl/thunderbird/nsIWebProgressListener2.idl 6280share/idl/thunderbird/nsIWebProgressListener2.idl
6172share/idl/thunderbird/nsIWebSocket.idl 6281share/idl/thunderbird/nsIWebSocket.idl
6173share/idl/thunderbird/nsIWebSocketChannel.idl 6282share/idl/thunderbird/nsIWebSocketChannel.idl
6174share/idl/thunderbird/nsIWebSocketListener.idl 6283share/idl/thunderbird/nsIWebSocketListener.idl
 6284share/idl/thunderbird/nsIWifiEventInits.idl
6175share/idl/thunderbird/nsIWindowCreator.idl 6285share/idl/thunderbird/nsIWindowCreator.idl
6176share/idl/thunderbird/nsIWindowCreator2.idl 6286share/idl/thunderbird/nsIWindowCreator2.idl
6177share/idl/thunderbird/nsIWindowDataSource.idl 6287share/idl/thunderbird/nsIWindowDataSource.idl
6178share/idl/thunderbird/nsIWindowMediator.idl 6288share/idl/thunderbird/nsIWindowMediator.idl
6179share/idl/thunderbird/nsIWindowMediatorListener.idl 6289share/idl/thunderbird/nsIWindowMediatorListener.idl
6180share/idl/thunderbird/nsIWindowProvider.idl 6290share/idl/thunderbird/nsIWindowProvider.idl
6181share/idl/thunderbird/nsIWindowWatcher.idl 6291share/idl/thunderbird/nsIWindowWatcher.idl
6182share/idl/thunderbird/nsIWindowsShellService.idl 6292share/idl/thunderbird/nsIWindowsShellService.idl
6183share/idl/thunderbird/nsIWritablePropertyBag.idl 6293share/idl/thunderbird/nsIWritablePropertyBag.idl
6184share/idl/thunderbird/nsIWritablePropertyBag2.idl 6294share/idl/thunderbird/nsIWritablePropertyBag2.idl
6185share/idl/thunderbird/nsIWyciwygChannel.idl 6295share/idl/thunderbird/nsIWyciwygChannel.idl
6186share/idl/thunderbird/nsIX509Cert.idl 6296share/idl/thunderbird/nsIX509Cert.idl
6187share/idl/thunderbird/nsIX509Cert2.idl 6297share/idl/thunderbird/nsIX509Cert2.idl

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

--- pkgsrc/mail/thunderbird/Attic/PLIST.lightning 2012/09/02 06:43:39 1.12
+++ pkgsrc/mail/thunderbird/Attic/PLIST.lightning 2012/10/12 18:28:58 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST.lightning,v 1.12 2012/09/02 06:43:39 ryoon Exp $ 1@comment $NetBSD: PLIST.lightning,v 1.13 2012/10/12 18:28:58 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
@@ -257,26 +257,27 @@ lib/thunderbird/extensions/{e2fda1a4-762 @@ -257,26 +257,27 @@ lib/thunderbird/extensions/{e2fda1a4-762
257lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-task-view.css 257lib/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 258lib/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 259lib/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 260lib/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 261lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/checkbox-images.png
262lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-daypicker.css 262lib/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 263lib/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 264lib/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 265lib/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 266lib/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 267lib/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 268lib/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 269lib/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
270lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/today-pane.css 271lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/today-pane.css
271lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/widgets/calendar-widgets.css 272lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/widgets/calendar-widgets.css
272lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/datetimepickers/datetimepickers.css 273lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/datetimepickers/datetimepickers.css
273lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/day-box-item-image.png 274lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/day-box-item-image.png
274lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/daypicker-background.png 275lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/daypicker-background.png
275lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-bottom.png 276lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-bottom.png
276lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-left.png 277lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-left.png
277lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-right.png 278lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-right.png
278lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-top.png 279lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/event-grippy-top.png
279lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/ok-cancel.png 280lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/ok-cancel.png
280lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calHtmlExport.html 281lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calHtmlExport.html
281lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calMonthGridPrinter.html 282lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calMonthGridPrinter.html
282lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calWeekPrinter.html 283lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/printing/calWeekPrinter.html

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

--- pkgsrc/mail/thunderbird/distinfo 2012/09/03 15:47:49 1.103
+++ pkgsrc/mail/thunderbird/distinfo 2012/10/12 18:28:58 1.104
@@ -1,95 +1,93 @@ @@ -1,95 +1,93 @@
1$NetBSD: distinfo,v 1.103 2012/09/03 15:47:49 marino Exp $ 1$NetBSD: distinfo,v 1.104 2012/10/12 18:28:58 ryoon Exp $
2 2
3SHA1 (enigmail-1.4.4.tar.gz) = a1601191a3a421b2e94e7ff833300da72267d7ac 3SHA1 (enigmail-1.4.5.tar.gz) = 16d0450a9f5fb4de0e9cc5b9f8091dce4b070aaf
4RMD160 (enigmail-1.4.4.tar.gz) = f362b2f205ed151c2127db381c393394995ca8aa 4RMD160 (enigmail-1.4.5.tar.gz) = 860a1ca813fd2ccae69ac0afe07affd39611e56a
5Size (enigmail-1.4.4.tar.gz) = 1269444 bytes 5Size (enigmail-1.4.5.tar.gz) = 1269207 bytes
6SHA1 (lightning-1.7.source.tar.bz2) = 217bfec0003b88e741b563b1e160e4f72ae6362d 6SHA1 (lightning-1.8.source.tar.bz2) = a3b1c6b67a70b34917b8c0660d5cc57cafd2b8a4
7RMD160 (lightning-1.7.source.tar.bz2) = 8392026bcac493f095e3d68b37d0e27984859804 7RMD160 (lightning-1.8.source.tar.bz2) = f4ce359ef676cfa9b95065457be64921f59837fa
8Size (lightning-1.7.source.tar.bz2) = 106226977 bytes 8Size (lightning-1.8.source.tar.bz2) = 112070692 bytes
9SHA1 (thunderbird-15.0.source.tar.bz2) = 00733bf56cbecde0677f2f083f8e2ce3c7379d25 9SHA1 (thunderbird-16.0.1.source.tar.bz2) = 827255a821d09764279e6ccaf7e7bcd13e20f25c
10RMD160 (thunderbird-15.0.source.tar.bz2) = 99c57aafd5fc400ec650de7bce810bc81c624743 10RMD160 (thunderbird-16.0.1.source.tar.bz2) = 37336d1ca63df45a2599f9e5ec76b27966f6bf18
11Size (thunderbird-15.0.source.tar.bz2) = 105942186 bytes 11Size (thunderbird-16.0.1.source.tar.bz2) = 111401489 bytes
12SHA1 (patch-aa) = 627e93e5b61a12bc6de3cdf0e596ed9d1618353b 12SHA1 (patch-aa) = 627e93e5b61a12bc6de3cdf0e596ed9d1618353b
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) = e408f64f8e729985b189400989fd324470a0883d 27SHA1 (patch-as) = ca2afec0498c4a6c2c25711240a5df662700da28
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) = 6bda12d60bd114348eb0c5395302c7e2c8ab223a 31SHA1 (patch-aw) = c7ced89c660e57617de29e7f7dcbf8048ceceb2f
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) = 745faa7e8b01ab7bdbd790e69a4a8109d5291788
40SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = a6d40c6b92aee607fb4f18d5a7c97b3d7833c74a 40SHA1 (patch-directory_c-sdk_ldap_include_portable.h) = a6d40c6b92aee607fb4f18d5a7c97b3d7833c74a
41SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = 94db51e427931edefd3df5b2c476702242a34926 41SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = 94db51e427931edefd3df5b2c476702242a34926
42SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = d5bc36816be5f336b505354d7ecb019630f13f7c 42SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = d5bc36816be5f336b505354d7ecb019630f13f7c
43SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 60c091a669774ba47abc768a15f00400aca1d7fe 43SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 60c091a669774ba47abc768a15f00400aca1d7fe
44SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 1207a1e779ea0d48cb41f6a98edbe22f187b309b 44SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 1207a1e779ea0d48cb41f6a98edbe22f187b309b
45SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 1334da1b32cffbd2e9eef2d37fe917e8805b5bd3 
46SHA1 (patch-ipc_chromium_src_build_build__config.h) = 9f38c64f080464c33c94cc6898365cee7aa2fec7 45SHA1 (patch-ipc_chromium_src_build_build__config.h) = 9f38c64f080464c33c94cc6898365cee7aa2fec7
47SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 02e19237e21ce3bd4431c711ab51bda3fbd33cff 46SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 02e19237e21ce3bd4431c711ab51bda3fbd33cff
48SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 55d5e4812b1e3b003bbbb73ee4fc7582b8a7c22c 47SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 55d5e4812b1e3b003bbbb73ee4fc7582b8a7c22c
49SHA1 (patch-js_src_jscpucfg.h) = 493889df7e21be8a6b5d5b3854b908da70552de8 48SHA1 (patch-js_src_jscpucfg.h) = 493889df7e21be8a6b5d5b3854b908da70552de8
50SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 171d81697d136abb6e02cb81445cd88fd8580de2 49SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 171d81697d136abb6e02cb81445cd88fd8580de2
51SHA1 (patch-ma) = 9d66a2e90afa7b5dedc757dfa939bf9615ee7da1 
52SHA1 (patch-ma-toplevel) = 00d3464d03e2014dcb1c708ad94ab2bd03c7b2a7 50SHA1 (patch-ma-toplevel) = 00d3464d03e2014dcb1c708ad94ab2bd03c7b2a7
53SHA1 (patch-mb) = 36ddeba4276196109b5a72b77a2143dada92df34 51SHA1 (patch-mb) = 36ddeba4276196109b5a72b77a2143dada92df34
54SHA1 (patch-md) = ccb29b96c105b6c63d3c85967bed56840b974cf4 52SHA1 (patch-md) = ccb29b96c105b6c63d3c85967bed56840b974cf4
55SHA1 (patch-me) = 17b108eb9f0ec40ab34aa58f511a5c1ee6a3a127 53SHA1 (patch-me) = 17b108eb9f0ec40ab34aa58f511a5c1ee6a3a127
56SHA1 (patch-mf) = 5c2fb65285d309fdfdcbf7f1872504deefe236a1 54SHA1 (patch-mf) = 5c2fb65285d309fdfdcbf7f1872504deefe236a1
57SHA1 (patch-mg) = f660cfddc4fd49301df2bd31949b5845b8e08f46 55SHA1 (patch-mg) = f660cfddc4fd49301df2bd31949b5845b8e08f46
58SHA1 (patch-mh) = fff2c712e23d9ffc909cf1a5a3303a155b386716 56SHA1 (patch-mh) = fff2c712e23d9ffc909cf1a5a3303a155b386716
59SHA1 (patch-mi) = 2dfb916de4e24a2e41ed8f597c8609abb8caa29f 57SHA1 (patch-mi) = 2dfb916de4e24a2e41ed8f597c8609abb8caa29f
60SHA1 (patch-mj) = f0b7ce3767423c17953bfa511f9e80da2f262543 58SHA1 (patch-mj) = f0b7ce3767423c17953bfa511f9e80da2f262543
61SHA1 (patch-mk) = 6a835bfbf4995c7499f5c9d6bf266429e327871e 59SHA1 (patch-mk) = 6a835bfbf4995c7499f5c9d6bf266429e327871e
62SHA1 (patch-ml) = 71ea1c4f984b448d380ed94dabce988a74c4853f 60SHA1 (patch-ml) = 71ea1c4f984b448d380ed94dabce988a74c4853f
63SHA1 (patch-mm) = 9bcdbe187524acb0cff940c9c97504d2d9f79797 61SHA1 (patch-mm) = 9bcdbe187524acb0cff940c9c97504d2d9f79797
64SHA1 (patch-mn) = 1d0293cce00aa5fa8aa6d0c37dade3c251ca7da6 62SHA1 (patch-mn) = 1d0293cce00aa5fa8aa6d0c37dade3c251ca7da6
65SHA1 (patch-mozilla_build_autoconf_nss.m4) = 4c726f98a5139eba2b4a4c34288c08092bfb90b3 63SHA1 (patch-mozilla_build_autoconf_nss.m4) = 4c726f98a5139eba2b4a4c34288c08092bfb90b3
 64SHA1 (patch-mozilla_config_baseconfig.mk) = 91ea33fd687fb15ce3b5474d30af0cdd85453d83
66SHA1 (patch-mozilla_config_system-headers) = 55fbb269bb1d42cc50a1520a2733f75bce9436b1 65SHA1 (patch-mozilla_config_system-headers) = 55fbb269bb1d42cc50a1520a2733f75bce9436b1
67SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 66d5533eedd9221613c711486d38a5f0c65b4a62 66SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 66d5533eedd9221613c711486d38a5f0c65b4a62
68SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ff7237f365df1d0bd6eaa8992854f29fe1870319 67SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ff7237f365df1d0bd6eaa8992854f29fe1870319
69SHA1 (patch-mozilla_gfx_thebes_gfxPlatform.cpp) = b4107fea2b683cec7be6c6179c4ecfe6b6a901ee 68SHA1 (patch-mozilla_gfx_thebes_gfxPlatform.cpp) = b4107fea2b683cec7be6c6179c4ecfe6b6a901ee
70SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = 5b1cd2c6b9e9c21df504aafe85013445a7e9425e 69SHA1 (patch-mozilla_ipc_chromium_Makefile.in) = 5b1cd2c6b9e9c21df504aafe85013445a7e9425e
71SHA1 (patch-mozilla_ipc_chromium_chromium-config.mk) = 3a502f13a41636f2e793f03fb041d267e6dadb71 70SHA1 (patch-mozilla_ipc_chromium_chromium-config.mk) = 3a502f13a41636f2e793f03fb041d267e6dadb71
72SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 1550fd2f3961ded7a17e821208d1bfe6f549e6ac 71SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 1550fd2f3961ded7a17e821208d1bfe6f549e6ac
73SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__bsd.h) = 1a7779a9fd682739caeb7219548f5d2d479fc302 72SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__bsd.h) = 1a7779a9fd682739caeb7219548f5d2d479fc302
74SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__posix.h) = 0c95e25bc77d775c37be342087c5e6591c90de8d 73SHA1 (patch-mozilla_ipc_chromium_src_base_dir__reader__posix.h) = 0c95e25bc77d775c37be342087c5e6591c90de8d
75SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__linux.cc) = 9e0e8d4e8a4254fca93b37f51eb4940c8f82bd5e 74SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__linux.cc) = 9e0e8d4e8a4254fca93b37f51eb4940c8f82bd5e
76SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = c8b5440d8886c97a54a759cad49cb129304a29de 75SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = c8b5440d8886c97a54a759cad49cb129304a29de
77SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = b39c8cfa98fcf0c78e63b234c705f6efce9577d8 76SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = b39c8cfa98fcf0c78e63b234c705f6efce9577d8
78SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = f73dd24bcde49fdafe0495589efc81a96ccb3b5f 77SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = f73dd24bcde49fdafe0495589efc81a96ccb3b5f
79SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 63e9b82eba6936788871530d10a02c9d08491e39 78SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 63e9b82eba6936788871530d10a02c9d08491e39
80SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 975f5409bf51654b033b07f3ed31af637c3c3c2e 79SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = 975f5409bf51654b033b07f3ed31af637c3c3c2e
81SHA1 (patch-mozilla_ipc_chromium_src_base_ref__counted.h) = 78cef1e5f8c1270060a7defdaa4fef8eb482f542 80SHA1 (patch-mozilla_ipc_chromium_src_base_ref__counted.h) = 78cef1e5f8c1270060a7defdaa4fef8eb482f542
82SHA1 (patch-mozilla_ipc_chromium_src_base_third__party_nspr_prtime.cc) = 6597dbd50643a8455e377961d2caa29a16496d13 
83SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = 5f08406a92d5bc2f6cbd524fa4ac77dadb7cafdb 81SHA1 (patch-mozilla_ipc_chromium_src_base_time__posix.cc) = 5f08406a92d5bc2f6cbd524fa4ac77dadb7cafdb
84SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_file__descriptor__set__posix.h) = 885d4b060c2f8982db99ed3c0cab0ebffd79b1f6 82SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_file__descriptor__set__posix.h) = 885d4b060c2f8982db99ed3c0cab0ebffd79b1f6
85SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__channel__posix.cc) = f4a090285e084d4efa42c0280f26fe003eaad706 83SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__channel__posix.cc) = f4a090285e084d4efa42c0280f26fe003eaad706
86SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = eb1e68191669e61fe95f9b93a4a960c8826d5323 84SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = eb1e68191669e61fe95f9b93a4a960c8826d5323
87SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c6ffcca539c25f58778ac9cc9cdee100e458f714 85SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = c6ffcca539c25f58778ac9cc9cdee100e458f714
88SHA1 (patch-mozilla_ipc_glue_SharedMemorySysV.h) = 5907b3b2a66f2a1afc4732d758aa958cb74dcbe9 86SHA1 (patch-mozilla_ipc_glue_SharedMemorySysV.h) = 5907b3b2a66f2a1afc4732d758aa958cb74dcbe9
89SHA1 (patch-mozilla_js_src_config_system-headers) = 17933be7c9573010c4866c14501764760a27030d 87SHA1 (patch-mozilla_js_src_config_system-headers) = 17933be7c9573010c4866c14501764760a27030d
90SHA1 (patch-mozilla_js_src_jsgc.cpp) = 6d05c98c75c78d0deb86d780a7ee5ac2a0e69bf2 88SHA1 (patch-mozilla_js_src_jsgc.cpp) = 6d05c98c75c78d0deb86d780a7ee5ac2a0e69bf2
91SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = eaadbba9c425f67bbd0e7688a0df757645129416 89SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = eaadbba9c425f67bbd0e7688a0df757645129416
92SHA1 (patch-mozilla_media_libsydneyaudio_src_sydney__audio__pulseaudio.c) = c12f98cd3e8797d4b2626b18d884c09d4e35d679 90SHA1 (patch-mozilla_media_libsydneyaudio_src_sydney__audio__pulseaudio.c) = c12f98cd3e8797d4b2626b18d884c09d4e35d679
93SHA1 (patch-mozilla_media_libvpx_vpx__config.h) = e9033a14f51e15654f2e00f8f447c9cc6a6233ff 91SHA1 (patch-mozilla_media_libvpx_vpx__config.h) = e9033a14f51e15654f2e00f8f447c9cc6a6233ff
94SHA1 (patch-mozilla_media_libvpx_vpx__config__c.c) = 52cd60aaaf68b1fb21eda6d052ed09bf02b8ece0 92SHA1 (patch-mozilla_media_libvpx_vpx__config__c.c) = 52cd60aaaf68b1fb21eda6d052ed09bf02b8ece0
95SHA1 (patch-mozilla_netwerk_protocol_http_HttpChannelParent.cpp) = 4ce50fe017b56f7bb8d07d3d72a117bfea61f003 93SHA1 (patch-mozilla_netwerk_protocol_http_HttpChannelParent.cpp) = 4ce50fe017b56f7bb8d07d3d72a117bfea61f003
@@ -108,14 +106,14 @@ SHA1 (patch-toolkit_toolkit-tiers.mk) =  @@ -108,14 +106,14 @@ SHA1 (patch-toolkit_toolkit-tiers.mk) =
108SHA1 (patch-xa) = ccd6112610256a5f4965db3531d131e1c35b781a 106SHA1 (patch-xa) = ccd6112610256a5f4965db3531d131e1c35b781a
109SHA1 (patch-xb) = c293419875babf8a3cdd4cd6f0bb22037540d2b8 107SHA1 (patch-xb) = c293419875babf8a3cdd4cd6f0bb22037540d2b8
110SHA1 (patch-xc) = 4e7e2d2c6c117b781aaefd271e739e7242f4de19 108SHA1 (patch-xc) = 4e7e2d2c6c117b781aaefd271e739e7242f4de19
111SHA1 (patch-xd) = 0a938219f82e86f618f16656347b7302045dfff0 109SHA1 (patch-xd) = 0a938219f82e86f618f16656347b7302045dfff0
112SHA1 (patch-xe) = 445281f1383cc6e8f02a0f5a4339c16d61b35fe7 110SHA1 (patch-xe) = 445281f1383cc6e8f02a0f5a4339c16d61b35fe7
113SHA1 (patch-xf) = 4ed26a45e79a927ed65240e390bc5582676f8665 111SHA1 (patch-xf) = 4ed26a45e79a927ed65240e390bc5582676f8665
114SHA1 (patch-xg) = e4a68a6b1eb3e3fc37077638cd347b8ee65c05d9 112SHA1 (patch-xg) = e4a68a6b1eb3e3fc37077638cd347b8ee65c05d9
115SHA1 (patch-xj) = 4ab10a536e9ab925c4bd560aa32d6612e6a63778 113SHA1 (patch-xj) = 4ab10a536e9ab925c4bd560aa32d6612e6a63778
116SHA1 (patch-xk) = d43cc553d6e6ebe941657be0581049c66f365b71 114SHA1 (patch-xk) = d43cc553d6e6ebe941657be0581049c66f365b71
117SHA1 (patch-xl) = 149cfa84665e7b4c5351db79af5a56adcc21ddde 115SHA1 (patch-xl) = 149cfa84665e7b4c5351db79af5a56adcc21ddde
118SHA1 (patch-xn) = 86fc014136f2f48c277835c10047eaf424ed256e 116SHA1 (patch-xn) = 86fc014136f2f48c277835c10047eaf424ed256e
119SHA1 (patch-xo) = 390ed2a433103c323e8865c37932560bc01fdd1b 117SHA1 (patch-xo) = 390ed2a433103c323e8865c37932560bc01fdd1b
120SHA1 (patch-zb) = 9b94504d7b3ff6d06cecb391bdbd6df5423e715a 118SHA1 (patch-zb) = 9b94504d7b3ff6d06cecb391bdbd6df5423e715a
121SHA1 (patch-zc) = 9deaf5396eb8cfb41c42eb19967f6e0c4971783d 119SHA1 (patch-zc) = 27df97dd6f03d501ff626473798106de996f70a7

cvs diff -r1.10 -r1.11 pkgsrc/mail/thunderbird/Attic/enigmail.mk (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Attic/enigmail.mk 2012/09/02 06:43:39 1.10
+++ pkgsrc/mail/thunderbird/Attic/enigmail.mk 2012/10/12 18:28:58 1.11
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: enigmail.mk,v 1.10 2012/09/02 06:43:39 ryoon Exp $ 1# $NetBSD: enigmail.mk,v 1.11 2012/10/12 18:28:58 ryoon Exp $
2# 2#
3# This Makefile fragment hooks the Enigmail OpenPGP extension 3# This Makefile fragment hooks the Enigmail OpenPGP extension
4# (see http://www.mozilla-enigmail.org/ ) into the build. 4# (see http://www.mozilla-enigmail.org/ ) into the build.
5 5
6ENIGMAIL_DIST= enigmail-1.4.4.tar.gz 6ENIGMAIL_DIST= enigmail-1.4.5.tar.gz
7XPI_FILES+= ${WRKDIR}/enigmail.xpi 7XPI_FILES+= ${WRKDIR}/enigmail.xpi
8.if !defined(DISTFILES) 8.if !defined(DISTFILES)
9DISTFILES= ${DEFAULT_DISTFILES} 9DISTFILES= ${DEFAULT_DISTFILES}
10.endif 10.endif
11DISTFILES+= ${ENIGMAIL_DIST} 11DISTFILES+= ${ENIGMAIL_DIST}
12SITES.${ENIGMAIL_DIST}= http://www.mozilla-enigmail.org/download/source/ 12SITES.${ENIGMAIL_DIST}= http://www.mozilla-enigmail.org/download/source/
13 13
14DEPENDS+= gnupg-[0-9]*:../../security/gnupg 14DEPENDS+= gnupg-[0-9]*:../../security/gnupg
15PLIST_SRC+= PLIST.enigmail 15PLIST_SRC+= PLIST.enigmail
16 16
17TARGET_XPCOM_ABI= ${MACHINE_ARCH:S/i386/x86/}-gcc3 17TARGET_XPCOM_ABI= ${MACHINE_ARCH:S/i386/x86/}-gcc3
18PLIST_SUBST+= TARGET_XPCOM_ABI=${TARGET_XPCOM_ABI} 18PLIST_SUBST+= TARGET_XPCOM_ABI=${TARGET_XPCOM_ABI}
19 19

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

--- pkgsrc/mail/thunderbird/patches/Attic/patch-as 2012/09/02 06:43:40 1.12
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-as 2012/10/12 18:28:58 1.13
@@ -1,42 +1,33 @@ @@ -1,42 +1,33 @@
1$NetBSD: patch-as,v 1.12 2012/09/02 06:43:40 ryoon Exp $ 1$NetBSD: patch-as,v 1.13 2012/10/12 18:28:58 ryoon Exp $
2 2
3Treat DragonFly like FreeBSD. 3Treat DragonFly like FreeBSD.
4 4
5--- mozilla/js/src/configure.in.orig 2012-08-25 00:31:11.000000000 +0000 5--- mozilla/js/src/configure.in.orig 2012-10-02 17:02:06.000000000 +0000
6+++ mozilla/js/src/configure.in 6+++ mozilla/js/src/configure.in
7@@ -786,7 +786,7 @@ EOF 7@@ -1679,7 +1679,7 @@ case "$target" in
8 AC_LANG_RESTORE 
9 ]) 
10  
11- if test "$ac_cv_have_std__Throw" == "yes"; then 
12+ if test "$ac_cv_have_std__Throw" = "yes"; then 
13 AC_CACHE_CHECK(for |class __declspec(dllimport) exception| bug, 
14 ac_cv_have_dllimport_exception_bug, 
15 [ 
16@@ -1996,7 +1996,7 @@ case "$target" in 
17 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' 8 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
18 ;; 9 ;;
19  10
20-*-freebsd*) 11-*-freebsd*)
21+*-freebsd*|*-dragonfly*) 12+*-freebsd*|*-dragonfly*)
22 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then 13 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
23 DLL_SUFFIX=".so.1.0" 14 DLL_SUFFIX=".so.1.0"
24 DSO_LDOPTS="-shared" 15 DSO_LDOPTS="-shared"
25@@ -3122,7 +3122,7 @@ then 16@@ -2783,7 +2783,7 @@ then
26 fi 17 fi
27  18
28 case "$target" in 19 case "$target" in
29- *-*-freebsd*) 20- *-*-freebsd*)
30+ *-*-freebsd*|*-dragonfly*) 21+ *-*-freebsd*|*-dragonfly*)
31 AC_DEFINE(_REENTRANT) 22 AC_DEFINE(_REENTRANT)
32 AC_DEFINE(_THREAD_SAFE) 23 AC_DEFINE(_THREAD_SAFE)
33 dnl -pthread links in -lc_r, so don't specify it explicitly. 24 dnl -pthread links in -lc_r, so don't specify it explicitly.
34@@ -4015,7 +4015,7 @@ if test "$MOZ_MEMORY"; then 25@@ -3626,7 +3626,7 @@ if test "$MOZ_MEMORY"; then
35 *-darwin*) 26 *-darwin*)
36 AC_DEFINE(MOZ_MEMORY_DARWIN) 27 AC_DEFINE(MOZ_MEMORY_DARWIN)
37 ;; 28 ;;
38- *-*freebsd*) 29- *-*freebsd*)
39+ *-*freebsd*|*-*dragonfly*) 30+ *-*freebsd*|*-*dragonfly*)
40 AC_DEFINE(MOZ_MEMORY_BSD) 31 AC_DEFINE(MOZ_MEMORY_BSD)
41 ;; 32 ;;
42 *-android*|*-linuxandroid*) 33 *-android*|*-linuxandroid*)

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

--- pkgsrc/mail/thunderbird/patches/Attic/patch-aw 2012/09/02 06:43:40 1.11
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-aw 2012/10/12 18:28:59 1.12
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-aw,v 1.11 2012/09/02 06:43:40 ryoon Exp $ 1$NetBSD: patch-aw,v 1.12 2012/10/12 18:28:59 ryoon Exp $
2 2
3--- mozilla/xulrunner/stub/nsXULStub.cpp.orig 2012-08-25 00:31:36.000000000 +0000 3--- mozilla/xulrunner/stub/nsXULStub.cpp.orig 2012-10-02 17:02:29.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 "nsILocalFile.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) {
17+ fprintf(stderr, "warning: getrlimit failed\n"); 17+ fprintf(stderr, "warning: getrlimit failed\n");
18+ return; 18+ return;
19+ } 19+ }

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

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

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

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

--- pkgsrc/mail/thunderbird/patches/Attic/patch-zc 2012/09/02 06:43:44 1.4
+++ pkgsrc/mail/thunderbird/patches/Attic/patch-zc 2012/10/12 18:28:59 1.5
@@ -1,40 +1,39 @@ @@ -1,40 +1,39 @@
1$NetBSD: patch-zc,v 1.4 2012/09/02 06:43:44 ryoon Exp $ 1$NetBSD: patch-zc,v 1.5 2012/10/12 18:28:59 ryoon Exp $
2 2
3--- mail/app/nsMailApp.cpp.orig 2012-08-25 00:24:32.000000000 +0000 3--- mail/app/nsMailApp.cpp.orig 2012-10-02 17:01:07.000000000 +0000
4+++ mail/app/nsMailApp.cpp 4+++ mail/app/nsMailApp.cpp
5@@ -19,6 +19,27 @@ 5@@ -12,6 +12,26 @@
6  6 #include <sys/time.h>
7 #include <stdio.h> 7 #include <sys/resource.h>
8 #include <stdarg.h> 8 #endif
9+#include <sys/resource.h> 
10+/* 9+/*
11+ * On netbsd-4, ulimit -n is 64 by default; too few for us. 10+ * On netbsd-4, ulimit -n is 64 by default; too few for us.
12+ */ 11+ */
13+static void netbsd_fixrlimit(void) { 12+static void netbsd_fixrlimit(void) {
14+ struct rlimit rlp; 13+ struct rlimit rlp;
15+ if (getrlimit(RLIMIT_NOFILE, &rlp) == -1) { 14+ if (getrlimit(RLIMIT_NOFILE, &rlp) == -1) {
16+ fprintf(stderr, "warning: getrlimit failed\n"); 15+ fprintf(stderr, "warning: getrlimit failed\n");
17+ return; 16+ return;
18+ } 17+ }
19+ if (rlp.rlim_cur >= 512) 18+ if (rlp.rlim_cur >= 512)
20+ return; 19+ return;
21+ if (rlp.rlim_max < 512) { 20+ if (rlp.rlim_max < 512) {
22+ fprintf(stderr, "warning: hard limit of 'ulimit -n' too low\n"); 21+ fprintf(stderr, "warning: hard limit of 'ulimit -n' too low\n");
23+ rlp.rlim_cur = rlp.rlim_max; 22+ rlp.rlim_cur = rlp.rlim_max;
24+ } 23+ }
25+ else 24+ else
26+ rlp.rlim_cur = 512; 25+ rlp.rlim_cur = 512;
27+ if (setrlimit(RLIMIT_NOFILE, &rlp) == -1) 26+ if (setrlimit(RLIMIT_NOFILE, &rlp) == -1)
28+ fprintf(stderr, "warning: setrlimit failed\n"); 27+ fprintf(stderr, "warning: setrlimit failed\n");
29+} 28+ }
30  29
31 #include "nsCOMPtr.h" 30 #ifdef XP_MACOSX
32 #include "nsILocalFile.h" 31 #include "MacQuirks.h"
33@@ -115,6 +136,7 @@ static int do_main(const char *exePath,  32@@ -115,6 +135,7 @@ static int do_main(const char *exePath,
34  33
35 int main(int argc, char* argv[]) 34 int main(int argc, char* argv[])
36 { 35 {
37+ netbsd_fixrlimit(); 36+ netbsd_fixrlimit();
38 char exePath[MAXPATHLEN]; 37 char exePath[MAXPATHLEN];
39  38
40 #ifdef XP_MACOSX 39 #ifdef XP_MACOSX