Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/thunderbird thunderbird: Update to 78.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8603c791a5e7
branches:  trunk
changeset: 437942:8603c791a5e7
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 03 15:26:22 2020 +0000

description:
thunderbird: Update to 78.2.1

* Lightning cannot be disabled by users in build time.
  Remove mozilla-lightning option.

Changelog:
78.2.1
Changes
changed OpenPGP enabled by default
changed OpenPGP: Disabled the use of MD5/SM2/SM3 algorithms

Fixes
fixed OpenPGP: Users with sub-identities were unable to encrypt or sign messages when switching identities
fixed OpenPGP message security window did not support dark mode

78.2.0
Changes
changed OpenPGP Key generation now disabled when there is no default mail account configured
changed OpenPGP: Encrypt saved drafts when OpenPGP is enabled
changed Twitter search removed
changed Calendar: Event summary dialog is now themeable
changed MailExtensions: Some APIs now use defineLazyPreferenceGetter in order to benefit from caching

Fixes
fixed OpenPGP Key Manager search function did not work
fixed OpenPGP Key Properties dialog was sometimes too small
fixed OpenPGP: Encrypted email would not send if address contained uppercase characters
fixed OpenPGP: "Key ID" column could not be resized in Key Manage
fixed OpenPGP: Keys containing invalid UTF-8 strings could not be imported
fixed OpenPGP: Enable automatic signing for encrypted messages in additional scenarios
fixed Many more OpenPGP bug fixes and improvements
fixed IMAP fetch chunk size was always 65536 bytes
fixed IMAP server capabilities were not rechecked after upgrading to SSL/TLS connection
fixed Message Composer: Order of attachments could not be modified using drag & drop
fixed Composing messages with a "fixed width" font did not work
fixed Drag and drop of address book contacts did not work in some situations
fixed Address book migration failed when there was a dot in the file name
fixed Address book: "Always prefer display name over message header" was always checked when editing a contact
fixed Address book performance optimizations
fixed Dialog to add a new mail account from "Account Settings" did not open
fixed "Select All" (Ctrl+A) in message source did not work until focused with a mouse click
fixed Ctrl+scroll wheel not zooming in message reader
fixed Setting/changing a signature from a file lost when closing account settings
fixed Adaptive Junk Mail settings could not be disabled
fixed Message filter dialog fixes: Missing scrollbar, drop-down list not wide enough
fixed Various UX and theme improvements

78.1.1
Changes
changed Building OpenPGP shared library linked to system libraries now supported
changed MailExtension errors now shown in Developer Tools console by default
changed MailExtensions: Dynamic registration of calendar providers now supported

Fixesr
fixed OpenPGP improvements
fixed Message preview was sometimes blank after upgrading from Thunderbird 68
fixed Email addresses whitelisted for remote content not displayed in preferences
fixed Importing data from Seamonkey did not work
fixed Renaming a mail list did not update the side bar
fixed MailExtensions: messenger.* namespace was undefined

78.1.0
What's New
new OpenPGP support is now feature complete. Improvements: new Key Wizard, online searching for OpenPGP keys, and more
new The preferences tab now has a search field

Changes
changed Dark background in message reader is now disabled

Fixes
fixed Thunderbird startup was slow when using folder color customizations with many folders. Previously configured colors will not be migrated.
fixed Mail quota usage in status bar did not support terabyte folder sizes
fixed Changing Junk mail settings with keyboard toggled wrong setting
fixed Advanced IMAP server preferences not saved in Account Manager
fixed Address book migration updates and fixes
fixed Address book: Last Modified Date was not updated
fixed Dark mode improvements
fixed Various security fixes

