Cheng Zhao d63de1ae15 Wrap callbacks with v8::Locker.
In browser process, because of the use of v8::Locker in ProxyResolverV8,
creating HandleScope requires entering locker first, so in browser
process we should just use v8::Locker whenever we need to use V8 in a
callback called from non-V8 places (like dialog's callback, work pushed
to MessageLoop).

But also notice that the renderer process doesn't use v8::Locker, so we
have to be careful not to use it, otherwise blink would crash when
creating HandleScope.
2014-01-27 15:14:11 +08:00
2014-01-14 01:34:07 -08:00
2014-01-27 15:14:11 +08:00
2014-01-27 15:14:11 +08:00
2014-01-16 10:31:59 +08:00
2014-01-21 20:25:01 +08:00
2014-01-14 16:04:47 +08:00
2013-12-25 18:47:19 +08:00
2014-01-21 20:34:35 +08:00
2013-04-12 10:14:23 +08:00
2014-01-14 01:34:07 -08:00
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.

Description
No description provided
Readme MIT 367 MiB
Languages
C++ 55.9%
TypeScript 33.4%
Objective-C++ 5.5%
JavaScript 2.4%
Python 1.7%
Other 1%