Age | Commit message (Collapse) | Author |
|
Make stdin/stdout/stderr be 0/1/2 per standard posix convention
|
|
|
|
Remove _-prefix from in6addr_*
|
|
|
|
|
|
|
|
|
|
fastcomp
|
|
|
|
|
|
and can work in fastcomp
|
|
|
|
|
|
|
|
|
|
|
|
Add optimized versions of musl libc string and memory comparison functions.
|
|
Always preventDefault() on keydown if keypress is not needed.
|
|
|
|
|
|
|
|
code.
|
|
|
|
don't check to enable OES_standard_derivatives in GL.getSource
|
|
Some browser shortcut keys activate if event.preventDefault()
is not called for the keydown event. This will prevent all such
hotkeys when keypress events aren't needed.
|
|
|
|
|
|
Web Audio buffering improvement
|
|
|
|
|
|
This changes the Web Audio code to increase buffers according to
SDL.audio.numSimultaneouslyQueuedBuffers, which can be changed via
Module['SDL_numSimultaneouslyQueuedBuffers']. It becomes more
similar to Mozilla Audio Data code. Multiple pending timers are
used to improve sound when there is high CPU usage.
|
|
lazily initialize SDL surface buffer
|
|
|
|
|
|
|
|
|
|
define
|
|
|
|
|
|
|
|
|
|
due to security implications. Mark down related bugzilla entry.
|
|
Current testing suggests that Firefox Nightly on Android does not support orientation lock. See https://bugzilla.mozilla.org/show_bug.cgi?id=966480 .
|
|
fs unmount support
|
|
|
|
|
|
|
|
don't emit syncfs callback multiple times
error when mounting to an existing mountpoint
|
|
idbfs updates
|
|
|