From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#32820: Some CSS not displaying in latest Icecat Date: Tue, 25 Sep 2018 20:22:12 -0400 Message-ID: <875zytcdl7.fsf@netris.org> References: <8736tzt2cw.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4xbe-0002rt-6F for bug-guix@gnu.org; Tue, 25 Sep 2018 20:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4xba-0000GJ-7f for bug-guix@gnu.org; Tue, 25 Sep 2018 20:23:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4xba-0000G2-36 for bug-guix@gnu.org; Tue, 25 Sep 2018 20:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4xbZ-0001re-SL for bug-guix@gnu.org; Tue, 25 Sep 2018 20:23:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736tzt2cw.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Mon, 24 Sep 2018 10:08:15 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Christopher Lemmer Webber Cc: 32820@debbugs.gnu.org Hi, Christopher Lemmer Webber writes: > Disable all extensions and try the following examples: > > https://addons.mozilla.org/en-US/firefox/ > https://github.com/ > > Both will show up unstyled. I just pushed some changes to our IceCat package which I didn't expect to affect this issue, namely: * 6d3288793..: Mark H Weaver 2018-09-25 gnu: icecat: Rebundle NSPR and NSS [security fix]. * 94e96f7f6..: Mark H Weaver 2018-09-24 gnu: icecat: Unbundle libevent, libogg, and libvorbis. * 257e32479..: Mark H Weaver 2018-09-23 gnu: icecat: Unbundle graphite2 and harfbuzz. However, as of commit 6d328879378fac95240005233331f596fb5c68ed on the master branch, I can no longer reproduce this problem. The two pages above are both properly styled for me now. When you get a chance, can you try the new version and report back? Mark