Age | Commit message (Collapse) | Author |
|
Add log colors to Windows prints as well. Make default logging output format contain less cruft.
|
|
installed or running before.
|
|
|
|
ffdb via 'ffdb.py memory <app>'.
|
|
getDescription verb) with 'ffdb.py desc'
|
|
to fit into a single message instead of having multiple fragments.
|
|
the app was spamming a lot of them.
|
|
|
|
app .zip file is passed.
|
|
|
|
Cleanup includes
|
|
a FFOS device.
|
|
|
|
'get', 'set', 'unset', 'hide-prompt' and 'restore-prompt' to ffdb.
|
|
build after finished so the C:\Users\clb\AppData\Local\Temp directory doesn't litter up with .rsp files.
|
|
|
|
|
|
|
|
screenshot capture. Report out captured image dimensions for better error detection.
|
|
|
|
binary data uploads. Gives about 4MB/sec data uploads as opposed to ~350KB/sec on old B2G 1.4 devices.
|
|
would place the files in wrong directory inside the zip file, causing the install to fail after upload is finished.
|
|
|
|
packaged app installation times.
|
|
turn them into simpler do-whiles
|
|
|
|
Musl stdio
|
|
|
|
|
|
around v8 issue 2513
|
|
instead of libcextra to avoid pulling libcextra in on common runs.
|
|
performance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc.
|
|
JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf.
|
|
|
|
weirdly; fixes #2368
|
|
Musl charfuncs
|
|
|
|
Conflicts:
AUTHORS
|
|
|
|
Previously, attempts to eliminate a side-effect-free conditional
expression would corrupt internal block state, because the sub-nodes
belong to a different block than the one containing the expression.
This fixes the problem by not splitting side-effect free conditionals
across multiple blocks.
|
|
|
|
|
|
|
|
|
|
outside the loop
|
|
variable
|
|
|
|
where the loop break is, if it does not interfere
|
|
|
|
|