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
/
tests
/
test_browser.py
Age
Commit message (
Expand
)
Author
2014-01-14
fix double start bug #1992 in browser as well
Alon Zakai
2014-01-14
Add GLEW 1.10.0 emulation
Jari Vetoniemi
2014-01-07
Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming
Alon Zakai
2014-01-06
changed != to !== in a couple of places. Added fix to prevent closure minifyi...
Fraser Adams
2014-01-03
disable/update various browser tests for fastcomp
Alon Zakai
2014-01-03
convert test_sdl_canvas to btest
Alon Zakai
2014-01-02
Added crypto quality random number generators for Node.js and browser environ...
Fraser Adams
2013-12-20
update browser.test_preload_file
Alon Zakai
2013-12-20
update tests for recent file packager changes
Alon Zakai
2013-12-20
Merge pull request #1635 from juj/emscripten_log
Alon Zakai
2013-12-20
Fix browser.test_emrun to utilize the EMSCRIPTEN_BROWSER env. variable like t...
Jukka Jylänki
2013-12-20
In browser.test_emrun, use --log_stdout and --log_stderr to capture run outpu...
Jukka Jylänki
2013-12-20
Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...
Jukka Jylänki
2013-12-20
Update emscripten_log to work with the handwritten JS demangler. Update tests.
Jukka Jylänki
2013-12-20
Add new functions emscripten_log() in emscripten.h which allows printing out ...
Jukka Jylänki
2013-12-19
Implement command line passing to work to emrun when --emrun is passed.
Jukka Jylänki
2013-12-14
Implemented --emrun linker flag to emcc, which is a helper that makes the com...
Jukka Jylänki
2013-12-14
Added test to check that emrun stdout, stderr and process exit code capture w...
Jukka Jylänki
2013-12-02
fix file preloading in workers and add test
Alon Zakai
2013-11-26
correct way of scrollinbg to bottom
Lu Wang
2013-11-18
Add support for specifying a custom web browser to run in the browser test ha...
Jukka Jylänki
2013-11-18
Clean up Windows-specific code in previous commits in the pull request.
Jukka Jylänki
2013-11-17
Fix test browser.test_chunked_synchronous_xhr on Windows. It failed due to a ...
Jukka Jylänki
2013-11-17
Fix browser.test_freealut on Windows by implementing a CMake build path for t...
Jukka Jylänki
2013-11-17
Fix test browser.test_sdl_image_compressed on Windows when the system does no...
Jukka Jylänki
2013-11-17
Adjust split.py tool logic for generating output filenames to not generate th...
Jukka Jylänki
2013-11-14
Implement more complete glGetXXv() for GLES2 binary shader format and shader ...
Jukka Jylänki
2013-11-13
Add unit test for EGL context creation and confirming that #1775 and #1793 work.
Jukka Jylänki
2013-11-10
[SDL] Joystick API implementation using HTML5 Gamepad API
John Vilk
2013-11-02
Add command line parameter --no-heap-copy that optimizes for small memory foo...
Jukka Jylänki
2013-10-27
simplify webgl context attributes test harness code a little
Alon Zakai
2013-10-27
Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...
Alon Zakai
2013-10-25
Fix test browser.test_sdl_canvas_size on Linux and OSX.
Jukka Jylänki
2013-10-24
add tests for WebGL context attributes (antialiasing, depth, stencil) when th...
Antoine Lambert
2013-10-23
Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...
Jukka Jylänki
2013-10-14
Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming
Alon Zakai
2013-10-14
Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming
Alon Zakai
2013-10-08
Disable the uniform array test by default.
Jukka Jylänki
2013-10-08
Add unit test for GLES2 uniform arrays.
Jukka Jylänki
2013-10-07
Fix the rotozoom tests
Felix H. Dahlke
2013-09-30
add tests for GLUT mouse wheel events
Antoine Lambert
2013-09-29
- added test for FS.syncfs functionality
Anthony Pesch
2013-09-26
add slack to test_sdl_canvas_alpha
Alon Zakai
2013-09-24
sdl alpha test
Alon Zakai
2013-09-24
Update the sdl audio beep test to new test_browser.py suite after rebase.
Jukka Jylänki
2013-09-18
handle memory initializer when there are deps added during preRun
Alon Zakai
2013-09-13
emscripten_async_load_script
Alon Zakai
2013-09-08
proxy input events
Alon Zakai
2013-09-08
test file preloading in worker
Alon Zakai
2013-09-08
add test harness support for proxying, test_sdl_canvas_proxy passes
Alon Zakai
[next]