Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-10 Thread smaug
On 04/05/2017 07:34 PM, Tom Ritter wrote: On Tue, Apr 4, 2017 at 10:29 PM, wrote: Security & Privacy Concerns: none It looks like this exposes pointerType, which reveals whether the user is using a mouse, pen, or touch input. Note, that is already available through

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-06 Thread Eric Rescorla
On Thu, Apr 6, 2017 at 5:26 AM, Ehsan Akhgari wrote: > On Thu, Apr 6, 2017 at 12:57 AM, L. David Baron wrote: > > > On Thursday 2017-04-06 00:33 -0400, Ehsan Akhgari wrote: > > > In general, I should also say that designing features with > > >

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-06 Thread Ehsan Akhgari
On Thu, Apr 6, 2017 at 12:57 AM, L. David Baron wrote: > On Thursday 2017-04-06 00:33 -0400, Ehsan Akhgari wrote: > > In general, I should also say that designing features with > > fingerprinting in mind is *extremely* difficult and takes a lot of > > effort on the part of all

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-06 Thread mcaceres
On Thursday, April 6, 2017 at 2:57:52 PM UTC+10, David Baron wrote: > On Thursday 2017-04-06 00:33 -0400, Ehsan Akhgari wrote: > > In general, I should also say that designing features with > > fingerprinting in mind is *extremely* difficult and takes a lot of > > effort on the part of all browser

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-05 Thread L. David Baron
On Thursday 2017-04-06 00:33 -0400, Ehsan Akhgari wrote: > In general, I should also say that designing features with > fingerprinting in mind is *extremely* difficult and takes a lot of > effort on the part of all browser vendors, which would be difficult to > do effectively without some broad

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-05 Thread Ehsan Akhgari
On 2017-04-05 5:44 PM, Tom Ritter wrote: > On Wed, Apr 5, 2017 at 12:29 PM, Aryeh Gregor wrote: >> On Wed, Apr 5, 2017 at 7:34 PM, Tom Ritter wrote: >>> It looks like this exposes pointerType, which reveals whether the user >>> is using a mouse, pen, or touch

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-05 Thread Tom Ritter
On Wed, Apr 5, 2017 at 12:29 PM, Aryeh Gregor wrote: > On Wed, Apr 5, 2017 at 7:34 PM, Tom Ritter wrote: >> It looks like this exposes pointerType, which reveals whether the user >> is using a mouse, pen, or touch input. >> >> It also exposes detailed

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-05 Thread Aryeh Gregor
On Wed, Apr 5, 2017 at 7:34 PM, Tom Ritter wrote: > It looks like this exposes pointerType, which reveals whether the user > is using a mouse, pen, or touch input. > > It also exposes detailed information about the geometry of the input > (size of the thing pointing, pressure,

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-05 Thread Tom Ritter
On Tue, Apr 4, 2017 at 10:29 PM, wrote: > Security & Privacy Concerns: none It looks like this exposes pointerType, which reveals whether the user is using a mouse, pen, or touch input. It also exposes detailed information about the geometry of the input (size of the

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-04 Thread stone123456
David Baron於 2017年4月5日星期三 UTC+8下午12時21分30秒寫道: > The dependency trees of these bugs seem like they could use somewhat > better organization, so that people can see what issues are > remaining when evaluating whether enabling on nightly is > appropriate. > > For example, if bug 1352278 and bug

Re: Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-04 Thread L. David Baron
On Tuesday 2017-04-04 20:29 -0700, stone123...@gmail.com wrote: > We plan to enable Pointer Events for mouse, touch and pen input in Firefox > Nightly builds (on Mac and Linux) within the next few weeks. > > Related Bugs: > Bug 960316 - Enable W3C Pointer Events and touch-action CSS property

Enabling Pointer Events in Firefox (desktop) Nightly on Mac and Linux

2017-04-04 Thread stone123456
We plan to enable Pointer Events for mouse, touch and pen input in Firefox Nightly builds (on Mac and Linux) within the next few weeks. Related Bugs: Bug 960316 - Enable W3C Pointer Events and touch-action CSS property by default Bug 1352278 - [Pointer Event] Turn on PointerEvent preference on