summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-06-12 19:37:48 +0000
committerryoon <ryoon@pkgsrc.org>2012-06-12 19:37:48 +0000
commitd8882cbd26575da5dfd55ef9392076921fd53177 (patch)
treeea57d7da39d291e21b37f9efcbb9375ade7d3f2f /mail
parentd84ef308ae4ac543807658f457079afd67c8a33e (diff)
downloadpkgsrc-d8882cbd26575da5dfd55ef9392076921fd53177.tar.gz
Update to 13.0
* Update enigmail to 1.4.2 * Update Lightning to 1.5 Changelog: * Filelink: Upload your files to an online storage service and send links to your friends, avoiding bounce back due to large attachments. We have partnered with YouSendIt to bring this feature, but additional partners will be added in the near future. * In partnership with Gandi and Hover, you can now sign up for a personalized email address from within Thunderbird. Along with your new email address, Thunderbird will be automatically set up and ready to send and receive messages. We are working with additional suppliers to cover more areas of the world and to provide more options in the future. * Various security fixes MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer MFSA 2012-39 NSS parsing errors with zero length items MFSA 2012-38 Use-after-free while replacing/inserting a node in a document MFSA 2012-37 Information disclosure though Windows file shares and shortcut files MFSA 2012-36 Content Security Policy inline-script bypass MFSA 2012-35 Privilege escalation through Mozilla Updater and Windows Updater Service MFSA 2012-34 Miscellaneous memory safety hazards * The minimum system requirements for Windows are now Windows XP Service Pack 2 or later.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/Makefile17
-rw-r--r--mail/thunderbird/PLIST369
-rw-r--r--mail/thunderbird/PLIST.enigmail3
-rw-r--r--mail/thunderbird/PLIST.lightning30
-rw-r--r--mail/thunderbird/distinfo37
-rw-r--r--mail/thunderbird/enigmail.mk4
-rw-r--r--mail/thunderbird/hacks.mk5
-rw-r--r--mail/thunderbird/patches/patch-aa-toplevel10
-rw-r--r--mail/thunderbird/patches/patch-ay21
-rw-r--r--mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk39
-rw-r--r--mail/thunderbird/patches/patch-mk28
-rw-r--r--mail/thunderbird/patches/patch-mm18
-rw-r--r--mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h16
-rw-r--r--mail/thunderbird/patches/patch-mozilla_js_src_config_rules.mk22
-rw-r--r--mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_Makefile.in49
-rw-r--r--mail/thunderbird/patches/patch-mozilla_xpcom_Makefile.in4
-rw-r--r--mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_Makefile.in13
-rw-r--r--mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_header.py18
-rw-r--r--mail/thunderbird/patches/patch-mozilla_xpcom_typelib_xpidl_Makefile.in15
-rw-r--r--mail/thunderbird/patches/patch-zb10
20 files changed, 607 insertions, 121 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 37f1ef7097c..9903a3746b6 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.92 2012/05/11 08:20:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2012/06/12 19:37:48 ryoon Exp $
#
DISTNAME= # empty
PKGNAME= thunderbird-${TB_VER}
-TB_VER= 12.0.1
+TB_VER= 13.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} \
${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}/source/}
-DISTFILES= thunderbird-${TB_VER}.source.tar.bz2
+DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 \
+ lightning-1.5.source.tar.bz2
+SITES.lightning-1.5.source.tar.bz2= ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/1.5/source/}
+EXTRACT_DIR.lightning-1.5.source.tar.bz2= ${WRKSRC}/lightning
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/
@@ -27,9 +30,6 @@ CONFIGURE_ARGS+= --enable-application=mail
ALL_ENV+= MOZILLA_PKG_NAME=thunderbird
-# workround for link of xulrunner-bin etc.
-LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird
-
.include "../../mk/bsd.prefs.mk"
#SUBST_CLASSES+= ext-compat
@@ -40,6 +40,11 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird
#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf
#SUBST_SED.ext-compat= -e 's,\(<em:maxVersion>\).*<,\19.0<,g'
+post-extract:
+ cd ${WRKSRC} && ${RM} -r calendar
+ ${CP} -r ${EXTRACT_DIR.lightning-1.5.source.tar.bz2}/comm-release/calendar ${WRKSRC}
+ ${RM} -r ${EXTRACT_DIR.lightning-1.5.source.tar.bz2}
+
pre-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf
diff --git a/mail/thunderbird/PLIST b/mail/thunderbird/PLIST
index 2753c2ed4d3..148669b112b 100644
--- a/mail/thunderbird/PLIST
+++ b/mail/thunderbird/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2012/04/28 16:56:58 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.41 2012/06/12 19:37:48 ryoon Exp $
bin/thunderbird
include/thunderbird/AtkSocketAccessible.h
include/thunderbird/BasicLayers.h
@@ -30,11 +30,14 @@ include/thunderbird/LayerSorter.h
include/thunderbird/Layers.h
include/thunderbird/MailNewsTypes.h
include/thunderbird/MailNewsTypes2.h
+include/thunderbird/MediaResource.h
include/thunderbird/PCOMContentPermissionRequestChild.h
include/thunderbird/PPrefTuple.h
include/thunderbird/PrefTuple.h
include/thunderbird/ReadbackLayer.h
+include/thunderbird/SVGAttrValueWrapper.h
include/thunderbird/TabMessageUtils.h
+include/thunderbird/VideoFrameContainer.h
include/thunderbird/VideoUtils.h
include/thunderbird/a11yGeneric.h
include/thunderbird/amIInstallTrigger.h
@@ -43,6 +46,8 @@ include/thunderbird/amIWebInstaller.h
include/thunderbird/angle/ShaderLang.h
include/thunderbird/chromium_types.h
include/thunderbird/comi18n.h
+include/thunderbird/cubeb/cubeb-stdint.h
+include/thunderbird/cubeb/cubeb.h
include/thunderbird/dmd.h
include/thunderbird/dombindings.h
include/thunderbird/dombindings_gen.h
@@ -93,7 +98,6 @@ include/thunderbird/gfxSharedImageSurface.h
include/thunderbird/gfxSkipChars.h
include/thunderbird/gfxTeeSurface.h
include/thunderbird/gfxTypes.h
-include/thunderbird/gfxUnicodeProperties.h
include/thunderbird/gfxUserFontSet.h
include/thunderbird/gfxUtils.h
include/thunderbird/gfxXlibNativeRenderer.h
@@ -108,14 +112,24 @@ include/thunderbird/harfbuzz/hb-blob.h
include/thunderbird/harfbuzz/hb-buffer.h
include/thunderbird/harfbuzz/hb-common.h
include/thunderbird/harfbuzz/hb-font.h
-include/thunderbird/harfbuzz/hb-language.h
include/thunderbird/harfbuzz/hb-ot-layout.h
include/thunderbird/harfbuzz/hb-ot-shape.h
include/thunderbird/harfbuzz/hb-ot-tag.h
include/thunderbird/harfbuzz/hb-ot.h
include/thunderbird/harfbuzz/hb-shape.h
include/thunderbird/harfbuzz/hb-unicode.h
+include/thunderbird/harfbuzz/hb-version.h
include/thunderbird/harfbuzz/hb.h
+include/thunderbird/imIAccount.h
+include/thunderbird/imIAccountsService.h
+include/thunderbird/imICommandsService.h
+include/thunderbird/imIContactsService.h
+include/thunderbird/imIConversationsService.h
+include/thunderbird/imICoreService.h
+include/thunderbird/imILogger.h
+include/thunderbird/imIStatusInfo.h
+include/thunderbird/imITagsService.h
+include/thunderbird/imIUserStatusInfo.h
include/thunderbird/imgICache.h
include/thunderbird/imgIContainer.h
include/thunderbird/imgIContainerDebug.h
@@ -146,12 +160,9 @@ include/thunderbird/js/Vector.h
include/thunderbird/jsalloc.h
include/thunderbird/jsapi.h
include/thunderbird/jsatom.h
-include/thunderbird/jsautokw.h
include/thunderbird/jscell.h
include/thunderbird/jsclass.h
include/thunderbird/jsclist.h
-include/thunderbird/jsclone.h
-include/thunderbird/jscompat.h
include/thunderbird/jscpucfg.h
include/thunderbird/jsdIDebuggerService.h
include/thunderbird/jsdbgapi.h
@@ -159,20 +170,15 @@ include/thunderbird/jsdebug.h
include/thunderbird/jsdhash.h
include/thunderbird/jsfriendapi.h
include/thunderbird/jsgc.h
-include/thunderbird/jsgcchunk.h
-include/thunderbird/jsgcstats.h
include/thunderbird/jshash.h
include/thunderbird/jslock.h
include/thunderbird/json.h
-include/thunderbird/jsopcode.h
-include/thunderbird/jsopcode.tbl
include/thunderbird/jsperf.h
include/thunderbird/jsprf.h
include/thunderbird/jsproto.tbl
include/thunderbird/jsproxy.h
include/thunderbird/jsprvtd.h
include/thunderbird/jspubtd.h
-include/thunderbird/jsstdint.h
include/thunderbird/jstypedarray.h
include/thunderbird/jstypes.h
include/thunderbird/jsutil.h
@@ -201,6 +207,7 @@ include/thunderbird/mozAutoDocUpdate.h
include/thunderbird/mozFlushType.h
include/thunderbird/mozIAsyncFavicons.h
include/thunderbird/mozIAsyncHistory.h
+include/thunderbird/mozIAsyncLivemarks.h
include/thunderbird/mozIJSSubScriptLoader.h
include/thunderbird/mozIPersonalDictionary.h
include/thunderbird/mozIPlacesAutoComplete.h
@@ -241,6 +248,8 @@ include/thunderbird/mozilla/AutoRestore.h
include/thunderbird/mozilla/AvailableMemoryTracker.h
include/thunderbird/mozilla/Base64.h
include/thunderbird/mozilla/BlockingResourceBase.h
+include/thunderbird/mozilla/BloomFilter.h
+include/thunderbird/mozilla/CORSMode.h
include/thunderbird/mozilla/CharTokenizer.h
include/thunderbird/mozilla/ClearOnShutdown.h
include/thunderbird/mozilla/CondVar.h
@@ -253,10 +262,15 @@ include/thunderbird/mozilla/GuardObjects.h
include/thunderbird/mozilla/Hal.h
include/thunderbird/mozilla/HalImpl.h
include/thunderbird/mozilla/HalSandbox.h
+include/thunderbird/mozilla/HalSensor.h
+include/thunderbird/mozilla/HalTypes.h
+include/thunderbird/mozilla/HalWakeLock.h
include/thunderbird/mozilla/HangMonitor.h
+include/thunderbird/mozilla/HashFunctions.h
include/thunderbird/mozilla/IHistory.h
include/thunderbird/mozilla/IntentionalCrash.h
include/thunderbird/mozilla/LazyIdleThread.h
+include/thunderbird/mozilla/Likely.h
include/thunderbird/mozilla/LinkedList.h
include/thunderbird/mozilla/LookAndFeel.h
include/thunderbird/mozilla/MSStdInt.h
@@ -278,8 +292,9 @@ include/thunderbird/mozilla/RefPtr.h
include/thunderbird/mozilla/SSE.h
include/thunderbird/mozilla/ServiceList.h
include/thunderbird/mozilla/Services.h
+include/thunderbird/mozilla/StackWalk.h
+include/thunderbird/mozilla/StandardInteger.h
include/thunderbird/mozilla/StartupTimeline.h
-include/thunderbird/mozilla/StdInt.h
include/thunderbird/mozilla/StringBuilder.h
include/thunderbird/mozilla/Telemetry.h
include/thunderbird/mozilla/TelemetryHistograms.h
@@ -311,6 +326,7 @@ include/thunderbird/mozilla/dom/ContentProcess.h
include/thunderbird/mozilla/dom/CrashReporterChild.h
include/thunderbird/mozilla/dom/CrashReporterParent.h
include/thunderbird/mozilla/dom/DOMError.h
+include/thunderbird/mozilla/dom/DOMRequest.h
include/thunderbird/mozilla/dom/Element.h
include/thunderbird/mozilla/dom/ExternalHelperAppChild.h
include/thunderbird/mozilla/dom/ExternalHelperAppParent.h
@@ -342,6 +358,8 @@ include/thunderbird/mozilla/dom/indexedDB/Key.h
include/thunderbird/mozilla/dom/network/Constants.h
include/thunderbird/mozilla/dom/network/Types.h
include/thunderbird/mozilla/dom/network/Utils.h
+include/thunderbird/mozilla/dom/power/PowerManagerService.h
+include/thunderbird/mozilla/dom/power/Types.h
include/thunderbird/mozilla/dom/sms/Constants.h
include/thunderbird/mozilla/dom/sms/SmsChild.h
include/thunderbird/mozilla/dom/sms/SmsMessage.h
@@ -368,6 +386,7 @@ include/thunderbird/mozilla/gfx/Types.h
include/thunderbird/mozilla/gfx/UserData.h
include/thunderbird/mozilla/ipc/AsyncChannel.h
include/thunderbird/mozilla/ipc/BrowserProcessSubThread.h
+include/thunderbird/mozilla/ipc/CrossProcessMutex.h
include/thunderbird/mozilla/ipc/DocumentRendererChild.h
include/thunderbird/mozilla/ipc/DocumentRendererNativeIDChild.h
include/thunderbird/mozilla/ipc/DocumentRendererNativeIDParent.h
@@ -534,6 +553,7 @@ include/thunderbird/nsCSSFrameConstructor.h
include/thunderbird/nsCSSKeywordList.h
include/thunderbird/nsCSSKeywords.h
include/thunderbird/nsCSSParser.h
+include/thunderbird/nsCSSPropAliasList.h
include/thunderbird/nsCSSPropList.h
include/thunderbird/nsCSSProperty.h
include/thunderbird/nsCSSProps.h
@@ -558,6 +578,7 @@ include/thunderbird/nsChangeHint.h
include/thunderbird/nsChannelProperties.h
include/thunderbird/nsCharSeparatedTokenizer.h
include/thunderbird/nsCharTraits.h
+include/thunderbird/nsCharsetAlias.h
include/thunderbird/nsCheapSets.h
include/thunderbird/nsClassHashtable.h
include/thunderbird/nsClientRect.h
@@ -595,11 +616,9 @@ include/thunderbird/nsDOMClassInfoClasses.h
include/thunderbird/nsDOMClassInfoID.h
include/thunderbird/nsDOMError.h
include/thunderbird/nsDOMEventTargetHelper.h
-include/thunderbird/nsDOMEventTargetWrapperCache.h
include/thunderbird/nsDOMFile.h
include/thunderbird/nsDOMJSUtils.h
include/thunderbird/nsDOMMediaQueryList.h
-include/thunderbird/nsDOMMemoryReporter.h
include/thunderbird/nsDOMScriptObjectHolder.h
include/thunderbird/nsDOMString.h
include/thunderbird/nsDataHashtable.h
@@ -623,7 +642,6 @@ include/thunderbird/nsDocAccessibleWrap.h
include/thunderbird/nsDocLoader.h
include/thunderbird/nsDocShellCID.h
include/thunderbird/nsDocShellLoadTypes.h
-include/thunderbird/nsDoubleHashtable.h
include/thunderbird/nsEditorCID.h
include/thunderbird/nsEmbedCID.h
include/thunderbird/nsEmbedString.h
@@ -684,7 +702,6 @@ include/thunderbird/nsHTMLTokens.h
include/thunderbird/nsHTMLVideoElement.h
include/thunderbird/nsHashKeys.h
include/thunderbird/nsHashPropertyBag.h
-include/thunderbird/nsHashSets.h
include/thunderbird/nsHashtable.h
include/thunderbird/nsHtml5ArrayCopy.h
include/thunderbird/nsHtml5AtomList.h
@@ -752,16 +769,17 @@ include/thunderbird/nsIAbMDBDirectory.h
include/thunderbird/nsIAbManager.h
include/thunderbird/nsIAbView.h
include/thunderbird/nsIAboutModule.h
-include/thunderbird/nsIAccessNode.h
include/thunderbird/nsIAccessibilityService.h
include/thunderbird/nsIAccessible.h
include/thunderbird/nsIAccessibleApplication.h
+include/thunderbird/nsIAccessibleCursorable.h
include/thunderbird/nsIAccessibleDocument.h
include/thunderbird/nsIAccessibleEditableText.h
include/thunderbird/nsIAccessibleEvent.h
include/thunderbird/nsIAccessibleHyperLink.h
include/thunderbird/nsIAccessibleHyperText.h
include/thunderbird/nsIAccessibleImage.h
+include/thunderbird/nsIAccessiblePivot.h
include/thunderbird/nsIAccessibleProvider.h
include/thunderbird/nsIAccessibleRelation.h
include/thunderbird/nsIAccessibleRetrieval.h
@@ -873,7 +891,6 @@ include/thunderbird/nsICertificateDialogs.h
include/thunderbird/nsIChannel.h
include/thunderbird/nsIChannelEventSink.h
include/thunderbird/nsIChannelPolicy.h
-include/thunderbird/nsICharsetAlias.h
include/thunderbird/nsICharsetConverterManager.h
include/thunderbird/nsICharsetDetectionObserver.h
include/thunderbird/nsICharsetDetector.h
@@ -954,6 +971,7 @@ include/thunderbird/nsIDNSListener.h
include/thunderbird/nsIDNSRecord.h
include/thunderbird/nsIDNSService.h
include/thunderbird/nsIDOMAnimationEvent.h
+include/thunderbird/nsIDOMApplicationRegistry.h
include/thunderbird/nsIDOMAttr.h
include/thunderbird/nsIDOMBarProp.h
include/thunderbird/nsIDOMBatteryManager.h
@@ -989,6 +1007,8 @@ include/thunderbird/nsIDOMComment.h
include/thunderbird/nsIDOMCompositionEvent.h
include/thunderbird/nsIDOMConnection.h
include/thunderbird/nsIDOMConstructor.h
+include/thunderbird/nsIDOMContactManager.h
+include/thunderbird/nsIDOMContactProperties.h
include/thunderbird/nsIDOMCounter.h
include/thunderbird/nsIDOMCrypto.h
include/thunderbird/nsIDOMCryptoDialogs.h
@@ -996,6 +1016,7 @@ include/thunderbird/nsIDOMCustomEvent.h
include/thunderbird/nsIDOMDOMError.h
include/thunderbird/nsIDOMDOMException.h
include/thunderbird/nsIDOMDOMImplementation.h
+include/thunderbird/nsIDOMDOMRequest.h
include/thunderbird/nsIDOMDOMSettableTokenList.h
include/thunderbird/nsIDOMDOMStringList.h
include/thunderbird/nsIDOMDOMStringMap.h
@@ -1017,7 +1038,6 @@ include/thunderbird/nsIDOMEvent.h
include/thunderbird/nsIDOMEventListener.h
include/thunderbird/nsIDOMEventTarget.h
include/thunderbird/nsIDOMFile.h
-include/thunderbird/nsIDOMFileError.h
include/thunderbird/nsIDOMFileException.h
include/thunderbird/nsIDOMFileList.h
include/thunderbird/nsIDOMFileReader.h
@@ -1124,6 +1144,7 @@ include/thunderbird/nsIDOMMozCSSKeyframesRule.h
include/thunderbird/nsIDOMMozTouchEvent.h
include/thunderbird/nsIDOMMutationEvent.h
include/thunderbird/nsIDOMNSEditableElement.h
+include/thunderbird/nsIDOMNSElement.h
include/thunderbird/nsIDOMNSEvent.h
include/thunderbird/nsIDOMNSRGBAColor.h
include/thunderbird/nsIDOMNSXPathExpression.h
@@ -1154,11 +1175,11 @@ include/thunderbird/nsIDOMPlugin.h
include/thunderbird/nsIDOMPluginArray.h
include/thunderbird/nsIDOMPopStateEvent.h
include/thunderbird/nsIDOMPopupBlockedEvent.h
+include/thunderbird/nsIDOMPowerManager.h
include/thunderbird/nsIDOMProcessingInstruction.h
include/thunderbird/nsIDOMProgressEvent.h
include/thunderbird/nsIDOMRGBColor.h
include/thunderbird/nsIDOMRange.h
-include/thunderbird/nsIDOMRangeException.h
include/thunderbird/nsIDOMRect.h
include/thunderbird/nsIDOMSVGAElement.h
include/thunderbird/nsIDOMSVGAltGlyphElement.h
@@ -1276,6 +1297,8 @@ include/thunderbird/nsIDOMTreeWalker.h
include/thunderbird/nsIDOMUIEvent.h
include/thunderbird/nsIDOMUserDataHandler.h
include/thunderbird/nsIDOMValidityState.h
+include/thunderbird/nsIDOMWakeLock.h
+include/thunderbird/nsIDOMWakeLockListener.h
include/thunderbird/nsIDOMWebGLRenderingContext.h
include/thunderbird/nsIDOMWindow.h
include/thunderbird/nsIDOMWindowCollection.h
@@ -1443,7 +1466,6 @@ include/thunderbird/nsIHTMLInlineTableEditor.h
include/thunderbird/nsIHTMLMenu.h
include/thunderbird/nsIHTMLObjectResizeListener.h
include/thunderbird/nsIHTMLObjectResizer.h
-include/thunderbird/nsIHTMLToTextSink.h
include/thunderbird/nsIHTTPHeaderListener.h
include/thunderbird/nsIHTTPIndex.h
include/thunderbird/nsIHandlerService.h
@@ -1532,6 +1554,7 @@ include/thunderbird/nsIJARURI.h
include/thunderbird/nsIJSContextStack.h
include/thunderbird/nsIJSEngineTelemetryStats.h
include/thunderbird/nsIJSEventListener.h
+include/thunderbird/nsIJSInspector.h
include/thunderbird/nsIJSNativeInitializer.h
include/thunderbird/nsIJSON.h
include/thunderbird/nsIJSRuntimeService.h
@@ -1607,11 +1630,13 @@ include/thunderbird/nsIMimeStreamConverter.h
include/thunderbird/nsIModule.h
include/thunderbird/nsIMovemailIncomingServer.h
include/thunderbird/nsIMovemailService.h
+include/thunderbird/nsIMozBrowserFrame.h
include/thunderbird/nsIMsgAccount.h
include/thunderbird/nsIMsgAccountManager.h
include/thunderbird/nsIMsgAsyncPrompter.h
include/thunderbird/nsIMsgAttachment.h
include/thunderbird/nsIMsgBiffManager.h
+include/thunderbird/nsIMsgCloudFileProvider.h
include/thunderbird/nsIMsgCompFields.h
include/thunderbird/nsIMsgCompUtils.h
include/thunderbird/nsIMsgCompose.h
@@ -1699,12 +1724,14 @@ include/thunderbird/nsINNTPNewsgroupPost.h
include/thunderbird/nsINNTPProtocol.h
include/thunderbird/nsINSSCertCache.h
include/thunderbird/nsINSSErrorsService.h
+include/thunderbird/nsINSSVersion.h
include/thunderbird/nsINameSpaceManager.h
include/thunderbird/nsINativeAppSupport.h
include/thunderbird/nsINativeKeyBindings.h
include/thunderbird/nsINavBookmarksService.h
include/thunderbird/nsINavHistoryService.h
include/thunderbird/nsINestedURI.h
+include/thunderbird/nsINetAddr.h
include/thunderbird/nsINetUtil.h
include/thunderbird/nsINetworkLinkService.h
include/thunderbird/nsINewsBlogFeedDownloader.h
@@ -1720,6 +1747,7 @@ include/thunderbird/nsINodeList.h
include/thunderbird/nsINoneService.h
include/thunderbird/nsIOCSPResponder.h
include/thunderbird/nsIOS2Locale.h
+include/thunderbird/nsIOSurface.h
include/thunderbird/nsIObjectFrame.h
include/thunderbird/nsIObjectInputStream.h
include/thunderbird/nsIObjectLoadingContent.h
@@ -1742,6 +1770,7 @@ include/thunderbird/nsIParentalControlsService.h
include/thunderbird/nsIParser.h
include/thunderbird/nsIParserNode.h
include/thunderbird/nsIParserService.h
+include/thunderbird/nsIParserUtils.h
include/thunderbird/nsIPercentHeightObserver.h
include/thunderbird/nsIPermission.h
include/thunderbird/nsIPermissionManager.h
@@ -1767,6 +1796,7 @@ include/thunderbird/nsIPop3Sink.h
include/thunderbird/nsIPop3URL.h
include/thunderbird/nsIPopupBoxObject.h
include/thunderbird/nsIPopupWindowManager.h
+include/thunderbird/nsIPowerManagerService.h
include/thunderbird/nsIPrefBranch.h
include/thunderbird/nsIPrefBranch2.h
include/thunderbird/nsIPrefBranchInternal.h
@@ -1794,7 +1824,6 @@ include/thunderbird/nsIProfile.h
include/thunderbird/nsIProfileChangeStatus.h
include/thunderbird/nsIProfileMigrator.h
include/thunderbird/nsIProfileUnlocker.h
-include/thunderbird/nsIProfiler.h
include/thunderbird/nsIProgrammingLanguage.h
include/thunderbird/nsIProgressEventSink.h
include/thunderbird/nsIPrompt.h
@@ -1936,8 +1965,10 @@ include/thunderbird/nsISimpleEnumerator.h
include/thunderbird/nsISimpleMimeConverter.h
include/thunderbird/nsISimpleStreamListener.h
include/thunderbird/nsISimpleUnicharStreamFactory.h
+include/thunderbird/nsISizeOf.h
include/thunderbird/nsISliderListener.h
include/thunderbird/nsISmsDatabaseService.h
+include/thunderbird/nsISmsRequestManager.h
include/thunderbird/nsISmsService.h
include/thunderbird/nsISmtpServer.h
include/thunderbird/nsISmtpService.h
@@ -2182,7 +2213,6 @@ include/thunderbird/nsMargin.h
include/thunderbird/nsMathUtils.h
include/thunderbird/nsMediaCache.h
include/thunderbird/nsMediaDecoder.h
-include/thunderbird/nsMediaStream.h
include/thunderbird/nsMemory.h
include/thunderbird/nsMimeContentTypeHandler.h
include/thunderbird/nsMimeEmitterCID.h
@@ -2262,6 +2292,7 @@ include/thunderbird/nsPIWindowWatcher.h
include/thunderbird/nsParserBase.h
include/thunderbird/nsParserCIID.h
include/thunderbird/nsParserConstants.h
+include/thunderbird/nsParserUtils.h
include/thunderbird/nsPluginDirServiceProvider.h
include/thunderbird/nsPluginError.h
include/thunderbird/nsPluginHost.h
@@ -2402,6 +2433,9 @@ include/thunderbird/nsURLHelper.h
include/thunderbird/nsUTF8Utils.h
include/thunderbird/nsUnicharUtilCIID.h
include/thunderbird/nsUnicharUtils.h
+include/thunderbird/nsUnicodeNormalizer.h
+include/thunderbird/nsUnicodeProperties.h
+include/thunderbird/nsUnicodeScriptCodes.h
include/thunderbird/nsVCardObj.h
include/thunderbird/nsVariant.h
include/thunderbird/nsVersionComparator.h
@@ -2416,6 +2450,7 @@ include/thunderbird/nsWidgetInitData.h
include/thunderbird/nsWidgetsCID.h
include/thunderbird/nsWildCard.h
include/thunderbird/nsWin32Locale.h
+include/thunderbird/nsWindowMemoryReporter.h
include/thunderbird/nsWrapperCache.h
include/thunderbird/nsXBLBinding.h
include/thunderbird/nsXMLNameSpaceMap.h
@@ -2426,6 +2461,7 @@ include/thunderbird/nsXPCOMGlue.h
include/thunderbird/nsXPCOMStrings.h
include/thunderbird/nsXPIDLString.h
include/thunderbird/nsXPTCUtils.h
+include/thunderbird/nsXREAppData.h
include/thunderbird/nsXULAppAPI.h
include/thunderbird/nsXULListboxAccessibleWrap.h
include/thunderbird/nsXULMenuAccessibleWrap.h
@@ -2443,6 +2479,12 @@ include/thunderbird/ots-memory-stream.h
include/thunderbird/pldhash.h
include/thunderbird/png.h
include/thunderbird/pngconf.h
+include/thunderbird/prplIConversation.h
+include/thunderbird/prplIMessage.h
+include/thunderbird/prplIPref.h
+include/thunderbird/prplIProtocol.h
+include/thunderbird/prplIRequest.h
+include/thunderbird/prplITooltipInfo.h
include/thunderbird/qcms.h
include/thunderbird/qcmstypes.h
include/thunderbird/rdf.h
@@ -2556,7 +2598,6 @@ include/thunderbird/skia/SkXfermode.h
include/thunderbird/snappy/snappy-c.h
include/thunderbird/snappy/snappy-stubs-public.h
include/thunderbird/snappy/snappy.h
-include/thunderbird/sps_sampler.h
include/thunderbird/steelIApplication.h
include/thunderbird/string-template-def-char.h
include/thunderbird/string-template-def-unichar.h
@@ -2566,7 +2607,6 @@ include/thunderbird/theora/codec.h
include/thunderbird/theora/theora.h
include/thunderbird/theora/theoradec.h
include/thunderbird/theora/theoraenc.h
-include/thunderbird/thread_helper.h
include/thunderbird/txIEXSLTRegExFunctions.h
include/thunderbird/txIFunctionEvaluationContext.h
include/thunderbird/txINodeSet.h
@@ -2574,7 +2614,6 @@ include/thunderbird/txIXPathObject.h
include/thunderbird/uconvutil.h
include/thunderbird/updatedefines.h
include/thunderbird/updatelogging.h
-include/thunderbird/vm/String.h
include/thunderbird/vorbis/codec.h
include/thunderbird/xpcIJSGetFactory.h
include/thunderbird/xpcIJSModuleLoader.h
@@ -2622,6 +2661,48 @@ lib/thunderbird-sdk/xpcom-config.h
lib/thunderbird/application.ini
lib/thunderbird/blocklist.xml
lib/thunderbird/chrome.manifest
+lib/thunderbird/chrome/chat/content/chat/browserRequest.js
+lib/thunderbird/chrome/chat/content/chat/browserRequest.xul
+lib/thunderbird/chrome/chat/content/chat/conv.html
+lib/thunderbird/chrome/chat/content/chat/convbrowser.xml
+lib/thunderbird/chrome/chat/skin/classic/chat/available-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/available.png
+lib/thunderbird/chrome/chat/skin/classic/chat/away-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/away.png
+lib/thunderbird/chrome/chat/skin/classic/chat/browserRequest.css
+lib/thunderbird/chrome/chat/skin/classic/chat/chat-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/chat-left-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/conv.css
+lib/thunderbird/chrome/chat/skin/classic/chat/icons/insecure.png
+lib/thunderbird/chrome/chat/skin/classic/chat/icons/secure.png
+lib/thunderbird/chrome/chat/skin/classic/chat/idle-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/idle.png
+lib/thunderbird/chrome/chat/skin/classic/chat/mobile-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/mobile.png
+lib/thunderbird/chrome/chat/skin/classic/chat/offline-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/offline.png
+lib/thunderbird/chrome/chat/skin/classic/chat/prpl-generic/icon.png
+lib/thunderbird/chrome/chat/skin/classic/chat/prpl-generic/icon32.png
+lib/thunderbird/chrome/chat/skin/classic/chat/prpl-generic/icon48.png
+lib/thunderbird/chrome/chat/skin/classic/chat/prpl-unknown/icon.png
+lib/thunderbird/chrome/chat/skin/classic/chat/prpl-unknown/icon32.png
+lib/thunderbird/chrome/chat/skin/classic/chat/prpl-unknown/icon48.png
+lib/thunderbird/chrome/chat/skin/classic/chat/typed-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/typing-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/unknown-16.png
+lib/thunderbird/chrome/chat/skin/classic/chat/unknown.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/facebook/icon.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/facebook/icon32.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/facebook/icon48.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/gtalk/icon.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/gtalk/icon32.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/gtalk/icon48.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/irc/icon.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/irc/icon32.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/irc/icon48.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/twitter/icon.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/twitter/icon32.png
+lib/thunderbird/chrome/chat/skin/classic/prpl/twitter/icon48.png
lib/thunderbird/chrome/classic/skin/classic/communicator/communicator.css
lib/thunderbird/chrome/classic/skin/classic/communicator/icons/smileys/smiley-cool.png
lib/thunderbird/chrome/classic/skin/classic/communicator/icons/smileys/smiley-cry.png
@@ -2696,6 +2777,9 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-a
lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook.png
lib/thunderbird/chrome/classic/skin/classic/messenger/addressbook/icons/secure-remote-addrbook.png
lib/thunderbird/chrome/classic/skin/classic/messenger/attachmentList.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/browserRequest.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/chat.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/cloudfile/addAccountDialog.css
lib/thunderbird/chrome/classic/skin/classic/messenger/contactStarred.png
lib/thunderbird/chrome/classic/skin/classic/messenger/dialogs.css
lib/thunderbird/chrome/classic/skin/classic/messenger/editContactOverlay.css
@@ -2708,7 +2792,9 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/featureConfigurators/toolb
lib/thunderbird/chrome/classic/skin/classic/messenger/filterDialog.css
lib/thunderbird/chrome/classic/skin/classic/messenger/folderMenus.css
lib/thunderbird/chrome/classic/skin/classic/messenger/folderPane.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/founder.png
lib/thunderbird/chrome/classic/skin/classic/messenger/glodaFacetView.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/half-operator.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow-dn-blue.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow-dn-grey.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-down-dim.png
@@ -2733,9 +2819,13 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-all.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply-list.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/button-reply.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/cancel.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar-small.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/chat-toolbar.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/check.gif
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/close-button.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/columnpicker.svg
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/connecting.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropbox.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker-hover.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/dropmarker.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/empty-search-results.png
@@ -2751,6 +2841,7 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/identity.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/insecure.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/junk-col.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/junk.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/loading.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/mail-toolbar-small.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/mail-toolbar.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/message-ignored.png
@@ -2769,6 +2860,8 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/search-arrow.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/search-favorite.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/secure.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/server.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/status-small.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/status.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/tab.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/tabDragIndicator.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/thread-col.svg
@@ -2779,8 +2872,15 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/icons/tick.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/timeline-inverted.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/timeline.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/update.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/yousendit.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/zoomout-hover.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/zoomout.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/imAccountWizard.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/imAccounts.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/imBuddytooltip.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/imMenulist.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/imRichlistbox.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/imStatus.css
lib/thunderbird/chrome/classic/skin/classic/messenger/imageFilters.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/junkMail.css
lib/thunderbird/chrome/classic/skin/classic/messenger/mailWindow1.css
@@ -2805,11 +2905,14 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/newmailaccount/success-bor
lib/thunderbird/chrome/classic/skin/classic/messenger/newmailaccount/success-compose.png
lib/thunderbird/chrome/classic/skin/classic/messenger/newmailaccount/success-signature.png
lib/thunderbird/chrome/classic/skin/classic/messenger/newmailalert.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/operator.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/advanced.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/alwaysAsk.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/applications.css
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/attachments.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/auth-error.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/background.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/chat.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/composition.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/display.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/general.png
@@ -2845,7 +2948,9 @@ lib/thunderbird/chrome/classic/skin/classic/messenger/subscribe.css
lib/thunderbird/chrome/classic/skin/classic/messenger/tabmail.css
lib/thunderbird/chrome/classic/skin/classic/messenger/tagColors.css
lib/thunderbird/chrome/classic/skin/classic/messenger/tagbg.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/userIcon.png
lib/thunderbird/chrome/classic/skin/classic/messenger/virtualFolderListDialog.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/voice.png
lib/thunderbird/chrome/classic/skin/classic/messenger/webSearch.css
lib/thunderbird/chrome/comm/content/communicator/contentAreaClick.js
lib/thunderbird/chrome/comm/content/communicator/utilityOverlay.js
@@ -2923,10 +3028,18 @@ lib/thunderbird/chrome/comm/content/editor/editorUtilities.js
lib/thunderbird/chrome/comm/content/editor/images/tag-anchor.gif
${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.dtd
${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.properties
-${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.dtd
-${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.properties
lib/thunderbird/chrome/en-US/locale/en-US/alerts/notificationNames.properties
lib/thunderbird/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
+${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.dtd
+${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/accounts.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/commands.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/conversations.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/facebook.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/irc.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/status.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/twitter.properties
+lib/thunderbird/chrome/en-US/locale/en-US/chat/xmpp.properties
lib/thunderbird/chrome/en-US/locale/en-US/communicator/utilityOverlay.dtd
lib/thunderbird/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd
lib/thunderbird/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties
@@ -3039,6 +3152,7 @@ lib/thunderbird/chrome/en-US/locale/en-US/global/printdialog.properties
lib/thunderbird/chrome/en-US/locale/en-US/global/printing.properties
lib/thunderbird/chrome/en-US/locale/en-US/global/printjoboptions.dtd
lib/thunderbird/chrome/en-US/locale/en-US/global/regionNames.properties
+lib/thunderbird/chrome/en-US/locale/en-US/global/resetProfile.dtd
lib/thunderbird/chrome/en-US/locale/en-US/global/search/search.properties
lib/thunderbird/chrome/en-US/locale/en-US/global/security/caps.properties
lib/thunderbird/chrome/en-US/locale/en-US/global/svg/svg.properties
@@ -3056,8 +3170,6 @@ lib/thunderbird/chrome/en-US/locale/en-US/global/xslt/xslt.properties
lib/thunderbird/chrome/en-US/locale/en-US/global/xul.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger-mapi/mapi.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger-newsblog/am-newsblog.dtd
-lib/thunderbird/chrome/en-US/locale/en-US/messenger-newsblog/am-newsblog.properties
-lib/thunderbird/chrome/en-US/locale/en-US/messenger-newsblog/feed-properties.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger-newsblog/feed-subscriptions.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger-newsblog/newsblog.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger-region/region.properties
@@ -3087,6 +3199,7 @@ lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreationModel.propert
lib/thunderbird/chrome/en-US/locale/en-US/messenger/accountCreationUtil.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/activity.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/activity.properties
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/addbuddy.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abAddressBookNameDialog.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abCardOverlay.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/addressbook/abCardViewOverlay.dtd
@@ -3106,6 +3219,7 @@ lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-archiveoptions.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-copies.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-identities-list.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-identity-edit.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-im.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-junk.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-main.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-mdn.dtd
@@ -3118,6 +3232,13 @@ lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-smime.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/am-smime.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/appleMailImportMsgs.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/baseMenuOverlay.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/chat.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/chat.properties
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/Dropbox/management.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/management.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/YouSendIt/settings.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/addAccountDialog.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/cloudfile/management.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/configEditorOverlay.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/custom.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/customizeToolbarOverlay.dtd
@@ -3136,9 +3257,13 @@ lib/thunderbird/chrome/en-US/locale/en-US/messenger/gloda.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaComplete.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaFacetView.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/glodaFacetView.properties
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccountWizard.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccounts.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/imAccounts.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/imapMsgs.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/importDialog.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/importMsgs.properties
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/joinChat.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/junkMailInfo.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/localMsgs.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/mailEditorOverlay.dtd
@@ -3183,7 +3308,9 @@ lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/advanced.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applicationManager.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applications.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/applications.properties
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/attachmentReminder.dtd
+lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/chat.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/compose.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/connection.dtd
lib/thunderbird/chrome/en-US/locale/en-US/messenger/preferences/cookies.dtd
@@ -3280,8 +3407,6 @@ lib/thunderbird/chrome/icons/default/default24.png
lib/thunderbird/chrome/icons/default/default256.png
lib/thunderbird/chrome/icons/default/default32.png
lib/thunderbird/chrome/icons/default/default48.png
-${PLIST.gnome}lib/thunderbird/components/libdbusservice.so
-${PLIST.gnome}lib/thunderbird/components/libmozgnome.so
lib/thunderbird/chrome/localized.manifest
lib/thunderbird/chrome/messenger/content/branding/about-background.png
lib/thunderbird/chrome/messenger/content/branding/about-logo.png
@@ -3391,6 +3516,8 @@ lib/thunderbird/chrome/messenger/content/messenger/am-identities-list.js
lib/thunderbird/chrome/messenger/content/messenger/am-identities-list.xul
lib/thunderbird/chrome/messenger/content/messenger/am-identity-edit.js
lib/thunderbird/chrome/messenger/content/messenger/am-identity-edit.xul
+lib/thunderbird/chrome/messenger/content/messenger/am-im.js
+lib/thunderbird/chrome/messenger/content/messenger/am-im.xul
lib/thunderbird/chrome/messenger/content/messenger/am-junk.js
lib/thunderbird/chrome/messenger/content/messenger/am-junk.xul
lib/thunderbird/chrome/messenger/content/messenger/am-main.js
@@ -3418,9 +3545,43 @@ lib/thunderbird/chrome/messenger/content/messenger/aw-accname.js
lib/thunderbird/chrome/messenger/content/messenger/aw-accounttype.js
lib/thunderbird/chrome/messenger/content/messenger/aw-done.js
lib/thunderbird/chrome/messenger/content/messenger/aw-identity.js
-lib/thunderbird/chrome/messenger/content/messenger/aw-login.js
-lib/thunderbird/chrome/messenger/content/messenger/aw-server.js
+lib/thunderbird/chrome/messenger/content/messenger/aw-incoming.js
+lib/thunderbird/chrome/messenger/content/messenger/aw-outgoing.js
lib/thunderbird/chrome/messenger/content/messenger/baseMenuOverlay.xul
+lib/thunderbird/chrome/messenger/content/messenger/browserRequest.js
+lib/thunderbird/chrome/messenger/content/messenger/browserRequest.xul
+lib/thunderbird/chrome/messenger/content/messenger/chat/addbuddy.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/addbuddy.xul
+lib/thunderbird/chrome/messenger/content/messenger/chat/chat-messenger-overlay.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/chat-messenger-overlay.xul
+lib/thunderbird/chrome/messenger/content/messenger/chat/chat.css
+lib/thunderbird/chrome/messenger/content/messenger/chat/imAccount.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/imAccountWizard.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/imAccountWizard.xul
+lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.css
+lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/imAccounts.xul
+lib/thunderbird/chrome/messenger/content/messenger/chat/imContextMenu.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/imStatusSelector.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/imbuddytooltip.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/imcontact.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/imconv.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/imconversation.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/imgroup.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/imsearch.xml
+lib/thunderbird/chrome/messenger/content/messenger/chat/joinchat.js
+lib/thunderbird/chrome/messenger/content/messenger/chat/joinchat.xul
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Dropbox/management.js
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Dropbox/management.xhtml
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/Dropbox/settings.xhtml
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/management.js
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/management.xhtml
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/settings.js
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/YouSendIt/settings.xhtml
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/addAccountDialog.js
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/addAccountDialog.xul
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/attachment-24.png
+lib/thunderbird/chrome/messenger/content/messenger/cloudfile/emptySettings.xhtml
lib/thunderbird/chrome/messenger/content/messenger/commandglue.js
lib/thunderbird/chrome/messenger/content/messenger/composerOverlay.css
lib/thunderbird/chrome/messenger/content/messenger/configEditorOverlay.xul
@@ -3501,6 +3662,8 @@ lib/thunderbird/chrome/messenger/content/messenger/messengercompose/MsgComposeCo
lib/thunderbird/chrome/messenger/content/messenger/messengercompose/addressingWidgetOverlay.js
lib/thunderbird/chrome/messenger/content/messenger/messengercompose/askSendFormat.js
lib/thunderbird/chrome/messenger/content/messenger/messengercompose/askSendFormat.xul
+lib/thunderbird/chrome/messenger/content/messenger/messengercompose/bigFileObserver.js
+lib/thunderbird/chrome/messenger/content/messenger/messengercompose/cloudAttachmentLinkManager.js
lib/thunderbird/chrome/messenger/content/messenger/messengercompose/mailComposeEditorOverlay.xul
lib/thunderbird/chrome/messenger/content/messenger/messengercompose/messengercompose.xul
lib/thunderbird/chrome/messenger/content/messenger/messengercompose/sendProgress.js
@@ -3547,6 +3710,8 @@ lib/thunderbird/chrome/messenger/content/messenger/preferences/applications.js
lib/thunderbird/chrome/messenger/content/messenger/preferences/applications.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/attachmentReminder.js
lib/thunderbird/chrome/messenger/content/messenger/preferences/attachmentReminder.xul
+lib/thunderbird/chrome/messenger/content/messenger/preferences/chat.js
+lib/thunderbird/chrome/messenger/content/messenger/preferences/chat.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/compose.js
lib/thunderbird/chrome/messenger/content/messenger/preferences/compose.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/connection.js
@@ -3569,6 +3734,7 @@ lib/thunderbird/chrome/messenger/content/messenger/preferences/offline.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.js
lib/thunderbird/chrome/messenger/content/messenger/preferences/permissions.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/permissionsutils.js
+lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.js
lib/thunderbird/chrome/messenger/content/messenger/preferences/preferences.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/receipts.xul
lib/thunderbird/chrome/messenger/content/messenger/preferences/security.js
@@ -3619,15 +3785,46 @@ lib/thunderbird/chrome/messenger/content/messenger/webSearch.xml
lib/thunderbird/chrome/messenger/content/messenger/webSearchTab.js
lib/thunderbird/chrome/messenger/content/messenger/webSearchTab.xul
lib/thunderbird/chrome/messenger/content/messenger/widgetglue.js
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Bitmaps/minus-hover.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Bitmaps/minus.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Bitmaps/plus-hover.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Bitmaps/plus.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Footer.html
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Incoming/Content.html
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Incoming/Context.html
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Incoming/NextContent.html
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Info.plist
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/NextStatus.html
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/Status.html
+lib/thunderbird/chrome/messenger/skin/classic/messenger/messages/main.css
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/angry.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/confused.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/cool.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/cry.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/embarrassed.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/grin.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/heart.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/manga_annoyed.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/manga_embarrassed.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/manga_smile.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/manga_stunned.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/manga_tired.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/sad.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/shocked.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/slant.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/slant2.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/smile.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/sp_laugh.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/straight_face.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/theme.js
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/tongue.png
+lib/thunderbird/chrome/messenger/skin/classic/messenger/smileys/wink.png
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/Feed.js
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/FeedItem.js
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/am-newsblog.js
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/am-newsblog.xul
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/debug-utils.js
-lib/thunderbird/chrome/newsblog/content/messenger-newsblog/edittree.xml
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/feed-parser.js
-lib/thunderbird/chrome/newsblog/content/messenger-newsblog/feed-properties.js
-lib/thunderbird/chrome/newsblog/content/messenger-newsblog/feed-properties.xul
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/feed-subscriptions.js
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/feed-subscriptions.xul
lib/thunderbird/chrome/newsblog/content/messenger-newsblog/file-utils.js
@@ -3768,6 +3965,9 @@ lib/thunderbird/chrome/toolkit/content/global/customizeCharset.xul
lib/thunderbird/chrome/toolkit/content/global/customizeToolbar.css
lib/thunderbird/chrome/toolkit/content/global/customizeToolbar.js
lib/thunderbird/chrome/toolkit/content/global/customizeToolbar.xul
+lib/thunderbird/chrome/toolkit/content/global/devtools/dbg-browser-actors.js
+lib/thunderbird/chrome/toolkit/content/global/devtools/dbg-script-actors.js
+lib/thunderbird/chrome/toolkit/content/global/devtools/dbg-transport.js
lib/thunderbird/chrome/toolkit/content/global/dialogOverlay.js
lib/thunderbird/chrome/toolkit/content/global/dialogOverlay.xul
lib/thunderbird/chrome/toolkit/content/global/directionDetector.html
@@ -3806,6 +4006,9 @@ lib/thunderbird/chrome/toolkit/content/global/printdialog.xul
lib/thunderbird/chrome/toolkit/content/global/printjoboptions.js
lib/thunderbird/chrome/toolkit/content/global/printjoboptions.xul
lib/thunderbird/chrome/toolkit/content/global/remote-test-ipc.js
+lib/thunderbird/chrome/toolkit/content/global/resetProfile.css
+lib/thunderbird/chrome/toolkit/content/global/resetProfile.js
+lib/thunderbird/chrome/toolkit/content/global/resetProfile.xul
lib/thunderbird/chrome/toolkit/content/global/selectDialog.js
lib/thunderbird/chrome/toolkit/content/global/selectDialog.xul
lib/thunderbird/chrome/toolkit/content/global/strres.js
@@ -3997,7 +4200,6 @@ lib/thunderbird/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
lib/thunderbird/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
lib/thunderbird/chrome/toolkit/skin/classic/global/icons/close.png
lib/thunderbird/chrome/toolkit/skin/classic/global/icons/collapse.png
-lib/thunderbird/chrome/toolkit/skin/classic/global/icons/commandline.png
lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-16.png
lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-24.png
lib/thunderbird/chrome/toolkit/skin/classic/global/icons/error-48.png
@@ -4179,10 +4381,21 @@ lib/thunderbird/components/components.manifest
lib/thunderbird/components/contentAreaDropListener.js
lib/thunderbird/components/contentSecurityPolicy.js
lib/thunderbird/components/crypto-SDR.js
+lib/thunderbird/components/facebook.js
lib/thunderbird/components/glautocomp.js
+lib/thunderbird/components/gtalk.js
+lib/thunderbird/components/imAccounts.js
+lib/thunderbird/components/imCommands.js
+lib/thunderbird/components/imContacts.js
+lib/thunderbird/components/imConversations.js
+lib/thunderbird/components/imCore.js
+lib/thunderbird/components/imIncomingServer.js
+lib/thunderbird/components/imProtocolInfo.js
lib/thunderbird/components/interfaces.manifest
+lib/thunderbird/components/irc.js
lib/thunderbird/components/jsconsole-clhandler.js
lib/thunderbird/components/jsmimeemitter.js
+lib/thunderbird/components/logger.js
lib/thunderbird/components/mail.xpt
lib/thunderbird/components/mailContentHandler.js
lib/thunderbird/components/mailGlue.js
@@ -4202,6 +4415,7 @@ lib/thunderbird/components/nsContentDispatchChooser.js
lib/thunderbird/components/nsContentPrefService.js
lib/thunderbird/components/nsDefaultCLH.js
lib/thunderbird/components/nsDownloadManagerUI.js
+lib/thunderbird/components/nsDropbox.js
lib/thunderbird/components/nsFilePicker.js
lib/thunderbird/components/nsFormAutoComplete.js
lib/thunderbird/components/nsFormHistory.js
@@ -4235,18 +4449,24 @@ lib/thunderbird/components/nsUrlClassifierHashCompleter.js
lib/thunderbird/components/nsUrlClassifierLib.js
lib/thunderbird/components/nsUrlClassifierListManager.js
lib/thunderbird/components/nsWebHandlerApp.js
+lib/thunderbird/components/nsYouSendIt.js
lib/thunderbird/components/offlineStartup.js
+lib/thunderbird/components/smileProtocolHandler.js
lib/thunderbird/components/smime-service.js
lib/thunderbird/components/steelApplication.js
lib/thunderbird/components/storage-Legacy.js
lib/thunderbird/components/storage-mozStorage.js
+lib/thunderbird/components/twitter.js
lib/thunderbird/components/txEXSLTRegExFunctions.js
+lib/thunderbird/components/xmpp.js
lib/thunderbird/defaults/autoconfig/platform.js
lib/thunderbird/defaults/autoconfig/prefcalls.js
lib/thunderbird/defaults/messenger/mailViews.dat
+lib/thunderbird/defaults/pref/all-im.js
lib/thunderbird/defaults/pref/all-l10n.js
lib/thunderbird/defaults/pref/all-thunderbird.js
lib/thunderbird/defaults/pref/channel-prefs.js
+lib/thunderbird/defaults/pref/chat-prefs.js
lib/thunderbird/defaults/pref/composer.js
lib/thunderbird/defaults/pref/mailnews.js
lib/thunderbird/defaults/pref/mdn.js
@@ -4255,6 +4475,7 @@ lib/thunderbird/defaults/pref/thunderbird-branding.js
lib/thunderbird/defaults/profile/localstore.rdf
lib/thunderbird/defaults/profile/mimeTypes.rdf
lib/thunderbird/defaults/profile/prefs.js
+lib/thunderbird/dependentlibs.list
lib/thunderbird/dictionaries/en-US.aff
lib/thunderbird/dictionaries/en-US.dic
lib/thunderbird/distribution/extensions/tbtestpilot@labs.mozilla.com.xpi
@@ -4321,6 +4542,7 @@ lib/thunderbird/modules/CertUtils.jsm
lib/thunderbird/modules/ChromeManifestParser.jsm
lib/thunderbird/modules/CommonDialog.jsm
lib/thunderbird/modules/ConsoleAPIStorage.jsm
+lib/thunderbird/modules/DOMRequestHelper.jsm
lib/thunderbird/modules/Dict.jsm
lib/thunderbird/modules/DownloadLastDir.jsm
lib/thunderbird/modules/DownloadPaths.jsm
@@ -4344,12 +4566,13 @@ lib/thunderbird/modules/PlacesUtils.jsm
lib/thunderbird/modules/PluginProvider.jsm
lib/thunderbird/modules/PluralForm.jsm
lib/thunderbird/modules/PopupNotifications.jsm
-lib/thunderbird/modules/Profiler.jsm
lib/thunderbird/modules/PropertyListUtils.jsm
lib/thunderbird/modules/SearchIntegration.js
lib/thunderbird/modules/Services.jsm
lib/thunderbird/modules/SpellCheckDictionaryBootstrap.js
lib/thunderbird/modules/StringBundle.js
+lib/thunderbird/modules/TelemetryStopwatch.jsm
+lib/thunderbird/modules/Webapps.jsm
lib/thunderbird/modules/WindowDraggingUtils.jsm
lib/thunderbird/modules/XPCOMUtils.jsm
lib/thunderbird/modules/XPIProvider.jsm
@@ -4364,9 +4587,12 @@ lib/thunderbird/modules/activity/pop3Download.js
lib/thunderbird/modules/activity/sendLater.js
lib/thunderbird/modules/appIdleManager.js
lib/thunderbird/modules/attachmentChecker.js
+lib/thunderbird/modules/cloudFileAccounts.js
lib/thunderbird/modules/ctypes.jsm
lib/thunderbird/modules/dbViewWrapper.js
lib/thunderbird/modules/debug.js
+lib/thunderbird/modules/devtools/dbg-client.jsm
+lib/thunderbird/modules/devtools/dbg-server.jsm
lib/thunderbird/modules/distribution.js
lib/thunderbird/modules/editorUtilities.jsm
lib/thunderbird/modules/errUtils.js
@@ -4397,7 +4623,25 @@ lib/thunderbird/modules/gloda/query.js
lib/thunderbird/modules/gloda/suffixtree.js
lib/thunderbird/modules/gloda/utils.js
lib/thunderbird/modules/glodaWebSearch.js
+lib/thunderbird/modules/hiddenWindow.jsm
+lib/thunderbird/modules/http.jsm
+lib/thunderbird/modules/imContentSink.jsm
+lib/thunderbird/modules/imServices.jsm
+lib/thunderbird/modules/imSmileys.jsm
+lib/thunderbird/modules/imStatusUtils.jsm
+lib/thunderbird/modules/imTextboxUtils.jsm
+lib/thunderbird/modules/imThemes.jsm
+lib/thunderbird/modules/imXPCOMUtils.jsm
+lib/thunderbird/modules/index_im.js
+lib/thunderbird/modules/ircBase.jsm
+lib/thunderbird/modules/ircCTCP.jsm
+lib/thunderbird/modules/ircCommands.jsm
+lib/thunderbird/modules/ircDCC.jsm
+lib/thunderbird/modules/ircHandlers.jsm
+lib/thunderbird/modules/ircISUPPORT.jsm
+lib/thunderbird/modules/ircUtils.jsm
lib/thunderbird/modules/iteratorUtils.jsm
+lib/thunderbird/modules/jsProtoHelper.jsm
lib/thunderbird/modules/jsTreeSelection.js
lib/thunderbird/modules/jsdebugger.jsm
lib/thunderbird/modules/mailInstrumentation.js
@@ -4406,15 +4650,22 @@ lib/thunderbird/modules/mailServices.js
lib/thunderbird/modules/mailViewManager.js
lib/thunderbird/modules/mailnewsMigrator.js
lib/thunderbird/modules/nsFormAutoCompleteResult.jsm
+lib/thunderbird/modules/oauth.jsm
lib/thunderbird/modules/quickFilterManager.js
lib/thunderbird/modules/reflect.jsm
lib/thunderbird/modules/searchSpec.js
+lib/thunderbird/modules/search_im.js
lib/thunderbird/modules/sessionStoreManager.js
+lib/thunderbird/modules/socket.jsm
lib/thunderbird/modules/summaryFrameManager.js
lib/thunderbird/modules/templateUtils.js
lib/thunderbird/modules/traceHelper.js
lib/thunderbird/modules/virtualFolderWrapper.js
lib/thunderbird/modules/windowsJumpLists.js
+lib/thunderbird/modules/xmpp-authmechs.jsm
+lib/thunderbird/modules/xmpp-session.jsm
+lib/thunderbird/modules/xmpp-xml.jsm
+lib/thunderbird/modules/xmpp.jsm
lib/thunderbird/mozilla-xremote-client
lib/thunderbird/platform.ini
lib/thunderbird/plugin-container
@@ -4431,6 +4682,7 @@ lib/thunderbird/res/entityTables/mathml20.properties
lib/thunderbird/res/entityTables/transliterate.properties
lib/thunderbird/res/fonts/mathfont.properties
lib/thunderbird/res/fonts/mathfontAsanaMath.properties
+lib/thunderbird/res/fonts/mathfontMathJax_Main.properties
lib/thunderbird/res/fonts/mathfontSTIXNonUnicode.properties
lib/thunderbird/res/fonts/mathfontSTIXSize1.properties
lib/thunderbird/res/fonts/mathfontSTIXSizeOneSym.properties
@@ -4480,6 +4732,16 @@ share/idl/thunderbird/amIWebInstallListener.idl
share/idl/thunderbird/amIWebInstaller.idl
share/idl/thunderbird/domstubs.idl
share/idl/thunderbird/extIApplication.idl
+share/idl/thunderbird/imIAccount.idl
+share/idl/thunderbird/imIAccountsService.idl
+share/idl/thunderbird/imICommandsService.idl
+share/idl/thunderbird/imIContactsService.idl
+share/idl/thunderbird/imIConversationsService.idl
+share/idl/thunderbird/imICoreService.idl
+share/idl/thunderbird/imILogger.idl
+share/idl/thunderbird/imIStatusInfo.idl
+share/idl/thunderbird/imITagsService.idl
+share/idl/thunderbird/imIUserStatusInfo.idl
share/idl/thunderbird/imgICache.idl
share/idl/thunderbird/imgIContainer.idl
share/idl/thunderbird/imgIContainerDebug.idl
@@ -4499,6 +4761,7 @@ share/idl/thunderbird/inISearchProcess.idl
share/idl/thunderbird/jsdIDebuggerService.idl
share/idl/thunderbird/mozIAsyncFavicons.idl
share/idl/thunderbird/mozIAsyncHistory.idl
+share/idl/thunderbird/mozIAsyncLivemarks.idl
share/idl/thunderbird/mozIJSSubScriptLoader.idl
share/idl/thunderbird/mozIPersonalDictionary.idl
share/idl/thunderbird/mozIPlacesAutoComplete.idl
@@ -4562,15 +4825,16 @@ share/idl/thunderbird/nsIAbMDBDirectory.idl
share/idl/thunderbird/nsIAbManager.idl
share/idl/thunderbird/nsIAbView.idl
share/idl/thunderbird/nsIAboutModule.idl
-share/idl/thunderbird/nsIAccessNode.idl
share/idl/thunderbird/nsIAccessible.idl
share/idl/thunderbird/nsIAccessibleApplication.idl
+share/idl/thunderbird/nsIAccessibleCursorable.idl
share/idl/thunderbird/nsIAccessibleDocument.idl
share/idl/thunderbird/nsIAccessibleEditableText.idl
share/idl/thunderbird/nsIAccessibleEvent.idl
share/idl/thunderbird/nsIAccessibleHyperLink.idl
share/idl/thunderbird/nsIAccessibleHyperText.idl
share/idl/thunderbird/nsIAccessibleImage.idl
+share/idl/thunderbird/nsIAccessiblePivot.idl
share/idl/thunderbird/nsIAccessibleProvider.idl
share/idl/thunderbird/nsIAccessibleRelation.idl
share/idl/thunderbird/nsIAccessibleRetrieval.idl
@@ -4738,6 +5002,7 @@ share/idl/thunderbird/nsIDNSListener.idl
share/idl/thunderbird/nsIDNSRecord.idl
share/idl/thunderbird/nsIDNSService.idl
share/idl/thunderbird/nsIDOMAnimationEvent.idl
+share/idl/thunderbird/nsIDOMApplicationRegistry.idl
share/idl/thunderbird/nsIDOMAttr.idl
share/idl/thunderbird/nsIDOMBarProp.idl
share/idl/thunderbird/nsIDOMBatteryManager.idl
@@ -4772,6 +5037,8 @@ share/idl/thunderbird/nsIDOMComment.idl
share/idl/thunderbird/nsIDOMCompositionEvent.idl
share/idl/thunderbird/nsIDOMConnection.idl
share/idl/thunderbird/nsIDOMConstructor.idl
+share/idl/thunderbird/nsIDOMContactManager.idl
+share/idl/thunderbird/nsIDOMContactProperties.idl
share/idl/thunderbird/nsIDOMCounter.idl
share/idl/thunderbird/nsIDOMCrypto.idl
share/idl/thunderbird/nsIDOMCryptoDialogs.idl
@@ -4779,6 +5046,7 @@ share/idl/thunderbird/nsIDOMCustomEvent.idl
share/idl/thunderbird/nsIDOMDOMError.idl
share/idl/thunderbird/nsIDOMDOMException.idl
share/idl/thunderbird/nsIDOMDOMImplementation.idl
+share/idl/thunderbird/nsIDOMDOMRequest.idl
share/idl/thunderbird/nsIDOMDOMSettableTokenList.idl
share/idl/thunderbird/nsIDOMDOMStringList.idl
share/idl/thunderbird/nsIDOMDOMStringMap.idl
@@ -4800,7 +5068,6 @@ share/idl/thunderbird/nsIDOMEvent.idl
share/idl/thunderbird/nsIDOMEventListener.idl
share/idl/thunderbird/nsIDOMEventTarget.idl
share/idl/thunderbird/nsIDOMFile.idl
-share/idl/thunderbird/nsIDOMFileError.idl
share/idl/thunderbird/nsIDOMFileException.idl
share/idl/thunderbird/nsIDOMFileList.idl
share/idl/thunderbird/nsIDOMFileReader.idl
@@ -4907,6 +5174,7 @@ share/idl/thunderbird/nsIDOMMozCSSKeyframesRule.idl
share/idl/thunderbird/nsIDOMMozTouchEvent.idl
share/idl/thunderbird/nsIDOMMutationEvent.idl
share/idl/thunderbird/nsIDOMNSEditableElement.idl
+share/idl/thunderbird/nsIDOMNSElement.idl
share/idl/thunderbird/nsIDOMNSEvent.idl
share/idl/thunderbird/nsIDOMNSRGBAColor.idl
share/idl/thunderbird/nsIDOMNSXPathExpression.idl
@@ -4937,11 +5205,11 @@ share/idl/thunderbird/nsIDOMPlugin.idl
share/idl/thunderbird/nsIDOMPluginArray.idl
share/idl/thunderbird/nsIDOMPopStateEvent.idl
share/idl/thunderbird/nsIDOMPopupBlockedEvent.idl
+share/idl/thunderbird/nsIDOMPowerManager.idl
share/idl/thunderbird/nsIDOMProcessingInstruction.idl
share/idl/thunderbird/nsIDOMProgressEvent.idl
share/idl/thunderbird/nsIDOMRGBColor.idl
share/idl/thunderbird/nsIDOMRange.idl
-share/idl/thunderbird/nsIDOMRangeException.idl
share/idl/thunderbird/nsIDOMRect.idl
share/idl/thunderbird/nsIDOMSVGAElement.idl
share/idl/thunderbird/nsIDOMSVGAltGlyphElement.idl
@@ -5058,6 +5326,8 @@ share/idl/thunderbird/nsIDOMTreeWalker.idl
share/idl/thunderbird/nsIDOMUIEvent.idl
share/idl/thunderbird/nsIDOMUserDataHandler.idl
share/idl/thunderbird/nsIDOMValidityState.idl
+share/idl/thunderbird/nsIDOMWakeLock.idl
+share/idl/thunderbird/nsIDOMWakeLockListener.idl
share/idl/thunderbird/nsIDOMWebGLRenderingContext.idl
share/idl/thunderbird/nsIDOMWindow.idl
share/idl/thunderbird/nsIDOMWindowCollection.idl
@@ -5288,6 +5558,7 @@ share/idl/thunderbird/nsIJARProtocolHandler.idl
share/idl/thunderbird/nsIJARURI.idl
share/idl/thunderbird/nsIJSContextStack.idl
share/idl/thunderbird/nsIJSEngineTelemetryStats.idl
+share/idl/thunderbird/nsIJSInspector.idl
share/idl/thunderbird/nsIJSON.idl
share/idl/thunderbird/nsIJSRuntimeService.idl
share/idl/thunderbird/nsIKeyModule.idl
@@ -5350,11 +5621,13 @@ share/idl/thunderbird/nsIMimeStreamConverter.idl
share/idl/thunderbird/nsIModule.idl
share/idl/thunderbird/nsIMovemailIncomingServer.idl
share/idl/thunderbird/nsIMovemailService.idl
+share/idl/thunderbird/nsIMozBrowserFrame.idl
share/idl/thunderbird/nsIMsgAccount.idl
share/idl/thunderbird/nsIMsgAccountManager.idl
share/idl/thunderbird/nsIMsgAsyncPrompter.idl
share/idl/thunderbird/nsIMsgAttachment.idl
share/idl/thunderbird/nsIMsgBiffManager.idl
+share/idl/thunderbird/nsIMsgCloudFileProvider.idl
share/idl/thunderbird/nsIMsgCompFields.idl
share/idl/thunderbird/nsIMsgCompUtils.idl
share/idl/thunderbird/nsIMsgCompose.idl
@@ -5439,10 +5712,12 @@ share/idl/thunderbird/nsINNTPNewsgroupPost.idl
share/idl/thunderbird/nsINNTPProtocol.idl
share/idl/thunderbird/nsINSSCertCache.idl
share/idl/thunderbird/nsINSSErrorsService.idl
+share/idl/thunderbird/nsINSSVersion.idl
share/idl/thunderbird/nsINativeAppSupport.idl
share/idl/thunderbird/nsINavBookmarksService.idl
share/idl/thunderbird/nsINavHistoryService.idl
share/idl/thunderbird/nsINestedURI.idl
+share/idl/thunderbird/nsINetAddr.idl
share/idl/thunderbird/nsINetUtil.idl
share/idl/thunderbird/nsINetworkLinkService.idl
share/idl/thunderbird/nsINewsBlogFeedDownloader.idl
@@ -5471,6 +5746,7 @@ share/idl/thunderbird/nsIPKIParamBlock.idl
share/idl/thunderbird/nsIParentChannel.idl
share/idl/thunderbird/nsIParentRedirectingChannel.idl
share/idl/thunderbird/nsIParentalControlsService.idl
+share/idl/thunderbird/nsIParserUtils.idl
share/idl/thunderbird/nsIPermission.idl
share/idl/thunderbird/nsIPermissionManager.idl
share/idl/thunderbird/nsIPersistentProperties2.idl
@@ -5493,6 +5769,7 @@ share/idl/thunderbird/nsIPop3Sink.idl
share/idl/thunderbird/nsIPop3URL.idl
share/idl/thunderbird/nsIPopupBoxObject.idl
share/idl/thunderbird/nsIPopupWindowManager.idl
+share/idl/thunderbird/nsIPowerManagerService.idl
share/idl/thunderbird/nsIPrefBranch.idl
share/idl/thunderbird/nsIPrefBranch2.idl
share/idl/thunderbird/nsIPrefBranchInternal.idl
@@ -5515,7 +5792,6 @@ share/idl/thunderbird/nsIProfile.idl
share/idl/thunderbird/nsIProfileChangeStatus.idl
share/idl/thunderbird/nsIProfileMigrator.idl
share/idl/thunderbird/nsIProfileUnlocker.idl
-share/idl/thunderbird/nsIProfiler.idl
share/idl/thunderbird/nsIProgrammingLanguage.idl
share/idl/thunderbird/nsIProgressEventSink.idl
share/idl/thunderbird/nsIPrompt.idl
@@ -5637,6 +5913,7 @@ share/idl/thunderbird/nsISimpleStreamListener.idl
share/idl/thunderbird/nsISimpleUnicharStreamFactory.idl
share/idl/thunderbird/nsISliderListener.idl
share/idl/thunderbird/nsISmsDatabaseService.idl
+share/idl/thunderbird/nsISmsRequestManager.idl
share/idl/thunderbird/nsISmsService.idl
share/idl/thunderbird/nsISmtpServer.idl
share/idl/thunderbird/nsISmtpService.idl
@@ -5832,6 +6109,12 @@ share/idl/thunderbird/nsPISocketTransportService.idl
share/idl/thunderbird/nsPIWindowWatcher.idl
share/idl/thunderbird/nspluginroot.idl
share/idl/thunderbird/nsrootidl.idl
+share/idl/thunderbird/prplIConversation.idl
+share/idl/thunderbird/prplIMessage.idl
+share/idl/thunderbird/prplIPref.idl
+share/idl/thunderbird/prplIProtocol.idl
+share/idl/thunderbird/prplIRequest.idl
+share/idl/thunderbird/prplITooltipInfo.idl
share/idl/thunderbird/rdfIDataSource.idl
share/idl/thunderbird/rdfISerializer.idl
share/idl/thunderbird/rdfITripleVisitor.idl
diff --git a/mail/thunderbird/PLIST.enigmail b/mail/thunderbird/PLIST.enigmail
index 2d771dacd5a..5d670380626 100644
--- a/mail/thunderbird/PLIST.enigmail
+++ b/mail/thunderbird/PLIST.enigmail
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.enigmail,v 1.5 2012/04/28 16:56:58 ryoon Exp $
+@comment $NetBSD: PLIST.enigmail,v 1.6 2012/06/12 19:37:48 ryoon Exp $
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome.manifest
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome/enigmail.jar
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/components/enigMsgCompFields.js
@@ -14,6 +14,7 @@ lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/common
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/enigmailCommon.jsm
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/keyManagement.jsm
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/pipeConsole.jsm
+lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/pipeTransport.jsm
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/subprocess.jsm
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/subprocess_worker_unix.js
lib/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/modules/subprocess_worker_win.js
diff --git a/mail/thunderbird/PLIST.lightning b/mail/thunderbird/PLIST.lightning
index 9d1d088034d..b94858f63e2 100644
--- a/mail/thunderbird/PLIST.lightning
+++ b/mail/thunderbird/PLIST.lightning
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST.lightning,v 1.9 2012/04/28 16:56:58 ryoon Exp $
+@comment $NetBSD: PLIST.lightning,v 1.10 2012/06/12 19:37:48 ryoon Exp $
+include/thunderbird/calBaseCID.h
include/thunderbird/calIAlarm.h
include/thunderbird/calIAlarmService.h
include/thunderbird/calIAttachment.h
include/thunderbird/calIAttendee.h
-include/thunderbird/calBaseCID.h
include/thunderbird/calICalDavCalendar.h
include/thunderbird/calICalendar.h
+include/thunderbird/calICalendarACLManager.h
include/thunderbird/calICalendarManager.h
include/thunderbird/calICalendarProvider.h
include/thunderbird/calICalendarSearchProvider.h
@@ -256,7 +257,16 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calenda
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-unifinder.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/calendar-views.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/checkbox-images.png
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-daypicker.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-management.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-task-tree.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-task-view.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-unifinder.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/calendar-views.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/dialogs/calendar-alarm-dialog.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/dialogs/calendar-event-dialog.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/today-pane.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/common/widgets/calendar-widgets.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/datetimepickers/datetimepickers.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/day-box-item-image.png
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/daypicker-background.png
@@ -277,6 +287,8 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calenda
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/nav-arrow.svg
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/nav-today-hov.svg
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/nav-today.svg
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/view-navigation-hov.svg
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/view-navigation.svg
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-alarm-dialog.png
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-event-dialog.png
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/icons/default/calendar-event-summary-dialog.png
@@ -289,8 +301,10 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightni
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-creation.xul
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-properties.js
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-calendar-properties.xul
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-menus.xul
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-migration.xul
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-standalone.xul
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-toolbar.xul
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-utils.js
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-widgets.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-widgets.xml
@@ -304,6 +318,7 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightni
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-sidebar.js
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/suite-overlay-sidebar.xul
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/skin/lightning/accountCentral.css
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/skin/lightning/common/imip.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/skin/lightning/imip.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/skin/lightning/lightning-toolbar.css
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/skin/lightning/lightning-widgets.css
@@ -314,6 +329,8 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/cal
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.manifest
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.js
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.manifest
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.js
+lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.manifest
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.js
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.manifest
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calImportExportModule.js
@@ -354,16 +371,13 @@ lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calSto
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm
lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones.sqlite
-lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/view-navigation-hov.svg
-lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/skin/calendar/widgets/view-navigation.svg
-lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-menus.xul
-lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/lightning/content/lightning/lightning-toolbar.xul
share/idl/thunderbird/calIAlarm.idl
share/idl/thunderbird/calIAlarmService.idl
share/idl/thunderbird/calIAttachment.idl
share/idl/thunderbird/calIAttendee.idl
share/idl/thunderbird/calICalDavCalendar.idl
share/idl/thunderbird/calICalendar.idl
+share/idl/thunderbird/calICalendarACLManager.idl
share/idl/thunderbird/calICalendarManager.idl
share/idl/thunderbird/calICalendarProvider.idl
share/idl/thunderbird/calICalendarSearchProvider.idl
@@ -407,7 +421,3 @@ share/idl/thunderbird/calIWcapErrors.idl
share/idl/thunderbird/calIWcapSession.idl
share/idl/thunderbird/calIWeekInfoService.idl
share/idl/thunderbird/calInternalInterfaces.idl
-include/thunderbird/calICalendarACLManager.h
-lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.js
-lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.manifest
-share/idl/thunderbird/calICalendarACLManager.idl
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 0502856190e..559b08a6fea 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,13 +1,16 @@
-$NetBSD: distinfo,v 1.97 2012/05/12 18:10:39 abs Exp $
+$NetBSD: distinfo,v 1.98 2012/06/12 19:37:48 ryoon Exp $
-SHA1 (enigmail-1.4.1.tar.gz) = 5c629a5d06e23c5bebb86c840f44f04f0732dbda
-RMD160 (enigmail-1.4.1.tar.gz) = f235e266acd390992f128a20f73288c2ecc3c5a5
-Size (enigmail-1.4.1.tar.gz) = 1344516 bytes
-SHA1 (thunderbird-12.0.1.source.tar.bz2) = b5fcfe23834722eaa441274e0e2882adf9ed7575
-RMD160 (thunderbird-12.0.1.source.tar.bz2) = 5df12513dd8d3554e666ff938b84a67b18a78144
-Size (thunderbird-12.0.1.source.tar.bz2) = 101253776 bytes
+SHA1 (enigmail-1.4.2.tar.gz) = b4c076851ce0718d1895692178593598713254a9
+RMD160 (enigmail-1.4.2.tar.gz) = fa0115408d0b43f347ccb7d2c6d54ef6ee4836ce
+Size (enigmail-1.4.2.tar.gz) = 1319995 bytes
+SHA1 (lightning-1.5.source.tar.bz2) = 8f8668333272cf16a4e436ccc807dabefd2a4350
+RMD160 (lightning-1.5.source.tar.bz2) = 7f436bace6fcbd972c5132bdeb44b66f5abdd6a0
+Size (lightning-1.5.source.tar.bz2) = 102998436 bytes
+SHA1 (thunderbird-13.0.source.tar.bz2) = 7cd374e7a123d989ec58f64253d242295f96181a
+RMD160 (thunderbird-13.0.source.tar.bz2) = 5406d00e6bfe8a3b25be1fc3b7d5b19bd1b10206
+Size (thunderbird-13.0.source.tar.bz2) = 102799262 bytes
SHA1 (patch-aa) = ac0b89346aec8ef8ba937ef494395f526f20054d
-SHA1 (patch-aa-toplevel) = 0ac475a5ba5b38643abf9cd146f9f43f73d2049e
+SHA1 (patch-aa-toplevel) = 8891fcadbea806950f2248f290ad34e08d8f6ef2
SHA1 (patch-ab) = 693567e7c029a7ef07c4ccd3680dc987081ead21
SHA1 (patch-ac) = 4408aab5333558c916ff52891b0adb1c298cf2c7
SHA1 (patch-ad) = 207402df0576cc96f034f77b12e7a9dbaae82001
@@ -27,7 +30,7 @@ SHA1 (patch-au) = 3fa326682ac9d39f92f5e64dc575932d99d5ac9a
SHA1 (patch-av) = 9f0a1deaa5da6871e9e42728b0dbf6073e32c2cb
SHA1 (patch-aw) = 7d067f1a86a3f1e7acc7376e15465e6801fb4d60
SHA1 (patch-ax) = cc50b68037e5b94f4dc5ba2cb48c660f1cc1a914
-SHA1 (patch-ay) = a60073cccad78023ed2182020cf66cb73bbf40f1
+SHA1 (patch-ay) = 745c63fe7270b14ab69d3a3d9ac578f8703a08a3
SHA1 (patch-az) = 7bdac9e086304b84ce97093dfe192a308711cea0
SHA1 (patch-ba) = b7f3169e96eedbf40a4de3914ce0c6f89a2a179b
SHA1 (patch-bd) = 0235d2ef4c801be6ddb33ab8532e151f20d905c9
@@ -46,6 +49,7 @@ SHA1 (patch-ipc_chromium_src_build_build__config.h) = 414597653f24cff360aba887f5
SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 36946782d921d6a7585f662bed640d27a558b3fc
SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = ca152e5afaa036d4f430f85f723ab7e43884704d
SHA1 (patch-js_src_jscpucfg.h) = 6a4b8a6b63ae9752188efdba04ce386bb1a04961
+SHA1 (patch-ldap_sdks_c-sdk_build.mk) = 83c2c48c6e8d8adba7d08dc58ff5d83b9b792a34
SHA1 (patch-ma) = bcc65b1436d5d56b3063d8375853b6de1538c7ac
SHA1 (patch-ma-toplevel) = 53ed7dcb176bf32a9850ac9096b3e79252aa2d50
SHA1 (patch-mb) = f29954cd7abe2a8ba2ade48c4ca6dd143e2470b3
@@ -56,9 +60,9 @@ SHA1 (patch-mg) = ae6b0cfa61f7a7dc900a7b9ee0e1249c655b1b05
SHA1 (patch-mh) = 2f93a6e83397ee660f66e9df6ab589176a5c3377
SHA1 (patch-mi) = f651f021979e0363de6a1237a6a2185431f4e2e3
SHA1 (patch-mj) = f8daad020e06010cda91f0459ccd85f26af57bba
-SHA1 (patch-mk) = 914a5e2ad96cc987bffa6f4f8318d0d196feef3c
+SHA1 (patch-mk) = a85a7de099830dc3bbc94ccb239c79763bd2c04f
SHA1 (patch-ml) = dba2b2cf9ce4198d3da7bb426bb38dc3f889612e
-SHA1 (patch-mm) = 19867fc8947a4bb27646afcf9a5ce6324b0ae197
+SHA1 (patch-mm) = ea984ec5afaef188c387fcd9165c41c25860c295
SHA1 (patch-mn) = 8497e12ca0d19766f192b8d27203c59f60b8209b
SHA1 (patch-mozilla_build_autoconf_nss.m4) = 1cfc292b1af8a81bca1323358676afaf10615364
SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = bb3f0bbc3cfafcfad9ddd714d82700cb7f7f8268
@@ -70,14 +74,16 @@ SHA1 (patch-mozilla_ipc_chromium_src_base_base__paths.h) = 366fd558b5dd9787ed124
SHA1 (patch-mozilla_ipc_chromium_src_base_file__util__bsd.cc) = c26170448054968c423173cf808114be976b8ddf
SHA1 (patch-mozilla_ipc_chromium_src_base_message__loop.cc) = d8f46c0620fc58e49d5072993b7c932ba50ae170
SHA1 (patch-mozilla_ipc_chromium_src_base_platform__thread.h) = 24769573e6c263eaec15747618ffde368abed545
-SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = fce4d53546848aedd3d5e392997fe91141b6c914
+SHA1 (patch-mozilla_ipc_chromium_src_base_process__util.h) = 14fc7b606ee3a4a7196e0c51247d3c4e2465501f
SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc) = 1a22f5da58dfafe1fc249b0d142be43230544750
SHA1 (patch-mozilla_ipc_chromium_src_base_process__util__posix.cc) = ba5533e5571dbdc5d0cc523c5280d97372abd6b3
SHA1 (patch-mozilla_ipc_chromium_src_base_third__party_nspr_prtime.cc) = c5ba1624ff07794181839f99ec2b376369b2ca54
SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_ipc__message__utils.h) = 446d6d55189e09dfb8cb59f98d0985f0961390da
SHA1 (patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h) = dd3c5469cac9803ee6b14fd8590d807676a8417d
+SHA1 (patch-mozilla_js_src_config_rules.mk) = 66fec8c2a41413e3c6c4b466610bd0fc4c2f595c
SHA1 (patch-mozilla_js_src_methodjit_MethodJIT.cpp) = e16054358a082408bbcd4831407cb5658b1f21f9
SHA1 (patch-mozilla_js_src_yarr_pcre_pcre.h) = e4d1c540d3b6b6ca21cec710d37198441cfd0b50
+SHA1 (patch-mozilla_js_xpconnect_src_Makefile.in) = bac60c2224b5f1c4ddd902d124a13a30d916b884
SHA1 (patch-mozilla_media_libsydneyaudio_src_sydney__audio__pulseaudio.c) = 82cf2de23c75abfe914fb6cc56607c2065c3327d
SHA1 (patch-mozilla_media_libvpx_vpx__config.h) = 388cd6ef14afe35d337cb7f738011f4d84faab2c
SHA1 (patch-mozilla_media_libvpx_vpx__config__c.c) = 19e00552a957b8495759916edbbd7d58324da951
@@ -90,7 +96,10 @@ SHA1 (patch-mozilla_nsprpub_pr_src_pthreads_ptio.c) = 8a3ee0b80884a7deb7b075fb81
SHA1 (patch-mozilla_nsprpub_pr_src_pthreads_ptsynch.c) = 4ad5111f774e93d0a993d6f019827d45e3187cdb
SHA1 (patch-mozilla_storage_src_Makefile.in) = 992056af8ffadcbe471df8eb143e2d001a3d70cd
SHA1 (patch-mozilla_storage_src_mozStorageService.cpp) = e64024894d04e4137fe983777561f540d8069c51
-SHA1 (patch-mozilla_xpcom_Makefile.in) = f3384e371ac159064b0eeac4582c2f36fd2d6fa6
+SHA1 (patch-mozilla_xpcom_Makefile.in) = 6466f1f44f6a0db7cc86905113a09102556afe0c
+SHA1 (patch-mozilla_xpcom_idl-parser_Makefile.in) = cf6406b57e0550c4c79c89cae4a4ec7ac5376ec9
+SHA1 (patch-mozilla_xpcom_idl-parser_header.py) = fa8b5f0caf0d5485b13b64fb7a043d66bebd0294
+SHA1 (patch-mozilla_xpcom_typelib_xpidl_Makefile.in) = 07dd6ff65fe98e9e507f3735075fd6a3c540ceb5
SHA1 (patch-mp) = 1f7c2bf940904d0d040e8a6d1aba5f87c7e09b53
SHA1 (patch-pa) = 18e942ca2b08b31adebc27538d895ec24939fcc9
SHA1 (patch-pb) = e71c6b2857cac1ab4d7ef95f09afff8d4ba10069
@@ -113,5 +122,5 @@ SHA1 (patch-xl) = d614ff5626db7ed239db79852546e2f2bb51c518
SHA1 (patch-xm) = 7a0047ccfe7f5b4a69cab2ff3f5ddc68d5a47cc3
SHA1 (patch-xn) = 44cb75f8e4573151b2193cdc567c7faffa6a9209
SHA1 (patch-xo) = f45af8ecbc68d4b3d2dfcd7015217d78b9584372
-SHA1 (patch-zb) = 203a11e21851ea0709fa517370af458fcfe68a98
+SHA1 (patch-zb) = 7378bc18f544f230683e533094a0724985c3c838
SHA1 (patch-zc) = c4f5009946c3aa44cdf9d6e60d58884c0510db1d
diff --git a/mail/thunderbird/enigmail.mk b/mail/thunderbird/enigmail.mk
index b20b4d170c1..e6e9cb7c337 100644
--- a/mail/thunderbird/enigmail.mk
+++ b/mail/thunderbird/enigmail.mk
@@ -1,9 +1,9 @@
-# $NetBSD: enigmail.mk,v 1.7 2012/04/28 16:56:58 ryoon Exp $
+# $NetBSD: enigmail.mk,v 1.8 2012/06/12 19:37:49 ryoon Exp $
#
# This Makefile fragment hooks the Enigmail OpenPGP extension
# (see http://www.mozilla-enigmail.org/ ) into the build.
-ENIGMAIL_DIST= enigmail-1.4.1.tar.gz
+ENIGMAIL_DIST= enigmail-1.4.2.tar.gz
XPI_FILES+= ${WRKDIR}/enigmail.xpi
.if !defined(DISTFILES)
DISTFILES= ${DEFAULT_DISTFILES}
diff --git a/mail/thunderbird/hacks.mk b/mail/thunderbird/hacks.mk
index e4e5b259253..1de4426d2a0 100644
--- a/mail/thunderbird/hacks.mk
+++ b/mail/thunderbird/hacks.mk
@@ -1,3 +1,6 @@
-# $NetBSD: hacks.mk,v 1.1 2011/08/19 14:39:09 tnn Exp $
+# $NetBSD: hacks.mk,v 1.2 2012/06/12 19:37:49 ryoon Exp $
+
+# workround for link of thunderbird-bin etc.
+LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/thunderbird
.include "../../devel/xulrunner/hacks.mk"
diff --git a/mail/thunderbird/patches/patch-aa-toplevel b/mail/thunderbird/patches/patch-aa-toplevel
index 733cc322de9..966ab4ac8b8 100644
--- a/mail/thunderbird/patches/patch-aa-toplevel
+++ b/mail/thunderbird/patches/patch-aa-toplevel
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa-toplevel,v 1.6 2012/04/28 16:56:58 ryoon Exp $
+$NetBSD: patch-aa-toplevel,v 1.7 2012/06/12 19:37:49 ryoon Exp $
---- configure.in.orig 2012-04-20 22:32:37.000000000 +0000
+--- configure.in.orig 2012-06-01 17:11:49.000000000 +0000
+++ configure.in
-@@ -1950,7 +1950,7 @@ ld.])
+@@ -1925,7 +1925,7 @@ ld.])
MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
;;
@@ -11,7 +11,7 @@ $NetBSD: patch-aa-toplevel,v 1.6 2012/04/28 16:56:58 ryoon Exp $
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
-@@ -1958,6 +1958,9 @@ ld.])
+@@ -1933,6 +1933,9 @@ ld.])
if test ! "$GNU_CC"; then
DSO_LDOPTS="-Bshareable $DSO_LDOPTS"
fi
@@ -21,7 +21,7 @@ $NetBSD: patch-aa-toplevel,v 1.6 2012/04/28 16:56:58 ryoon Exp $
;;
ia64*-hpux*)
-@@ -3231,6 +3234,9 @@ dnl ====================================
+@@ -3168,6 +3171,9 @@ dnl ====================================
case $target in
*-hpux11.*)
;;
diff --git a/mail/thunderbird/patches/patch-ay b/mail/thunderbird/patches/patch-ay
index 4f089eb3138..3ffcb5cde3b 100644
--- a/mail/thunderbird/patches/patch-ay
+++ b/mail/thunderbird/patches/patch-ay
@@ -1,11 +1,11 @@
-$NetBSD: patch-ay,v 1.6 2012/04/28 16:56:58 ryoon Exp $
+$NetBSD: patch-ay,v 1.7 2012/06/12 19:37:49 ryoon Exp $
---- mozilla/browser/app/nsBrowserApp.cpp.orig 2012-04-20 22:39:54.000000000 +0000
+--- mozilla/browser/app/nsBrowserApp.cpp.orig 2012-06-01 17:19:10.000000000 +0000
+++ mozilla/browser/app/nsBrowserApp.cpp
-@@ -53,6 +53,30 @@
- #include <stdio.h>
- #include <stdarg.h>
- #include <string.h>
+@@ -47,6 +47,31 @@
+ #include <sys/resource.h>
+ #endif
+
+#include <sys/resource.h>
+
+#ifdef __NetBSD__
@@ -30,10 +30,11 @@ $NetBSD: patch-ay,v 1.6 2012/04/28 16:56:58 ryoon Exp $
+ fprintf(stderr, "warning: setrlimit failed\n");
+}
+#endif
-
- #include "plstr.h"
- #include "prprf.h"
-@@ -215,6 +239,9 @@ int main(int argc, char* argv[])
++
+ #ifdef XP_MACOSX
+ #include "MacQuirks.h"
+ #endif
+@@ -197,6 +222,9 @@ int main(int argc, char* argv[])
#ifdef XP_MACOSX
TriggerQuirks();
#endif
diff --git a/mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk b/mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk
new file mode 100644
index 00000000000..dc3bbe41c15
--- /dev/null
+++ b/mail/thunderbird/patches/patch-ldap_sdks_c-sdk_build.mk
@@ -0,0 +1,39 @@
+$NetBSD: patch-ldap_sdks_c-sdk_build.mk,v 1.1 2012/06/12 19:37:49 ryoon Exp $
+
+--- ldap/sdks/c-sdk/build.mk.orig 2012-06-01 17:20:02.000000000 +0000
++++ ldap/sdks/c-sdk/build.mk
+@@ -488,21 +488,21 @@ LINK_LIB = $(RM) $@; $(AR) $(AR_F
+ LINK_LIB2 = $(RM) $@; $(AR) $@ $(OBJS2); $(RANLIB) $@
+ ifneq ($(LD),$(CC))
+ ifdef SONAMEFLAG_PREFIX
+-LINK_DLL = $(LD) $(DSO_LDOPTS) $(LDRPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) \
++LINK_DLL = $(LD) $(DSO_LDOPTS) $(LDRPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) $(OS_LDFLAGS) \
+ $(DLL_LDFLAGS) $(DLL_EXPORT_FLAGS) \
+ -o $@ $(SONAMEFLAG_PREFIX)$(notdir $@) $(OBJS)
+ else # SONAMEFLAG_PREFIX
+-LINK_DLL = $(LD) $(DSO_LDOPTS) $(LDRPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) \
++LINK_DLL = $(LD) $(DSO_LDOPTS) $(LDRPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) $(OS_LDFLAGS) \
+ $(DLL_LDFLAGS) $(DLL_EXPORT_FLAGS) \
+ -o $@ $(OBJS)
+ endif # SONAMEFLAG_PREFIX
+ else # $(CC) is used to link libs
+ ifdef SONAMEFLAG_PREFIX
+-LINK_DLL = $(LD) $(DSO_LDOPTS) $(RPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) \
++LINK_DLL = $(LD) $(DSO_LDOPTS) $(RPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) $(OS_LDFLAGS) \
+ $(DLL_LDFLAGS) $(DLL_EXPORT_FLAGS) \
+ -o $@ $(SONAMEFLAG_PREFIX)$(notdir $@) $(OBJS)
+ else # SONAMEFLAG_PREFIX
+-LINK_DLL = $(LD) $(DSO_LDOPTS) $(RPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) \
++LINK_DLL = $(LD) $(DSO_LDOPTS) $(RPATHFLAG_PREFIX)$(RPATHFLAG) $(ALDFLAGS) $(OS_LDFLAGS) \
+ $(DLL_LDFLAGS) $(DLL_EXPORT_FLAGS) \
+ -o $@ $(OBJS)
+ endif # SONAMEFLAG_PREFIX
+@@ -517,7 +517,7 @@ SO_FILES_TO_REMOVE=so_locations
+ endif
+
+ ifneq (,$(filter BeOS Darwin NetBSD,$(OS_ARCH)))
+-LINK_DLL = $(MKSHLIB) $(OBJS)
++LINK_DLL = $(MKSHLIB) $(OBJS) $(OS_LDFLAGS)
+ endif
+
+ ifeq ($(OS_ARCH), HP-UX)
diff --git a/mail/thunderbird/patches/patch-mk b/mail/thunderbird/patches/patch-mk
index 3ddf907c7d3..3d47de6ab59 100644
--- a/mail/thunderbird/patches/patch-mk
+++ b/mail/thunderbird/patches/patch-mk
@@ -1,10 +1,10 @@
-$NetBSD: patch-mk,v 1.4 2012/04/28 16:56:58 ryoon Exp $
+$NetBSD: patch-mk,v 1.5 2012/06/12 19:37:49 ryoon Exp $
Treat DragonFly like FreeBSD.
---- mozilla/config/rules.mk.orig 2012-04-20 22:39:56.000000000 +0000
+--- mozilla/config/rules.mk.orig 2012-06-01 17:19:12.000000000 +0000
+++ mozilla/config/rules.mk
-@@ -601,6 +601,12 @@ EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
+@@ -588,6 +588,12 @@ EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
endif
endif
@@ -17,14 +17,32 @@ Treat DragonFly like FreeBSD.
ifeq ($(OS_ARCH),NetBSD)
ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST)))
ifeq ($(MODULE),layout)
-@@ -610,6 +616,10 @@ endif
+@@ -597,6 +603,10 @@ endif
endif
endif
+ifeq ($(OS_ARCH),NetBSD)
-+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/xulrunner
++EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/thunderbird
+endif
+
#
# HP-UXBeOS specific section: for COMPONENTS only, add -Bsymbolic flag
# which uses internal symbols first
+@@ -1479,7 +1489,7 @@ $(XPIDL_GEN_DIR)/%.h: %.idl $(XPIDL_DEPS
+ $(PYTHON_PATH) \
+ -I$(topsrcdir)/other-licenses/ply \
+ -I$(topsrcdir)/xpcom/idl-parser \
+- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
+ @if test -n "$(findstring $*.h, $(EXPORTS))"; \
+ then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; else true; fi
+
+@@ -1492,7 +1502,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DE
+ -I$(topsrcdir)/other-licenses/ply \
+ -I$(topsrcdir)/xpcom/idl-parser \
+ -I$(topsrcdir)/xpcom/typelib/xpt/tools \
+- $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
++ $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
+
+ # no need to link together if XPIDLSRCS contains only XPIDL_MODULE
+ ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS)))
diff --git a/mail/thunderbird/patches/patch-mm b/mail/thunderbird/patches/patch-mm
index d4f58611f4b..65d0762db4f 100644
--- a/mail/thunderbird/patches/patch-mm
+++ b/mail/thunderbird/patches/patch-mm
@@ -1,8 +1,16 @@
-$NetBSD: patch-mm,v 1.8 2012/04/28 16:56:58 ryoon Exp $
+$NetBSD: patch-mm,v 1.9 2012/06/12 19:37:49 ryoon Exp $
---- mozilla/toolkit/library/Makefile.in.orig 2012-04-20 22:40:25.000000000 +0000
+--- mozilla/toolkit/library/Makefile.in.orig 2012-06-01 17:19:46.000000000 +0000
+++ mozilla/toolkit/library/Makefile.in
-@@ -549,6 +549,24 @@ EXTRA_DSO_LDOPTS += -lelf -ldemangle
+@@ -119,6 +119,7 @@ STATIC_LIBS += ipdlunittest_s
+ endif
+
+ ifeq (Linux,$(OS_ARCH))
++EXTRA_DSO_LDOPTS += -lnssutil3
+ ifneq (Android,$(OS_TARGET))
+ OS_LIBS += -lrt
+ endif
+@@ -520,6 +521,24 @@ EXTRA_DSO_LDOPTS += -lelf -ldemangle
endif
endif
@@ -25,5 +33,5 @@ $NetBSD: patch-mm,v 1.8 2012/04/28 16:56:58 ryoon Exp $
+endif
+
ifeq ($(OS_ARCH),WINNT)
- OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 uuid version winspool comdlg32 imm32 winmm wsock32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg)
- ifneq (,$(MOZ_DEBUG)$(NS_TRACE_MALLOC))
+ OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 version winspool comdlg32 imm32 msimg32 shlwapi psapi ws2_32 dbghelp rasapi32 rasdlg iphlpapi uxtheme setupapi t2embed secur32)
+ ifdef MOZ_CRASHREPORTER
diff --git a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h
index 8d40237d7ae..385c0bef921 100644
--- a/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h
+++ b/mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h
@@ -1,16 +1,8 @@
-$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util.h,v 1.2 2012/04/28 16:56:59 ryoon Exp $
+$NetBSD: patch-mozilla_ipc_chromium_src_base_process__util.h,v 1.3 2012/06/12 19:37:49 ryoon Exp $
---- mozilla/ipc/chromium/src/base/process_util.h.orig 2012-04-20 22:40:05.000000000 +0000
+--- mozilla/ipc/chromium/src/base/process_util.h.orig 2012-06-01 17:19:23.000000000 +0000
+++ mozilla/ipc/chromium/src/base/process_util.h
-@@ -14,7 +14,6 @@
- #include <windows.h>
- #include <tlhelp32.h>
- #elif defined(OS_LINUX)
--#include <dirent.h>
- #include <limits.h>
- #include <sys/types.h>
- #elif defined(OS_MACOSX)
-@@ -280,6 +279,7 @@ class NamedProcessIterator {
+@@ -280,6 +280,7 @@ class NamedProcessIterator {
const ProcessEntry* NextProcessEntry();
private:
@@ -18,7 +10,7 @@ $NetBSD: patch-mozilla_ipc_chromium_src_base_process__util.h,v 1.2 2012/04/28 16
// Determines whether there's another process (regardless of executable)
// left in the list of all processes. Returns true and sets entry_ to
// that process's info if there is one, false otherwise.
-@@ -292,18 +292,24 @@ class NamedProcessIterator {
+@@ -292,18 +293,24 @@ class NamedProcessIterator {
void InitProcessEntry(ProcessEntry* entry);
std::wstring executable_name_;
diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_config_rules.mk b/mail/thunderbird/patches/patch-mozilla_js_src_config_rules.mk
new file mode 100644
index 00000000000..6f734f4d0a5
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_js_src_config_rules.mk
@@ -0,0 +1,22 @@
+$NetBSD: patch-mozilla_js_src_config_rules.mk,v 1.1 2012/06/12 19:37:49 ryoon Exp $
+
+--- mozilla/js/src/config/rules.mk.orig 2012-06-01 17:19:23.000000000 +0000
++++ mozilla/js/src/config/rules.mk
+@@ -1479,7 +1479,7 @@ $(XPIDL_GEN_DIR)/%.h: %.idl $(XPIDL_DEPS
+ $(PYTHON_PATH) \
+ -I$(topsrcdir)/other-licenses/ply \
+ -I$(topsrcdir)/xpcom/idl-parser \
+- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
+ @if test -n "$(findstring $*.h, $(EXPORTS))"; \
+ then echo "*** WARNING: file $*.h generated from $*.idl overrides $(srcdir)/$*.h"; else true; fi
+
+@@ -1492,7 +1492,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DE
+ -I$(topsrcdir)/other-licenses/ply \
+ -I$(topsrcdir)/xpcom/idl-parser \
+ -I$(topsrcdir)/xpcom/typelib/xpt/tools \
+- $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
++ $(topsrcdir)/xpcom/idl-parser/typelib.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache $(XPIDL_FLAGS) $(_VPATH_SRCS) -d $(MDDEPDIR)/$(@F).pp -o $@
+
+ # no need to link together if XPIDLSRCS contains only XPIDL_MODULE
+ ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS)))
diff --git a/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_Makefile.in b/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_Makefile.in
new file mode 100644
index 00000000000..3575a424429
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_Makefile.in
@@ -0,0 +1,49 @@
+$NetBSD: patch-mozilla_js_xpconnect_src_Makefile.in,v 1.1 2012/06/12 19:37:49 ryoon Exp $
+
+--- mozilla/js/xpconnect/src/Makefile.in.orig 2012-06-01 17:19:26.000000000 +0000
++++ mozilla/js/xpconnect/src/Makefile.in
+@@ -151,7 +151,7 @@ dom_quickstubs.cpp: $(srcdir)/dom_quicks
+ -I$(topsrcdir)/xpcom/idl-parser \
+ $(srcdir)/qsgen.py \
+ --idlpath=$(DEPTH)/dist/idl \
+- --cachedir=$(DEPTH)/xpcom/idl-parser \
++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \
+ --header-output dom_quickstubs.h \
+ --stub-output dom_quickstubs.cpp \
+ --makedepend-output $(MDDEPDIR)/dom_qsgen.pp \
+@@ -172,7 +172,7 @@ dombindings_gen.h: $(srcdir)/dombindings
+ -I$(topsrcdir)/xpcom/idl-parser \
+ $(srcdir)/dombindingsgen.py \
+ --idlpath=$(DEPTH)/dist/idl \
+- --cachedir=$(DEPTH)/xpcom/idl-parser \
++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \
+ --header-output dombindings_gen.h \
+ $(srcdir)/dombindings.conf
+
+@@ -189,7 +189,7 @@ dombindings_gen.cpp: $(srcdir)/dombindin
+ -I$(topsrcdir)/xpcom/idl-parser \
+ $(srcdir)/dombindingsgen.py \
+ --idlpath=$(DEPTH)/dist/idl \
+- --cachedir=$(DEPTH)/xpcom/idl-parser \
++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \
+ --stub-output dombindings_gen.cpp \
+ --makedepend-output $(MDDEPDIR)/dombindingsgen.pp \
+ $(srcdir)/dombindings.conf
+@@ -208,7 +208,7 @@ DictionaryHelpers.h: $(srcdir)/dictionar
+ -I$(topsrcdir)/xpcom/idl-parser \
+ $(srcdir)/dictionary_helper_gen.py \
+ -I $(DEPTH)/dist/idl \
+- --cachedir=$(DEPTH)/xpcom/idl-parser \
++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \
+ --header-output DictionaryHelpers.h \
+ $(srcdir)/dictionary_helper_gen.conf
+
+@@ -223,7 +223,7 @@ DictionaryHelpers.cpp: $(srcdir)/diction
+ -I$(topsrcdir)/xpcom/idl-parser \
+ $(srcdir)/dictionary_helper_gen.py \
+ -I $(DEPTH)/dist/idl \
+- --cachedir=$(DEPTH)/xpcom/idl-parser \
++ --cachedir=$(DEPTH)/xpcom/idl-parser/cache \
+ --header-output DictionaryHelpers.h \
+ --stub-output DictionaryHelpers.cpp \
+ --makedepend-output $(MDDEPDIR)/dictionary_helper_gen.pp \
diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_Makefile.in b/mail/thunderbird/patches/patch-mozilla_xpcom_Makefile.in
index a09fbe7fdc5..428efe20d73 100644
--- a/mail/thunderbird/patches/patch-mozilla_xpcom_Makefile.in
+++ b/mail/thunderbird/patches/patch-mozilla_xpcom_Makefile.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-mozilla_xpcom_Makefile.in,v 1.2 2012/04/28 16:56:59 ryoon Exp $
+$NetBSD: patch-mozilla_xpcom_Makefile.in,v 1.3 2012/06/12 19:37:49 ryoon Exp $
--- mozilla/xpcom/Makefile.in.orig 2012-04-20 22:40:27.000000000 +0000
+++ mozilla/xpcom/Makefile.in
@@ -7,7 +7,7 @@ $NetBSD: patch-mozilla_xpcom_Makefile.in,v 1.2 2012/04/28 16:56:59 ryoon Exp $
endif
+ifeq ($(OS_ARCH),NetBSD)
-+EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/xulrunner-sdk/sdk/lib
++EXTRA_DSO_LDOPTS += -Wl,-rpath,${PREFIX}/lib/thunderbird
+endif
+
ifdef ENABLE_TESTS
diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_Makefile.in b/mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_Makefile.in
new file mode 100644
index 00000000000..830591f2295
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-mozilla_xpcom_idl-parser_Makefile.in,v 1.1 2012/06/12 19:37:49 ryoon Exp $
+
+--- mozilla/xpcom/idl-parser/Makefile.in.orig 2012-06-01 17:19:53.000000000 +0000
++++ mozilla/xpcom/idl-parser/Makefile.in
+@@ -61,7 +61,7 @@ export:: $(PARSER_SRCS) $(PLY_PROGS)
+ $(PYTHON_PATH) \
+ -I$(topsrcdir)/other-licenses/ply \
+ -I$(topsrcdir)/xpcom/idl-parser \
+- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=. --regen
++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache --regen
+
+ check::
+ $(PYTHON_PATH) \
diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_header.py b/mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_header.py
new file mode 100644
index 00000000000..edb91e508de
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_xpcom_idl-parser_header.py
@@ -0,0 +1,18 @@
+$NetBSD: patch-mozilla_xpcom_idl-parser_header.py,v 1.4 2012/06/12 19:37:49 ryoon Exp $
+
+--- mozilla/xpcom/idl-parser/header.py.orig 2012-06-01 17:19:53.000000000 +0000
++++ mozilla/xpcom/idl-parser/header.py
+@@ -505,10 +505,9 @@ if __name__ == '__main__':
+ print >>sys.stderr, "--regen useless without --cachedir"
+ # Delete the lex/yacc files. Ply is too stupid to regenerate them
+ # properly
+- deadfiles = os.path.join(options.cachedir, "*.py*")
+- for filename in glob.glob(deadfiles):
+- print filename
+- os.remove(filename)
++ for fileglobs in [os.path.join(options.cachedir, f) for f in ["xpidllex.py*", "xpidlyacc.py*"]]:
++ for filename in glob.glob(fileglobs):
++ os.remove(filename)
+
+ # Instantiate the parser.
+ p = xpidl.IDLParser(outputdir=options.cachedir)
diff --git a/mail/thunderbird/patches/patch-mozilla_xpcom_typelib_xpidl_Makefile.in b/mail/thunderbird/patches/patch-mozilla_xpcom_typelib_xpidl_Makefile.in
new file mode 100644
index 00000000000..9890c0787cf
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_xpcom_typelib_xpidl_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-mozilla_xpcom_typelib_xpidl_Makefile.in,v 1.1 2012/06/12 19:37:49 ryoon Exp $
+
+--- mozilla/xpcom/typelib/xpidl/Makefile.in.orig 2012-06-01 17:19:53.000000000 +0000
++++ mozilla/xpcom/typelib/xpidl/Makefile.in
+@@ -48,8 +48,8 @@ SDK_BINARY = \
+ $(topsrcdir)/xpcom/idl-parser/xpidl.py \
+ $(topsrcdir)/xpcom/idl-parser/header.py \
+ $(topsrcdir)/xpcom/idl-parser/typelib.py \
+- $(DEPTH)/xpcom/idl-parser/xpidllex.py \
+- $(DEPTH)/xpcom/idl-parser/xpidlyacc.py \
++ $(DEPTH)/xpcom/idl-parser/cache/xpidllex.py \
++ $(DEPTH)/xpcom/idl-parser/cache/xpidlyacc.py \
+ $(NULL)
+
+ ifndef MOZ_SYSTEM_PLY
diff --git a/mail/thunderbird/patches/patch-zb b/mail/thunderbird/patches/patch-zb
index 9076cd0f526..5dad8a93707 100644
--- a/mail/thunderbird/patches/patch-zb
+++ b/mail/thunderbird/patches/patch-zb
@@ -1,10 +1,10 @@
-$NetBSD: patch-zb,v 1.5 2012/04/28 16:56:59 ryoon Exp $
+$NetBSD: patch-zb,v 1.6 2012/06/12 19:37:49 ryoon Exp $
---- mail/app/Makefile.in.orig 2012-04-20 22:32:37.000000000 +0000
+--- mail/app/Makefile.in.orig 2012-06-01 17:11:49.000000000 +0000
+++ mail/app/Makefile.in
-@@ -103,6 +103,10 @@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
- TK_LIBS := -framework Cocoa $(TK_LIBS)
- endif
+@@ -96,6 +96,10 @@ LOCAL_INCLUDES += \
+ DEFINES += -DXPCOM_GLUE
+ STL_FLAGS=
+ifeq ($(OS_ARCH),NetBSD)
+LIBS += -lossaudio