aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
AgeCommit message (Expand)Author
2014-02-05optimize out fround calls on clients that do not support froundAlon Zakai
2014-01-24Merge pull request #2035 from juj/html5_events1.9.4Alon Zakai
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add bet...Jukka Jylänki
2014-01-23rename filePackageURL to filePackagePrefixURLAlon Zakai
2014-01-23allow adding a custom prefix to file package downloads, so they can happen fr...Alon Zakai
2014-01-22Merge pull request #1905 from juj/glGetTexEnvAlon Zakai
2014-01-22fix some sdl typos that error on safe heap in asm mode, and add test coverage...Alon Zakai
2014-01-22Implement C-based events library for various HTML5 APIs.Jukka Jylänki
2014-01-22Add test for s3tc.c rendering when GL_FFP_ONLY flag is set.Jukka Jylänki
2014-01-14fix double start bug #1992 in browser as wellAlon Zakai
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
2014-01-14Add test for glGetTexEnv implementation. Fix output of GL_TEXTURE_ENV_COLOR c...Jukka Jylänki
2014-01-07Merge branch 'add-libuuid' of github.com:fadams/emscripten into incomingAlon Zakai
2014-01-06changed != to !== in a couple of places. Added fix to prevent closure minifyi...Fraser Adams
2014-01-03disable/update various browser tests for fastcompAlon Zakai
2014-01-03convert test_sdl_canvas to btestAlon Zakai
2014-01-02Added crypto quality random number generators for Node.js and browser environ...Fraser Adams
2013-12-20update browser.test_preload_fileAlon Zakai
2013-12-20update tests for recent file packager changesAlon Zakai
2013-12-20Merge pull request #1635 from juj/emscripten_logAlon Zakai
2013-12-20Fix browser.test_emrun to utilize the EMSCRIPTEN_BROWSER env. variable like t...Jukka Jylänki
2013-12-20In browser.test_emrun, use --log_stdout and --log_stderr to capture run outpu...Jukka Jylänki
2013-12-20Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...Jukka Jylänki
2013-12-20Update emscripten_log to work with the handwritten JS demangler. Update tests.Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ...Jukka Jylänki
2013-12-19Implement command line passing to work to emrun when --emrun is passed.Jukka Jylänki
2013-12-14Implemented --emrun linker flag to emcc, which is a helper that makes the com...Jukka Jylänki
2013-12-14Added test to check that emrun stdout, stderr and process exit code capture w...Jukka Jylänki
2013-12-02fix file preloading in workers and add testAlon Zakai
2013-11-26correct way of scrollinbg to bottomLu Wang
2013-11-18Add support for specifying a custom web browser to run in the browser test ha...Jukka Jylänki
2013-11-18Clean up Windows-specific code in previous commits in the pull request.Jukka Jylänki
2013-11-17Fix test browser.test_chunked_synchronous_xhr on Windows. It failed due to a ...Jukka Jylänki
2013-11-17Fix browser.test_freealut on Windows by implementing a CMake build path for t...Jukka Jylänki
2013-11-17Fix test browser.test_sdl_image_compressed on Windows when the system does no...Jukka Jylänki
2013-11-17Adjust split.py tool logic for generating output filenames to not generate th...Jukka Jylänki
2013-11-14Implement more complete glGetXXv() for GLES2 binary shader format and shader ...Jukka Jylänki
2013-11-13Add 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 APIJohn Vilk
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory foo...Jukka Jylänki
2013-10-27simplify webgl context attributes test harness code a littleAlon Zakai
2013-10-27Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...Alon Zakai
2013-10-25Fix test browser.test_sdl_canvas_size on Linux and OSX.Jukka Jylänki
2013-10-24add tests for WebGL context attributes (antialiasing, depth, stencil) when th...Antoine Lambert
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...Jukka Jylänki
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-08Disable the uniform array test by default.Jukka Jylänki
2013-10-08Add unit test for GLES2 uniform arrays.Jukka Jylänki
2013-10-07Fix the rotozoom testsFelix H. Dahlke