| Commit message (Collapse) | Author | Age |
|
|
|
| |
Need to implement logic in parsing method, might require a minor restructuring.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
|
|
|
|
| |
Added a temporary fix to allow for webGL runtime functionality. Copying the desired folder name into a static name. There is a lag in doing this, so obviously now ideal. Need to discuss adding dynamic path-ing during author and runtime.
|
| |
|
| |
|
| |
|
|
|
|
| |
Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
|
| |
|
|
|
|
| |
Fixed the methods to allow for ArrayBuffer data to be sent, fixes saving files that are not plain text.
|
|
|
|
| |
Trying to fix mime type issues in FileSystem, Chrome does not support reponseType 'blob', so looking at alternatives.
|
|
|
|
| |
Adding functionality to copy a local library to the cloud. Currently creating directory structure. Need to add ability to copy files and ensure proper mime-type is set.
|
|
|
|
| |
Added an event that will be dispatched when Ninja loads and the local chrome Ninja library is fully synced with all required libs.
|
| |
|
|
|
|
| |
Added the functionality to copy an entire directory/library from a JSON descriptor file into the app sandbox. Need to add logic to dispatch a 'synchronized' event for Ninja to know everything is up to date.
|
|
|
|
| |
Added the ability to store locally in chrome single file libraries used by Ninja. Working on adding multi-file libraries.
|
|
This class will be used to copy locally the library needed for Ninja's IO.
|