Re: Removal of deprecated apis

2017-08-11 Thread Daniel Veditz
On Fri, Aug 11, 2017 at 2:19 PM, Frank-Rainer Grahl wrote: > Great that you are so zealous to remove deprecated apis from the tree. I > just wish I would see the same amount of work put into fixing web > extensions shortcomings. If you're not seeing that we've put multiples of

Re: how to make your local --enable-optimize builds compile Rust faster

2017-08-11 Thread Chris Peterson
Matt Brubeck just a patch to disable Rust LTO on local Firefox builds, so you no longer need to manually apply Nathan's patch to disable LTO locally. https://bugzilla.mozilla.org/show_bug.cgi?id=1386371#c34 On 2017-08-09 11:49 AM, Nathan Froyd wrote: TL; DR: apply

Removal of deprecated apis

2017-08-11 Thread Frank-Rainer Grahl
Great that you are so zealous to remove deprecated apis from the tree. I just wish I would see the same amount of work put into fixing web extensions shortcomings. Many classic add-ons already broken and new ones not available. had to fixup ABP myself to make it usable again but still prefer to

Intent to ship: Treating 'data:' documents as unique, opaque origins

2017-08-11 Thread s . h . h . n . j . k
When are you expecting to land this to nightly? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Response.body streams landing on trunk, default off

2017-08-11 Thread Andrew Overholt
On Thu, Aug 10, 2017 at 11:29 PM, Ben Kelly wrote: > Many thanks to Till and Andrea for their hard work on streams! > And to you, too, Ben! And to Boris and others for their reviews. Congratulations, all, this has been some great teamwork and it's great to see it get this

Re: ESlint rule 'no-arbitrary-setTimeout' enabled on xpcshell tests

2017-08-11 Thread Andrew Halberstadt
This is now also enabled on browser-chrome tests. Bug 1389234 has been filed to track deprecating SimpleTest.requestFlakyTimeout on mochitest-plain and chrome in favour of this new rule. -Andrew On Fri, Jul 28, 2017 at 12:02 PM Andrew Halberstadt < ahalberst...@mozilla.com> wrote: > Ah, good to

Re: Mac/Win32/Win64 Nightly builds for some locales aren't being updated since 08-08

2017-08-11 Thread Axel Hecht
Am 11.08.17 um 11:07 schrieb rodrigo.mcu...@hotmail.com: Can someone enlighten me on why some locales' Nightly builds are not being updated since August 8th? This probably isn't the best place to post this, but I don't know if this is intended or not so I rather ask here than submit a bug.

Re: Finalizer for WebIDL object backed by JS impl of an XPCOM interface

2017-08-11 Thread Henri Sivonen
On Wed, Aug 9, 2017 at 9:39 PM, Boris Zbarsky wrote: > On 8/9/17 1:55 PM, Henri Sivonen wrote: >> >> I'm thinking of introducing a C++-implemented XPCOM object that the >> JS-implemented XPCOM object can hold a reference to and that has a C++ >> destructor that does what I want.

Mac/Win32/Win64 Nightly builds for some locales aren't being updated since 08-08

2017-08-11 Thread rodrigo . mcunha
Can someone enlighten me on why some locales' Nightly builds are not being updated since August 8th? This probably isn't the best place to post this, but I don't know if this is intended or not so I rather ask here than submit a bug. Thanks! ___