No description
Find a file
2013-07-18 18:37:40 +08:00
app [Win] Print log to stderr instead of debug.log. 2013-07-08 11:09:53 +08:00
browser Fix how we detect renderer crash. 2013-07-18 18:37:40 +08:00
common Add process.activateUvLoop() API. 2013-07-09 20:38:44 +08:00
renderer Enable the UI thread in browser to receive synchronous messages. 2013-07-10 12:36:02 +08:00
script Add script to run test. 2013-07-17 16:42:06 +08:00
spec Add test for the unzip module. 2013-07-18 15:19:36 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Update node: fix process.nextTick. 2013-07-17 10:48:00 +08:00
.gitignore Fix .gitignore. 2013-07-17 17:07:14 +08:00
.gitmodules cefode-node is renamed to node. 2013-07-17 10:51:58 +08:00
atom.gyp [Win] views_chromiumcontent.lib is renamed to chromiumviews.lib. 2013-07-09 12:26:31 +08:00
common.gypi Link to the views module as static library. 2013-07-09 10:22:38 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Add test for the unzip module. 2013-07-18 15:19:36 +08:00
README.md Set base url in bootstrap script by default. 2013-06-19 10:54:05 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.