Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-15 | clear status when proxied worker first responds | Alon Zakai | |
2014-02-15 | fix canvas proxy code for sending resize events | Alon Zakai | |
2014-02-14 | add request animation frame logic to proxy-to-worker | Richard Janicek | |
if worker sends frames faster then browser can render, skip them | |||
2013-11-04 | Give names to most manually assigned functions in the .js files, in form ↵ | Jukka Jylänki | |
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions. | |||
2013-10-15 | work around ie limitations on canvas data not having .set() | Alon Zakai | |
2013-09-09 | proxy boundingClientRect | Alon Zakai | |
2013-09-09 | preventDefault() when proxying events | Alon Zakai | |
2013-09-08 | proxy input events | Alon Zakai | |
2013-09-08 | test file preloading in worker | Alon Zakai | |
2013-09-08 | proxy canvas writes | Alon Zakai | |
2013-09-08 | proxy window.close | Alon Zakai | |
2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai | |