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 24.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/827314a4cd38
branches:  trunk
changeset: 626451:827314a4cd38
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Nov 12 20:50:51 2013 +0000

description:
Update to 24.1.0

Changelog:
24.1.
    FIXED
    Fixed an issue where signatures were shown in too lighter grey making them difficult to read (bug 917906)
    FIXED
    Fixed an issue where Auto CC for reply might not work if the cc address is the same as the sending address (bug 917231)
    FIXED
    Security fixes can be found here

Fixed in Thunderbird 24.0
MFSA 2013-92 GC hazard with default compartments and frame chain restoration
MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object
MFSA 2013-90 Memory corruption involving scrolling
MFSA 2013-89 Buffer overflow with multi-column, lists, and floats
MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes
MFSA 2013-85 Uninitialized data in IonMonkey
MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification
MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption
MFSA 2013-81 Use-after-free with select element
MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed
MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning
MFSA 2013-77 Improper state in HTML5 Tree Builder with templates
MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)


24.0
    NEW
    Message threads can now be ignored or watched
    NEW
    Emails can now be sent to IDN based email addresses
    NEW
    Zoom functionality is now available in the compose window
    CHANGED
    In the Compose window, ctrl/cmd + and ctrl/cmd - now change the zoom setting rather than the font size
    CHANGED
    In Twitter, replying to a tweet now replies to all users, just like on the Twitter website
    FIXED
    Interactions in the filter list dialogs have been improved
    FIXED
    In Chat user nicknames are now highlighted when mentioned
    FIXED
    In IRC, long messages will now be sent in multiple parts instead of being cut off
    FIXED
    Various security fixes

Fixed in Thunderbird 24.1
MFSA 2013-102 Use-after-free in HTML document templates
MFSA 2013-101 Memory corruption in workers
MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing
MFSA 2013-98 Use-after-free when updating offline cache
MFSA 2013-97 Writing to cycle collected object during image decoding
MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions
MFSA 2013-95 Access violation with XSLT and uninitialized data
MFSA 2013-94 Spoofing addressbar though SELECT element
MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)

