index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
proxyWorker.js
Age
Commit message (
Expand
)
Author
2014-06-20
fake console.error in worker
Alon Zakai
2014-06-19
set window.scrollX|Y in workers to a fake 0
Alon Zakai
2014-06-18
fake Audio in workers
Alon Zakai
2014-06-18
only proxy canvas messages for the module canvas
Alon Zakai
2014-06-18
send 2d image data from worker only from canvas context that is the screen
Alon Zakai
2014-06-18
commented worker dumping
Alon Zakai
2014-06-16
fake canvas.exitPointerLock
Alon Zakai
2014-06-16
fake document.styleSheets
Alon Zakai
2014-06-12
throttle proxied frames
Alon Zakai
2014-06-12
proxy context attributes
Alon Zakai
2014-06-12
proxy window resizes
Alon Zakai
2014-06-06
proxy getExtension
Alon Zakai
2014-06-06
prefetch gl before running worker
Alon Zakai
2014-06-05
more preparations for prefetched parameters
Alon Zakai
2014-06-05
PropertyBag
Alon Zakai
2014-06-05
fake document.documentElement and removeEventListener
Alon Zakai
2014-06-05
generalize context proxying to support not just 2d contexts
Alon Zakai
2014-02-18
fixed console detection so it does not throw
Richard Janicek
2014-02-18
Don't redefine console if it already exists like in Chrome worker.
Richard Janicek
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-09-09
proxy boundingClientRect
Alon Zakai
2013-09-08
proxy input events
Alon Zakai
2013-09-08
stub out console in proxied worker
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
stubs for proxied getImageData/putImageData
Alon Zakai