2012-01-10 01:46:22 +04:00
|
|
|
[submodule "src/thirdparty/path-utils"]
|
|
|
|
path = src/thirdparty/path-utils
|
2012-07-11 01:23:09 +04:00
|
|
|
url = https://github.com/jblas/path-utils.git
|
2012-08-11 04:35:21 +04:00
|
|
|
[submodule "src/thirdparty/mustache"]
|
|
|
|
path = src/thirdparty/mustache
|
|
|
|
url = https://github.com/janl/mustache.js.git
|
2013-04-19 03:45:28 +04:00
|
|
|
[submodule "src/thirdparty/requirejs"]
|
|
|
|
path = src/thirdparty/requirejs
|
|
|
|
url = https://github.com/jrburke/requirejs.git
|
|
|
|
[submodule "src/thirdparty/text"]
|
|
|
|
path = src/thirdparty/text
|
|
|
|
url = https://github.com/requirejs/text.git
|
|
|
|
[submodule "src/thirdparty/i18n"]
|
|
|
|
path = src/thirdparty/i18n
|
|
|
|
url = https://github.com/requirejs/i18n.git
|
2013-07-16 06:43:15 +04:00
|
|
|
[submodule "src/extensions/default/JSLint/thirdparty/jslint"]
|
|
|
|
path = src/extensions/default/JSLint/thirdparty/jslint
|
2014-12-03 22:22:04 +03:00
|
|
|
url = https://github.com/peterflynn/JSLint.git
|
2015-02-16 20:46:58 +03:00
|
|
|
[submodule "src/thirdparty/filer"]
|
|
|
|
path = src/thirdparty/filer
|
|
|
|
url = https://github.com/filerjs/filer.git
|
2015-04-21 22:25:26 +03:00
|
|
|
[submodule "src/extensions/default/brackets-paste-and-indent"]
|
|
|
|
path = src/extensions/default/brackets-paste-and-indent
|
|
|
|
url = https://github.com/ahuth/brackets-paste-and-indent.git
|
2015-05-13 21:12:56 +03:00
|
|
|
[submodule "src/extensions/extra/brackets-cdn-suggestions"]
|
|
|
|
path = src/extensions/extra/brackets-cdn-suggestions
|
|
|
|
url = https://github.com/szdc/brackets-cdn-suggestions.git
|
2015-05-22 21:11:10 +03:00
|
|
|
[submodule "src/thirdparty/marked"]
|
|
|
|
path = src/thirdparty/marked
|
|
|
|
url = https://github.com/chjj/marked.git
|
2015-05-27 19:25:28 +03:00
|
|
|
[submodule "src/thirdparty/slowparse"]
|
|
|
|
path = src/thirdparty/slowparse
|
|
|
|
url = https://github.com/mozilla/slowparse.git
|
Remote MessageChannel filesystem working everywhere but Firefox
Trying to get Firefox to work, not there yet
Firefox working
Always call port.start() when using addEventListener
Everything working well for binary and utf8 data across browsers
Removed kamino.js, which we don't use for our MessageChannel shim.
Update README for hosted.html details
Use minified Filer in hosted.js
Use transferable, except in Blink
Add test for safe transfer of ArrayBuffer over MessageChannel (buggy in Chrome, possibly IE, Safari)
Fixes for jshint
Add fs.unlink and fs.rmdir, fix use of stats.isDirectory()
Rework remote callbacks for watch events
Go back to async blob url management
Remove debugger statement in BlobUtils
Break up BracketsFiler into RemoteFiler for circular ref fix (Path loading still wrong), mostly working
Working
Fix ownership of Path and Buffer, move to FilerUtils.js
Cache CSS files
Fix circular ref between BlobUtils and Handlers, move caching to FilerFileSystem
Fix small typos
Go back to async blob url management
Working iframe api
Make URL configurable, default to prod
Pass provider to Filer correctly
Add remote command layer
JSHint fixes after rebase
Hook-up mobile and desktop preview modes
Add stand-alone build step for bramble iframe api
Fix jshint for almond.js
Add some other common methods, add async handling for focus change
s/createInstance/getInstance/
Added docs to README on iframe api
Fixup styling in README
Update README for fs vs. fs()
Add showStatusbar() and hideStatusbar() with statusbar off by default
Fix review issues: option for using location.search from host, removed mime arg in HTMLRewriter
Don't try to minify node_modules in extensions/extra (breaking Jordan's build with MDNDocs)
Fix grunt/jshint/requirejs bugs related to build-browser, add loading spinner
Fix to README for dist/ method of using Bramble
Fix DOMContentLoaded issue and document.readyState
API state and events working
Updated docs, extra getters on API
Remove reference to passing provider to getInstance()
Reworking API for .load() and .mount(), sort of working
Everything working with load() and mount()
Update docs for load() and mount()
Fix typos in readme
Update docs, change readyState management, deal with rel/abs paths to mount()
Fix typo, update hosted.html to work with new api
Show sidebar if project file count > 1
Add fileChange, fileRename, and fileDelete events on bramble
Make sure first-pane has focus on startup, so text size +/- commands work
Missing semicolon
Get rid of callbacks on Bramble.mount()
Fix startup order so secondPaneWidth is known on ready, fix typo in README
jshint fix
2015-05-27 23:09:31 +03:00
|
|
|
[submodule "src/bramble/thirdparty/EventEmitter"]
|
|
|
|
path = src/bramble/thirdparty/EventEmitter
|
|
|
|
url = https://github.com/Wolfy87/EventEmitter.git
|
2015-06-26 21:51:30 +03:00
|
|
|
[submodule "src/thirdparty/jszip"]
|
|
|
|
path = src/thirdparty/jszip
|
|
|
|
url = https://github.com/Stuk/jszip.git
|