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