Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30.
|
|
|
|
"Powered by emscripten" logo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
execinfo.h and unwind.h are unused and unimplemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disable it, when a compiler setting is not fastcomp-compatible
|
|
|
|
debug info on assertions 1 and especially 2 anyhow
|
|
add two modes for legacy non-fastcomp -O2 with and without asm
|
|
in the env
|
|
|
|
Don't redefine console if it already exists like in Chrome worker.
|
|
Fix errors in locale and allocate, and a few other tweaks
|
|
Correct some function dependencies to address unresolved symbols in test...
|
|
|
|
Fix bugs in HTML5 events when using SAFE_HEAP
|
|
This fixes a SAFE_HEAP_STORE is not a function error when using mouse events
and a segfault that occurs when the beforeunload callback returns 0.
|
|
|
|
Fix bug causing incorrect movement values in mouse events
|