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-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-21
make non-fastcomp tests in browser run in non-fastcomp mode
Alon Zakai
2014-02-21
deprecate toy gc impl
Alon Zakai
2014-02-21
make canvas proxy test less flaky
Alon Zakai
2014-02-21
turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...
Alon Zakai
2014-02-20
update browser.test_matrix_identity
Alon Zakai
2014-02-12
fix bug on using file packager on subdirs; fixes #2123
Alon Zakai
2014-02-12
fix test_sdl_canvas
Alon Zakai
2014-02-11
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE
Anthony Pesch
2014-02-10
NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilation
Alon Zakai
2014-02-10
add more slack to test_sdl_canvas_alpha
Alon Zakai
2014-02-09
deprecate --split option and disable browser tests using it in fastcomp
Alon Zakai
2014-02-09
enable test_sdl_audio_beeps in fastcomp
Alon Zakai
2014-02-09
add -O1 testing to browser.test_cubegeom_proc
Alon Zakai
2014-02-08
add test for getProcAddress that requires we allow collisions in the main nam...
Alon Zakai
2014-02-05
optimize out fround calls on clients that do not support fround
Alon Zakai
2014-01-24
Merge pull request #2035 from juj/html5_events
1.9.4
Alon Zakai
2014-01-24
Rename library_events to library_html5 and other suggested renamings. Add bet...
Jukka Jylänki
2014-01-23
rename filePackageURL to filePackagePrefixURL
Alon Zakai
2014-01-23
allow adding a custom prefix to file package downloads, so they can happen fr...
Alon Zakai
2014-01-22
Merge pull request #1905 from juj/glGetTexEnv
Alon Zakai
2014-01-22
fix some sdl typos that error on safe heap in asm mode, and add test coverage...
Alon Zakai
2014-01-22
Implement C-based events library for various HTML5 APIs.
Jukka Jylänki
2014-01-22
Add test for s3tc.c rendering when GL_FFP_ONLY flag is set.
Jukka Jylänki
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-14
Add test for glGetTexEnv implementation. Fix output of GL_TEXTURE_ENV_COLOR c...
Jukka Jylänki
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
[next]