Security fixes:
#CVE-2020-15652: Potential leak of redirect targets when loading scripts in a worker
#CVE-2020-6514: WebRTC data channel leaks internal address to peer
#CVE-2020-15655: Extension APIs could be used to bypass Same-Origin Policy
#CVE-2020-15653: Bypassing iframe sandbox when allowing popups
#CVE-2020-6463: Use-after-free in ANGLE gl::Texture::onUnbindAsSamplerTexture
#CVE-2020-15656: Type confusion for special arguments in IonMonkey
#CVE-2020-15658: Overriding file type when saving to disk
#CVE-2020-15657: DLL hijacking due to incorrect loading path
#CVE-2020-15654: Custom cursor can overlay user interface
#CVE-2020-15659: Memory safety bugs fixed in Thunderbird 78.1

78.0.1
What's New
new OpenPGP: Key revocation, extending key expiration, and secret key backup

Fixes
fixed Drag & Drop multiple attachments to macOS Finder created duplicate files
fixed Faceted search date and relevance settings not saved
fixed FileLink attachments included as a link and file when added from a network drive via drag & drop
fixed About Thunderbird dialog keyboard shortcuts did not work
fixed CC'd recipients sometimes displayed collapsed in header pane
fixed Incremental search in contacts sidebar did not always display local results when an LDAP server was also in use
fixed Contacts sidebar search results cleared after removing a contact
fixed OpenPGP: Messages with long Armor Header lines did not display
fixed OpenPGP: Messages containing non-UTF-8 text were not supported
fixed Various UI and theming fixes
fixed Chat: Participants list did not display operator flags

diffstat:

 mail/thunderbird/Makefile                                                                                    |    75 +-
 mail/thunderbird/PLIST                                                                                       |  3043 ++++++---
 mail/thunderbird/PLIST.lightning                                                                             |   420 -
 mail/thunderbird/distinfo                                                                                    |    92 +-
 mail/thunderbird/options.mk                                                                                  |    14 +-
 mail/thunderbird/patches/patch-browser_app_profile_firefox.js                                                |     6 +-
 mail/thunderbird/patches/patch-build_moz.configure_old.configure                                             |    12 -
 mail/thunderbird/patches/patch-build_moz.configure_rust.configure                                            |     9 +-
 mail/thunderbird/patches/patch-comm_mail_installer_package-manifest.in                                       |    13 -
 mail/thunderbird/patches/patch-comm_mail_installer_removed-files.in                                          |    17 -
 mail/thunderbird/patches/patch-comm_third__party_botan_configure.py                                          |    15 +
 mail/thunderbird/patches/patch-config_gcc-stl-wrapper.template.h                                             |    10 +-
 mail/thunderbird/patches/patch-config_makefiles_rust.mk                                                      |    30 +-
 mail/thunderbird/patches/patch-configure.in                                                                  |    10 +
 mail/thunderbird/patches/patch-dom_base_nsAttrName.h                                                         |     4 +-
 mail/thunderbird/patches/patch-dom_media_CubebUtils.cpp                                                      |     6 +-
 mail/thunderbird/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp          |     4 +-
 mail/thunderbird/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h                         |     4 +-
 mail/thunderbird/patches/patch-gfx_cairo_cairo_src_cairo-type1-subset.c                                      |    13 +
 mail/thunderbird/patches/patch-gfx_gl_GLContextProviderGLX.cpp                                               |    15 -
 mail/thunderbird/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp                                              |     6 +-
 mail/thunderbird/patches/patch-gfx_thebes_gfxPlatform.cpp                                                    |    20 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc                              |     4 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc                              |     4 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc                         |    22 -
 mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp                                            |     4 +-
 mail/thunderbird/patches/patch-js_src_jsfriendapi.h                                                          |    12 +
 mail/thunderbird/patches/patch-js_src_threading_posix_Thread.cpp                                             |    13 -
 mail/thunderbird/patches/patch-js_src_util_NativeStack.cpp                                                   |     6 +-
 mail/thunderbird/patches/patch-media_ffvpx_libavutil_arm_bswap.h                                             |    20 +
 mail/thunderbird/patches/patch-media_libcubeb_gtest_moz.build                                                |    12 -
 mail/thunderbird/patches/patch-media_libcubeb_src_cubeb.c                                                    |    24 -
 mail/thunderbird/patches/patch-media_libcubeb_src_cubeb__alsa.c                                              |   558 +-
 mail/thunderbird/patches/patch-media_libcubeb_src_cubeb__sun.c                                               |   516 +
 mail/thunderbird/patches/patch-media_libcubeb_src_moz.build                                                  |     4 +-
 mail/thunderbird/patches/patch-media_libcubeb_update.sh                                                      |    13 -
 mail/thunderbird/patches/patch-media_libpng_pngpriv.h                                                        |     4 +-
 mail/thunderbird/patches/patch-media_libtheora_lib_info.c                                                    |    13 +
 mail/thunderbird/patches/patch-media_libvorbis_lib_vorbis__info.c                                            |    13 +
 mail/thunderbird/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc |    20 +
 mail/thunderbird/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c                                             |    50 +-
 mail/thunderbird/patches/patch-old-configure.in                                                              |    15 +-
 mail/thunderbird/patches/patch-security_nss_lib_freebl_mpi_mpi.c                                             |    25 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_.cargo-checksum.json                          |     9 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_lib.rs                                    |    32 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs                          |   139 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs                              |    52 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs                             |    15 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs                         |    94 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs                     |    55 +
 mail/thunderbird/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs                            |    84 +
 mail/thunderbird/patches/patch-third__party_rust_getrandom_src_lib.rs                                        |    22 +
 mail/thunderbird/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs                  |    76 +
 mail/thunderbird/patches/patch-toolkit_components_terminator_nsTerminator.cpp                                |     8 +-
 mail/thunderbird/patches/patch-toolkit_library_moz.build                                                     |    14 -
 mail/thunderbird/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js                        |     4 +-
 mail/thunderbird/patches/patch-toolkit_moz.configure                                                         |     6 +-
 mail/thunderbird/patches/patch-toolkit_mozapps_installer_packager.mk                                         |     8 +-
 mail/thunderbird/patches/patch-toolkit_xre_glxtest.cpp                                                       |    13 -
 mail/thunderbird/patches/patch-widget_gtk_WaylandDMABufSurface.cpp                                           |    30 +
 mail/thunderbird/patches/patch-xpcom_base_nscore.h                                                           |     6 +-
 mail/thunderbird/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                                       |     4 +-
 62 files changed, 3413 insertions(+), 2448 deletions(-)

