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

2016-05-22 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, please let me know. Do

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

2016-05-22 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

Re: the looming wasm chasm was Re: Requiring SSE2 on all 32-bit x86 OSs

2016-05-22 Thread Lars Hansen
The baseline compiler has modest needs and should be able to target a simple wasm interpreter fairly easily. --lars On Sun, May 22, 2016 at 11:08 PM, Till Schneidereit < t...@tillschneidereit.net> wrote: > On Sun, May 22, 2016 at 10:43 PM, Cameron Kaiser > wrote: > > > On 5/18/16 10:41 PM, Jan

Re: the looming wasm chasm was Re: Requiring SSE2 on all 32-bit x86 OSs

2016-05-22 Thread Till Schneidereit
On Sun, May 22, 2016 at 10:43 PM, Cameron Kaiser wrote: > On 5/18/16 10:41 PM, Jan de Mooij wrote: > >> They do get the baseline compiler, which can still be significantly >>> faster than the interpreter, but Ion requires SSE2. Since the runtime >>> detection does just turn Ion off altogether, I

the looming wasm chasm was Re: Requiring SSE2 on all 32-bit x86 OSs

2016-05-22 Thread Cameron Kaiser
On 5/18/16 10:41 PM, Jan de Mooij wrote: They do get the baseline compiler, which can still be significantly faster than the interpreter, but Ion requires SSE2. Since the runtime detection does just turn Ion off altogether, I don't know if we would gain much by removing it (the ability to disa