aboutsummaryrefslogtreecommitdiff
path: root/emrun
AgeCommit message (Collapse)Author
2014-01-03Linux fixes to emrun. Don't fail if glxinfo is not installed, and look for ↵Jukka Jylänki
Chrome in 'google-chrome' executable name as well. Don't fail if browser is not found.
2013-12-20Improve emrun browser launch detach detection on linux. Shield log printing ↵Jukka Jylänki
with mutex to not interleave multiple prints to same line without a delimiting newline.
2013-12-20Fix potential race condition in emrun where the browser was spawned before ↵Jukka Jylänki
the web server, and theoretically browser could attempt to load the page before server is even up. Not detected in practice, but could happen.
2013-12-20Remove unneeded newline append in emrun when logging to file.Jukka Jylänki
2013-12-20Make emrun executable on linuxJukka Jylänki
2013-12-20Add verbose debug print to emrun exit to troubleshoot linux process hang ↵Jukka Jylänki
issue when spawning chrome browser.
2013-12-20Remove bad print in emrun when the message that arrived out-of-sequence ↵Jukka Jylänki
should not have been printed, but queued to be printed later.
2013-12-19Support --browser_info and --system_info in emrun when used with --android.Jukka Jylänki
2013-12-19Add support for listing detected browsers on Android in emrun, when emrun ↵Jukka Jylänki
--android --list_browsers is called.
2013-12-19Require that --browser is used with --android.Jukka Jylänki
2013-12-19Gracefully fail in emrun if adb is not found when running with --android.Jukka Jylänki
2013-12-19Improve emrun usage warning print on when running on Android.Jukka Jylänki
2013-12-18Add support for launching Android browsers via emrun. Fix log message print ↵Jukka Jylänki
ordering with explicit synchronization.
2013-12-14Add machinery that detects whether a html page was built with --emrun ↵Jukka Jylänki
command line flag, and print a warning if not done so.
2013-12-14Added emrun utility that allows running .html files in a browser like they ↵Jukka Jylänki
were normal executables. For more information, see https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E .