diffs (truncated from 8797 to 300 lines):

diff -r b5c95f6e3336 -r 8603c791a5e7 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Thu Sep 03 15:00:42 2020 +0000
+++ b/mail/thunderbird/Makefile Thu Sep 03 15:26:22 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.255 2020/08/18 17:58:05 leot Exp $
+# $NetBSD: Makefile,v 1.256 2020/09/03 15:26:22 ryoon Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
-PKGREVISION=   1
-TB_VER=                68.10.0
+TB_VER=                78.2.1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,29 +12,63 @@
 COMMENT=       Organize, secure and customize your mail
 LICENSE=       mpl-1.1
 
-SUPERSEDES+=   thunderbird60-[0-9]*
-
 USE_TOOLS+=    unzip pax
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/.source//}
 MOZILLA_DIR=   # empty
 PLIST_SRC+=    ${PLIST_SRC_DFLT}
 
+ALL_ENV+=      MOZ_APP_NAME=${MOZILLA_NAME}
+
 CONFIG_GUESS_OVERRIDE+=        comm/ldap/sdks/c-sdk/config/autoconf/config.guess
 CONFIG_SUB_OVERRIDE+=  comm/ldap/sdks/c-sdk/config/autoconf/config.sub
 
 CONFIGURE_ARGS+=       --enable-application=comm/mail
 # Disable WebRTC support for Thunderbird unconditionally.
 CONFIGURE_ARGS+=       --disable-webrtc
+CONFIGURE_ARGS+=       --with-app-name=${MOZILLA_NAME}
 
