aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/chromeapi.js
Commit message (Collapse)AuthorAge
* show iframeContainer if all documents are closedAnanya Sen2012-02-10
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* 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 mime-type detection for new fileJose Antonio Marquez2012-02-07
|
* 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.
* Adding logic to copy ninja librariesJose Antonio Marquez2012-02-06
| | | | Setting up the logic to handling copying ninja required libraries into the app local file system sandbox to be used by cloud simulator.
* Setting up library detection for Chrome File SystemJose Antonio Marquez2012-02-06
|
* Setting up Chrome IO classJose Antonio Marquez2012-02-05
|
* Setting up IO Ninja LibraryJose Antonio Marquez2012-02-05
| | | | This class will be used to copy locally the library needed for Ninja's IO.
* Setting up Chrome File System API classJose Antonio Marquez2012-02-04
Chrome file system API will be used to copy over files from the sandboxed app into the sandboxed file system directory (in Chrome) to then be used by the core API and the cloud.