forked from mozilla/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial work on appshell shim in browser
Remove warning dialog for brackets in browser. Switch to Filer for all fs operations, update to latest API. NOTE: requires patched filer.js humphd/filer@25f2a24 Update filer to v0.0.13 to fix buffer regression Get initial project loading and File > Open working (style issues on dialog still) Change how styles are loaded First working File > Open Add sample file system generation Remove Filer submodule Add MakeDrive repo as submodule Switch things from Filer.* to MakeDrive.* Added save as functionality to UI Add makedrive sync logic in brackets Fix how trailing slashes are removed from dir names Added code to choose which extensions run in a browser environment Fix shared watches, update to auto-sync in MakeDrive vs. manual, use Path.normalize jquery module imports for sync-icon extension Update makedrive and makedrive-sync-icon submodules Allow withCredentials flag Update to use new MakeDrive client api for connect() without token Update MakeDrive for mozilla/makedrive@8d6f548 Update MakeDrive for CORS fixes Update MakeDrive with built version Update makedrive for CORS fix mozilla/makedrive#149 Update README Update MakeDrive to v0.0.12 for release Update MakeDrive to get Filer fix for sh.cwd/pwd() Update makedrive Update MakeDrive submodule update submodule for makedrive Update MakeDrive submodule 08-08-2014 - 10:57AM EST Update MakeDrive submodule
- Loading branch information
Showing
15 changed files
with
1,115 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,9 @@ | |
[submodule "src/extensions/default/JSLint/thirdparty/jslint"] | ||
path = src/extensions/default/JSLint/thirdparty/jslint | ||
url = https://github.com/peterflynn/JSLint.git | ||
[submodule "src/thirdparty/makedrive"] | ||
path = src/thirdparty/makedrive | ||
url = https://github.com/mozilla/makedrive.git | ||
[submodule "src/extensions/default/makedrive-sync-icon"] | ||
path = src/extensions/default/makedrive-sync-icon | ||
url = [email protected]:cdot-brackets-extensions/makedrive-sync-icon.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule makedrive-sync-icon
added at
82bab5
Oops, something went wrong.