Elements no longer have a QueryInterface method in JS

2019-10-14 Thread Boris Zbarsky
Hello all, Now that we no longer have xbl implements="" to worry about, I have landed patches to remove the QueryInterface method from Element instances [1] and the infrastructure for exposing QueryInterface on Web IDL objects in general [2]. There may still be cases in which custom element

Re: Intent to prototype: Web Speech API

2019-10-14 Thread Andre Natal
I changed the subject of this thread to properly fits the current intent. We also moved the FAQ from gdocs to mozilla wiki [1] with more current and updated info. I've just added more content about offline recognition and how to use deep speech to the ones interested. Let's just use that wiki as

Re: Intent to prototype: Web Speech API

2019-10-14 Thread Andre Natal
Hi Henri, the API isn't available in Nightly yet since the code wasn't fully reviewed neither merged yet. You can follow its progress here [1] and here [2]. If you want to try it before it's merged, just apply the patch [2] to an updated gecko-dev branch, switch on the *media.**webspeech.**recogni

Re: Passing UniquePtr by value is more expensive than by rref

2019-10-14 Thread Nathan Froyd
On Mon, Oct 14, 2019 at 3:58 AM Henri Sivonen wrote: > On Mon, Oct 14, 2019 at 9:05 AM Gerald Squelart wrote: > > > > I'm in the middle of watching Chandler Carruth's CppCon talk "There Are No > > Zero-Cost Abstractions" and there's this interesting insight: > > https://youtu.be/rHIkrotSwcc?t=10

Soft code freeze for Firefox 71, Oct 14

2019-10-14 Thread Pascal Chevrel
Hi all, We will be merging Firefox 71 from mozilla-central to beta for the first time later today, Oct. 14. In order to avoid invalidating the testing we get out of late Nightly and the early Developer Edition builds and to ensure that we can roll out Beta 71 to a wider audience with confidence,

Re: Intent to implement: Cookie SameSite=lax by default and SameSite=none only if secure

2019-10-14 Thread jrossainz79
On Thursday, May 23, 2019 at 3:34:14 AM UTC-5, Andrea Marchesini wrote: > Link to the proposal: > https://tools.ietf.org/html/draft-west-cookie-incrementalism-00 > > Summary: > "1. Treat the lack of an explicit "SameSite" attribute as >"SameSite=Lax". That is, the "Set-Cookie" value "k

Re: Passing UniquePtr by value is more expensive than by rref

2019-10-14 Thread Jan de Mooij
On Mon, Oct 14, 2019 at 8:05 AM Gerald Squelart wrote: > A quick&dirty searchfox shows a few hundred by-value unique pointer's, we > may want to look into these. > Though I guess it's a trade-off between the expressiveness of by-value > ("I'm stealing your value for sure") vs the more efficient b

Re: Intent to ship: Web Speech API

2019-10-14 Thread Henri Sivonen
On Sat, Oct 12, 2019 at 12:29 PM Andre Natal wrote: > We tried to capture everything here [1], so please if you don't see your > question addressed in this document, just give us a shout either here in > the thread or directly. ... > [1] > https://docs.google.com/document/d/1BE90kgbwE37fWoQ8vqnsQ3

[desktop] Bugs logged by Desktop Release QA in the last 7 days

2019-10-14 Thread Mihai Boldan
Hello, Here's the list of new issues found and filed by the Desktop Release QA team in the last 7 days. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/y64js7do. Bugs logged by Desktop Release QA in the last

Re: Passing UniquePtr by value is more expensive than by rref

2019-10-14 Thread Henri Sivonen
On Mon, Oct 14, 2019 at 9:05 AM Gerald Squelart wrote: > > I'm in the middle of watching Chandler Carruth's CppCon talk "There Are No > Zero-Cost Abstractions" and there's this interesting insight: > https://youtu.be/rHIkrotSwcc?t=1041 > > The spoiler is already in the title (sorry!), which is th