aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/chromeapi.js
Commit message (Collapse)AuthorAge
* Update: Cleaning upJose Antonio Marquez2012-08-22
|
* Fix: Removing version check for blob builderJose Antonio Marquez Russo2012-08-21
| | | | This apparently now magically started working through an update in Chrome 21, hence rendering the need for the old method useless.
* Fix: Adding browser check to implement fix for deprecated array/blob APIsJose Antonio Marquez2012-08-09
| | | | This check should be removed once version 22 of Chrome is made stable. Please test before merging.
* Fix: Using array buffer views for deprecated APIsJose Antonio Marquez2012-08-08
| | | | This addresses issues with Chrome Canary warnings related to library file copying. Please test fully before merging.
* Fix: Replacing deprecated blobBuilderJose Antonio Marquez Russo2012-07-31
| | | | Fixes issues with copying library files from File System. Need to fix ArrayBuffer, but this is just a warning that does not break functionality.
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* 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.