-NOT_PAX_MPROTECT_SAFE+=        lib/${MOZILLA}/${MOZILLA}
-NOT_PAX_MPROTECT_SAFE+=        lib/${MOZILLA}/${MOZILLA}-bin
+NOT_PAX_MPROTECT_SAFE+=        lib/${MOZILLA_NAME}/${MOZILLA_NAME}
+NOT_PAX_MPROTECT_SAFE+=        lib/${MOZILLA_NAME}/${MOZILLA_NAME}-bin
 
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA}
+LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME}
 
 .include "../../mk/bsd.prefs.mk"
 
-CHECK_WRKREF_SKIP+=    lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html
-CHECK_WRKREF_SKIP+=    lib/${MOZILLA}/chrome/messenger/content/messenger/buildconfig.html
+CHECK_WRKREF_SKIP+=    lib/${MOZILLA_NAME}/chrome/toolkit/content/global/buildconfig.html
+CHECK_WRKREF_SKIP+=    lib/${MOZILLA_NAME}/chrome/messenger/content/messenger/buildconfig.html
+
+#
+# Generate list of subst entries for various .cargo-checksum.json files.  These
+# are all handled together in one big substitution to simplify things rather
+# than one substitution entry per file, but are kept separate below to ease
+# updating and verification.
+#
+
+CKSUM_CRATES+= third_party/rust/libc
+
+# patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs
+CKSUMS+=       a3540eab4dbc52e006e84e288bad17e1dae3865fea49020e0ed8b5a7724a9532
+CKSUMS+=       5e58a2109f5eff0f497dfac150c161c1d517a2227b49e086da96c3d66522ac3a
+
+CKSUM_CRATES+= third_party/rust/getrandom
+
+# patch-third__party_rust_getrandom_src_lib.rs
+CKSUMS+=       0e52f6bde42d7bb05c297ce1c25b9879d61b28caba98f6226a152bff538db6c2
+CKSUMS+=       394425b4ba03c21c494e64d993678f7014575b1e3d590b9ee452b5c2d83ec4ac
+
+SUBST_CLASSES+=                cksum
+SUBST_STAGE.cksum=     pre-configure
+.for crate in ${CKSUM_CRATES}
+SUBST_FILES.cksum+=    ${crate}/.cargo-checksum.json
+.endfor
+.for from to in ${CKSUMS}
+SUBST_SED.cksum+=      -e 's,${from},${to},g'
+.endfor
+
+SUBST_CLASSES+=                netbsdtag
+SUBST_STAGE.netbsdtag= pre-configure
+SUBST_FILES.netbsdtag= comm/third_party/rnp/src/librekey/key_store_pgp.cpp
+SUBST_SED.netbsdtag=   -e 's/__NetBSD__/__NEVER__/'
 
 post-extract:
        ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
@@ -53,28 +86,28 @@
 # XXX for some reason it doesn't work unless -j is explicitly specified
        ${_ULIMIT_CMD} cd ${WRKSRC}/${OBJDIR} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -j${MAKE_JOBS:U1}
 
-MOZILLA=       ${PKGBASE}
+MOZILLA=       thunderbird
 MOZILLA_NAME=  ${PKGBASE}
 post-build:
        ${SED} -e 's|@MOZILLA@|${MOZILLA}|g'                            \
          -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g'                       \
-         -e 's|@MOZILLA_ICON@|${MOZILLA}.png|g'                        \
+         -e 's|@MOZILLA_ICON@|${MOZILLA_NAME}.png|g'                   \
          < ${FILESDIR}/desktop.in                                      \
          > ${WRKDIR}/desktop
 
-INSTALLATION_DIRS+=    lib/${MOZILLA}/extensions
+INSTALLATION_DIRS+=    lib/${MOZILLA_NAME}/extensions
 INSTALLATION_DIRS+=    share/applications share/pixmaps
 post-install:
-       ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
-       ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \
-               ${DESTDIR}${PREFIX}/bin/${MOZILLA}
-       ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+       ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA_NAME}
+       ${ECHO} '${PREFIX}/lib/${MOZILLA_NAME}/${MOZILLA_NAME} "$$@"' >> \
+               ${DESTDIR}${PREFIX}/bin/${MOZILLA_NAME}
+       ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA_NAME}
        ${INSTALL_DATA} ${WRKDIR}/desktop                               \
