Re: Firefox ESR large text file rendering problem

2017-05-26 Thread Emilio Pozuelo Monfort
On 26/05/17 10:40, Jari Ruusu wrote: > This problem is now solved. > > The problem was that "offmainthread" rendering requires that SKIA [1] > graphics library must be compiled-in at compile time. > > In firefox-45-esr SKIA appears to be disabled by default, and requires > opt-in at compile time

Re: Firefox ESR large text file rendering problem

2017-05-26 Thread Jari Ruusu
This problem is now solved. The problem was that "offmainthread" rendering requires that SKIA [1] graphics library must be compiled-in at compile time. In firefox-45-esr SKIA appears to be disabled by default, and requires opt-in at compile time to enable it. "offmainthread" is enabled by default

Re: Firefox ESR large text file rendering problem

2017-05-25 Thread Jari Ruusu
On 5/25/17, Emilio Pozuelo Monfort wrote: > What about your 52 builds? Were those built against GTK+ 2 or 3? I have tried both. Also tried different compiler versions, different optimization levels, with and without jemalloc. firefox-52.1.2 compiled on Debian-7 "wheezy" GTK+ 3 ==> FAIL firefox-5

Re: Firefox ESR large text file rendering problem

2017-05-25 Thread Emilio Pozuelo Monfort
On 08/05/17 09:05, Jari Ruusu wrote: > On 5/7/17, Marc SCHAEFER wrote: >> I cannot reproduce that problem on: >> >> $ cat /etc/debian_version >> 7.11 >> >> firefox 52.1.1-ESR, installed manually from >> http://ftp.mozilla.org/pub/firefox/releases/52.1.1esr/linux-x86_64/en-US/firefox-52.1.1esr.tar.

Re: Firefox ESR large text file rendering problem

2017-05-08 Thread Jari Ruusu
On 5/7/17, Marc SCHAEFER wrote: > I cannot reproduce that problem on: > > $ cat /etc/debian_version > 7.11 > > firefox 52.1.1-ESR, installed manually from > http://ftp.mozilla.org/pub/firefox/releases/52.1.1esr/linux-x86_64/en-US/firefox-52.1.1esr.tar.bz2 I can confirm that the Mozilla pre-compil

Firefox ESR large text file rendering problem

2017-05-07 Thread Jari Ruusu
I have stumbled on a rendering problem with Firefox-45-ESR and Firefox-52-ESR on Debian-8-stable (jessie) and Debian-7-LTS (wheezy). Firefox is unable to render long text files correctly. At least not with default settings. This happens on Debian stable and LTS precompiled versions of Firefox-45-ES