diffstat:

 mail/thunderbird/Makefile                                                                                               |    31 +-
 mail/thunderbird/PLIST                                                                                                  |  4706 +--------
 mail/thunderbird/PLIST.enigmail                                                                                         |  5096 +++++++++-
 mail/thunderbird/PLIST.lightning                                                                                        |  5113 +++++++++-
 mail/thunderbird/distinfo                                                                                               |   230 +-
 mail/thunderbird/enigmail.mk                                                                                            |     6 +-
 mail/thunderbird/files/patch-ipc_src_Makefile.enig                                                                      |    17 +
 mail/thunderbird/options.mk                                                                                             |     3 +-
 mail/thunderbird/patches/patch-aa                                                                                       |   242 +-
 mail/thunderbird/patches/patch-ao                                                                                       |    10 +-
 mail/thunderbird/patches/patch-as                                                                                       |   125 +-
 mail/thunderbird/patches/patch-ax                                                                                       |    18 +-
 mail/thunderbird/patches/patch-bf                                                                                       |    24 +-
 mail/thunderbird/patches/patch-calendar_lightning_Makefile.in                                                           |    13 +
 mail/thunderbird/patches/patch-calendar_lightning_build_universal.mk                                                    |    13 +
 mail/thunderbird/patches/patch-calendar_providers_gdata_Makefile.in                                                     |    13 +
 mail/thunderbird/patches/patch-ipc_chromium_src_base_debug__util__posic.cc                                              |    83 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_base_file__util__posix.cc                                               |    70 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc                                         |    82 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_base_sys__info__posix.cc                                                |    75 +-
 mail/thunderbird/patches/patch-ipc_chromium_src_build_build__config.h                                                   |    35 +-
 mail/thunderbird/patches/patch-ipc_glue_GeckoChildProcessHost.cpp                                                       |    38 +-
 mail/thunderbird/patches/patch-mail_installer_removed-files.in                                                          |    49 +
 mail/thunderbird/patches/patch-mb                                                                                       |    64 +-
 mail/thunderbird/patches/patch-ml                                                                                       |    66 +-
 mail/thunderbird/patches/patch-mm                                                                                       |    25 +-
 mail/thunderbird/patches/patch-mozilla_browser_app_profile_firefox.js                                                   |    12 +
 mail/thunderbird/patches/patch-mozilla_browser_installer_package-manifest.in                                            |    13 +
 mail/thunderbird/patches/patch-mozilla_browser_locales_en-US_chrome_browser-region_region.properties                    |    12 +
 mail/thunderbird/patches/patch-mozilla_browser_locales_en-US_searchplugins_duckduckgo.xml                               |    16 +
 mail/thunderbird/patches/patch-mozilla_browser_locales_en-US_searchplugins_list.txt                                     |    11 +
 mail/thunderbird/patches/patch-mozilla_build_pgo_profileserver.py                                                       |    13 +
 mail/thunderbird/patches/patch-mozilla_config_Makefile.in                                                               |    12 +
 mail/thunderbird/patches/patch-mozilla_config_baseconfig.mk                                                             |     6 +-
 mail/thunderbird/patches/patch-mozilla_config_system-headers                                                            |    29 +-
 mail/thunderbird/patches/patch-mozilla_content_media_gstreamer_GStreamerFormatHelper.cpp                                |   166 +
 mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp                                            |    30 +-
 mail/thunderbird/patches/patch-mozilla_dom_plugins_ipc_PluginModuleChild.h                                              |    10 +-
 mail/thunderbird/patches/patch-mozilla_extensions_auth_nsAuthGSSAPI.cpp                                                 |    14 +
 mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell.cpp                               |    17 +
 mail/thunderbird/patches/patch-mozilla_gfx_graphite2_src_Bidi.cpp                                                       |    16 +
 mail/thunderbird/patches/patch-mozilla_gfx_skia_include_core_SkPreConfig.h                                              |    13 +
 mail/thunderbird/patches/patch-mozilla_gfx_skia_moz.build                                                               |    16 +
 mail/thunderbird/patches/patch-mozilla_gfx_skia_src_sfnt_SkOTTable__head.h                                              |    22 +
 mail/thunderbird/patches/patch-mozilla_gfx_skia_src_sfnt_SkOTTable__name.h                                              |    22 +
 mail/thunderbird/patches/patch-mozilla_gfx_skia_src_sfnt_SkSFNTHeader.h                                                 |    22 +
 mail/thunderbird/patches/patch-mozilla_image_decoders_nsJPEGDecoder.cpp                                                 |   363 +
 mail/thunderbird/patches/patch-mozilla_intl_hyphenation_src_hnjalloc.h                                                  |    14 +
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_Makefile.in                                                         |    25 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_chromium-config.mk                                                  |    93 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_base__paths.h                                              |     8 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__util.h                                               |    23 +
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_file__version__info.h                                      |    13 +
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc                                 |    13 +
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_platform__thread.h                                         |    21 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util.h                                            |    55 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_process__util__posix.cc                                    |    35 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_base_time__posix.cc                                             |    22 +-
 mail/thunderbird/patches/patch-mozilla_ipc_chromium_src_chrome_common_transport__dib.h                                  |    34 +-
 mail/thunderbird/patches/patch-mozilla_ipc_glue_AsyncChannel.cpp                                                        |    22 +
 mail/thunderbird/patches/patch-mozilla_ipc_ipdl_ipdl_lower.py                                                           |    13 +
 mail/thunderbird/patches/patch-mozilla_js_src_config_Makefile.in                                                        |    12 +
 mail/thunderbird/patches/patch-mozilla_js_src_config_system-headers                                                     |    29 +-
 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_gdb_Makefile.in                                                           |    15 +
 mail/thunderbird/patches/patch-mozilla_js_src_jit_AsmJSSignalHandlers.cpp                                               |    26 +
 mail/thunderbird/patches/patch-mozilla_js_src_jsapi-tests_Makefile.in                                                   |    15 +
 mail/thunderbird/patches/patch-mozilla_js_src_jscompartment.h                                                           |    16 +
 mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp                                                                |    13 +
 mail/thunderbird/patches/patch-mozilla_js_src_shell_Makefile.in                                                         |    14 +
 mail/thunderbird/patches/patch-mozilla_js_src_vm_ObjectImpl-inl.h                                                       |    31 +
 mail/thunderbird/patches/patch-mozilla_js_src_vm_SPSProfiler.cpp                                                        |    12 +
 mail/thunderbird/patches/patch-mozilla_media_libpng_pngpriv.h                                                           |    12 +
 mail/thunderbird/patches/patch-mozilla_media_libsoundtouch_src_cpu__detect__x86.cpp                                     |    14 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_objs.mk                                                         |    22 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_test_Makefile.in                                                |    20 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_nicer.gyp                                    |    33 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_stun_addrs.c                             |    36 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_stun_stun.h                              |    20 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nICEr_src_util_mbslen.c                            |    78 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_nrappkit.gyp                              |    32 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_log_r__log.c                          |    12 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h      |    13 +
 mail/thunderbird/patches/patch-mozilla_media_mtransport_third__party_nrappkit_src_util_util.c                           |    12 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_signaling.gyp                                             |    49 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_src_sipcc_cpr_darwin_cpr__darwin__ipc.c                   |    20 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_signaling_test_Makefile.in                                          |    21 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_build_build__config.h                                         |    41 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_tools_gyp_pylib_gyp_generator_mozmake.py                      |    55 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_build_common.gypi                                      |    25 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__device_audio__device__impl.cc           |    71 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_audio__device_test_audio__device__test__api.cc |    31 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc    |    47 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc  |    30 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi             |    31 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture__factory.cc      |    15 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_condition__variable.cc         |    13 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp   |    18 +
 mail/thunderbird/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_thread__posix.cc               |    48 +
 mail/thunderbird/patches/patch-mozilla_memory_mozalloc_mozalloc__abort.cpp                                              |    16 +
 mail/thunderbird/patches/patch-mozilla_mfbt_Atomics.h                                                                   |    13 +
 mail/thunderbird/patches/patch-mozilla_mfbt_Poison.cpp                                                                  |    16 +
 mail/thunderbird/patches/patch-mozilla_modules_libjar_nsZipArchive.cpp                                                  |    15 +
 mail/thunderbird/patches/patch-mozilla_modules_libpref_src_init_all.js                                                  |    13 +
 mail/thunderbird/patches/patch-mozilla_netwerk_sctp_src_netinet6_sctp6__usrreq.c                                        |    13 +
 mail/thunderbird/patches/patch-mozilla_netwerk_sctp_src_netinet_sctp__os__userspace.h                                   |    41 +
 mail/thunderbird/patches/patch-mozilla_netwerk_sctp_src_netinet_sctp__usrreq.c                                          |    13 +
 mail/thunderbird/patches/patch-mozilla_netwerk_sctp_src_user__recv__thread.c                                            |    13 +
 mail/thunderbird/patches/patch-mozilla_netwerk_sctp_src_user__socket.c                                                  |    53 +
 mail/thunderbird/patches/patch-mozilla_netwerk_sctp_src_user__socketvar.h                                               |    27 +
 mail/thunderbird/patches/patch-mozilla_netwerk_wifi_Makefile.in                                                         |    13 +
 mail/thunderbird/patches/patch-mozilla_netwerk_wifi_moz.build                                                           |    24 +
 mail/thunderbird/patches/patch-mozilla_netwerk_wifi_nsWifiScannerFreeBSD.cpp                                            |   177 +
 mail/thunderbird/patches/patch-mozilla_security_manager_ssl_src_JARSignatureVerification.cpp                            |    17 +
 mail/thunderbird/patches/patch-mozilla_security_manager_ssl_src_nsNSSComponent.cpp                                      |    12 +
 mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_osfile__unix__allthreads.jsm                           |    13 +
 mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_osfile__unix__back.jsm                                 |    69 +
 mail/thunderbird/patches/patch-mozilla_toolkit_components_osfile_osfile__unix__front.jsm                                |    13 +
 mail/thunderbird/patches/patch-mozilla_toolkit_mozapps_update_updater_updater.cpp                                       |    16 +
 mail/thunderbird/patches/patch-mozilla_toolkit_toolkit.mozbuild                                                         |    13 +
 mail/thunderbird/patches/patch-mozilla_toolkit_xre_Makefile.in                                                          |    10 +
 mail/thunderbird/patches/patch-mozilla_toolkit_xre_nsEmbedFunctions.cpp                                                 |    22 +
 mail/thunderbird/patches/patch-mozilla_xpcom_ds_TimeStamp.h                                                             |    18 +
 mail/thunderbird/patches/patch-mozilla_xpcom_ds_moz.build                                                               |    22 +
 mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_src_md_unix_moz.build                                      |    21 +
 mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcinvoke__gcc__x86__unix.cpp                 |    13 +
 mail/thunderbird/patches/patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcstubs__gcc__x86__unix.cpp                  |    13 +
 mail/thunderbird/patches/patch-mozilla_xpcom_string_public_nsAlgorithm.h                                                |    16 +
 mail/thunderbird/patches/patch-mozilla_xulrunner_installer_Makefile.in                                                  |    13 +
 mail/thunderbird/patches/patch-pb                                                                                       |     6 +-
 mail/thunderbird/patches/patch-pc                                                                                       |     6 +-
 132 files changed, 14111 insertions(+), 5164 deletions(-)

