From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 16:20:33 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABFD6C65 for ; Mon, 25 Nov 2013 16:20:33 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4005F2566 for ; Mon, 25 Nov 2013 16:20:32 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rAPGKTvu016261 for ; Mon, 25 Nov 2013 16:20:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rAPGKOk9015919 for freebsd-gecko@freebsd.org; Mon, 25 Nov 2013 16:20:24 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Nov 2013 16:20:24 GMT Message-Id: <201311251620.rAPGKOk9015919@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1407 - trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:20:33 -0000 Author: jbeich Date: Mon Nov 25 16:20:24 2013 New Revision: 1407 Log: - make DEBUG build unstripped, again [1]; actually, just reference mainline repo bugs - sort ALSA bug references Reported by: avg [1] Modified: trunk/Gecko_ChangeLog Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Mon Nov 25 05:28:12 2013 (r1406) +++ trunk/Gecko_ChangeLog Mon Nov 25 16:20:24 2013 (r1407) @@ -1,11 +1,13 @@ - catch up with directory renames since USES=webplugins was introduced; fixes plugins not being automatically enabled after install -- ALSA now supports playing HTML5 audio with 32-bit sample format - after being converted from float as passed by firefox/libcubeb [1] -- linux-firefox and linux-seamonkey can play HTML5 audio and measure - about:memory usage, again +- ALSA now supports playing HTML5 audio with 32-bit sample format [1] + after being converted from float as passed by firefox/libcubeb [2] +- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and + measure about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs +- install DEBUG with symbols [3] and describe the option better [4] -PR: ports/183861 [1], ports/184006 [1] +PR: ports/183861 [1], ports/184006 [2], ports/169896 [3] + ports/184285 [3], ports/184286 [4]