pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/thunderbird Update to 52.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/da6116a4edc8
branches: trunk
changeset: 361850:da6116a4edc8
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Apr 27 13:32:40 2017 +0000
description:
Update to 52.0.1
Changelog:
52.0.1:
Fixed
Clicking on a link in an email may not open this link in the external browser.
Crash due to incompatibility with McAfee Anti-SPAM add-on. Add-on is blocked in 52.0.1
52.0:
New
Folder pane toolbar and folder view selector (replacement for folder view arrows)
Optionally remove corresponding data files when removing an account from Thunderbird
Import settings from Becky! Internet Mail
Possibility to copy message filter
Dictionary setting is restored when editing a draft. Content-Language header (RFC 3282) transmitted with message
Calendar: Event can now be created and edited in a tab
Calendar: Processing of received invitation counter proposals
Chat: Support Twitter Direct Messages
Chat: Liking and favoriting in Twitter
Chat: XMPP: Support SASL SCRAM authentication mechanism
Chat: Support Jabber/XMPP Message Carbons (XEP-280)
Changed
IMPORTANT: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This
allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message
automatically. This can be changed for each image individually via the Image Properties dialog or globally by setting the preference mail.compose.attach_http_images.
Correspondents column now default for all new folders, can be switched off with preference mail.threadpane.use_correspondents
When replying to a mailing list, reply will be sent to address in From header ignoring Reply-to header
On Linux PulseAudio is now required to play sound
Formatting toolbar is now left in place when delivery format is switched to plain text only
Messages in IMAP folders read on external device are now filtered by default
Folders backed by mbox storage larger than 4GB are supported without warning (unless preference mailnews.allowMboxOver4GB is set to false)
IMAP caching now uses Mozilla's latest caching technology
The keyboard shortcut to insert hyperlinks into a compose window was changed from CTRL+L to CTRL+K to align with Office applications
Chat: Removed Yahoo! Messenger support (since Yahoo removed support)
Fixed
Message preview pane non-functional after IMAP folder was renamed or moved
Fixed
Editing in paragraph format: Pressing Shift+Enter sometimes doesn't move the cursor to the next line
Various corrections when composing messages in paragraph format
Paste as quotation doesn't always work
Long lines in plain text replies not properly wrapped
Undesired white-space before signature in paragraph mode
When attachment unavailable, compose shows endless "Attaching..." message instead of error
Text encoding of reply sometimes incorrect (uses encoding of last viewed message)
Text encoding of message display, reply or forwarded message sometimes incorrect (uses encoding of attachment)
Delivery Format not preserved for saved drafts (Auto-Detect|Plaintext|HTML|Both)
Reply to own e-mail does not reply with the correct identity
IMAP message part caching
Links with escaped non-ASCII (international) characters can't be clicked
Calendar: Events specified in timezone "local time" generate alerts in UTC time
Chat: XMPP Resource collisions
Various security fixes
Security fixes:
#CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP
#CVE-2017-5401: Memory Corruption when handling ErrorResult
#CVE-2017-5402: Use-after-free working with events in FontFace objects
#CVE-2017-5403: Use-after-free using addRange to add range to an incorrect root object
#CVE-2017-5404: Use-after-free working with ranges in selections
#CVE-2017-5406: Segmentation fault in Skia with canvas operations
#CVE-2017-5407: Pixel and history stealing via floating-point timing side channel with SVG filters
#CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping
#CVE-2017-5411: Use-after-free in Buffer Storage in libGLES
#CVE-2017-5408: Cross-origin reading of video captions in violation of CORS
#CVE-2017-5412: Buffer overflow read in SVG filters
#CVE-2017-5413: Segmentation fault during bidirectional operations
#CVE-2017-5414: File picker can choose incorrect default directory
#CVE-2017-5416: Null dereference crash in HttpChannel
#CVE-2017-5425: Overly permissive Gecko Media Plugin sandbox regular expression access
#CVE-2017-5426: Gecko Media Plugin sandbox is not started if seccomp-bpf filter is running
#CVE-2017-5418: Out of bounds read when parsing HTTP digest authorization responses
#CVE-2017-5419: Repeated authentication prompts lead to DOS attack
#CVE-2017-5405: FTP response codes can cause use of uninitialized values for ports
#CVE-2017-5421: Print preview spoofing
#CVE-2017-5422: DOS attack by using view-source: protocol repeatedly in one hyperlink
#CVE-2017-5399: Memory safety bugs fixed in Thunderbird 52
#CVE-2017-5398: Memory safety bugs fixed in Thunderbird 52 and Thunderbird 45.8
diffstat:
mail/thunderbird/Makefile | 13 +-
mail/thunderbird/PLIST | 1534 ++++++++-
mail/thunderbird/PLIST.lightning | 90 +-
mail/thunderbird/distinfo | 164 +-
mail/thunderbird/options.mk | 31 +-
mail/thunderbird/patches/patch-mail_app_nsMailApp.cpp | 12 +-
mail/thunderbird/patches/patch-mozilla_browser_installer_package-manifest.in | 22 -
mail/thunderbird/patches/patch-mozilla_build_autoconf_compiler-opts.m4 | 19 -
mail/thunderbird/patches/patch-mozilla_build_autoconf_nss.m4 | 46 -
mail/thunderbird/patches/patch-mozilla_build_gyp.mozbuild | 25 +-
mail/thunderbird/patches/patch-mozilla_build_moz.configure_init.configure | 37 +
mail/thunderbird/patches/patch-mozilla_build_moz.configure_keyfiles.configure | 21 +
mail/thunderbird/patches/patch-mozilla_build_moz.configure_memory.configure | 13 +
mail/thunderbird/patches/patch-mozilla_build_moz.configure_old.configure | 25 +
mail/thunderbird/patches/patch-mozilla_config_Makefile.in | 38 +-
mail/thunderbird/patches/patch-mozilla_config_external_moz.build | 41 +-
mail/thunderbird/patches/patch-mozilla_config_rules.mk | 12 -
mail/thunderbird/patches/patch-mozilla_config_system-headers | 86 +-
mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h | 9 +
mail/thunderbird/patches/patch-mozilla_configure.in | 365 --
mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp | 12 -
mail/thunderbird/patches/patch-mozilla_dom_base_moz.build | 20 +-
mail/thunderbird/patches/patch-mozilla_dom_filesystem_compat_FileSystemDirectoryReader.h | 12 +
mail/thunderbird/patches/patch-mozilla_dom_media_AudioStream.cpp | 38 +
mail/thunderbird/patches/patch-mozilla_dom_media_AudioStream.h | 28 +
mail/thunderbird/patches/patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp | 12 -
mail/thunderbird/patches/patch-mozilla_dom_media_moz.build | 32 +-
mail/thunderbird/patches/patch-mozilla_dom_media_platforms_ffmpeg_ffvpx_FFVPXRuntimeLinker.cpp | 39 +
mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginProcessChild.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_dom_system_OSFileConstants.cpp | 55 +-
mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp | 8 +-
mail/thunderbird/patches/patch-mozilla_gfx_graphite2_moz-gr-update.sh | 30 +
mail/thunderbird/patches/patch-mozilla_gfx_moz.build | 8 +-
mail/thunderbird/patches/patch-mozilla_gfx_skia_generate__mozbuild.py | 17 +-
mail/thunderbird/patches/patch-mozilla_gfx_skia_moz.build | 17 +-
mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_core_SkUtilsArm.cpp | 45 -
mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp | 28 -
mail/thunderbird/patches/patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S | 49 -
mail/thunderbird/patches/patch-mozilla_gfx_thebes_moz.build | 34 +-
mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.S | 331 +-
mail/thunderbird/patches/patch-mozilla_image_Downscaler.h | 33 +
mail/thunderbird/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp | 18 +-
mail/thunderbird/patches/patch-mozilla_intl_unicharutil_util_moz.build | 12 +
mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util__posix.cc | 21 -
mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__loop.cc | 38 -
mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc | 73 +-
mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__bsd.cc | 15 -
mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_scoped__nsautorelease__pool.h | 42 -
mail/thunderbird/patches/patch-mozilla_ipc_glue_StringUtil.cpp | 21 -
mail/thunderbird/patches/patch-mozilla_ipc_glue_moz.build | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_configure.in | 40 -
mail/thunderbird/patches/patch-mozilla_js_src_ctypes_CTypes.h | 28 -
mail/thunderbird/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp | 12 -
mail/thunderbird/patches/patch-mozilla_js_src_jit_LIR.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_jit_arm_Architecture-arm.cpp | 6 +-
mail/thunderbird/patches/patch-mozilla_js_src_jit_none_AtomicOperations-sparc.h | 259 +
mail/thunderbird/patches/patch-mozilla_js_src_jsdate.cpp | 15 -
mail/thunderbird/patches/patch-mozilla_js_src_jskwgen.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_jsnativestack.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_moz.build | 15 +
mail/thunderbird/patches/patch-mozilla_js_src_old-configure.in | 32 +
mail/thunderbird/patches/patch-mozilla_js_src_shell_jsoptparse.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h | 8 +-
mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb.c | 12 +-
mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__alsa.c | 276 +-
mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_cubeb__oss.c | 68 +-
mail/thunderbird/patches/patch-mozilla_media_libcubeb_src_moz.build | 30 +-
mail/thunderbird/patches/patch-mozilla_media_libcubeb_tests_moz.build | 12 +
mail/thunderbird/patches/patch-mozilla_media_libcubeb_update.sh | 12 +
mail/thunderbird/patches/patch-mozilla_media_libpng_pngpriv.h | 12 -
mail/thunderbird/patches/patch-mozilla_media_libsoundtouch_src_soundtouch__perms.h | 14 +
mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h | 12 -
mail/thunderbird/patches/patch-mozilla_media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp | 22 -
mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_fake__log__device.c | 27 -
mail/thunderbird/patches/patch-mozilla_media_libstagefright_system_core_liblog_logprint.c | 22 -
mail/thunderbird/patches/patch-mozilla_media_libtheora_lib_info.c | 13 -
mail/thunderbird/patches/patch-mozilla_media_libtheora_moz.build | 8 +-
mail/thunderbird/patches/patch-mozilla_media_libtremor_Makefile.in | 14 -
mail/thunderbird/patches/patch-mozilla_media_libtremor_moz.build | 6 +-
mail/thunderbird/patches/patch-mozilla_media_libvorbis_Makefile.in | 14 -
mail/thunderbird/patches/patch-mozilla_media_libvorbis_lib_vorbis__info.c | 13 -
mail/thunderbird/patches/patch-mozilla_media_libvorbis_moz.build | 6 +-
mail/thunderbird/patches/patch-mozilla_media_libyuv_include_libyuv_scale__row.h | 17 -
mail/thunderbird/patches/patch-mozilla_media_libyuv_source_mjpeg__decoder.cc | 12 +
mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c | 18 -
mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h | 19 -
mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_common.build | 15 +-
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi | 13 -
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi | 28 -
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc | 13 -
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h | 13 -
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc | 14 +-
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi | 57 +-
mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp | 43 -
mail/thunderbird/patches/patch-mozilla_memory_build_mozjemalloc__compat.c | 53 -
mail/thunderbird/patches/patch-mozilla_memory_volatile_VolatileBufferOSX.cpp | 19 -
mail/thunderbird/patches/patch-mozilla_mfbt_Attributes.h | 30 -
mail/thunderbird/patches/patch-mozilla_mobile_android_installer_Makefile.in | 15 +
mail/thunderbird/patches/patch-mozilla_modules_libpref_init_all.js | 13 -
mail/thunderbird/patches/patch-mozilla_mozglue_build_arm.cpp | 18 +-
mail/thunderbird/patches/patch-mozilla_netwerk_dns_moz.build | 12 +-
mail/thunderbird/patches/patch-mozilla_old-configure.in | 244 +
mail/thunderbird/patches/patch-mozilla_storage_SQLiteMutex.h | 24 -
mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__back.jsm | 15 +
mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_modules_osfile__unix__front.jsm | 13 +
mail/thunderbird/patches/patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h | 10 +-
mail/thunderbird/patches/patch-mozilla_toolkit_components_terminator_nsTerminator.cpp | 25 +
mail/thunderbird/patches/patch-mozilla_toolkit_library_moz.build | 59 +-
mail/thunderbird/patches/patch-mozilla_toolkit_modules_GMPUtils.jsm | 12 +
mail/thunderbird/patches/patch-mozilla_toolkit_moz.configure | 31 +
mail/thunderbird/patches/patch-mozilla_toolkit_mozapps_extensions_test_browser_browser__gmpProvider.js | 12 +
mail/thunderbird/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk | 10 +-
mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsAppRunner.cpp | 31 -
mail/thunderbird/patches/patch-mozilla_webapprt_moz.build | 13 -
mail/thunderbird/patches/patch-mozilla_xpcom_build_PoisonIOInterposer.h | 55 -
mail/thunderbird/patches/patch-mozilla_xpcom_build_XPCOMInit.cpp | 28 +
mail/thunderbird/patches/patch-mozilla_xpcom_components_Module.h | 13 -
mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_moz.build | 22 -
mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp | 13 -
mail/thunderbird/patches/patch-mozilla_xulrunner_installer_Makefile.in | 13 -
mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul-embedding.pc.in | 12 -
mail/thunderbird/patches/patch-mozilla_xulrunner_installer_libxul.pc.in | 11 -
126 files changed, 2987 insertions(+), 2930 deletions(-)
diffs (truncated from 8500 to 300 lines):
diff -r c80153a1a72d -r da6116a4edc8 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Thu Apr 27 13:29:31 2017 +0000
+++ b/mail/thunderbird/Makefile Thu Apr 27 13:32:40 2017 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.190 2017/04/22 21:03:42 adam Exp $
+# $NetBSD: Makefile,v 1.191 2017/04/27 13:32:40 ryoon Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird-${TB_VER}
-PKGREVISION= 1
-TB_VER= 45.8.0
+TB_VER= 52.0.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
EXTRACT_SUFX= .tar.xz
@@ -50,6 +49,12 @@
CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpidl.py
CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpt.py
+CHECK_WRKREF_SKIP+=lib/thunderbird/chrome/toolkit/content/global/buildconfig.html
+
+post-extract:
+ mv ${WRKSRC}/mozilla/gfx/ycbcr/yuv_row_arm.s \
+ ${WRKSRC}/mozilla/gfx/ycbcr/yuv_row_arm.S
+
pre-configure:
cd ${WRKSRC} && mkdir ${OBJDIR}
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
@@ -90,7 +95,7 @@
${DESTDIR}${PREFIX}/lib/${MOZILLA}/extensions/.
rm -rf ${WRKDIR}/extensions
-.include "../../www/firefox45/mozilla-common.mk"
+.include "../../www/firefox52/mozilla-common.mk"
.include "options.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c80153a1a72d -r da6116a4edc8 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST Thu Apr 27 13:29:31 2017 +0000
+++ b/mail/thunderbird/PLIST Thu Apr 27 13:32:40 2017 +0000
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.59 2016/04/17 18:33:50 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.60 2017/04/27 13:32:40 ryoon Exp $
bin/thunderbird
lib/thunderbird/application.ini
lib/thunderbird/blocklist.xml
lib/thunderbird/chrome.manifest
+lib/thunderbird/chrome/chat/content/chat/account.xml
+lib/thunderbird/chrome/chat/content/chat/accounts.css
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/content/chat/imAccountOptionsHelper.js
lib/thunderbird/chrome/chat/content/chat/imtooltip.css
lib/thunderbird/chrome/chat/content/chat/imtooltip.xml
lib/thunderbird/chrome/chat/skin/classic/chat/available-16.png
@@ -17,12 +20,9 @@
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/imtooltip.css
-lib/thunderbird/chrome/chat/skin/classic/chat/loading.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
@@ -165,7 +165,6 @@
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-right.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up-dim.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/arrow-up.png
-lib/thunderbird/chrome/classic/skin/classic/messenger/icons/arrow/foldercycler-arrow.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-col.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted-large.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/attachment-deleted.png
@@ -179,12 +178,14 @@
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/correspondents.svg
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
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/error.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude-selected.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/exclude.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/icons/extensionGeneric.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/filterbar.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/flag-col.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/flag-col.svg
@@ -195,7 +196,6 @@
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.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/message-ignored.png
lib/thunderbird/chrome/classic/skin/classic/messenger/icons/message-list.png
@@ -237,6 +237,7 @@
lib/thunderbird/chrome/classic/skin/classic/messenger/mailWindow1.css
lib/thunderbird/chrome/classic/skin/classic/messenger/messageBody.css
lib/thunderbird/chrome/classic/skin/classic/messenger/messageHeader.css
+lib/thunderbird/chrome/classic/skin/classic/messenger/messageIcons.css
lib/thunderbird/chrome/classic/skin/classic/messenger/messageQuotes.css
lib/thunderbird/chrome/classic/skin/classic/messenger/messageWindow.css
lib/thunderbird/chrome/classic/skin/classic/messenger/messenger.css
@@ -256,7 +257,6 @@
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/noise.png
lib/thunderbird/chrome/classic/skin/classic/messenger/operator.png
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/aboutPreferences.css
lib/thunderbird/chrome/classic/skin/classic/messenger/preferences/advanced.png
@@ -291,7 +291,6 @@
lib/thunderbird/chrome/classic/skin/classic/messenger/shared/messageHeader.css
lib/thunderbird/chrome/classic/skin/classic/messenger/shared/messenger.css
lib/thunderbird/chrome/classic/skin/classic/messenger/shared/tabmail.css
-lib/thunderbird/chrome/classic/skin/classic/messenger/sharedPlatform.css
lib/thunderbird/chrome/classic/skin/classic/messenger/smime/certFetchingStatus.css
lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoNotOk.png
lib/thunderbird/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoOk.png
@@ -313,15 +312,23 @@
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/tabs/active-middle.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/active-middle%2x.png@localhost
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/arrow-left-inverted.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/arrow-left.png
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-end.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-end%2x.png@localhost
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-middle.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-middle%2x.png@localhost
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-start.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/background-start%2x.png@localhost
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/dragIndicator.png
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/overflow-indicator.png
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/selected-end.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/selected-start.svg
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/stroke-end.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/stroke-end%2x.png@localhost
lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/stroke-start.png
+lib/thunderbird/chrome/classic/skin/classic/messenger/tabs/stroke-start%2x.png@localhost
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
@@ -406,23 +413,766 @@
lib/thunderbird/chrome/comm/content/editor/editorTasksOverlay.xul
lib/thunderbird/chrome/comm/content/editor/editorUtilities.js
lib/thunderbird/chrome/comm/content/editor/images/tag-anchor.gif
-lib/thunderbird/chrome/devtools/modules/devtools/acorn/acorn.js
-lib/thunderbird/chrome/devtools/modules/devtools/acorn/acorn_loose.js
-lib/thunderbird/chrome/devtools/modules/devtools/acorn/walk.js
+lib/thunderbird/chrome/devtools/content/aboutdebugging/aboutdebugging.css
+lib/thunderbird/chrome/devtools/content/aboutdebugging/aboutdebugging.xhtml
+lib/thunderbird/chrome/devtools/content/aboutdebugging/initializer.js
+lib/thunderbird/chrome/devtools/content/animationinspector/animation-controller.js
+lib/thunderbird/chrome/devtools/content/animationinspector/animation-inspector.xhtml
+lib/thunderbird/chrome/devtools/content/animationinspector/animation-panel.js
+lib/thunderbird/chrome/devtools/content/canvasdebugger/callslist.js
+lib/thunderbird/chrome/devtools/content/canvasdebugger/canvasdebugger.js
+lib/thunderbird/chrome/devtools/content/canvasdebugger/canvasdebugger.xul
+lib/thunderbird/chrome/devtools/content/canvasdebugger/snapshotslist.js
+lib/thunderbird/chrome/devtools/content/commandline/commandline.css
+lib/thunderbird/chrome/devtools/content/commandline/commandlineoutput.xhtml
+lib/thunderbird/chrome/devtools/content/commandline/commandlinetooltip.xhtml
+lib/thunderbird/chrome/devtools/content/debugger/debugger-controller.js
+lib/thunderbird/chrome/devtools/content/debugger/debugger-view.js
+lib/thunderbird/chrome/devtools/content/debugger/debugger.css
+lib/thunderbird/chrome/devtools/content/debugger/debugger.xul
+lib/thunderbird/chrome/devtools/content/debugger/new/images/angle-brackets.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/arrow.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/blackBox.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/breakpoint.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/close.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/disableBreakpoints.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/domain.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/file.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/folder.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/globe.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/pause-circle.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/pause.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/play.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/prettyPrint.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/resume.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/settings.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/stepIn.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/stepOut.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/stepOver.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/subSettings.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/images/worker.svg
+lib/thunderbird/chrome/devtools/content/debugger/new/index.html
+lib/thunderbird/chrome/devtools/content/debugger/utils.js
+lib/thunderbird/chrome/devtools/content/debugger/views/filter-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/global-search-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/options-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/stack-frames-classic-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/stack-frames-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/toolbar-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/variable-bubble-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/watch-expressions-view.js
+lib/thunderbird/chrome/devtools/content/debugger/views/workers-view.js
+lib/thunderbird/chrome/devtools/content/dom/dom.html
+lib/thunderbird/chrome/devtools/content/dom/main.js
+lib/thunderbird/chrome/devtools/content/framework/connect/connect.css
+lib/thunderbird/chrome/devtools/content/framework/connect/connect.js
+lib/thunderbird/chrome/devtools/content/framework/connect/connect.xhtml
+lib/thunderbird/chrome/devtools/content/framework/dev-edition-promo/dev-edition-logo.png
+lib/thunderbird/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.css
+lib/thunderbird/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.xul
+lib/thunderbird/chrome/devtools/content/framework/options-panel.css
+lib/thunderbird/chrome/devtools/content/framework/toolbox-init.js
+lib/thunderbird/chrome/devtools/content/framework/toolbox-options.xhtml
+lib/thunderbird/chrome/devtools/content/framework/toolbox-process-window.js
+lib/thunderbird/chrome/devtools/content/framework/toolbox-process-window.xul
+lib/thunderbird/chrome/devtools/content/framework/toolbox-window.xul
+lib/thunderbird/chrome/devtools/content/framework/toolbox.xul
+lib/thunderbird/chrome/devtools/content/inspector/inspector.js
+lib/thunderbird/chrome/devtools/content/inspector/inspector.xhtml
+lib/thunderbird/chrome/devtools/content/inspector/markup/markup.xhtml
+lib/thunderbird/chrome/devtools/content/memory/initializer.js
+lib/thunderbird/chrome/devtools/content/memory/memory.xhtml
+lib/thunderbird/chrome/devtools/content/netmonitor/netmonitor-controller.js
+lib/thunderbird/chrome/devtools/content/netmonitor/netmonitor-view.js
+lib/thunderbird/chrome/devtools/content/netmonitor/netmonitor.xul
+lib/thunderbird/chrome/devtools/content/performance/performance-controller.js
+lib/thunderbird/chrome/devtools/content/performance/performance-view.js
+lib/thunderbird/chrome/devtools/content/performance/performance.xul
+lib/thunderbird/chrome/devtools/content/performance/views/details-abstract-subview.js
+lib/thunderbird/chrome/devtools/content/performance/views/details-js-call-tree.js
+lib/thunderbird/chrome/devtools/content/performance/views/details-js-flamegraph.js
+lib/thunderbird/chrome/devtools/content/performance/views/details-memory-call-tree.js
+lib/thunderbird/chrome/devtools/content/performance/views/details-memory-flamegraph.js
+lib/thunderbird/chrome/devtools/content/performance/views/details-waterfall.js
+lib/thunderbird/chrome/devtools/content/performance/views/details.js
+lib/thunderbird/chrome/devtools/content/performance/views/overview.js
+lib/thunderbird/chrome/devtools/content/performance/views/recordings.js
+lib/thunderbird/chrome/devtools/content/performance/views/toolbar.js
+lib/thunderbird/chrome/devtools/content/projecteditor/chrome/content/projecteditor-loader.js
+lib/thunderbird/chrome/devtools/content/projecteditor/chrome/content/projecteditor-loader.xul
+lib/thunderbird/chrome/devtools/content/projecteditor/chrome/content/projecteditor-test.xul
+lib/thunderbird/chrome/devtools/content/projecteditor/chrome/content/projecteditor.xul
+lib/thunderbird/chrome/devtools/content/projecteditor/lib/helpers/readdir.js
+lib/thunderbird/chrome/devtools/content/responsive.html/index.js
+lib/thunderbird/chrome/devtools/content/responsive.html/index.xhtml
+lib/thunderbird/chrome/devtools/content/scratchpad/scratchpad.js
+lib/thunderbird/chrome/devtools/content/scratchpad/scratchpad.xul
+lib/thunderbird/chrome/devtools/content/shadereditor/shadereditor.js
+lib/thunderbird/chrome/devtools/content/shadereditor/shadereditor.xul
+lib/thunderbird/chrome/devtools/content/shared/frame-script-utils.js
+lib/thunderbird/chrome/devtools/content/shared/splitview.css
+lib/thunderbird/chrome/devtools/content/shared/theme-switching.js
+lib/thunderbird/chrome/devtools/content/shared/vendor/d3.js
+lib/thunderbird/chrome/devtools/content/shared/vendor/dagre-d3.js
+lib/thunderbird/chrome/devtools/content/shared/widgets/VariablesView.xul
+lib/thunderbird/chrome/devtools/content/shared/widgets/cubic-bezier.css
+lib/thunderbird/chrome/devtools/content/shared/widgets/filter-widget.css
+lib/thunderbird/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
+lib/thunderbird/chrome/devtools/content/shared/widgets/mdn-docs.css
+lib/thunderbird/chrome/devtools/content/shared/widgets/spectrum.css
+lib/thunderbird/chrome/devtools/content/shared/widgets/widgets.css
+lib/thunderbird/chrome/devtools/content/sourceeditor/codemirror/addon/dialog/dialog.css
+lib/thunderbird/chrome/devtools/content/sourceeditor/codemirror/addon/hint/show-hint.js
+lib/thunderbird/chrome/devtools/content/sourceeditor/codemirror/addon/tern/tern.js
+lib/thunderbird/chrome/devtools/content/sourceeditor/codemirror/codemirror.bundle.js
+lib/thunderbird/chrome/devtools/content/sourceeditor/codemirror/lib/codemirror.css
+lib/thunderbird/chrome/devtools/content/sourceeditor/codemirror/mozilla.css
+lib/thunderbird/chrome/devtools/content/storage/storage.xul
+lib/thunderbird/chrome/devtools/content/styleeditor/styleeditor.xul
+lib/thunderbird/chrome/devtools/content/webaudioeditor/controller.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/includes.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/models.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/views/automation.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/views/context.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/views/inspector.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/views/properties.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/views/utils.js
+lib/thunderbird/chrome/devtools/content/webaudioeditor/webaudioeditor.xul
+lib/thunderbird/chrome/devtools/content/webconsole/webconsole.xul
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/aboutdebugging.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/controls.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/install-error.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/panel.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/target.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-header.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-menu-entry.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-menu.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/panel.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/target.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/target-list.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/panel.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/service-worker-target.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/target.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/modules/addon.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/aboutdebugging/modules/worker.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/animationinspector/components/animation-details.js
+lib/thunderbird/chrome/devtools/modules/devtools/client/animationinspector/components/animation-target-node.js
Home |
Main Index |
Thread Index |
Old Index