diffs (truncated from 20856 to 300 lines):

diff -r c241626a77f6 -r 827314a4cd38 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Tue Nov 12 20:41:35 2013 +0000
+++ b/mail/thunderbird/Makefile Tue Nov 12 20:50:51 2013 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.125 2013/10/21 10:46:48 wiz Exp $
+# $NetBSD: Makefile,v 1.126 2013/11/12 20:50:51 ryoon Exp $
 
 DISTNAME=      # empty
 PKGNAME=       thunderbird-${TB_VER}
-TB_VER=                17.0.9
+TB_VER=                24.1.0
 #LIGHTNINGVER= 1.9
-PKGREVISION=   3
 CATEGORIES=    mail
-MASTER_SITES=  ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} \
-               ${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}esr/source/}
-DISTFILES=     thunderbird-${TB_VER}esr.source.tar.bz2
+MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
+DISTFILES=     thunderbird-${TB_VER}.source.tar.bz2
 #DISTFILES+=   lightning-${LIGHTNINGVER}.source.tar.bz2
 #SITES.lightning-${LIGHTNINGVER}.source.tar.bz2=       ${MASTER_SITE_MOZILLA:=calendar/lightning/releases/${LIGHTNINGVER}/source/}
 #EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2= ${WRKSRC}/lightning
@@ -18,7 +16,7 @@
 COMMENT=       Organize, secure and customize your mail
 
 USE_TOOLS+=    unzip pax
-WRKSRC=                ${WRKDIR}/comm-esr17
+WRKSRC=                ${WRKDIR}/comm-esr24
 MOZILLA_DIR=   mozilla/
 PLIST_SRC+=    ${PLIST_SRC_DFLT}
 
@@ -26,6 +24,8 @@
 CONFIG_SUB_OVERRIDE+=  ldap/sdks/c-sdk/config/autoconf/config.sub
 
 CONFIGURE_ARGS+=       --enable-application=mail
+# Disable WebRTC support for Thunderbird unconditionally.
+CONFIGURE_ARGS+=       --disable-webrtc
 
 ALL_ENV+=              MOZILLA_PKG_NAME=thunderbird
 
@@ -39,6 +39,17 @@
 #SUBST_FILES.ext-compat+=      calendar/*/*/install.rdf
 #SUBST_SED.ext-compat=         -e 's,\(<em:maxVersion>\).*<,\19.0<,g'
 
+SUBST_CLASSES+=                sys-dic
+SUBST_STAGE.sys-dic=   pre-configure
+SUBST_MESSAGE.sys-dic= Reference to system hunspell dictionaries.
+SUBST_FILES.sys-dic=   mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp
+SUBST_VARS.sys-dic=    PREFIX
+
+CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/header.py
+CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/typelib.py
+CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpidl.py
+CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/xpt.py
+
 #post-extract:
 #      cd ${WRKSRC} && ${RM} -r calendar
 #      ${CP} -r ${EXTRACT_DIR.lightning-${LIGHTNINGVER}.source.tar.bz2}/comm-beta/calendar ${WRKSRC}
