No description
Find a file
Cheng Zhao 008b8d404d Don't separate node bindings into renderer and browser part.
Since we are going to use embeding thread to implement message
integration on all platforms, we do not need to separate renderer and
browser anymore.
2013-07-22 16:05:35 +08:00
app [Win] Print log to stderr instead of debug.log. 2013-07-08 11:09:53 +08:00
browser Don't separate node bindings into renderer and browser part. 2013-07-22 16:05:35 +08:00
common Don't separate node bindings into renderer and browser part. 2013-07-22 16:05:35 +08:00
renderer Don't separate node bindings into renderer and browser part. 2013-07-22 16:05:35 +08:00
script [Win] Pass relative path in the test script. 2013-07-19 10:41:24 +08:00
spec Improve spec window's default behavior. 2013-07-19 10:47:00 +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 Don't separate node bindings into renderer and browser part. 2013-07-22 16:05:35 +08:00
common.gypi Link to the views module as static library. 2013-07-09 10:22:38 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +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.