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
/
proxyClient.js
Age
Commit message (
Expand
)
Author
2014-06-20
fps debugging stuff
Alon Zakai
2014-06-19
client perf debugging
Alon Zakai
2014-06-17
make it easy to use GL debug logging in workers as well
Alon Zakai
2014-06-12
throttle proxied frames
Alon Zakai
2014-06-12
remove logging
Alon Zakai
2014-06-12
proxy context attributes
Alon Zakai
2014-06-12
fix getImageData crash
Alon Zakai
2014-06-06
proxy getExtension
Alon Zakai
2014-06-06
prepare to proxy gl commands
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
generalize context proxying to support not just 2d contexts
Alon Zakai
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
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
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