No description
Find a file
Cheng Zhao 3576c6d2ff Fix race condition when initializing request context getter.
Note that we are calling GetURLRequestContext() in the UI thread when
using the protocol module, this should in fact not be allowed, but for
now we just use the workaround of making sure the request context getter
has been initialized before we use the protocol module.
2014-02-21 00:56:18 +08:00
app Enable convient stack printing. 2014-02-19 19:07:52 +08:00
browser Fix race condition when initializing request context getter. 2014-02-21 00:56:18 +08:00
common Merge branch 'master' into linux 2014-02-19 11:04:15 +00:00
docs 📝 List libraries required for Linux. 2014-02-20 18:56:59 +08:00
renderer Override default window.close, fixes #70. 2014-02-17 18:19:55 +08:00
script Update libchromiumcontent to use the thin version. 2014-02-20 18:20:29 +08:00
spec Override default window.close, fixes #70. 2014-02-17 18:19:55 +08:00
tools win: Do not generate symbols for static libraries and strip .pdb in symbol name. 2013-11-28 20:53:07 +08:00
vendor Merge branch 'master' into linux 2014-02-14 13:17:00 +00:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Use the gyp vendored by brightray. 2013-12-25 18:47:19 +08:00
atom.gyp Build with symbols on debug build. 2014-02-19 11:39:51 +00:00
common.gypi linux: Fix one compiler warning. 2014-02-20 18:58:56 +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 Update runas to 0.5.* 2014-02-20 16:43:26 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.