pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jul 24 14:57:12 UTC 2014

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo mozilla-common.mk
        pkgsrc/www/firefox/patches: patch-aa
            patch-browser_installer_package-manifest.in
            patch-config_system-headers patch-content_media_AudioStream.h
            patch-ipc_ipdl_ipdl_cxx_ast.py patch-ipc_ipdl_ipdl_cxx_cgen.py
            patch-ipc_ipdl_ipdl_lower.py patch-js_src_Makefile.in
            
patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h
            patch-mfbt_Alignment.h patch-xpcom_base_nsUUIDGenerator.cpp
Added Files:
        pkgsrc/www/firefox/patches: patch-b2g_installer_Makefile.in
            patch-b2g_installer_package-manifest.in patch-config_rules.mk
            patch-mfbt_Attributes.h patch-mobile_android_installer_Makefile.in
            patch-mobile_android_installer_package-manifest.in
            patch-probes_Makefile.in patch-storage_src_moz.build
            patch-toolkit_library_libxul.mk
Removed Files:
        pkgsrc/www/firefox/patches:
            patch-content_svg_content_src_SVGComponentTransferFunctionElement.h
            patch-content_svg_content_src_nsSVGFilters.cpp
            patch-content_svg_content_src_nsSVGFilters.h
            patch-dom_indexedDB_IDBEvents.cpp patch-dom_indexedDB_IDBEvents.h
            patch-layout_base_nsCSSRendering.cpp
            patch-layout_style_crashtests_border-image-visited-link.html
            patch-layout_style_crashtests_crashtests.list
            patch-netwerk_wifi_moz.build
            patch-netwerk_wifi_nsWifiScannerFreeBSD.cpp
            patch-toolkit_library_Makefile.in

Log Message:
Update to 31.0

Changelog:
    New
    Add the search field to the new tab page

    New
    Support of Prefer:Safe http header for parental control (learn more)

    New
    mozilla::pkix as default certificate verifier (learn more)

    New
    Block malware from downloaded files (learn more)

    New
    Partial implementation of the OpenType MATH table (section 6.3.6) see 
documentation about mathematical fonts and the MathML Torture Test for details

    New
    audio/video .ogg and .pdf files handled by Firefox if no application 
specified (Windows only)

    New
    Upper Sorbian [hsb] locale added

    Changed
    Removal of the CAPS infrastructure for specifying site-specific permissions 
(via capability.policy.* preferences). Most notably, attempts to use this 
functionality to grant access to the clipboard will no longer work. The sole 
exception is the checkloaduri permission, which may still be used as before to 
allow sites to load file:// URIs.

    HTML5
    WebVTT implemented and enabled (learn more)

    HTML5
    CSS3 variables implemented (learn more)

    Developer
    Developer Tools: Add-on Debugger (learn more)

    Developer
    Developer Tools: Canvas Debugger (learn more)

    Developer
    New Array built-in: Array.prototype.fill() (learn more)

    Developer
    New Object built-in: Object.setPrototypeOf() (learn more)

    Developer
    CSP 1.1 nonce-source and hash-source enabled by default

    Developer
    Developer Tools: Eyedropper tool added to the color picker (learn more)

    Developer
    Developer Tools: Editable Box Model (learn more)

    Developer
    Developer Tools: Code Editor improvements (learn more)

    Developer
    Developer Tools: Console stack traces (learn more)

    Developer
    Developer Tools: Copy as cURL (learn more)

    Developer
    Developer Tools: Styled console logs (learn more)

    Developer
    navigator.sendBeacon enabled by default (learn more)

    Developer
    Dialogs spawned from the onbeforeunload event no longer block access to the 
rest of the browser

    Fixed
    Search for partially selected link text from context menu (985824)

    Fixed
    Various security fixes

Fixed in Firefox 31
MFSA 2014-66 IFRAME sandbox same-origin access through redirect
MFSA 2014-65 Certificate parsing broken by non-standard character encoding
MFSA 2014-64 Crash in Skia library when scaling high quality images
MFSA 2014-63 Use-after-free while when manipulating certificates in the trusted 
cache
MFSA 2014-62 Exploitable WebGL crash with Cesium JavaScript library
MFSA 2014-61 Use-after-free with FireOnStateChange event
MFSA 2014-60 Toolbar dialog customization event spoofing
MFSA 2014-59 Use-after-free in DirectWrite font handling
MFSA 2014-58 Use-after-free in Web Audio due to incorrect control message 
ordering
MFSA 2014-57 Buffer overflow during Web Audio buffering for playback
MFSA 2014-56 Miscellaneous memory safety hazards (rv:31.0 / rv:24.7)


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.156 -r1.157 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/firefox/patches/patch-aa
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/firefox/patches/patch-b2g_installer_Makefile.in \
    pkgsrc/www/firefox/patches/patch-b2g_installer_package-manifest.in \
    pkgsrc/www/firefox/patches/patch-config_rules.mk \
    pkgsrc/www/firefox/patches/patch-mfbt_Attributes.h \
    pkgsrc/www/firefox/patches/patch-mobile_android_installer_Makefile.in \
    
pkgsrc/www/firefox/patches/patch-mobile_android_installer_package-manifest.in \
    pkgsrc/www/firefox/patches/patch-probes_Makefile.in \
    pkgsrc/www/firefox/patches/patch-storage_src_moz.build \
    pkgsrc/www/firefox/patches/patch-toolkit_library_libxul.mk
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/www/firefox/patches/patch-browser_installer_package-manifest.in
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/www/firefox/patches/patch-config_system-headers
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/www/firefox/patches/patch-content_media_AudioStream.h \
    pkgsrc/www/firefox/patches/patch-xpcom_base_nsUUIDGenerator.cpp
cvs rdiff -u -r1.3 -r0 \
    
pkgsrc/www/firefox/patches/patch-content_svg_content_src_SVGComponentTransferFunctionElement.h
 \
    pkgsrc/www/firefox/patches/patch-content_svg_content_src_nsSVGFilters.cpp \
    pkgsrc/www/firefox/patches/patch-content_svg_content_src_nsSVGFilters.h \
    pkgsrc/www/firefox/patches/patch-dom_indexedDB_IDBEvents.cpp \
    pkgsrc/www/firefox/patches/patch-dom_indexedDB_IDBEvents.h
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/firefox/patches/patch-ipc_ipdl_ipdl_cxx_ast.py \
    pkgsrc/www/firefox/patches/patch-ipc_ipdl_ipdl_cxx_cgen.py \
    pkgsrc/www/firefox/patches/patch-mfbt_Alignment.h
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/www/firefox/patches/patch-ipc_ipdl_ipdl_lower.py
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox/patches/patch-js_src_Makefile.in
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/firefox/patches/patch-layout_base_nsCSSRendering.cpp \
    
pkgsrc/www/firefox/patches/patch-layout_style_crashtests_border-image-visited-link.html
 \
    pkgsrc/www/firefox/patches/patch-layout_style_crashtests_crashtests.list
cvs rdiff -u -r1.6 -r1.7 \
    
pkgsrc/www/firefox/patches/patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h
cvs rdiff -u -r1.6 -r0 \
    pkgsrc/www/firefox/patches/patch-netwerk_wifi_moz.build
cvs rdiff -u -r1.4 -r0 \
    pkgsrc/www/firefox/patches/patch-netwerk_wifi_nsWifiScannerFreeBSD.cpp
cvs rdiff -u -r1.7 -r0 \
    pkgsrc/www/firefox/patches/patch-toolkit_library_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index