Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Provide compile time and run time options for WebSocket URL and subproto...
|
|
*exactly* match the signature used in registration, up to useCapture) and a closure name rename problem. Fixes #2230.
|
|
|
|
|
|
OSX mouse support.
|
|
|
|
|
|
test. Checked on OSX Safari 6.0.5. Fixes #2219.
|
|
tested on IE as well.
|
|
|
|
|
|
|
|
closure testing; #2214
|
|
|
|
|
|
|
|
|
|
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
|
|
size.
|
|
dependencies; fixes #2191
|
|
Interactive tests
|
|
|
|
|
|
|
|
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
|
|
|
|
This testcase was originally inspired by libgcrypt. Compiling
asm("":::"memory") to a no-op would be doable, and would help the code
compile without error, but properly supporting what libgrypt is actually
doing here, being paranoid enough to make repeated stores to the same
memory location to clear it out, would be much harder, because we'd
really need a way to tell the JS engine what's going on so that it doesn't
optimize anything away.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors in improper function calls with the wrong type (but we do warn in this test)
|
|
args in static calls
|
|
|
|
disabled for non-fastcomp.
|
|
github.com:virusdave/emscripten into incoming
Conflicts:
AUTHORS
|
|
|
|
Add unit test for multiple worker responses.
Test command:
python tests/runner.py browser.test_worker_api_3
Add self to authors file.
|
|
|
|
|
|
|