| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
a video
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|
|
|
| |
Fixed a bug with data-uris not opening correctly.
|
|
|
|
| |
Removed inserting CDN styles into head as it was proper because the hierarchy would be lost, and there is no current fast-alternative to achieve a preview.
|
|
|
|
| |
It's not done correctly, we really need the proxy for this.
|
| |
|
| |
|
| |
|
|
|
|
| |
Added a temp fix for allow the viewing of CSS on a CDN, however, the styles should not be editable, but will allow for accurate preview of styles. Need to coordinate with the CSS panel and styles manager to insert styles in the appropriate files or tags that have write permission.
|
|
|
|
| |
Still need to implement CSS loaded from a CDN, currently this would break Ninja.
|
|
|
|
| |
Added logic to allow for files opened and assets linked in any order all under the cloud server root.
|
|
|
|
| |
Set up logic to parse URLs document level (href, src, url) still need to add functionality to return proper value, currently only detecting current value.
|
| |
|
|
|
|
| |
Only partially, supporting unquoted files under same root.
|
|
|
|
| |
Fixed parsing files to have correct URLs with RegEx, inner content of CSS files still needs to be fixed.
|
|
|
|
| |
Modified the way the webRequest maps to the file.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
js/controllers/selection-controller.js
js/document/html-document.js
js/panels/properties/content.reel/content.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |\
| | |
| | | |
Fixes to preview caching issues
|
| | |
| | |
| | |
| | | |
Adding save all logic before preview, temporary fix.
|
| | |
| | |
| | |
| | | |
Using window.open to test movie.
|
| |\ \
| | |/
| |/| |
persist selections while switching documents
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |/
| |
| |
| | |
Setting up logic to include attributes in <link> for the <style> duplicates and add attributes created in Ninja back to <link> tag on save.
|
| |
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| |
| |
| | |
switching between documents.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|/
|
|
| |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\ |
|
| |
| |
| |
| | |
Also cleaned up URL getter for app in cleaning string code.
|
| | |
|
| |
| |
| |
| | |
Added logic to load cross-domain CSS from CDN, but need to explore how to load without impacting permissions.
|
| |\
| | |
| | | |
FileIO branch pull request
|
| | |
| | |
| | |
| | | |
This is only the IO aspect, the data getter seems broken for 2D canvas and does not allow for save, and nothing works for setting the data on load. However, the IO aspect of saving and opening the data are not incorporated.
|
| |/
|/|
| |
| |
| |
| | |
- fix zoom tool keyboard control to listen to Z when ctrl and shift keys are not pressed with it
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\| |
|
| |\
| | |
| | | |
Integration
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
js/document/html-document.js
js/helper-classes/3D/snap-manager.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Added a temp fix to parse out the app url that is placed in the CSS styles.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Saving CSS in <style> tags, need to implement saving CSS to files.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |/
|/|
| |
| |
| |
| | |
a document and while switching documents
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
|
| |
| |
| |
| | |
Adding logic to parse the entire DOM and insert the style tag loading the link element content directly above.
|
|/
|
|
| |
Implemented temporary work-around to the css-cross-origin issue on files loaded into Ninja. Fix is for open file, need to implement save functionality and integrate with CSS panel.
|