-         ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop
-       ${INSTALL_DATA} ${WRKSRC}/${OBJDIR}/dist/${MOZILLA}/chrome/icons/default/default48.png  \
-         ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
+         ${DESTDIR}${PREFIX}/share/applications/${MOZILLA_NAME}.desktop
+       ${INSTALL_DATA} ${WRKSRC}/${OBJDIR}/dist/${MOZILLA_NAME}/chrome/icons/default/default48.png     \
+         ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA_NAME}.png
 
-.include "../../www/firefox68/mozilla-common.mk"
+.include "../../www/firefox78/mozilla-common.mk"
 .include "options.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b5c95f6e3336 -r 8603c791a5e7 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST    Thu Sep 03 15:00:42 2020 +0000
+++ b/mail/thunderbird/PLIST    Thu Sep 03 15:26:22 2020 +0000
@@ -1,45 +1,273 @@
-@comment $NetBSD: PLIST,v 1.76 2020/03/15 13:28:51 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.77 2020/09/03 15:26:22 ryoon Exp $
 bin/thunderbird
+lib/thunderbird/actors/AboutHttpsOnlyErrorChild.jsm
+lib/thunderbird/actors/AboutHttpsOnlyErrorParent.jsm
 lib/thunderbird/actors/AudioPlaybackChild.jsm
+lib/thunderbird/actors/AudioPlaybackParent.jsm
+lib/thunderbird/actors/AutoCompleteChild.jsm
+lib/thunderbird/actors/AutoCompleteParent.jsm
+lib/thunderbird/actors/AutoScrollChild.jsm
+lib/thunderbird/actors/AutoScrollParent.jsm
 lib/thunderbird/actors/AutoplayChild.jsm
-lib/thunderbird/actors/BrowserChild.jsm
+lib/thunderbird/actors/AutoplayParent.jsm
+lib/thunderbird/actors/BrowserElementChild.jsm
+lib/thunderbird/actors/BrowserElementParent.jsm
 lib/thunderbird/actors/ControllersChild.jsm
+lib/thunderbird/actors/ControllersParent.jsm
 lib/thunderbird/actors/DateTimePickerChild.jsm
+lib/thunderbird/actors/DateTimePickerParent.jsm
 lib/thunderbird/actors/ExtFindChild.jsm
 lib/thunderbird/actors/FindBarChild.jsm
+lib/thunderbird/actors/FindBarParent.jsm
 lib/thunderbird/actors/FinderChild.jsm
-lib/thunderbird/actors/FormSubmitChild.jsm
+lib/thunderbird/actors/FormHistoryChild.jsm
+lib/thunderbird/actors/FormHistoryParent.jsm
+lib/thunderbird/actors/InlineSpellCheckerChild.jsm
+lib/thunderbird/actors/InlineSpellCheckerParent.jsm
 lib/thunderbird/actors/KeyPressEventModelCheckerChild.jsm
 lib/thunderbird/actors/PictureInPictureChild.jsm
 lib/thunderbird/actors/PopupBlockingChild.jsm
+lib/thunderbird/actors/PopupBlockingParent.jsm
 lib/thunderbird/actors/PrintingChild.jsm
+lib/thunderbird/actors/PromptParent.jsm
 lib/thunderbird/actors/PurgeSessionHistoryChild.jsm
+lib/thunderbird/actors/RemotePageChild.jsm
 lib/thunderbird/actors/SelectChild.jsm
-lib/thunderbird/actors/SelectionSourceChild.jsm
+lib/thunderbird/actors/SelectParent.jsm
+lib/thunderbird/actors/SidebarSearchParent.jsm
 lib/thunderbird/actors/ThumbnailsChild.jsm
 lib/thunderbird/actors/UAWidgetsChild.jsm
 lib/thunderbird/actors/UnselectedTabHoverChild.jsm
