Intent to ship: unicode-range

2015-11-18 Thread John Daggett
We intend to ship unicode-range in Firefox 44. It has been implemented for non-Linux platforms for over a year now behind the "layout.css.unicode-range.enabled" pref. The pref has been enabled by default for Nightly and Developer builds but not for Beta and Release builds. Once changes to Linux fon

Re: Fido U2F, two-factor authentication support

2015-11-18 Thread phowell
On Thursday, November 5, 2015 at 1:18:44 AM UTC-7, Jeroen Hoek wrote: > In December 2014 the first public release of the Fido alliance's > Universal 2nd Factor (U2F) specification was published. The idea behind > this open specification is to provide a secure two-factor authentication > method with

Re: Is that possible to implement Sqlite.jsm with ctypes so that is can works in the worker?

2015-11-18 Thread David Rajchenbach-Teller
Well, the main problem is that js-ctypes is very hard to use, even harder to use without causing memory leaks or crashing the process. Think the worst parts of both C and JavaScript together. Cheers, David On 18/11/15 08:57, Philip Chee wrote: > On 14/11/2015 18:21, David Rajchenbach-Teller wrot

Re: Is that possible to implement Sqlite.jsm with ctypes so that is can works in the worker?

2015-11-18 Thread Philip Chee
On 14/11/2015 18:21, David Rajchenbach-Teller wrote: > Actually, Sqlite.jsm does most of its work off the main thread. > > But yes, it would clearly be possible to reimplement Sqlite.jsm using > js-ctypes for workers. If you wish to work on this, I can try and help > mentoring. I thought people w