From owner-freebsd-chromium@FreeBSD.ORG Sat Jul 19 11:50:07 2014 Return-Path: Delivered-To: freebsd-chromium@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 3C078E27; Sat, 19 Jul 2014 11:50:07 +0000 (UTC) Received: from x2100.humppa.hu (x2100.humppa.hu [84.2.34.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "nerd.hu", Issuer "nerd.hu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 891FC2531; Sat, 19 Jul 2014 11:50:06 +0000 (UTC) Received: from x2100.humppa.hu (localhost [127.0.0.1]) by x2100.humppa.hu (8.14.8/8.14.3) with ESMTP id s6JBIiUh004534 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 19 Jul 2014 13:18:45 +0200 (CEST) Received: (from robert@localhost) by x2100.humppa.hu (8.14.8/8.14.3/Submit) id s6JBIi8U012969; Sat, 19 Jul 2014 13:18:44 +0200 (CEST) X-Authentication-Warning: x2100.humppa.hu: robert set sender to robert@openbsd.org using -f Date: Sat, 19 Jul 2014 13:18:44 +0200 From: Robert Nagy To: Carlos Jacobo Puga Medina Subject: Re: Chromium 36 in progress Message-ID: <20140719111844.GA194@bsd.hu> References: <20140719130830.d93ea5f372589483698bff5c@fbsd.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140719130830.d93ea5f372589483698bff5c@fbsd.es> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2014 11:50:07 -0000 The reoslution to the bad html5 stuff is profile related, you need run chromium with the --igonre-gpu-blacklist function once which resets something in hte profile and after that restart chrome without the flag and accelerated rendering is back again. This is not needed with a new profile just if you have an old one lurking around. I was not able to pinpoint the exact problem yet, but this fixes all the issues on OpenBSD at least. On (2014-07-19 13:08), Carlos Jacobo Puga Medina wrote: > On 07/19/2014 00:30, Lawrence K. Chen, P.Eng. wrote: > > Of course digging deeper...I do see that the function does > > exist...and should > > exist. > > > > Keep typing png_read_... instead of png_set_... when I was grepping for some > > reason. Probably time to take a break from computer :) > > > > :) > > > What's odd is that doing > > > > nm libpng15.so.0 > > nm: libpng15.so.15: no symbols > > > > Not what I'd expect....I guess its because the library was stripped. > > > >Normally nm(1) lists "normal" symbols, you have to pass the -D >parameter > >to get dynamic symbols. And there it is, in the text section: > > >% nm -D /usr/local/lib/libpng15.so.15|grep png_set_strip_16 > >0000000000013090 T png_set_strip_16 > > >Maybe linking explicitly to the system libpng helps. > > Another point to consider is if we should use system ffmpeg to fix the choppy HTML5 video reported by some users, included me. > > > On 07/18/14 17:09, Lawrence K. Chen, P.Eng. wrote: > >> Strange...in the CHANGES file for libpng-1.5.18 and libpng-1.6.12... > >> > >> Version 1.5.4beta05 [June 16, 2011] > >> Rename png_set_strip_16() to png_set_scale_16() and renamed > >> png_set_chop_16() to png_set_strip(16) in an attempt to minimize the > >> behavior changes between libpng14 and libpng15. > >> > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.org" >