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

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

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