No description
Find a file
Cheng Zhao 9f1fe4d2c2 Closing a window requires closing web contents now.
In this way, we can prevent the close of window by using beforeunload
handler.
2013-05-01 15:42:30 +08:00
app 💄 for cpplint. 2013-04-20 14:03:55 +08:00
browser Closing a window requires closing web contents now. 2013-05-01 15:42:30 +08:00
common Closing a window requires closing web contents now. 2013-05-01 15:42:30 +08:00
renderer Release resources in browser when renderer view is gonna unloaded. 2013-05-01 10:59:29 +08:00
script Ignore api_messages.{cc,h} for cpplint. 2013-04-21 15:36:48 +08:00
vendor Update to newest brightray. 2013-04-30 18:59:07 +08:00
.gitignore Add vendor/ to .gitignore, so ag won't search it. 2013-04-29 19:39:05 +08:00
.gitmodules Build with node. 2013-04-12 22:52:32 +08:00
atom.gyp Implement beforeunload event. 2013-05-01 00:05:19 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Write js codes in coffee script. 2013-04-14 22:48:35 +08:00
README.md Fix README. 2013-04-16 00:26:43 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.