Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
the rest of the browser suite does, instead of always testing user default browser.
|
|
output instead of python pipe, since on linux, spawning chrome browser would run into a mysterious issue where piping the emrun output would hang the python subprocess spawn.
|
|
with mutex to not interleave multiple prints to same line without a delimiting newline.
|
|
the web server, and theoretically browser could attempt to load the page before server is even up. Not detected in practice, but could happen.
|
|
|
|
|
|
issue when spawning chrome browser.
|
|
should not have been printed, but queued to be printed later.
|
|
eglCreateContext.
|
|
EGL_CONTEXT_CLIENT_VERSION field when creating a context. Require the version number 2, since WebGL1 maps to GLES2.
|
|
|
|
|
|
|
|
|
|
|
|
Optimize away masks on stores to HEAP8 and HEAP16.
|
|
Implement command line passing to work to emrun when --emrun is passed.
|
|
Clean up test_indirectbr_many with the help of preprocessor macros
|
|
Optimize HEAP8[i] = x & 255 to HEAP8[i] = x, and similar for HEAP16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--android --list_browsers is called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ordering with explicit synchronization.
|
|
|
|
|
|
|
|
handled; fixes #1918
|
|
Conflicts:
emcc
|
|
|
|
|
|
Emrun
|
|
|
|
Fix indentation of core test files
|
|
fix typo
|