Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | Merge pull request #2424 from gsathya/fix_append_bug | Alon Zakai | |
Fix append bug | |||
2014-06-11 | add test case for checking file append | Sathyanarayanan Gunasekaran | |
2014-06-11 | add myself to AUTHORS | Sathyanarayanan Gunasekaran | |
2014-06-11 | change value of position after seeking | Sathyanarayanan Gunasekaran | |
2014-06-11 | add sqlite speed test | Alon Zakai | |
2014-06-11 | add test for d2768d2ee | Alon Zakai | |
2014-06-11 | fix bug introduced in 92cab32f5f where we ignore the current offset in a ↵ | Alon Zakai | |
file when writing initial data to it | |||
2014-06-11 | LIBRARY_DEBUG fix | Alon Zakai | |
2014-06-11 | DETERMINISTIC option | Alon Zakai | |
2014-06-11 | Hide false warnings in 'ffdb.py install --run --log' if app was not ↵ | Jukka Jylänki | |
installed or running before. | |||
2014-06-11 | Improve Ctrl-C exception detection to cover the whole ffdb.py app. | Jukka Jylänki | |
2014-06-11 | Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler | juj | |
Emscripten sdl set event handler | |||
2014-06-10 | Merge pull request #2412 from juj/test_js_libraries_in_core | Alon Zakai | |
Test js libraries in core | |||
2014-06-10 | We don't seem to have tests for --js-library in core suite, so move ↵ | Jukka Jylänki | |
other.test_js_libraries to the core test suite so that it gets tested in all modes. | |||
2014-06-10 | Add support for printing out a memory summary of a running application with ↵ | Jukka Jylänki | |
ffdb via 'ffdb.py memory <app>'. | |||
2014-06-10 | Add support for printing FFOS device system description fields (deviceActor ↵ | Jukka Jylänki | |
getDescription verb) with 'ffdb.py desc' | |||
2014-06-10 | Fix ffdb issue when taking a screenshot and the screenshot is small enough ↵ | Jukka Jylänki | |
to fit into a single message instead of having multiple fragments. | |||
2014-06-09 | Merge pull request #2406 from juj/typedarray_memfs | Alon Zakai | |
Typedarray memfs | |||
2014-06-10 | Add test for emscripten_SDL_SetEventHandler. | Jukka Jylänki | |
2014-06-10 | Rename SDL_SetEventHandler from previous commit to ↵ | Jukka Jylänki | |
emscripten_SDL_SetEventHandler to reflect that this is our extension, and add comments. | |||
2014-06-10 | Added an additional call: `SDL_SetEventHandler()` to SDL. | Michael Bishop | |
This is not in the official API but it is needed for Mozilla Persona, which makes sure an event handler is on the stack when `navigator.id.request()` is called. Using the standard SDL api, this can never be the case because an SDL app retrieves events from SDL’s event queue independently of when those events are added to the queue (through event handlers that SDL itself registers). With this additional call, apps can receive events directly in response to an actual event handler which will still be on the stack when the event is handled by the SDL-based application. | |||
2014-06-09 | do not modify textual memory initializer when emitting source maps, as it ↵ | Alon Zakai | |
messes up line numbers; fixes #2410 | |||
2014-06-10 | Fix message queueing issue in ffdb.py which could discard log messages if ↵ | Jukka Jylänki | |
the app was spamming a lot of them. | |||
2014-06-09 | Merge pull request #2416 from coolwanglu/minor_clean | Alon Zakai | |
Minor clean | |||
2014-06-09 | minor clean | Lu Wang | |
2014-06-09 | fix memcpy for ta0 and ta1 | Alon Zakai | |
2014-06-09 | apply library synonyms using wrapper functions, to avoid needing hacks in ↵1.19.2 | Alon Zakai | |
the compiler ; 1.19.2 | |||
2014-06-09 | fix environ circularity | Alon Zakai | |
2014-06-09 | Add support for passing --run command to ffdb install&launch when a packaged ↵ | Jukka Jylänki | |
app .zip file is passed. | |||
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 | |
Cleanup includes | |||
2014-06-09 | Improve error message that is shown in ffdb when DevTools is not enabled on ↵ | Jukka Jylänki | |
a FFOS device. | |||
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 ↵ | Jukka Jylänki | |
'get', 'set', 'unset', 'hide-prompt' and 'restore-prompt' to ffdb. | |||
2014-06-08 | show an error on NO_DYNAMIC_EXECUTION with embind | Alon Zakai | |
2014-06-07 | On Windows, properly clean up temporary .rsp response file used during the ↵ | Jukka Jylänki | |
build after finished so the C:\Users\clb\AppData\Local\Temp directory doesn't litter up with .rsp files. | |||
2014-06-07 | Put a placeholder README in system/local/include. | Bruce Mitchener | |
This explains the purpose so that the directory is a bit more discoverable. It also means the compiler won't complain that the directory doesn't exist when in verbose mode. | |||
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 | Merge pull request #2403 from guillaumeblanc/incoming | Alon Zakai | |
Fixes glfwGetProcAddress calls that were causing a ReferenceError except... | |||
2014-06-06 | Merge pull request #2409 from Daft-Freak/preloaded_image_data | Alon Zakai | |
Add emscripten_get_preloaded_image_data | |||
2014-06-06 | add test | Charlie Birks | |
2014-06-06 | path should be const | Charlie Birks | |
2014-06-06 | fix relative paths | Charlie Birks | |
2014-06-06 | Adds unit test for glfwGetProcAddress. | Guillaume Blanc | |
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 ↵ | Jukka Jylänki | |
screenshot capture. Report out captured image dimensions for better error detection. | |||
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 ↵ | Jukka Jylänki | |
binary data uploads. Gives about 4MB/sec data uploads as opposed to ~350KB/sec on old B2G 1.4 devices. | |||
2014-06-06 | Fix issue in tools/ffdb.py where installing an app using a relative path ↵ | Jukka Jylänki | |
would place the files in wrong directory inside the zip file, causing the install to fail after upload is finished. |