aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
AgeCommit message (Expand)Author
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
2013-09-30add tests for GLUT mouse wheel eventsAntoine Lambert
2013-09-29 - added test for FS.syncfs functionalityAnthony Pesch
2013-09-26add slack to test_sdl_canvas_alphaAlon Zakai
2013-09-24sdl alpha testAlon Zakai
2013-09-24Update the sdl audio beep test to new test_browser.py suite after rebase.Jukka Jylänki
2013-09-18handle memory initializer when there are deps added during preRunAlon Zakai
2013-09-13emscripten_async_load_scriptAlon Zakai
2013-09-08proxy input eventsAlon Zakai
2013-09-08test file preloading in workerAlon Zakai
2013-09-08add test harness support for proxying, test_sdl_canvas_proxy passesAlon Zakai
2013-09-08stubs for proxied getImageData/putImageDataAlon Zakai
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-04handle glBufferData usages that are not in WebGL; fixes #1589Alon Zakai
2013-09-04fix repeated calls to glDraw* where the count changes but not the client attr...Alon Zakai
2013-09-04Merge branch 'vertex_array_object_bug' of github.com:michaeljbishop/emscripte...Alon Zakai
2013-09-04Added test which shows broken GL emulation when:Michael J. Bishop
2013-09-03add browser module testAlon Zakai
2013-08-29emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...Jukka Jylänki
2013-08-27FS.loadFilesFromDB|saveFilesToDBAlon Zakai
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai
2013-08-24improve test_html_source_mapAlon Zakai
2013-08-19Add test-case for touch-handling in glut.James Gregory
2013-08-19Merge pull request #1528 from inolen/shared_lib_fixesAlon Zakai
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch