Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-03 | Linux 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-20 | Improve 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-20 | Fix 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-20 | Remove unneeded newline append in emrun when logging to file. | Jukka Jylänki | |
2013-12-20 | Make emrun executable on linux | Jukka Jylänki | |
2013-12-20 | Add verbose debug print to emrun exit to troubleshoot linux process hang ↵ | Jukka Jylänki | |
issue when spawning chrome browser. | |||
2013-12-20 | Remove 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-19 | Support --browser_info and --system_info in emrun when used with --android. | Jukka Jylänki | |
2013-12-19 | Add support for listing detected browsers on Android in emrun, when emrun ↵ | Jukka Jylänki | |
--android --list_browsers is called. | |||
2013-12-19 | Require that --browser is used with --android. | Jukka Jylänki | |
2013-12-19 | Gracefully fail in emrun if adb is not found when running with --android. | Jukka Jylänki | |
2013-12-19 | Improve emrun usage warning print on when running on Android. | Jukka Jylänki | |
2013-12-18 | Add support for launching Android browsers via emrun. Fix log message print ↵ | Jukka Jylänki | |
ordering with explicit synchronization. | |||
2013-12-14 | Add 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-14 | Added 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 . |