aboutsummaryrefslogtreecommitdiff
path: root/js/mediators/io-mediator.js
Commit message (Collapse)AuthorAge
* fixed undo/redo for each code view document, changed new file integration ↵Ananya Sen2012-02-08
| | | | | | with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* allow to open html file in design view,Ananya Sen2012-02-03
| | | | | | integrated file open with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added editor tab save while switching code view tabs,Ananya Sen2012-02-03
| | | | | | integrated new file dialog with io mediator to open the new file in a new tab Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Chrome FileSystem API TestingJose Antonio Marquez2012-02-02
| | | | Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
* Setting up mediator for UI in FileIOJose Antonio Marquez2012-02-02
|
* File IO clean up and setting upJose Antonio Marquez2012-02-01
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.