@@ -50,6 +61,9 @@
        cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
        cd ${WRKSRC}/mozilla/nsprpub && ${SETENV} ${CONFIGURE_ENV} autoconf
        cd ${WRKSRC}/ldap/sdks/c-sdk && ${SETENV} ${CONFIGURE_ENV} autoconf
+# XXX Makefile is broken? When libxul is provided from devel/xulrunner,
+# XXX please remove this.
+       mkdir ${WRKSRC}/mozilla/js/src/.deps
 
 do-build:
 # XXX for some reason it doesn't work unless -j is explicitly specified
@@ -72,7 +86,6 @@
        ${INSTALL_DATA} ${WRKSRC}/mozilla/dist/thunderbird/chrome/icons/default/default48.png   \
          ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
        @${STEP_MSG} "Installing bundled thunderbird extensions."
-       ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/thunderbird/mozilla/throw_gcc.h
        rm -rf ${WRKDIR}/extensions
        ${MKDIR} ${WRKDIR}/extensions
        ${RUN} for e in ${XPI_FILES}; do                                \
@@ -85,7 +98,7 @@
           ${DESTDIR}${PREFIX}/lib/${MOZILLA}/extensions/.
        rm -rf ${WRKDIR}/extensions
 
-.include "../../devel/xulrunner17/mozilla-common.mk"
+.include "../../www/firefox24/mozilla-common.mk"
 .include "options.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c241626a77f6 -r 827314a4cd38 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST    Tue Nov 12 20:41:35 2013 +0000
+++ b/mail/thunderbird/PLIST    Tue Nov 12 20:50:51 2013 +0000
@@ -1,2870 +1,5 @@
-@comment $NetBSD: PLIST,v 1.49 2013/09/27 13:44:49 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.50 2013/11/12 20:50:51 ryoon Exp $
 bin/thunderbird
