aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
AgeCommit message (Expand)Author
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
2013-08-18add tests for alpha keys from SDL_GetKeyStateToadKing
2013-08-16allow overriding a gl function with the same name, and keep the original acce...Alon Zakai
2013-08-16generate separate function table wrappers for a single library function alias...Alon Zakai
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-13add some slack to glgears testsAlon Zakai
2013-08-12re-add test_sdl_pumpeventsAlon Zakai
2013-08-11initial work on splitting up runner.pyAnthony Pesch