All about crashes

2016-05-23 Thread Nicholas Nethercote
Greetings, I've written a document called "All about crashes" which I've put on the Project Uptime wiki: https://wiki.mozilla.org/Platform/Uptime#All_about_crashes It's about all the different ways we can discover, diagnose, and address crashes. It's intended to be a comprehensive, because I

Re: Two Factor Authentication and Github

2016-05-23 Thread Tony Mechelynck
Well, apparently my home phone does not receive SMS messages. Maybe they are blocked by the phone company. I'll see what is the dumbest kind of cellphones I can find in town (when shops are open — it's now 5:48 am my time). I'll see if I can use my existing SIM card (so my friends can still call

Re: Two Factor Authentication and Github

2016-05-23 Thread Cameron Kaiser
On 5/23/16 3:27 PM, antoine.mechely...@gmail.com wrote: On Monday, May 23, 2016 at 2:29:02 PM UTC+2, Lawrence Mandel wrote: Starting on June 20th, the GitHub Mozilla organization will require Two Factor Authentication (2FA). We’re implementing 2FA for security reasons -- if you lose or have

Intent to ship: PerformanceObserver

2016-05-23 Thread Hiroyuki Ikezoe
In Firefox 51 I indent to turn PerformanceObserver on by default. It has been developed behind the dom.enable_performance_observer preference. Chrome has been shipping it[1]. Their 'intent to ship' is [2]. Bug to turn on by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1271487 Link to

Re: Two Factor Authentication and Github

2016-05-23 Thread Dave Townsend
Github supports using SMS as the 2nd factor in many countries (Belgium included) so a smartphone is not always required. https://help.github.com/articles/countries-where-sms-authentication-is-supported/ On Mon, May 23, 2016 at 3:50 PM, Jared Hirsch <6...@mozilla.com> wrote: > A smartphone isn't

Re: Two Factor Authentication and Github

2016-05-23 Thread antoine . mechelynck
On Monday, May 23, 2016 at 2:29:02 PM UTC+2, Lawrence Mandel wrote: > You can ignore this email if you are not a member of the GitHub Mozilla > organization. > > Starting on June 20th, the GitHub Mozilla organization will require Two > Factor Authentication (2FA). We’re implementing 2FA for

Re: Intent to enable scrollbars by default for windows opened by window.open()

2016-05-23 Thread smaug
On 05/23/2016 09:55 AM, Anne van Kesteren wrote: On Mon, May 23, 2016 at 8:25 AM, Ben Tian wrote: Chrome and Safari don't provide a way to disable scrollbar, according to https://bugzilla.mozilla.org/show_bug.cgi?id=1257887#c0 If you have any concern or know of regression

Re: Intent to implement and ship: spec changes to the .form property and "form" attribute on elements

2016-05-23 Thread smaug
On 05/23/2016 10:17 PM, Boris Zbarsky wrote: Summary: The "form" content attribute on elements no longer means anything. .form returns the .form of the labeled control, or null if nothing is labeled or the labeled thing has no .form. In particular, you can no longer associate a label with

Intent to implement and ship: spec changes to the .form property and "form" attribute on elements

2016-05-23 Thread Boris Zbarsky
Summary: The "form" content attribute on elements no longer means anything. .form returns the .form of the labeled control, or null if nothing is labeled or the labeled thing has no .form. In particular, you can no longer associate a label with one form but associate its labeled control

Re: Requiring SSE2 on all 32-bit x86 OSs (was: Re: Reverting to VS2013 on central and aurora)

2016-05-23 Thread Tobias B. Besemer
"[...] The earlier 'SIMD' instruction sets on the x86 platform, from oldest to newest, are 'MMX', '3DNow!' (developed by AMD), 'SSE' and 'SSE2'. [...]" Source: https://en.wikipedia.org/wiki/SSE3 (At the top.) Is support for 'MMX' & '3DNow!' already dropped? -BesTo

Two Factor Authentication and Github

2016-05-23 Thread Lawrence Mandel
You can ignore this email if you are not a member of the GitHub Mozilla organization. Starting on June 20th, the GitHub Mozilla organization will require Two Factor Authentication (2FA). We’re implementing 2FA for security reasons -- if you lose or have your password stolen, 2FA provides an

Re: Intent to enable scrollbars by default for windows opened by window.open()

2016-05-23 Thread Anne van Kesteren
On Mon, May 23, 2016 at 8:25 AM, Ben Tian wrote: > Chrome and Safari don't provide a way to disable scrollbar, according to > > https://bugzilla.mozilla.org/show_bug.cgi?id=1257887#c0 > > If you have any concern or know of regression on pages relying on current > behavior,

Intent to enable scrollbars by default for windows opened by window.open()

2016-05-23 Thread Ben Tian
Hi, I’m planning to enable scrollbars by default for windows opened by window.open(). Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1257887 This change intends to enable scrollbars by default when “scrollbars” doesn't appear in the feature argument of window.open(), and to disable only when