Cheng Zhao c6634b1ea5 Don't pump message loop when sending sync msg
In old days sending sync message to browser process requires pumping
message loop in the renderer process, but now in Chrome 47 it is not
true anymore. And even when we do it, the Send method may fail
sometimes, so this change seems to be required for the Chrome 47
upgrade.
2015-12-16 22:38:04 +08:00
2015-12-11 00:25:25 +05:30
2015-12-16 18:06:47 +08:00
2015-10-08 10:19:24 +08:00
2015-12-15 16:25:44 +08:00
2015-07-03 23:33:49 +08:00
2015-10-06 16:34:20 -04:00
2015-12-10 13:18:23 +08:00
2015-12-03 18:06:18 -06:00
2015-12-04 13:48:38 +09:00
2014-05-04 20:29:08 +08:00
2015-12-14 18:17:04 +08:00
2015-12-04 13:48:38 +09:00
2015-12-09 11:30:04 +08:00
2015-10-08 10:19:24 +08:00

Electron Logo

Build Status devDependency Status Join the Electron Community on Slack

Formerly known as Atom Shell

The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used in the Atom editor.

Follow @ElectronJS on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to atom@github.com.

Downloads

Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can be found on the releases page.

You can also use npm to install prebuilt electron binaries:

# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g

# Install as a development dependency
npm install electron-prebuilt --save-dev

Mirrors

Documentation

Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to Electron.

Documentation Translations

Quick Start

Clone and run the atom/electron-quick-start repository to see a minimal Electron app in action.

Community

You can ask questions and interact with the community in the following locations:

  • electron category on the Atom forums
  • #atom-shell channel on Freenode
  • Atom channel on Slack
  • electron-br (Brazilian Portuguese)

Check out awesome-electron for a community maintained list of useful example apps, tools and resources.

Description
No description provided
Readme MIT 334 MiB
Languages
C++ 56.7%
TypeScript 32.6%
Objective-C++ 5.6%
JavaScript 2.2%
Python 1.7%
Other 1.1%