Cheng Zhao [Tue, 7 Jun 2016 06:56:19 +0000 (15:56 +0900)]
Add update-target-url event
Cheng Zhao [Tue, 7 Jun 2016 05:04:55 +0000 (05:04 +0000)]
Merge pull request #5901 from electron/screen-docs
docs: Update the code sample of screen module
Cheng Zhao [Tue, 7 Jun 2016 04:55:25 +0000 (13:55 +0900)]
docs: Update the code sample of screen module
* We should not require it before the ready event;
* There is no need to use electronScreen as name in the main process.
Cheng Zhao [Tue, 7 Jun 2016 01:54:58 +0000 (01:54 +0000)]
Merge pull request #5894 from electron/chrome-runtime-id
Implement chrome.runtime.id
Cheng Zhao [Tue, 7 Jun 2016 01:54:16 +0000 (01:54 +0000)]
Merge pull request #5893 from electron/remove-extension-id-logging
Don't log devtools extension id
Cheng Zhao [Tue, 7 Jun 2016 01:40:55 +0000 (01:40 +0000)]
Merge pull request #5898 from electron/native-module-signing
docs: Move "Sign Native Modules" to MAS Guide
Cheng Zhao [Tue, 7 Jun 2016 01:26:53 +0000 (10:26 +0900)]
docs: Move "Sign Native Modules" to MAS Guide
Cheng Zhao [Tue, 7 Jun 2016 01:09:40 +0000 (01:09 +0000)]
Merge pull request #5890 from jpittner/patch-1
Update using-native-node-modules.md
Kevin Sawicki [Mon, 6 Jun 2016 21:42:07 +0000 (14:42 -0700)]
Set chrome.runtime.id
Kevin Sawicki [Mon, 6 Jun 2016 21:36:01 +0000 (14:36 -0700)]
Add failing spec for chrome.runtime.id
Kevin Sawicki [Mon, 6 Jun 2016 20:03:01 +0000 (13:03 -0700)]
Don't log extension id
Cheng Zhao [Mon, 6 Jun 2016 12:08:37 +0000 (12:08 +0000)]
Merge pull request #5889 from electron/disable-gpu
Add app.disableHardwareAcceleration() API
jpittner [Mon, 6 Jun 2016 11:46:34 +0000 (13:46 +0200)]
Update using-native-node-modules.md
Explains how native modules to be signed and packaged.
Cheng Zhao [Mon, 6 Jun 2016 11:19:55 +0000 (20:19 +0900)]
Add app.disableHardwareAcceleration() API
Cheng Zhao [Mon, 6 Jun 2016 08:26:47 +0000 (08:26 +0000)]
Merge pull request #5888 from electron/linux-focus
Fix NativeWindow::Focus not moving focus to window
Cheng Zhao [Mon, 6 Jun 2016 07:53:32 +0000 (16:53 +0900)]
Fix NativeWindow::Focus not moving focus to window
Chromium's implementation is somehow not working as expected, the new
implementation follows the behavior of wmctrl.
Cheng Zhao [Mon, 6 Jun 2016 07:47:43 +0000 (07:47 +0000)]
Merge pull request #5886 from electron/chrome-update
Update to Chrome 51.0.2704.79
Cheng Zhao [Mon, 6 Jun 2016 06:22:01 +0000 (15:22 +0900)]
Update to Chrome 51.0.2704.79
Cheng Zhao [Mon, 6 Jun 2016 06:20:16 +0000 (06:20 +0000)]
Merge pull request #5883 from sethlu/update-mas-submission-guide
Update Chinese translation for MAS Submission Guide
Cheng Zhao [Mon, 6 Jun 2016 06:20:02 +0000 (06:20 +0000)]
Merge pull request #5882 from electron/felix-extension-warning-2
Log a warning if an extension's manifest cannot be parsed
Cheng Zhao [Mon, 6 Jun 2016 06:16:53 +0000 (06:16 +0000)]
Merge pull request #5870 from danhp/missing-roles
Add 'delete' and 'pasteandmatchstyle' roles
sethlu [Mon, 6 Jun 2016 01:51:48 +0000 (09:51 +0800)]
Update Chinese translation
Daniel Pham [Sat, 4 Jun 2016 15:23:35 +0000 (11:23 -0400)]
Add 'delete' and 'pasteandmatchstyle' roles
Cheng Zhao [Mon, 6 Jun 2016 01:48:13 +0000 (01:48 +0000)]
Merge pull request #5873 from sourenaraya/patch-1
Fix shared data example in FAQ
Felix Rieseberg [Mon, 6 Jun 2016 01:30:49 +0000 (18:30 -0700)]
:art: Log a warning if an extension's manifest cannot be parsed
Also logs a clean warning if an extension's manifest is incomplete,
missing, or can otherwise not be parsed.
Cheng Zhao [Mon, 6 Jun 2016 01:22:47 +0000 (01:22 +0000)]
Merge pull request #5859 from electron/felix-extension-warning
Log a warning if an extension has already been loaded
sourenaraya [Sun, 5 Jun 2016 10:39:10 +0000 (20:39 +1000)]
Fix shared data example
since `remote` module unaviable
Felix Rieseberg [Fri, 3 Jun 2016 21:30:55 +0000 (14:30 -0700)]
:art: Log a warning if an extension has already been loaded
If an extension has already been loaded (for instance because it’s
persisted), `addDevToolsExtension` will return nothing, which is
confusing. This adds a little `console.warn` to educate people about
what’s happening.
Closes #5854
Cheng Zhao [Fri, 3 Jun 2016 11:29:13 +0000 (11:29 +0000)]
Merge pull request #5849 from preco21/korean-docs-6
docs: Update Korean docs as upstream
Plusb Preco [Fri, 3 Jun 2016 09:41:47 +0000 (18:41 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Fri, 3 Jun 2016 09:37:46 +0000 (18:37 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Fri, 3 Jun 2016 08:47:21 +0000 (17:47 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Cheng Zhao [Fri, 3 Jun 2016 08:36:44 +0000 (08:36 +0000)]
Merge pull request #5833 from CharlieHess/osx-global-defaults
Support array / dictionary types in getUserDefault
Cheng Zhao [Fri, 3 Jun 2016 04:50:58 +0000 (04:50 +0000)]
Merge pull request #5839 from sqrthree/patch-1
Correct wrong words
Cheng Zhao [Fri, 3 Jun 2016 04:00:12 +0000 (04:00 +0000)]
Merge pull request #5837 from electron/restart
Add app.relaunch API
Cheng Zhao [Fri, 3 Jun 2016 03:30:13 +0000 (03:30 +0000)]
Merge pull request #5826 from Pym/patch-1
Add nuts link to the docs
Cheng Zhao [Fri, 3 Jun 2016 03:12:20 +0000 (12:12 +0900)]
spec: Add test case for app.relaunch
Cheng Zhao [Fri, 3 Jun 2016 03:08:45 +0000 (12:08 +0900)]
args should always be checked
Paul Betts [Fri, 3 Jun 2016 02:36:38 +0000 (19:36 -0700)]
Merge pull request #5841 from envygeeks/patch-1
List all the possible folders for Linux.
Jordon Bedwell [Fri, 3 Jun 2016 01:12:58 +0000 (20:12 -0500)]
List all the possible folders for Linux.
Linux has several folders, depending on who is using the Linux install. On our systems it could be any one of those depending on the user and what software they prefer to use, they all have the React plugin however, each one sits in a different folder. I prefer Chrome because of Netflix, she prefers Chromium and we also have Chrome Beta available.
Kevin Sawicki [Thu, 2 Jun 2016 16:40:07 +0000 (09:40 -0700)]
Merge pull request #5840 from electron/code-block-name
Correct typo in code block name
Kevin Sawicki [Thu, 2 Jun 2016 16:38:21 +0000 (09:38 -0700)]
javascript -> javascript
Plusb Preco [Thu, 2 Jun 2016 14:50:50 +0000 (23:50 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
sqrthree [Thu, 2 Jun 2016 14:35:40 +0000 (22:35 +0800)]
Correct wrong words
修正错别字
Cheng Zhao [Thu, 2 Jun 2016 13:06:27 +0000 (22:06 +0900)]
docs: app.relaunch
Cheng Zhao [Thu, 2 Jun 2016 12:49:29 +0000 (21:49 +0900)]
Provide a flexible API for app.relaunch
Cheng Zhao [Thu, 2 Jun 2016 12:10:39 +0000 (21:10 +0900)]
Correctly quotes the argv on Windows
Cheng Zhao [Thu, 2 Jun 2016 11:47:47 +0000 (20:47 +0900)]
Allow using current argv for relaunch
Cheng Zhao [Thu, 2 Jun 2016 11:41:59 +0000 (20:41 +0900)]
Uniform when to use args or argv
Cheng Zhao [Thu, 2 Jun 2016 11:32:29 +0000 (20:32 +0900)]
Make sure the new instance inherite cwd on mac
Cheng Zhao [Thu, 2 Jun 2016 10:49:36 +0000 (19:49 +0900)]
Implement Relaunch on Windows
Cheng Zhao [Thu, 2 Jun 2016 07:54:21 +0000 (16:54 +0900)]
Implement Relaunch on Linux
Cheng Zhao [Thu, 2 Jun 2016 07:23:46 +0000 (16:23 +0900)]
Separate LaunchProgram from mac implementation
Charlie Hess [Thu, 2 Jun 2016 02:29:24 +0000 (19:29 -0700)]
Be consistent in spec organization.
Charlie Hess [Thu, 2 Jun 2016 02:21:17 +0000 (19:21 -0700)]
All we really need to do is make getUserDefault support array / object types.
Charlie Hess [Thu, 2 Jun 2016 01:56:25 +0000 (18:56 -0700)]
Expose the method to JS and write a simple test.
Charlie Hess [Thu, 2 Jun 2016 01:55:20 +0000 (18:55 -0700)]
Write a new method that returns prefs under the NSGlobalDomain.
Charlie Hess [Thu, 2 Jun 2016 01:53:49 +0000 (18:53 -0700)]
Expose the NSArrayToListValue converter.
Cheng Zhao [Thu, 2 Jun 2016 00:09:32 +0000 (09:09 +0900)]
Separate implementations of RelauncherMain and RelauncherSynchronizeWithParent
Charlie Hess [Wed, 1 Jun 2016 21:38:49 +0000 (14:38 -0700)]
Merge remote-tracking branch 'upstream/master'
Kevin Sawicki [Wed, 1 Jun 2016 20:32:19 +0000 (13:32 -0700)]
Merge pull request #5829 from electron/rename-frameworks-repo
Rename and move atom-shell-frameworks repo
Kevin Sawicki [Wed, 1 Jun 2016 20:16:53 +0000 (13:16 -0700)]
Rename atom-shell-frameworks repo name and org
Pierre-Yves Jamon [Wed, 1 Jun 2016 13:12:49 +0000 (15:12 +0200)]
Add nuts link to the docs
Add link to GitbookIO/nuts in the docs page for autoUpdater
Cheng Zhao [Wed, 1 Jun 2016 13:15:50 +0000 (22:15 +0900)]
Use AtomCommandLine to process command line parameters
Cheng Zhao [Wed, 1 Jun 2016 13:04:20 +0000 (22:04 +0900)]
Get ready to make relauncher cross-platform
Cheng Zhao [Wed, 1 Jun 2016 09:22:14 +0000 (18:22 +0900)]
Implement app.relaunch on OS X
Cheng Zhao [Wed, 1 Jun 2016 07:26:08 +0000 (16:26 +0900)]
Import chrome/browser/mac/relauncher.{cc,h}
Cheng Zhao [Wed, 1 Jun 2016 07:15:53 +0000 (16:15 +0900)]
Bump v1.2.1
Cheng Zhao [Wed, 1 Jun 2016 07:14:31 +0000 (07:14 +0000)]
Merge pull request #5824 from electron/cleanup-web-contents
Cleanup the web-contents.js code
Cheng Zhao [Wed, 1 Jun 2016 06:40:08 +0000 (06:40 +0000)]
Merge pull request #5781 from deepak1556/bluetooth_patch
webContents: add event to select bluetooth device
Cheng Zhao [Wed, 1 Jun 2016 06:34:57 +0000 (06:34 +0000)]
Merge pull request #5823 from ColinEberhardt/patch-1
minor typo fixes
Cheng Zhao [Wed, 1 Jun 2016 06:27:17 +0000 (15:27 +0900)]
Slightly improve docs of webContents.printToPDF
Cheng Zhao [Wed, 1 Jun 2016 06:24:53 +0000 (15:24 +0900)]
Cleanup the printToPDF code
deepak1556 [Wed, 1 Jun 2016 06:09:14 +0000 (11:39 +0530)]
fix docs
deepak1556 [Wed, 1 Jun 2016 05:54:41 +0000 (11:24 +0530)]
fix header paths and comments
deepak1556 [Wed, 1 Jun 2016 05:47:21 +0000 (11:17 +0530)]
move bluetooth_chooser to atom/browser/lib
deepak1556 [Tue, 31 May 2016 08:07:45 +0000 (13:37 +0530)]
add docs
deepak1556 [Mon, 30 May 2016 12:38:09 +0000 (18:08 +0530)]
browser: implement bluetooth chooser interface
Cheng Zhao [Wed, 1 Jun 2016 06:08:51 +0000 (15:08 +0900)]
Cleanup the CoffeeScript converted code
Cheng Zhao [Wed, 1 Jun 2016 05:57:35 +0000 (14:57 +0900)]
Explicitly initialize session before webContents
Cheng Zhao [Wed, 1 Jun 2016 05:01:59 +0000 (14:01 +0900)]
Update libchromiumcontent and brightray for #5781
Cheng Zhao [Wed, 1 Jun 2016 05:52:08 +0000 (05:52 +0000)]
Merge pull request #5812 from vasumahesh1/feature-pdf
webContents: custom pageSize for printToPDF
Colin Eberhardt [Wed, 1 Jun 2016 05:36:45 +0000 (06:36 +0100)]
Minor typo fixes
Cheng Zhao [Wed, 1 Jun 2016 04:33:27 +0000 (04:33 +0000)]
Merge pull request #5817 from electron/plist-vars
Add variables for plist paths
Cheng Zhao [Wed, 1 Jun 2016 03:22:00 +0000 (03:22 +0000)]
Merge pull request #5820 from electron/session-check
Throw error when session module is used before app is ready
Cheng Zhao [Wed, 1 Jun 2016 01:53:06 +0000 (10:53 +0900)]
Throw error when session module is used before app is ready
Cheng Zhao [Wed, 1 Jun 2016 01:42:24 +0000 (10:42 +0900)]
Cleanup the JavaScript code of session
Kevin Sawicki [Wed, 1 Jun 2016 00:56:16 +0000 (17:56 -0700)]
Merge pull request #5819 from gjtorikian/patch-1
Fix typo
Garen Torikian [Wed, 1 Jun 2016 00:51:09 +0000 (17:51 -0700)]
Fix typo
Kevin Sawicki [Tue, 31 May 2016 23:48:03 +0000 (16:48 -0700)]
Add plist path variables
Vasu Mahesh [Tue, 31 May 2016 16:59:07 +0000 (22:29 +0530)]
Add: custom pageSize for printToPDF
Cheng Zhao [Tue, 31 May 2016 10:07:15 +0000 (10:07 +0000)]
Merge pull request #5782 from electron/store-icons
Keep copies of window icons
Cheng Zhao [Tue, 31 May 2016 08:47:45 +0000 (17:47 +0900)]
Keep copies of window icons
Plusb Preco [Tue, 31 May 2016 07:14:56 +0000 (16:14 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Tue, 31 May 2016 07:14:40 +0000 (16:14 +0900)]
:memo: Update `README.md`
[ci skip]
Cheng Zhao [Tue, 31 May 2016 03:19:58 +0000 (03:19 +0000)]
Merge pull request #5776 from electron/fix-node-output
Correctly redirect output to console on Windows
Cheng Zhao [Tue, 31 May 2016 01:26:19 +0000 (10:26 +0900)]
spec: child_process.fork shouble be able to pipe stdio
Cheng Zhao [Tue, 31 May 2016 01:19:13 +0000 (10:19 +0900)]
Correctly redirect output to console
Cheng Zhao [Mon, 30 May 2016 22:52:01 +0000 (22:52 +0000)]
Merge pull request #5770 from electron/clear-before-notice
Clear the buffers before notifying the other end of the pipe
Cheng Zhao [Mon, 30 May 2016 13:31:38 +0000 (22:31 +0900)]
Clear the buffers before notifying the other end of the pipe