Age | Commit message (Expand) | Author |
2014-06-13 | Fix ffdb.py issue on Windows where user cannot abort logging with Ctrl-C. Add... | Jukka Jylänki |
2014-06-11 | Hide false warnings in 'ffdb.py install --run --log' if app was not installed... | Jukka Jylänki |
2014-06-11 | Improve Ctrl-C exception detection to cover the whole ffdb.py app. | Jukka Jylänki |
2014-06-10 | Add support for printing out a memory summary of a running application with f... | Jukka Jylänki |
2014-06-10 | Add support for printing FFOS device system description fields (deviceActor g... | Jukka Jylänki |
2014-06-10 | Fix ffdb issue when taking a screenshot and the screenshot is small enough to... | Jukka Jylänki |
2014-06-10 | Fix message queueing issue in ffdb.py which could discard log messages if the... | Jukka Jylänki |
2014-06-09 | minor clean | Lu Wang |
2014-06-09 | Add support for passing --run command to ffdb install&launch when a packaged ... | Jukka Jylänki |
2014-06-09 | Add options --run and --log to ffdb launch and install commands for conveniency. | Jukka Jylänki |
2014-06-09 | Merge pull request #2399 from waywardmonkeys/cleanup-includes | Alon Zakai |
2014-06-09 | Improve error message that is shown in ffdb when DevTools is not enabled on a... | Jukka Jylänki |
2014-06-09 | Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb. | Jukka Jylänki |
2014-06-09 | Improved error messages printed from tools/ffdb.py. Added new commands 'get',... | Jukka Jylänki |
2014-06-07 | On Windows, properly clean up temporary .rsp response file used during the bu... | Jukka Jylänki |
2014-06-07 | Remove non-existing include paths. | Bruce Mitchener |
2014-06-06 | recurse on deps_info.json, and remove workaround we needed without that | Alon Zakai |
2014-06-06 | Add options --host, --port, --verbose and --simulator to tools/ffdb.py | Jukka Jylänki |
2014-06-06 | Remember to free up resources used by Devtools connection for ffdb screenshot... | Jukka Jylänki |
2014-06-06 | Add support to tools/ffdb.py to take a screenshot of the FFOS device screen. | Jukka Jylänki |
2014-06-06 | Add support to tools/ffdb.py to perform B2G 2.0 bulk data transfers for binar... | Jukka Jylänki |
2014-06-06 | Fix issue in tools/ffdb.py where installing an app using a relative path woul... | Jukka Jylänki |
2014-06-06 | Improve error reporting in tools/ffdb.py | Jukka Jylänki |
2014-06-06 | In tools/ffdb.py, compress the zip files before uploading to improve packaged... | Jukka Jylänki |
2014-06-04 | pull code out of loops when they have a single break and it allows us to turn... | Alon Zakai |
2014-06-04 | Fix registerizeHarder handling of unlabelled 'continue' inside a 'switch'. | Ryan Kelly |
2014-06-02 | Merge pull request #2364 from juj/musl_stdio | Alon Zakai |
2014-06-02 | fix very large doubles; fixes #2392 | Alon Zakai |
2014-05-27 | clean up shell code using uglify, in optimized builds, when not using closure | Alon Zakai |
2014-05-23 | leave bool&1 as is if not going straight into a bitwise operator, to work aro... | Alon Zakai |
2014-05-23 | Migrate snprintf to musl. Move the most common sprintf-related code to libc i... | Jukka Jylänki |
2014-05-23 | Migrate to using musl libc sprintf family to gain compiled asm.js performance... | Jukka Jylänki |
2014-05-23 | Migrate to using musl libc sscanf to improve performance. Keep the existing J... | Jukka Jylänki |
2014-05-22 | improve warning on failing to validate repos | Alon Zakai |
2014-05-20 | wipe out emscripten.py output when it fails, so the error does not cascade we... | Alon Zakai |
2014-05-20 | Merge pull request #2369 from juj/musl_charfuncs | Alon Zakai |
2014-05-21 | Migrate is*, to* and stro* to use musl libc. | Jukka Jylänki |
2014-05-20 | Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming | Alon Zakai |
2014-05-19 | Archive groups code review changes. | Ryan Sturgell |
2014-05-20 | Fix elimination of conditional expressions in registerizeHarder. | Ryan Kelly |
2014-05-19 | add testcases for last few commits | Alon Zakai |
2014-05-19 | add conditional to hasSideEffects | Alon Zakai |
2014-05-19 | fix emitsBoolean handling of conditional, and add handling of num | Alon Zakai |
2014-05-19 | add line bisector tool | Alon Zakai |
2014-05-19 | do not move around loop variable incrementations when the helper is used outs... | Alon Zakai |
2014-05-18 | fix looptemp replacements when there is a continue with a phi of the loop var... | Alon Zakai |
2014-05-16 | merge loop and helper variables when their use ranges do not overlap | Alon Zakai |
2014-05-16 | optimize loop vars even if there is some code (like a phi) in the if block wh... | Alon Zakai |
2014-05-15 | support const methods, not just attributes, in webidl binder | Alon Zakai |
2014-05-13 | conditionalize in all boolean-emitting expressions | Alon Zakai |