Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |