aboutsummaryrefslogtreecommitdiff
path: root/js/document
Commit message (Collapse)AuthorAge
* Chrome PreviewJose Antonio Marquez2012-02-17
|
* Adding webRequest redirects for iFrame templatesJose Antonio Marquez2012-02-17
|
* Adding Chrome webRequest interceptJose Antonio Marquez2012-02-17
| | | | Need to add logic to resolve file's actual URL dynamically.
* Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-16
|\
* | Moving Ninja iFrame templatesJose Antonio Marquez2012-02-16
|/
* Merge branch 'master' of github.com:Motorola-Mobility/ninja-internalValerio Virgillito2012-02-16
|
* Setting up webGL library copy on saveJose Antonio Marquez2012-02-15
|
* Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-15
| | | | | Conflicts: js/document/html-document.js
* Creating NinjaTemplate to HTML functionJose Antonio Marquez2012-02-14
| | | | This function will need to be cleaned up and possibly moved once the MVC structure is in-place for the document.
* Reverting text/html document classes and setting up MVC folder structureJose Antonio Marquez2012-02-14
| | | | Setting up the folder structure for the proposed set up for documents in Ninja. Reverted to have a temp HTML/Text document class. Tweak some UI for file pickers.
* Merging TextDocument into BaseDocumentJose Antonio Marquez2012-02-14
| | | | Merged the text-document class with base-document, didn't make sense to have two classes for basic model of documents, the html-document class remain extending base-document to incorporate design view. These two classes might be renamed.
* Cleaning upJose Antonio Marquez2012-02-14
Setting up a 'document' folder to handle all document related classes that in relation to IO