jf_jiang [Tue, 7 Jun 2016 09:52:01 +0000 (18:52 +0900)]
update Quick Start Page[zh-CN]
Based on electron ver 1.1.3 update Quick Start Page[Simplified
Chinese].
Cheng Zhao [Thu, 26 May 2016 04:57:36 +0000 (04:57 +0000)]
Merge pull request #5700 from felixrieseberg/standard-7
Implement JavaScript Standard Style 7
Cheng Zhao [Thu, 26 May 2016 04:49:40 +0000 (04:49 +0000)]
Merge pull request #5689 from cdaringe/master
Support non-native promises
Cheng Zhao [Thu, 26 May 2016 01:07:24 +0000 (01:07 +0000)]
Merge pull request #5684 from electron/webview-visibilitychange
Support document visibility and events in webviews
Cheng Zhao [Thu, 26 May 2016 01:06:36 +0000 (01:06 +0000)]
Merge pull request #5683 from electron/no-more-atom-shell
Rename remaining Atom Shell references
Cheng Zhao [Thu, 26 May 2016 01:06:25 +0000 (10:06 +0900)]
Fix pylint warnings
Kevin Sawicki [Thu, 26 May 2016 01:05:37 +0000 (18:05 -0700)]
Initialize guest_instance_id
Felix Rieseberg [Wed, 25 May 2016 23:20:49 +0000 (16:20 -0700)]
:art: Implement JS Standard Code Style 7
Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.
* camelCase is now enforced
* No assignments in return statements
Kevin Sawicki [Wed, 25 May 2016 17:34:33 +0000 (10:34 -0700)]
Use auto for embedder var
Kevin Sawicki [Wed, 25 May 2016 17:28:35 +0000 (10:28 -0700)]
Restore original include location
Kevin Sawicki [Wed, 25 May 2016 17:26:59 +0000 (10:26 -0700)]
Restore original comment position
Kevin Sawicki [Wed, 25 May 2016 17:26:20 +0000 (10:26 -0700)]
parent -> embedder
Kevin Sawicki [Wed, 25 May 2016 17:26:05 +0000 (10:26 -0700)]
Tweak comment
Kevin Sawicki [Wed, 25 May 2016 17:22:43 +0000 (10:22 -0700)]
Remove redundant atom:: namespace use
Kevin Sawicki [Wed, 25 May 2016 17:20:00 +0000 (10:20 -0700)]
:art:
Kevin Sawicki [Wed, 25 May 2016 17:17:35 +0000 (10:17 -0700)]
Remove added switch/option
Kevin Sawicki [Wed, 25 May 2016 17:13:12 +0000 (10:13 -0700)]
Get hidden state by using parent window directly
Kevin Sawicki [Tue, 24 May 2016 19:47:37 +0000 (12:47 -0700)]
Tweak spec description
Kevin Sawicki [Tue, 24 May 2016 19:47:12 +0000 (12:47 -0700)]
Remove logging in parent page
Kevin Sawicki [Tue, 24 May 2016 19:44:09 +0000 (12:44 -0700)]
Support document visiblity state and events in webviews
Kevin Sawicki [Tue, 24 May 2016 19:37:26 +0000 (12:37 -0700)]
Add failing spec for webview visiblity changes
cdaringe [Wed, 25 May 2016 05:38:35 +0000 (23:38 -0600)]
:art: Support non-native promises
Kevin Sawicki [Wed, 25 May 2016 16:10:46 +0000 (09:10 -0700)]
atom_gyp -> electron_gyp
Kevin Sawicki [Wed, 25 May 2016 00:35:30 +0000 (17:35 -0700)]
Deprecate ATOM_SHELL_GITHUB_TOKEN
Kevin Sawicki [Wed, 25 May 2016 00:33:44 +0000 (17:33 -0700)]
Deprecate old S3 env vars
Kevin Sawicki [Wed, 25 May 2016 00:16:04 +0000 (17:16 -0700)]
Add fallback s3 config values
Kevin Sawicki [Tue, 24 May 2016 17:27:46 +0000 (10:27 -0700)]
atom_shell -> electron
Kevin Sawicki [Tue, 24 May 2016 17:22:13 +0000 (10:22 -0700)]
ATOM_SHELL_INTERNAL_CRASH_SERVICE -> ELECTRON_INTERNAL_CRASH_SERVICE
Kevin Sawicki [Tue, 24 May 2016 17:20:52 +0000 (10:20 -0700)]
Link to other apps
Kevin Sawicki [Tue, 24 May 2016 17:19:51 +0000 (10:19 -0700)]
Remove mention of Atom Shell
Cheng Zhao [Wed, 25 May 2016 10:44:33 +0000 (10:44 +0000)]
Merge pull request #5688 from enlight/patch-1
Improve documentation of `ses.cookies.set()`
Cheng Zhao [Wed, 25 May 2016 07:03:33 +0000 (07:03 +0000)]
Merge pull request #5687 from electron/fix-invalid-parameter
Ignore invalid parameter error on Window
Vadim Macagon [Wed, 25 May 2016 05:46:17 +0000 (12:46 +0700)]
Improve documentation of `ses.cookies.set()`
Fix description of the `details.url` param in `ses.cookies.set()`, and clarify the fact that cookies without an expiration date will not be retained between sessions.
Cheng Zhao [Wed, 25 May 2016 05:40:14 +0000 (14:40 +0900)]
Truncate the strings passed to google_breakpad::CustomInfoEntry
Cheng Zhao [Wed, 25 May 2016 04:45:25 +0000 (13:45 +0900)]
Ignore invalid parameter error in Electron
Cheng Zhao [Wed, 25 May 2016 02:17:18 +0000 (02:17 +0000)]
Merge pull request #5682 from electron/remove-old-run-as-node-env-var
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
Cheng Zhao [Wed, 25 May 2016 01:55:02 +0000 (10:55 +0900)]
Update node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE
Cheng Zhao [Wed, 25 May 2016 01:13:03 +0000 (01:13 +0000)]
Merge pull request #5658 from danhp/handoff-fallback
Add fallback URL to handoff
Daniel Pham [Mon, 23 May 2016 15:49:46 +0000 (11:49 -0400)]
:apple: Add fallback URL to handoff.
Cheng Zhao [Tue, 24 May 2016 23:49:37 +0000 (23:49 +0000)]
Merge pull request #5669 from felixrieseberg/build-instructions
Update Windows Build Instructions
Kevin Sawicki [Tue, 24 May 2016 17:42:09 +0000 (10:42 -0700)]
Upgrade node for ELECTRON_RUN_AS_NODE change
Kevin Sawicki [Tue, 24 May 2016 17:17:57 +0000 (10:17 -0700)]
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
Kevin Sawicki [Tue, 24 May 2016 17:15:56 +0000 (10:15 -0700)]
Merge pull request #5681 from electron/default-app-error-handling
Tweak default app error handling
Kevin Sawicki [Tue, 24 May 2016 16:56:36 +0000 (09:56 -0700)]
Remove . after path to prevent confusion
Kevin Sawicki [Tue, 24 May 2016 16:53:23 +0000 (09:53 -0700)]
application -> app for consitency
Kevin Sawicki [Tue, 24 May 2016 16:51:09 +0000 (09:51 -0700)]
Log stack when available
Kevin Sawicki [Tue, 24 May 2016 16:45:32 +0000 (09:45 -0700)]
Remove custom MODULE_NOT_FOUND code check
Kevin Sawicki [Tue, 24 May 2016 16:43:25 +0000 (09:43 -0700)]
Update copy
Kevin Sawicki [Tue, 24 May 2016 16:42:31 +0000 (09:42 -0700)]
:art:
Kevin Sawicki [Tue, 24 May 2016 16:41:31 +0000 (09:41 -0700)]
Tweak resolve filename error message
Kevin Sawicki [Tue, 24 May 2016 16:38:04 +0000 (09:38 -0700)]
Lead with package.json path
Kevin Sawicki [Tue, 24 May 2016 16:37:52 +0000 (09:37 -0700)]
Use dialog.showErrorBox
Kevin Sawicki [Tue, 24 May 2016 16:33:55 +0000 (09:33 -0700)]
Move Module require to top
Kevin Sawicki [Tue, 24 May 2016 16:22:11 +0000 (09:22 -0700)]
Merge pull request #5610 from bigtimebuddy/master
The "Error opening app" dialog
Felix Rieseberg [Tue, 24 May 2016 00:32:33 +0000 (17:32 -0700)]
:memo: Update Windows Build Instructions
Closes #5655
Cheng Zhao [Tue, 24 May 2016 10:59:11 +0000 (10:59 +0000)]
Merge pull request #5648 from electron/chrome51
Update to Chrome 51
Cheng Zhao [Tue, 24 May 2016 06:59:21 +0000 (15:59 +0900)]
Bump v1.1.2
Cheng Zhao [Tue, 24 May 2016 04:33:09 +0000 (04:33 +0000)]
Merge pull request #5668 from electron/strip-ffmpeg
Strip ffmpeg in zip file
Cheng Zhao [Tue, 24 May 2016 04:30:25 +0000 (04:30 +0000)]
Merge pull request #5666 from electron/remote-promise-reject
Handle rejection of remote promises
Cheng Zhao [Tue, 24 May 2016 01:46:36 +0000 (01:46 +0000)]
Merge pull request #5662 from electron/electron-require
Always return internal module when requiring electron
Cheng Zhao [Tue, 24 May 2016 01:02:48 +0000 (01:02 +0000)]
Merge pull request #5653 from electron/menu-position-fix
Fix context menu not showing correctly in devtools
Kevin Sawicki [Mon, 23 May 2016 22:47:07 +0000 (15:47 -0700)]
Strip ffmpeg in zip file
Jessica Lord [Mon, 23 May 2016 22:44:42 +0000 (15:44 -0700)]
Merge pull request #5659 from danhp/patch-2
Mention that x and y have to be used together when creating new window
Kevin Sawicki [Mon, 23 May 2016 22:15:39 +0000 (15:15 -0700)]
Add comment about Module path
Kevin Sawicki [Mon, 23 May 2016 20:12:02 +0000 (13:12 -0700)]
Move require spec to api-app-spec
Kevin Sawicki [Mon, 23 May 2016 20:09:39 +0000 (13:09 -0700)]
Test that calling regular module succeeds
Kevin Sawicki [Mon, 23 May 2016 18:31:56 +0000 (11:31 -0700)]
Remove lint warnings
Kevin Sawicki [Mon, 23 May 2016 18:19:33 +0000 (11:19 -0700)]
Add spec for electron module require
Kevin Sawicki [Mon, 23 May 2016 17:58:33 +0000 (10:58 -0700)]
:art:
Kevin Sawicki [Mon, 23 May 2016 17:56:49 +0000 (10:56 -0700)]
Pre-resolve electron require path
Kevin Sawicki [Mon, 23 May 2016 17:28:32 +0000 (10:28 -0700)]
.coffee -> .js
Kevin Sawicki [Mon, 23 May 2016 22:07:01 +0000 (15:07 -0700)]
Pass both callback values to then
Kevin Sawicki [Mon, 23 May 2016 22:06:46 +0000 (15:06 -0700)]
Add failing spec for rejected remote promise
Matt Karl [Mon, 23 May 2016 20:47:55 +0000 (16:47 -0400)]
Removes main error, fixes messaging for JSON parse
Kevin Sawicki [Mon, 23 May 2016 20:07:18 +0000 (13:07 -0700)]
Merge pull request #5664 from electron/cibuild-ps1
Add a Windows script to just invoke cibuild
Paul Betts [Mon, 23 May 2016 19:37:47 +0000 (12:37 -0700)]
Add a Windows script to just invoke cibuild
Matt Karl [Mon, 23 May 2016 19:00:55 +0000 (15:00 -0400)]
Adds JSON parse, invalid and missing main field errors
Daniel Pham [Mon, 23 May 2016 16:17:43 +0000 (12:17 -0400)]
:memo: Mention that x and y have to be used together when creating new window
[ci skip]
Cheng Zhao [Mon, 23 May 2016 14:31:00 +0000 (23:31 +0900)]
Suppress ffi test on Windows
Cheng Zhao [Mon, 23 May 2016 14:24:43 +0000 (23:24 +0900)]
Update brightray: fix Windows linking problem
Cheng Zhao [Mon, 23 May 2016 13:53:50 +0000 (22:53 +0900)]
Update symbol names of icu
Cheng Zhao [Mon, 23 May 2016 13:05:26 +0000 (22:05 +0900)]
Update brightray: fix OS X linking problem
Cheng Zhao [Mon, 23 May 2016 12:54:06 +0000 (21:54 +0900)]
Move the menu sightly higher when repositioning the menu
Otherwise the menu is not able to show the last menu item and the arrow
will show.
Cheng Zhao [Mon, 23 May 2016 12:53:50 +0000 (21:53 +0900)]
The unit of position is CGFloat
Cheng Zhao [Mon, 23 May 2016 12:08:16 +0000 (21:08 +0900)]
Fix showing context menu in devtools
Cheng Zhao [Mon, 23 May 2016 10:50:05 +0000 (19:50 +0900)]
Update brightray: fix Linux linking problem
Cheng Zhao [Mon, 23 May 2016 10:49:43 +0000 (19:49 +0900)]
Merge branch 'master' into chrome51
Cheng Zhao [Mon, 23 May 2016 10:48:30 +0000 (10:48 +0000)]
Merge pull request #5638 from deepak1556/iwa_patch
browser: flags to control iwa enabled server whitelist
Cheng Zhao [Mon, 23 May 2016 10:02:40 +0000 (19:02 +0900)]
Update brightray: Manage NetLog in BrowserClient
Cheng Zhao [Mon, 23 May 2016 08:15:44 +0000 (08:15 +0000)]
Merge pull request #5644 from leethomas/fix/osx-aspect-ratio
🍎 let Cocoa handle keeping aspect ratio on window resize
Cheng Zhao [Mon, 23 May 2016 08:03:49 +0000 (17:03 +0900)]
Fix crash when quitting
Cheng Zhao [Mon, 23 May 2016 07:39:19 +0000 (16:39 +0900)]
Fix building on Windows
Cheng Zhao [Mon, 23 May 2016 07:15:39 +0000 (16:15 +0900)]
Fix js lint warnings
Cheng Zhao [Mon, 23 May 2016 07:04:10 +0000 (16:04 +0900)]
Fix chrome.devtools not available in devtools extensions
Cheng Zhao [Mon, 23 May 2016 06:10:55 +0000 (15:10 +0900)]
Fix building on Linux
deepak1556 [Mon, 23 May 2016 05:29:55 +0000 (10:59 +0530)]
deprecate app.allowNTLMCredentialsForAllDomains
Cheng Zhao [Mon, 23 May 2016 05:26:38 +0000 (14:26 +0900)]
Make |button| default to left button
This fixes the failing test of sendInputEvent.
Cheng Zhao [Mon, 23 May 2016 04:28:16 +0000 (13:28 +0900)]
Adjust to the new behaviors of beforeunload handler
Cheng Zhao [Mon, 23 May 2016 04:03:43 +0000 (13:03 +0900)]
Fix cpplint warnings
Cheng Zhao [Mon, 23 May 2016 04:01:47 +0000 (13:01 +0900)]
Init feature list in node process
It is a new dependency of gin.