+lib/thunderbird/actors/UnselectedTabHoverParent.jsm
+lib/thunderbird/actors/ViewSourceChild.jsm
+lib/thunderbird/actors/ViewSourcePageChild.jsm
+lib/thunderbird/actors/ViewSourcePageParent.jsm
 lib/thunderbird/actors/WebChannelChild.jsm
+lib/thunderbird/actors/WebChannelParent.jsm
 lib/thunderbird/actors/WebNavigationChild.jsm
-lib/thunderbird/actors/ZoomChild.jsm
 lib/thunderbird/application.ini
-lib/thunderbird/blocklist.xml
 lib/thunderbird/chrome.manifest
 lib/thunderbird/chrome/browser/content/built_in_addons.json
+lib/thunderbird/chrome/browser/content/extension.css
+lib/thunderbird/chrome/browser/skin/controlcenter/trackers.svg
+lib/thunderbird/chrome/browser/skin/illustrations/error-malformed-url.svg
+lib/thunderbird/chrome/browser/skin/preferences/no-search-results.svg
+lib/thunderbird/chrome/browser/skin/private-browsing.svg
+lib/thunderbird/chrome/browser/skin/warning.svg
+lib/thunderbird/chrome/calendar/content/WindowsNTToZoneInfoTZId.properties
+lib/thunderbird/chrome/calendar/content/agenda-listbox-utils.js
+lib/thunderbird/chrome/calendar/content/agenda-listbox.js
+lib/thunderbird/chrome/calendar/content/calApplicationUtils.js
+lib/thunderbird/chrome/calendar/content/calFilter.js
+lib/thunderbird/chrome/calendar/content/calendar-alarm-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-alarm-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-base-view.js
+lib/thunderbird/chrome/calendar/content/calendar-chrome-startup.js
+lib/thunderbird/chrome/calendar/content/calendar-clipboard.js
+lib/thunderbird/chrome/calendar/content/calendar-command-controller.js
+lib/thunderbird/chrome/calendar/content/calendar-conflicts-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-creation.js
+lib/thunderbird/chrome/calendar/content/calendar-day-label.js
+lib/thunderbird/chrome/calendar/content/calendar-dialog-utils.js
+lib/thunderbird/chrome/calendar/content/calendar-dnd-listener.js
+lib/thunderbird/chrome/calendar/content/calendar-editable-item.js
+lib/thunderbird/chrome/calendar/content/calendar-error-prompt.js
+lib/thunderbird/chrome/calendar/content/calendar-error-prompt.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-event-column.js
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-attendees.css
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-attendees.js
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-attendees.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-recurrence.js
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-recurrence.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-reminder.js
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-reminder.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-timezone.js
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog-timezone.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog.css
+lib/thunderbird/chrome/calendar/content/calendar-event-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-event-gripbar.js
+lib/thunderbird/chrome/calendar/content/calendar-extract.js
+lib/thunderbird/chrome/calendar/content/calendar-ics-file-dialog.css
+lib/thunderbird/chrome/calendar/content/calendar-ics-file-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-ics-file-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-invitations-dialog.css
+lib/thunderbird/chrome/calendar/content/calendar-invitations-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-invitations-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-invitations-manager.js
+lib/thunderbird/chrome/calendar/content/calendar-item-editing.js
+lib/thunderbird/chrome/calendar/content/calendar-management.js
+lib/thunderbird/chrome/calendar/content/calendar-menus.js
+lib/thunderbird/chrome/calendar/content/calendar-migration-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-migration-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-migration.js
+lib/thunderbird/chrome/calendar/content/calendar-modes.js
+lib/thunderbird/chrome/calendar/content/calendar-month-base-view.js
+lib/thunderbird/chrome/calendar/content/calendar-month-view.js
+lib/thunderbird/chrome/calendar/content/calendar-multiday-base-view.js
+lib/thunderbird/chrome/calendar/content/calendar-multiday-view.js
+lib/thunderbird/chrome/calendar/content/calendar-occurrence-prompt.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-print-dialog.css
+lib/thunderbird/chrome/calendar/content/calendar-print-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-print-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-properties-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-properties-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-providerUninstall-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-providerUninstall-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-statusbar.js
+lib/thunderbird/chrome/calendar/content/calendar-subscriptions-dialog.css
+lib/thunderbird/chrome/calendar/content/calendar-subscriptions-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-subscriptions-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-subscriptions-list.js
+lib/thunderbird/chrome/calendar/content/calendar-summary-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-summary-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-tabs.js
+lib/thunderbird/chrome/calendar/content/calendar-task-editing.js
+lib/thunderbird/chrome/calendar/content/calendar-task-tree-utils.js
+lib/thunderbird/chrome/calendar/content/calendar-task-tree-view.js
+lib/thunderbird/chrome/calendar/content/calendar-task-tree.js
+lib/thunderbird/chrome/calendar/content/calendar-task-view.js
+lib/thunderbird/chrome/calendar/content/calendar-ui-utils.js
+lib/thunderbird/chrome/calendar/content/calendar-unifinder.js
+lib/thunderbird/chrome/calendar/content/calendar-uri-redirect-dialog.js
+lib/thunderbird/chrome/calendar/content/calendar-uri-redirect-dialog.xhtml
+lib/thunderbird/chrome/calendar/content/calendar-views-utils.js
+lib/thunderbird/chrome/calendar/content/calendar-views.js
+lib/thunderbird/chrome/calendar/content/calendarCreation.js
+lib/thunderbird/chrome/calendar/content/calendarCreation.xhtml
+lib/thunderbird/chrome/calendar/content/chooseCalendarDialog.js
+lib/thunderbird/chrome/calendar/content/chooseCalendarDialog.xhtml
+lib/thunderbird/chrome/calendar/content/datetimepickers/datetimepickers.js
+lib/thunderbird/chrome/calendar/content/import-export.js
+lib/thunderbird/chrome/calendar/content/mouseoverPreviews.js
+lib/thunderbird/chrome/calendar/content/preferences/alarms.js
+lib/thunderbird/chrome/calendar/content/preferences/categories.js
+lib/thunderbird/chrome/calendar/content/preferences/editCategory.js
+lib/thunderbird/chrome/calendar/content/preferences/editCategory.xhtml
+lib/thunderbird/chrome/calendar/content/preferences/general.js
+lib/thunderbird/chrome/calendar/content/preferences/views.js
+lib/thunderbird/chrome/calendar/content/printing/calHtmlExport.html
+lib/thunderbird/chrome/calendar/content/printing/calMonthGridPrinter.html
+lib/thunderbird/chrome/calendar/content/printing/calWeekPrinter.html
+lib/thunderbird/chrome/calendar/content/publish.js
+lib/thunderbird/chrome/calendar/content/publishDialog.js
+lib/thunderbird/chrome/calendar/content/publishDialog.xhtml
+lib/thunderbird/chrome/calendar/content/sound.wav
+lib/thunderbird/chrome/calendar/content/today-pane.js
+lib/thunderbird/chrome/calendar/content/widgets/calendar-alarm-widget.js
+lib/thunderbird/chrome/calendar/content/widgets/calendar-dnd-widgets.js
+lib/thunderbird/chrome/calendar/content/widgets/calendar-item-summary.css
+lib/thunderbird/chrome/calendar/content/widgets/calendar-item-summary.js
+lib/thunderbird/chrome/calendar/content/widgets/calendar-minimonth.js
+lib/thunderbird/chrome/calendar/content/widgets/calendar-modebox.js
+lib/thunderbird/chrome/calendar/skin/classic/calendar/calendar-alarm-dialog.css
+lib/thunderbird/chrome/calendar/skin/classic/calendar/calendar-daypicker.css
+lib/thunderbird/chrome/calendar/skin/classic/calendar/calendar-event-dialog.css



Home | Main Index | Thread Index | Old Index