head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2013.08.07.12.17.54; author ryoon; state dead; branches; next 1.1; commitid DF4G4SvxcEC6ew0x; 1.1 date 2013.07.17.11.00.13; author jperkin; state Exp; branches; next ; commitid ChOTp6rsavaYsOXw; desc @@ 1.2 log @Update to 23.0 * Install SDK to firefox-sdk directory. * Split multiple CONFIGURE_ARS's arguments. * Enable libmozjs.so build. Changelog: NEW Mixed content blocking enabled to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more) NEW Options panel created for Web Developer Toolbox CHANGED "Enable JavaScript" preference checkbox has been removed and user-set values will be reset to the default CHANGED Updated Firefox Logo CHANGED Improved about:memory's functional UI CHANGED Simplified interface for notifications of plugin installation CHANGED Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding CHANGED Users can now switch to a new search provider across the entire browser CHANGED CSP policies using the standard syntax and semantics will now be enforced CHANGED rendering improvements (see bug 838675) CHANGED Replace fixed-ratio audio resampler in webrtc.org capture code with Speex resampler and eliminate pseudo-44000Hz rate CHANGED "Load images automatically" and Always show the tab bar" checkboxes removed from preferences and reset to defaults DEVELOPER HTML5 form control implemented DEVELOPER Write more accessible pages on touch interfaces with new ARIA role for key buttons DEVELOPER Social share functionality DEVELOPER Added unprefixed requestAnimationFrame DEVELOPER Implemented a global browser console DEVELOPER Dropped blink effect from text-decoration: blink; and completely removed element DEVELOPER New feature in toolbox: Network Monitor FIXED Various security fixes n Firefox 23 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8) @ text @$NetBSD: patch-layout_base_nsPresArena.cpp,v 1.1 2013/07/17 11:00:13 jperkin Exp $ --- layout/base/nsPresArena.cpp.orig 2013-05-11 19:19:37.000000000 +0000 +++ layout/base/nsPresArena.cpp @@@@ -144,7 +144,11 @@@@ ReleaseRegion(void *region, uintptr_t si static bool ProbeRegion(uintptr_t region, uintptr_t size) { +#ifdef OS_SOLARIS + if (posix_madvise(reinterpret_cast(region), size, POSIX_MADV_NORMAL)) { +#else if (madvise(reinterpret_cast(region), size, MADV_NORMAL)) { +#endif return true; } else { return false; @ 1.1 log @Add SunOS/x86 patchset. This produces a package, but the resulting firefox binary does not yet work correctly. @ text @d1 1 a1 1 $NetBSD$ @