Re: Cycle collection for workers

2013-02-14 Thread bent
On Feb 14, 2:46 am, Boris Zbarsky bzbar...@mit.edu wrote: On 2/13/13 7:36 PM, Simon Kornblith wrote: Don't workers have access to XMLHttpRequest? That's implemented by sending messages to the main thread and doing the XHR from there, so no messages means no XHR. -Boris There's a

Re: Running mousemove events from the refresh driver

2013-02-14 Thread Robert O'Callahan
On Fri, Feb 15, 2013 at 10:14 AM, Benjamin Smedberg benja...@smedbergs.uswrote: I think we should try to process mousemoves as quickly as we can: it's important for certain kinds of drawing apps especially to have as much mouse input as possible, and I doubt that only receiving mouse input at

Re: Running mousemove events from the refresh driver

2013-02-14 Thread Robert O'Callahan
On Fri, Feb 15, 2013 at 4:44 PM, John Volikas fero...@gmail.com wrote: I tried the test on Nightly runnig Windows 7 64bit. I get up to 1000(!) mousemoves per second but I have a Logitech G400 gaming mouse that defaults to a 1000Hz polling rate without Logitech's software. I guess it depends