aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/ninjalibrary.js
Commit message (Collapse)AuthorAge
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Adding blocking logic to copy libsJose Antonio Marquez2012-06-03
| | | | Need to implement logic in parsing method, might require a minor restructuring.
* Cleaning upJose Antonio Marquez2012-05-27
|
* Cleaning upJose Antonio Marquez2012-05-27
|
* Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Clean upJose Antonio Marquez2012-04-19
|
* Temp Runtime WebGL FixJose Antonio Marquez2012-03-10
| | | | 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.
* Fixing Issues for Windows LibJose Antonio Marquez2012-03-09
|
* Adding new RDGE library dataJose Antonio Marquez2012-02-16
|
* Setting up webGL library copy on saveJose Antonio Marquez2012-02-15
|
* Adding a purge library methodJose Antonio Marquez2012-02-08
| | | | 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.
* Setting up packaged appJose Antonio Marquez2012-02-08
|
* Fixed data type issue on copying library filesJose Antonio Marquez2012-02-08
| | | | Fixed the methods to allow for ArrayBuffer data to be sent, fixes saving files that are not plain text.
* Mime type fixesJose Antonio Marquez2012-02-07
| | | | Trying to fix mime type issues in FileSystem, Chrome does not support reponseType 'blob', so looking at alternatives.
* Copy local library to cloudJose Antonio Marquez2012-02-07
| | | | 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.
* Adding library synced eventsJose Antonio Marquez2012-02-07
| | | | Added an event that will be dispatched when Ninja loads and the local chrome Ninja library is fully synced with all required libs.
* Adding mime-type detection for new fileJose Antonio Marquez2012-02-07
|
* Adding ability to copy an entire library for NinjaJose Antonio Marquez2012-02-07
| | | | 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.
* Single file library syncingJose Antonio Marquez2012-02-06
| | | | Added the ability to store locally in chrome single file libraries used by Ninja. Working on adding multi-file libraries.
* Setting up IO Ninja LibraryJose Antonio Marquez2012-02-05
This class will be used to copy locally the library needed for Ninja's IO.