aboutsummaryrefslogtreecommitdiff
path: root/src/proxyWorker.js
AgeCommit message (Collapse)Author
2014-02-18fixed console detection so it does not throwRichard Janicek
tested in Chrome and Firefox
2014-02-18Don't redefine console if it already exists like in Chrome worker.Richard Janicek
2013-11-04Give 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-09-09proxy boundingClientRectAlon Zakai
2013-09-08proxy input eventsAlon Zakai
2013-09-08stub out console in proxied workerAlon Zakai
2013-09-08test file preloading in workerAlon Zakai
2013-09-08proxy canvas writesAlon Zakai
2013-09-08proxy window.closeAlon Zakai
2013-09-08stubs for proxied getImageData/putImageDataAlon Zakai