No description
Find a file
Cheng Zhao 92e157de30 Fix crash when using protocol module on startup.
The job factory was not created before any request was sent, so when the
app used the protocol module on startup it would cause a crash.
2013-09-20 18:32:05 +08:00
app Need PathService on Win32 2013-09-17 11:53:31 -07:00
browser Fix crash when using protocol module on startup. 2013-09-20 18:32:05 +08:00
common Dump v0.4.8. 2013-09-20 16:55:43 +08:00
docs doc: Metion the frameless-window-demo. 2013-09-09 20:17:47 +08:00
renderer Send and receive the AtomViewHostMsg_UpdateDraggableRegions message. 2013-09-05 20:06:54 +08:00
script 💄 Fix cpplint warnings. 2013-09-12 13:03:57 +08:00
spec Fix crash when using protocol module on startup. 2013-09-20 18:32:05 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor win: Save draggable region. 2013-09-09 12:12:17 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Update apm URL to new location in atom org. 2013-08-20 09:30:05 -07:00
atom.gyp Use custom url request getter to setup request job factory. 2013-09-20 16:47:47 +08:00
common.gypi [Win] Ignore 4049 link warning. 2013-07-24 18:33:27 +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 d3 module. 2013-08-12 13:59:34 +08:00
README.md Update link to docs 2013-08-20 09:40:40 -07:00

Atom Shell

Native layer for the Atom.

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.