Cheng Zhao [Sat, 7 May 2016 07:32:54 +0000 (16:32 +0900)]
Merge pull request #5430 from deepak1556/ipc_renderer_patch
ipcRenderer: fix crash with multiple listeners to sync message
Cheng Zhao [Sat, 7 May 2016 02:20:25 +0000 (11:20 +0900)]
Merge pull request #5428 from miniak/update-app-manifest
Update app manifest
Cheng Zhao [Sat, 7 May 2016 01:55:12 +0000 (10:55 +0900)]
Merge pull request #5431 from deepak1556/devtools_file_system_indexer_patch
devtools: handle file system indexing requests
Cheng Zhao [Sat, 7 May 2016 01:54:34 +0000 (10:54 +0900)]
Update brightray for #5431
Milan Burda [Fri, 6 May 2016 23:16:13 +0000 (01:16 +0200)]
Add dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDPIAware
Milan Burda [Fri, 6 May 2016 22:08:53 +0000 (00:08 +0200)]
Add disableWindowFiltering to app manifest to enable enumeration of modern app windows in node modules
deepak1556 [Fri, 6 May 2016 23:02:54 +0000 (04:32 +0530)]
devtools: handle file system indexing requests
Cheng Zhao [Fri, 6 May 2016 13:09:02 +0000 (22:09 +0900)]
Merge pull request #5421 from electron/default-app-flag
Add a flag indicating app is started from default app
Cheng Zhao [Fri, 6 May 2016 12:48:51 +0000 (21:48 +0900)]
Add a flag indicating app is started from default app
Cheng Zhao [Fri, 6 May 2016 06:35:14 +0000 (15:35 +0900)]
Merge pull request #5412 from electron/osx-disable-rubber-banding
Add scrollBounce option and disable it by default
Cheng Zhao [Fri, 6 May 2016 05:57:43 +0000 (14:57 +0900)]
Add scrollBounce option and disable it by default
Cheng Zhao [Fri, 6 May 2016 05:27:46 +0000 (14:27 +0900)]
Merge pull request #5409 from electron/did-fail-load-clarification
Clarify how did-fail-load handles redirects
Cheng Zhao [Fri, 6 May 2016 05:24:59 +0000 (14:24 +0900)]
Merge pull request #5411 from electron/min-max-size-docs
docs: Make it clear that size constraints only apply for users
Cheng Zhao [Fri, 6 May 2016 05:21:19 +0000 (14:21 +0900)]
docs: Make it clear that size constraints only apply for users
[ci skip]
Cheng Zhao [Fri, 6 May 2016 01:41:25 +0000 (10:41 +0900)]
Merge pull request #5408 from electron/ld-update-code-of-conduct
:memo: Update to v1.4 of the Code of Conduct
Charlie Hess [Thu, 5 May 2016 22:52:00 +0000 (15:52 -0700)]
Clarify how did-fail-load handles redirects.
deepak1556 [Thu, 5 May 2016 21:22:59 +0000 (02:52 +0530)]
ipcRenderer: fix crash with multiple listeners to sync message
Lee Dohm [Thu, 5 May 2016 20:48:44 +0000 (13:48 -0700)]
:memo: Update to v1.4 of the Code of Conduct
Also, switch email address for reporting.
Cheng Zhao [Thu, 5 May 2016 11:55:25 +0000 (20:55 +0900)]
Merge branch 'update-code-samples' of https://github.com/stevekinney/electron into stevekinney-update-code-samples
Cheng Zhao [Thu, 5 May 2016 08:59:43 +0000 (17:59 +0900)]
Merge pull request #5401 from electron/ns-js-object
Fully support the userInfo object in app.setUserActivity and continue-activity event
Cheng Zhao [Thu, 5 May 2016 08:09:42 +0000 (17:09 +0900)]
Revert "Generalize this mate converter for reuse."
This reverts commit
92606579d3af5b23b79161d889a795ac13d8fb77.
Cheng Zhao [Thu, 5 May 2016 08:07:46 +0000 (17:07 +0900)]
docs: We support arbitrary NSDictionary now
Cheng Zhao [Thu, 5 May 2016 07:38:47 +0000 (16:38 +0900)]
Move the job of creating userActivity to AtomApplication
Cheng Zhao [Thu, 5 May 2016 07:26:44 +0000 (16:26 +0900)]
Fully support converting NSDictionary to JS userInfo object
Cheng Zhao [Thu, 5 May 2016 03:27:25 +0000 (12:27 +0900)]
spec: Should not run app.setUserActivity test on non-OS X
Cheng Zhao [Thu, 5 May 2016 03:26:23 +0000 (12:26 +0900)]
Fix code styling problems
Cheng Zhao [Thu, 5 May 2016 03:06:56 +0000 (12:06 +0900)]
Merge pull request #5352 from CharlieHess/hands-on-hand-off
OS X Handoff Feature
Cheng Zhao [Thu, 5 May 2016 02:15:35 +0000 (11:15 +0900)]
Merge pull request #5393 from appetizermonster/patch-2
Fix small mistakes in Korean Doc
Cheng Zhao [Thu, 5 May 2016 02:12:58 +0000 (11:12 +0900)]
Merge pull request #5379 from danhp/context-menu
Expose the 'context-menu' event.
Charlie Hess [Wed, 4 May 2016 18:28:49 +0000 (11:28 -0700)]
Use scoped_nsobject to ensure our intermediate objects get cleaned up.
Steve Kinney [Wed, 4 May 2016 18:11:51 +0000 (12:11 -0600)]
:memo: Update tutorials to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 18:02:24 +0000 (12:02 -0600)]
:memo: Update FAQ to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 17:59:40 +0000 (11:59 -0600)]
:memo: Rewrite docs on destructuring assignment [ci skip]
Steve Kinney [Wed, 4 May 2016 17:59:02 +0000 (11:59 -0600)]
:memo: Update API documentation to ES6 [ci skip]
Steve Kinney [Wed, 4 May 2016 16:55:05 +0000 (10:55 -0600)]
:memo: Update documentation style guide to ES6 [ci skip]
Heejin Lee [Wed, 4 May 2016 15:02:53 +0000 (00:02 +0900)]
Fix small mistakes in CONTRIBUTING-ko.md
Daniel Pham [Wed, 4 May 2016 14:41:10 +0000 (10:41 -0400)]
Follow object naming conventions for params in the 'context-menu' event
Cheng Zhao [Wed, 4 May 2016 14:20:44 +0000 (23:20 +0900)]
Merge pull request #5383 from preco21/korean-docs-2
docs: Update Korean docs as upstream
Cheng Zhao [Wed, 4 May 2016 14:20:23 +0000 (23:20 +0900)]
Merge pull request #5387 from preco21/patch-1
docs: Match code syntax
Cheng Zhao [Wed, 4 May 2016 14:08:12 +0000 (23:08 +0900)]
Merge pull request #5378 from CGamesPlay/master
Use select to query the uv kqueue
Plusb Preco [Wed, 4 May 2016 09:45:52 +0000 (18:45 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Cheng Zhao [Wed, 4 May 2016 08:12:10 +0000 (17:12 +0900)]
Fix code styling issue
Cheng Zhao [Wed, 4 May 2016 07:58:25 +0000 (16:58 +0900)]
Merge pull request #5371 from adambuckland/fix_auto_update_error
Fix autoUpdater error on OS X
Cheng Zhao [Wed, 4 May 2016 07:52:48 +0000 (16:52 +0900)]
Merge pull request #5367 from sindresorhus/patch-1
improve the `webContents.openDevTools` docs
Charlie Hess [Wed, 4 May 2016 06:33:40 +0000 (23:33 -0700)]
Don't run this spec on platforms where the method is unavailable.
Plusb Preco [Wed, 4 May 2016 06:00:59 +0000 (15:00 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Wed, 4 May 2016 05:34:11 +0000 (14:34 +0900)]
:memo: Match code syntax
[ci skip]
Plusb Preco [Wed, 4 May 2016 00:46:14 +0000 (09:46 +0900)]
:memo: Fix typo
[ci skip]
Charlie Hess [Tue, 3 May 2016 22:51:31 +0000 (15:51 -0700)]
Add an accessor for the current activity type and write the simplest possible test.
Charlie Hess [Tue, 3 May 2016 21:57:16 +0000 (14:57 -0700)]
Save the activity on the application instance to ensure we hold a reference. Activities that enable search need to persist.
Daniel Pham [Tue, 3 May 2016 12:48:16 +0000 (08:48 -0400)]
:memo: Document 'context-menu' event
Daniel Pham [Tue, 3 May 2016 00:02:33 +0000 (20:02 -0400)]
Add 'context-menu' event to 'WebContents'
Plusb Preco [Tue, 3 May 2016 17:55:10 +0000 (02:55 +0900)]
:memo: Small fixes
[ci skip]
Charlie Hess [Tue, 3 May 2016 17:34:59 +0000 (10:34 -0700)]
:memo: on using only strings.
Charlie Hess [Tue, 3 May 2016 17:32:42 +0000 (10:32 -0700)]
Revert "Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray."
This reverts commit
2295f3a8327d6df4031dcfcd8daebb771d0e3530.
Charlie Hess [Tue, 3 May 2016 17:31:53 +0000 (10:31 -0700)]
Revert "Use a DictionaryValue everywhere instead of a string map."
This reverts commit
90cc10944a64d9a4998a3d12a2559baa7705b3af.
Paul Betts [Tue, 3 May 2016 16:28:45 +0000 (09:28 -0700)]
Merge pull request #5382 from danhp/patch-1
Fix Windows debug doc pointing to OS X
Daniel Pham [Tue, 3 May 2016 15:51:57 +0000 (11:51 -0400)]
:memo: Fix Windows debug doc pointing to OS X
[ci skip]
Cheng Zhao [Tue, 3 May 2016 13:23:31 +0000 (22:23 +0900)]
Merge pull request #5377 from electron/custom_compiler
Add more options for building on Linux
Ryan Patterson [Tue, 3 May 2016 06:54:21 +0000 (23:54 -0700)]
Use select to query the uv kqueue
This resolves #38. I've verified that events still get processed like they
should on El Capitan 10.11.3 (15D21).
Plusb Preco [Tue, 3 May 2016 06:34:47 +0000 (15:34 +0900)]
:memo: Small fixes
[ci skip]
Plusb Preco [Tue, 3 May 2016 03:07:06 +0000 (12:07 +0900)]
:memo: Improve grammar
[ci skip]
Cheng Zhao [Tue, 3 May 2016 00:38:15 +0000 (09:38 +0900)]
Do not download clang on Windows
Cheng Zhao [Tue, 3 May 2016 00:31:39 +0000 (09:31 +0900)]
Ignore CC and CXX if user didn't change build configuration
Cheng Zhao [Mon, 2 May 2016 23:29:23 +0000 (08:29 +0900)]
docs: The building environment variables
Charlie Hess [Mon, 2 May 2016 23:18:58 +0000 (16:18 -0700)]
Use a DictionaryValue everywhere instead of a string map.
Charlie Hess [Mon, 2 May 2016 21:45:59 +0000 (14:45 -0700)]
Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray.
Charlie Hess [Mon, 2 May 2016 19:18:26 +0000 (12:18 -0700)]
Merge remote-tracking branch 'origin/master' into hands-on-hand-off
Charlie Hess [Mon, 2 May 2016 19:18:10 +0000 (12:18 -0700)]
Merge branch 'master' of https://github.com/atom/atom-shell
Plusb Preco [Mon, 2 May 2016 17:43:21 +0000 (02:43 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Kevin Sawicki [Mon, 2 May 2016 16:26:14 +0000 (09:26 -0700)]
Merge pull request #5372 from electron/update-appveyor
Update link to AppVeyor build badge
Kevin Sawicki [Mon, 2 May 2016 15:59:25 +0000 (08:59 -0700)]
Update link to AppVeyor build badge
Cheng Zhao [Mon, 2 May 2016 13:32:43 +0000 (22:32 +0900)]
docs: Introduce clang flags
Cheng Zhao [Mon, 2 May 2016 12:38:17 +0000 (12:38 +0000)]
Avoid overriding environment variables
Cheng Zhao [Mon, 2 May 2016 12:15:10 +0000 (12:15 +0000)]
Fix logic errors
Cheng Zhao [Mon, 2 May 2016 12:19:16 +0000 (21:19 +0900)]
Convert --clang_dir and --disable_clang to --defines
Cheng Zhao [Mon, 2 May 2016 11:06:21 +0000 (20:06 +0900)]
Pass --disable_clang and --clang_dir to libchromiumcontent
Cheng Zhao [Mon, 2 May 2016 10:07:22 +0000 (19:07 +0900)]
Merge pull request #5366 from electron/bootstrap-libchromiumcontent
Add --build_libchromiumcontent command line switch
Cheng Zhao [Mon, 2 May 2016 07:45:48 +0000 (07:45 +0000)]
Update modules before calling build_libchromiumcontent
Sindre Sorhus [Mon, 2 May 2016 07:39:46 +0000 (14:39 +0700)]
improve the `webContents.openDevTools` docs
consistent value notation and explain the difference between `undocked` and `detach` mode.
Cheng Zhao [Mon, 2 May 2016 07:38:58 +0000 (16:38 +0900)]
Fix pylint warnings
Cheng Zhao [Mon, 2 May 2016 07:35:33 +0000 (16:35 +0900)]
docs: the --build_libchromiumcontent switch
Cheng Zhao [Mon, 2 May 2016 07:26:18 +0000 (16:26 +0900)]
docs: Cleanup unnecessary parts in build-instructions-linux.md
Cheng Zhao [Mon, 2 May 2016 07:04:50 +0000 (16:04 +0900)]
Add --build_libchromiumcontent option
Plusb Preco [Mon, 2 May 2016 01:21:27 +0000 (10:21 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Mon, 2 May 2016 01:18:38 +0000 (10:18 +0900)]
Merge remote-tracking branch 'refs/remotes/electron/master'
Plusb Preco [Mon, 2 May 2016 01:18:25 +0000 (10:18 +0900)]
Merge remote-tracking branch 'refs/remotes/electron/master'
Cheng Zhao [Mon, 2 May 2016 01:08:20 +0000 (10:08 +0900)]
Merge pull request #5365 from TyanNN/master
Translated application distribution and application packaging to ru_RU
Cheng Zhao [Mon, 2 May 2016 00:43:35 +0000 (09:43 +0900)]
Merge pull request #5360 from miniak/patch-1
Fix systemPreferences docs
TyanNN [Sun, 1 May 2016 18:18:49 +0000 (21:18 +0300)]
Translated application distribution and application packaging to ru_RU
Milan Burda [Sat, 30 Apr 2016 15:50:04 +0000 (17:50 +0200)]
Fix systemPreferences docs
Adam Buckland [Sun, 1 May 2016 10:25:27 +0000 (11:25 +0100)]
Fix autoUpdater error on OS X
If there is no localizedFailureReason, then then this will no longer be
added to the error string (which would result previously in it printing
'(null)' as part of the string)
Cheng Zhao [Sun, 1 May 2016 05:34:00 +0000 (14:34 +0900)]
Merge pull request #5361 from preco21/korean-docs
docs: Update Korean docs as upstream
Cheng Zhao [Sun, 1 May 2016 02:46:15 +0000 (11:46 +0900)]
Merge pull request #5357 from TyanNN/master
Translated Quickstart to ru_RU
Charlie Hess [Sat, 30 Apr 2016 20:03:10 +0000 (13:03 -0700)]
:memo: about the plist changes.
Charlie Hess [Sat, 30 Apr 2016 18:17:29 +0000 (11:17 -0700)]
Value first, key second.
Plusb Preco [Sat, 30 Apr 2016 17:46:19 +0000 (02:46 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 17:10:23 +0000 (02:10 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 16:53:21 +0000 (01:53 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sat, 30 Apr 2016 16:12:54 +0000 (01:12 +0900)]
:memo: Improve grammar
[ci skip]