Re: Correct way to build style bindings on GNU/Linux ARMv7?

2018-02-08 Thread Henri Sivonen
On Fri, Feb 9, 2018 at 9:46 AM, Henri Sivonen wrote: > First with nightly rustc, rustc crashed. On closer inspection, this looks like a plain out of memory. I guess 4 GB of RAM is no longer enough with whatever level of build parallelism mach decided to use for that computer. -- Henri Sivonen h

Re: Most definitions of Ci, Cr, Cc, and Cu have been removed from the tree

2018-02-08 Thread Mark Banner
On 08/02/2018 08:56, Mark Banner wrote: On 07/02/2018 00:38, Andrew McCreight wrote:   Following up on my previous post, I have just landed (in bug 1432992) the removal of most of the definitions of Ci, Cr, Cc, and Cu. This touched almost 2000 files, so it may affect your patches, but hopefull

Re: Correct way to build style bindings on GNU/Linux ARMv7?

2018-02-08 Thread Henri Sivonen
On Wed, Feb 7, 2018 at 7:38 PM, Emilio Cobos Álvarez wrote: > On 02/07/2018 06:04 PM, Henri Sivonen wrote: >> mach bootstrap doesn't appear to download a bindgen-compatible clang >> on an ARMv7 GNU/Linux host. >> >> mach build then complains about not being able to generate the stylo >> bindings.

Re: PSA: HTML injection in chrome documents is now automatically sanitized

2018-02-08 Thread Brendan Dahl
Would it be very difficult to warn when something is sanitized and removed? I wasted a good deal of time trying to figure out why createContextualFragment wasn't working. On Fri, Feb 2, 2018 at 2:10 AM, Gijs Kruitbosch wrote: > FWIW, if you're running into this with the usecase "I have a locali

Re: Chrome will start marking HTTP pages as "Not secure"

2018-02-08 Thread Martin Thomson
+ffxdev There's a tangible difference between text saying "Not Secure" and a broken lock icon. I think that we're close, but we'd be making a stronger statement than Chrome if we did this. On Fri, Feb 9, 2018 at 8:17 AM, Chris Peterson wrote: > Chrome will start marking HTTP pages as "Not secur

Chrome will start marking HTTP pages as "Not secure"

2018-02-08 Thread Chris Peterson
Chrome will start marking HTTP pages as "Not secure" in July 2018 (Chrome 68): https://security.googleblog.com/2018/02/a-secure-web-is-here-to-stay.html Firefox has a similar insecure HTTP warning icon, currently disabled by the `security.insecure_connection_icon.enabled` pref added in bug 131

Re: Intent to ship: Array.prototype.values

2018-02-08 Thread Tom Schuster
I plan on landing this today, so this change is going to be in Firefox 60. The pref for enabling/disabling this feature is javascript.options.array_prototype_values. On Fri, Feb 2, 2018 at 4:20 PM, Tom Schuster wrote: > I talked to Jan de Mooij and it's feasible to add a pref for this, > so we

Re: Most definitions of Ci, Cr, Cc, and Cu have been removed from the tree

2018-02-08 Thread Mark Banner
On 07/02/2018 00:38, Andrew McCreight wrote: Following up on my previous post, I have just landed (in bug 1432992) the removal of most of the definitions of Ci, Cr, Cc, and Cu. This touched almost 2000 files, so it may affect your patches, but hopefully rebasing is easy. For those wanting an u