-include/thunderbird/.mkdir.done
-include/thunderbird/AccEvent.h
-include/thunderbird/AnimationCommon.h
-include/thunderbird/AudioSegment.h
-include/thunderbird/BasicImplData.h
-include/thunderbird/BasicLayers.h
-include/thunderbird/BasicTiledThebesLayer.h
-include/thunderbird/CompositorChild.h
-include/thunderbird/CompositorParent.h
-include/thunderbird/CustomQS_Canvas.h
-include/thunderbird/CustomQS_Canvas2D.h
-include/thunderbird/CustomQS_WebGL.h
-include/thunderbird/DOMCameraManager.h
-include/thunderbird/DeviceStorage.h
-include/thunderbird/DictionaryHelpers.h
-include/thunderbird/EventTracer.h
-include/thunderbird/FileBlockCache.h
-include/thunderbird/ForceDiscreteGPUHelperCGL.h
-include/thunderbird/FrameLayerBuilder.h
-include/thunderbird/FrameMetrics.h
-include/thunderbird/FramePropertyTable.h
-include/thunderbird/GLContext.h
-include/thunderbird/GLContextProvider.h
-include/thunderbird/GLContextProviderImpl.h
-include/thunderbird/GLContextSymbols.h
-include/thunderbird/GLDefs.h
-include/thunderbird/GLLibraryLoader.h
-include/thunderbird/GLXLibrary.h
-include/thunderbird/GeneratedEvents.h
-include/thunderbird/GfxInfoCollector.h
-include/thunderbird/GonkIOSurfaceImage.h
-include/thunderbird/IJSDebugger.h
-include/thunderbird/IPC/IPCMessageUtils.h
-include/thunderbird/IPC/nsGUIEventIPC.h
-include/thunderbird/ImageContainer.h
-include/thunderbird/ImageLayers.h
-include/thunderbird/ImageLogging.h
-include/thunderbird/ImageTypes.h
-include/thunderbird/InputData.h
-include/thunderbird/LayerManagerOGL.h
-include/thunderbird/LayerManagerOGLProgram.h
-include/thunderbird/LayerManagerOGLShaders.h
-include/thunderbird/LayerSorter.h
-include/thunderbird/Layers.h
-include/thunderbird/LayersTypes.h
-include/thunderbird/MailNewsTypes.h
-include/thunderbird/MailNewsTypes2.h
-include/thunderbird/MediaEngine.h
-include/thunderbird/MediaEngineDefault.h
-include/thunderbird/MediaResource.h
-include/thunderbird/MediaSegment.h
-include/thunderbird/MediaStreamGraph.h
-include/thunderbird/PCOMContentPermissionRequestChild.h
-include/thunderbird/ReadbackLayer.h
-include/thunderbird/SVGAttrValueWrapper.h
-include/thunderbird/ScrollbarActivity.h
-include/thunderbird/Selection.h
-include/thunderbird/SerializedLoadContext.h
-include/thunderbird/ShadowLayersManager.h
-include/thunderbird/SharedBuffer.h
-include/thunderbird/SharedTextureImage.h
-include/thunderbird/StackArena.h
-include/thunderbird/StreamBuffer.h
-include/thunderbird/TexturePoolOGL.h
-include/thunderbird/TimeVarying.h
-include/thunderbird/VideoFrameContainer.h
-include/thunderbird/VideoSegment.h
-include/thunderbird/VideoUtils.h
-include/thunderbird/WebGLContext.h
-include/thunderbird/XPCJSMemoryReporter.h
-include/thunderbird/a11yGeneric.h
-include/thunderbird/amIInstallTrigger.h
-include/thunderbird/amIWebInstallListener.h
-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
-include/thunderbird/domstubs.h
-include/thunderbird/ds/BitArray.h
-include/thunderbird/expat.h
-include/thunderbird/expat_config.h
-include/thunderbird/expat_external.h
-include/thunderbird/extIApplication.h
-include/thunderbird/ftpCore.h
-include/thunderbird/gc/Barrier.h
-include/thunderbird/gc/Heap.h
-include/thunderbird/gc/Root.h
-include/thunderbird/gc/Statistics.h
-include/thunderbird/gc/StoreBuffer.h
-include/thunderbird/gfx2DGlue.h
-include/thunderbird/gfx3DMatrix.h
-include/thunderbird/gfxASurface.h
-include/thunderbird/gfxAlphaRecovery.h
-include/thunderbird/gfxBlur.h
-include/thunderbird/gfxCachedTempSurface.h
-include/thunderbird/gfxColor.h
-include/thunderbird/gfxContext.h
-include/thunderbird/gfxCore.h
-include/thunderbird/gfxCrashReporterUtils.h
-include/thunderbird/gfxDrawable.h
-include/thunderbird/gfxFT2FontBase.h
-include/thunderbird/gfxFailure.h
-include/thunderbird/gfxFont.h
-include/thunderbird/gfxFontConstants.h
-include/thunderbird/gfxFontFeatures.h
-include/thunderbird/gfxFontTest.h
-include/thunderbird/gfxFontUtils.h
-include/thunderbird/gfxGdkNativeRenderer.h
-include/thunderbird/gfxImageSurface.h
-include/thunderbird/gfxLineSegment.h
-include/thunderbird/gfxMatrix.h
-include/thunderbird/gfxPDFSurface.h
-include/thunderbird/gfxPSSurface.h
-include/thunderbird/gfxPangoFonts.h
-include/thunderbird/gfxPath.h
-include/thunderbird/gfxPattern.h
-include/thunderbird/gfxPlatform.h
-include/thunderbird/gfxPlatformGtk.h
-include/thunderbird/gfxPoint.h
-include/thunderbird/gfxPoint3D.h
-include/thunderbird/gfxPointH3D.h
-include/thunderbird/gfxQuad.h
-include/thunderbird/gfxQuaternion.h
-include/thunderbird/gfxRect.h
-include/thunderbird/gfxReusableSurfaceWrapper.h
-include/thunderbird/gfxSharedImageSurface.h
-include/thunderbird/gfxSkipChars.h
-include/thunderbird/gfxTeeSurface.h
-include/thunderbird/gfxTypes.h
-include/thunderbird/gfxUserFontSet.h
-include/thunderbird/gfxUtils.h
-include/thunderbird/gfxXlibNativeRenderer.h
-include/thunderbird/gfxXlibSurface.h
-include/thunderbird/gfxipc/ShadowLayerUtils.h
-include/thunderbird/graphite2/Font.h
-include/thunderbird/graphite2/Log.h
-include/thunderbird/graphite2/Segment.h
-include/thunderbird/graphite2/Types.h
-include/thunderbird/gtk2xtbin.h
-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-ot-layout.h
-include/thunderbird/harfbuzz/hb-ot-tag.h
-include/thunderbird/harfbuzz/hb-ot.h
-include/thunderbird/harfbuzz/hb-set.h
-include/thunderbird/harfbuzz/hb-shape-plan.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
-include/thunderbird/imgIContainerObserver.h
-include/thunderbird/imgIDecoderObserver.h
-include/thunderbird/imgIEncoder.h
-include/thunderbird/imgILoader.h
-include/thunderbird/imgIOnloadBlocker.h
-include/thunderbird/imgIRequest.h
-include/thunderbird/imgITools.h
-include/thunderbird/inICSSValueSearch.h
-include/thunderbird/inIDOMUtils.h
-include/thunderbird/inIDOMView.h
-include/thunderbird/inIDeepTreeWalker.h
-include/thunderbird/inIFlasher.h
-include/thunderbird/inISearchObserver.h
-include/thunderbird/inISearchProcess.h
-include/thunderbird/jArray.h
-include/thunderbird/js-config.h
-include/thunderbird/js.msg
-include/thunderbird/js/HashTable.h
-include/thunderbird/js/LegacyIntTypes.h
-include/thunderbird/js/MemoryMetrics.h
-include/thunderbird/js/TemplateLib.h
-include/thunderbird/js/Utility.h
-include/thunderbird/js/Vector.h
-include/thunderbird/jsalloc.h
-include/thunderbird/jsapi.h
-include/thunderbird/jsatom.h
-include/thunderbird/jsatom.tbl
-include/thunderbird/jsclass.h
-include/thunderbird/jsclist.h
-include/thunderbird/jscpucfg.h
-include/thunderbird/jsdIDebuggerService.h
-include/thunderbird/jsdbgapi.h
-include/thunderbird/jsdebug.h
-include/thunderbird/jsdhash.h
-include/thunderbird/jsfriendapi.h
-include/thunderbird/jsgc.h
-include/thunderbird/jslock.h
-include/thunderbird/json.h



Home | Main Index | Thread Index | Old Index