Re: Intent to implement and ship: Web Authentication

2016-12-02 Thread Anders Rundgren
On Friday, December 2, 2016 at 10:27:30 PM UTC+1, JC Jones wrote: > Anders, > > The first target I'm working on is Desktop, though I've plans in 2017 to > support WebAuthn on Android and iOS [1], too. WebAuthn already has > definitions suitable for Android's Key Attestation [2] and SafetyNet >

Intent to ship: Presentation API on Fennec

2016-12-02 Thread Shih-Chiang Chien
Hi all, In Bug 1318214 I've default enabled Presentation API on Fennec nightly, which allow web page to use Google Chromecast/Nexus Player as a extended screen. We implement 1-UA mode described in spec. Session resumption and many-to-1

Faster blame on hg.mozilla.org / mozilla-central repo with CVS history

2016-12-02 Thread Gregory Szorc
I'm pleased to announce the immediate availability of 2 new features on hg.mozilla.org: faster blame rendering and a mozilla-central repo with CVS history. You can find these features at: * https://hg.mozilla.org/experimental/mozilla-central-gd *

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Johnny Stenback
Excellent, thank you! - jst On Fri, Dec 2, 2016 at 7:28 AM, Andrew McCreight wrote: > On Thu, Dec 1, 2016 at 8:21 PM, Boris Zbarsky wrote: > > > If you want to get started before that, please make sure to > >> file a bug on what you're doing before

Re: Intent to ship: Presentation API on Fennec

2016-12-02 Thread Boris Zbarsky
On 12/2/16 6:11 AM, Shih-Chiang Chien wrote: We implement 1-UA mode described in spec. Session resumption and many-to-1 session is not available in this mode. . Google have release this API on both desktop and Android browser for 2-UAs mode (see

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Andrew McCreight
On Thu, Dec 1, 2016 at 8:21 PM, Boris Zbarsky wrote: > If you want to get started before that, please make sure to >> file a bug on what you're doing before you start. That should avoid >> duplicating work. >> > > Is there an overall tracking bug people could check to see which

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Tom Tromey
> "Bill" == Bill McCloskey writes: Bill> As part of the Quantum DOM project, we're going to be "labeling" all Bill> runnables in the browser to say which document they're operating on. I wonder whether this can be used to fix the various "run to completion" bugs

Re: Intent to implement and ship: Web Authentication

2016-12-02 Thread J.C. Jones
Anders, The first target I'm working on is Desktop, though I've plans in 2017 to support WebAuthn on Android and iOS [1], too. WebAuthn already has definitions suitable for Android's Key Attestation [2] and SafetyNet formats [3], so they'll need implementations that tie into the

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Ehsan Akhgari
On 2016-12-01 11:21 PM, Boris Zbarsky wrote: > On 12/1/16 10:40 PM, Bill McCloskey wrote: >> As part of the Quantum DOM project, we're going to be "labeling" all >> runnables in the browser to say which document they're operating on. > > Is the intent basically to get rid of

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Ehsan Akhgari
On 2016-12-02 12:42 PM, Tom Tromey wrote: >> "Bill" == Bill McCloskey writes: > > Bill> As part of the Quantum DOM project, we're going to be "labeling" all > Bill> runnables in the browser to say which document they're operating on. > > I wonder whether this can be

Re: Rust required to build Gecko

2016-12-02 Thread Ralph Giles
I wasn't able to enable Rust by default this week. While it's working for most developers, there are some automation jobs which aren't ready for the change. We'll address those and continue to improve the `./mach boostrap` installer behaviour before flipping the switch. Thanks to everyone for