aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-17fuse elses to remove unnecessary label settings and checks, after we simplifi...Alon Zakai
2014-03-17don't commaify if it doesn't helpAlon Zakai
2014-03-17simplify nested ifs with identical elsesAlon Zakai
2014-03-17uncommaify between ifs that can potentially be simplifiedAlon Zakai
2014-03-17remove unnecessary code from simplifyIfsAlon Zakai
2014-03-17add another if testcase in relooperAlon Zakai
2014-03-17add test_simplify_ifsAlon Zakai
2014-03-17filter out empty blocks in simplifyIfsAlon Zakai
2014-03-17simplifyIfs js optimizer passAlon Zakai
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
2014-03-17Merge pull request #2234 from Noxalus/incomingAlon Zakai
2014-03-17Merge pull request #2228 from Daft-Freak/patch-1Alon Zakai
2014-03-17Set errno and return -1Charlie Birks
2014-03-17fix relooper testAlon Zakai
2014-03-17Return error in raiseCharlie Birks
2014-03-17Fix numepad 0 key and add few other keysNoxalus
2014-03-16Merge pull request #2229 from Daft-Freak/patch-2juj
2014-03-16Fix unregistering of event handlers (all params of removeEventListener must *...Jukka Jylänki
2014-03-15don't needlessly add empty nodes in asm normalization/denormalizationAlon Zakai
2014-03-15remove empty subnodes after aggressive variable eliminationAlon Zakai
2014-03-15remove empty subnodes after vacuumAlon Zakai
2014-03-15remove empty subnodes after eliminateAlon Zakai
2014-03-15fix commented-out relooper codeAlon Zakai
2014-03-15Add eglWaitGLCharlie Birks
2014-03-15Add stub for raiseCharlie Birks
2014-03-14add -profiling optionAlon Zakai
2014-03-14test for bad triple warningAlon Zakai
2014-03-14add a Nested branch type in relooper, to represent a path we must make sure i...1.13.2Alon Zakai
2014-03-14Merge pull request #2224 from juj/osx_mouseAlon Zakai
2014-03-14Add better documentation to emscripten/html5.h KeyEvent structure on the curr...Jukka Jylänki
2014-03-14Merge pull request #2225 from juj/safari_webaudioAlon Zakai
2014-03-14Fix typo in comment.Jukka Jylänki
2014-03-14Make tests/openal_playback.cpp compilable outside the test runner.Jukka Jylänki
2014-03-14Fix OpenAL library to work with old Web Audio API syntax that exists in Safar...Jukka Jylänki
2014-03-14Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement th...Jukka Jylänki
2014-03-14Add an automated version of the html5 mouse test in browser test suite.Jukka Jylänki
2014-03-13Implement support for Webkit mouse wheel events. Add new interactive mouse te...Jukka Jylänki
2014-03-13Manually implement mouse movementXY in HTML5 mousemove events when the browse...Jukka Jylänki
2014-03-13Fix typo with missing parentheses from previous commit that broke keyevents f...Jukka Jylänki
2014-03-12Fix IE fullscreen requests to not run in mousedown events, since IE doesn't a...Jukka Jylänki
2014-03-12Register mouse callbacks in test_html5_fullscreen.c sample so that it can be ...Jukka Jylänki
2014-03-12Make tests/test_html5_fullscreen.c standalone-compilable outside test suite.Jukka Jylänki
2014-03-11improve demangler a littleAlon Zakai
2014-03-11improve CHECK_HEAP_ALIGN messageAlon Zakai
2014-03-11Updated ChangeLog to latest.Jukka Jylänki
2014-03-11Implement a IE10+ specific path to emscripten_get_callstack to get the call s...Jukka Jylänki
2014-03-11Clean up warnings in emscripten_log test.Jukka Jylänki
2014-03-10fix mouse wheel deltas for closure compiler in html5 API, and add some closur...Alon Zakai
2014-03-10add test for odin validationAlon Zakai
2014-03-10add -w to spidermonkey to see odin warningsAlon Zakai