Yudu Ban [Thu, 16 Jun 2016 01:31:10 +0000 (09:31 +0800)]
fix spell error
Kevin Sawicki [Wed, 15 Jun 2016 18:14:00 +0000 (11:14 -0700)]
Merge pull request #6052 from electron/doc-entitlements
Document entitlements needed for dialog APIs
Kevin Sawicki [Wed, 15 Jun 2016 18:11:30 +0000 (11:11 -0700)]
Merge pull request #6061 from zephyrzoom/master
Update online-offline-events.md
707 [Wed, 15 Jun 2016 11:30:02 +0000 (19:30 +0800)]
Update online-offline-events.md
漏掉了一个字
Cheng Zhao [Wed, 15 Jun 2016 07:26:27 +0000 (07:26 +0000)]
Merge pull request #6035 from electron/content-scripts-in-web-views
Load content scripts in webview devtools
Cheng Zhao [Wed, 15 Jun 2016 01:31:32 +0000 (01:31 +0000)]
Merge pull request #6053 from electron/flash-docs
Improve the docs on loading flash plugin
Cheng Zhao [Wed, 15 Jun 2016 01:06:38 +0000 (01:06 +0000)]
Merge pull request #6049 from electron/sys-executable
Include sys.executable in build libchromiumcontent args
Cheng Zhao [Wed, 15 Jun 2016 00:41:47 +0000 (09:41 +0900)]
Improve the docs on loading flash plugin
Kevin Sawicki [Tue, 14 Jun 2016 22:39:07 +0000 (15:39 -0700)]
unkown -> unknown
Kevin Sawicki [Tue, 14 Jun 2016 17:05:25 +0000 (10:05 -0700)]
:art:
Kevin Sawicki [Tue, 14 Jun 2016 16:37:55 +0000 (09:37 -0700)]
Tweak type check to consider windows and webviews
Kevin Sawicki [Tue, 14 Jun 2016 16:32:59 +0000 (09:32 -0700)]
Add 2 spaces before comment
Kevin Sawicki [Tue, 14 Jun 2016 16:30:06 +0000 (09:30 -0700)]
Only add extensions to windows and webviews
Kevin Sawicki [Tue, 14 Jun 2016 16:27:36 +0000 (09:27 -0700)]
Add background page web contents type
Kevin Sawicki [Tue, 14 Jun 2016 16:23:03 +0000 (09:23 -0700)]
Specify type instead of isGuest
Kevin Sawicki [Tue, 14 Jun 2016 16:09:54 +0000 (09:09 -0700)]
Use web contents type enum and add converter
Kevin Sawicki [Tue, 14 Jun 2016 00:08:19 +0000 (17:08 -0700)]
Remove unused includes
Kevin Sawicki [Tue, 14 Jun 2016 00:01:13 +0000 (17:01 -0700)]
Use RenderProcessPreferences for non-remote web contents
Kevin Sawicki [Tue, 14 Jun 2016 22:24:05 +0000 (15:24 -0700)]
Tweak documentation link
Kevin Sawicki [Tue, 14 Jun 2016 22:22:12 +0000 (15:22 -0700)]
Drop the certain
Kevin Sawicki [Tue, 14 Jun 2016 22:20:29 +0000 (15:20 -0700)]
Mention dialog entitlements
Kevin Sawicki [Tue, 14 Jun 2016 18:49:54 +0000 (11:49 -0700)]
Include sys.executable in build libchromiumcontent args
Kevin Sawicki [Tue, 14 Jun 2016 17:07:57 +0000 (10:07 -0700)]
Merge pull request #6043 from JimiC/patch-1
Improved test exit
Jimi (Dimitris) Charalampidis [Tue, 14 Jun 2016 13:36:54 +0000 (16:36 +0300)]
Improving test exit
Test should always exit (app.stop()) either on success or failure.
Cheng Zhao [Tue, 14 Jun 2016 06:36:00 +0000 (06:36 +0000)]
Merge pull request #6038 from electron/check-alert
Fix exception in alert for inavlid parameter
Cheng Zhao [Tue, 14 Jun 2016 06:22:01 +0000 (15:22 +0900)]
Fix exception in alert for inavlid parameter
Cheng Zhao [Tue, 14 Jun 2016 05:59:40 +0000 (05:59 +0000)]
Merge pull request #6037 from electron/auto-updater-wait
Use "--processStartAndWait" when launching Update.exe
Cheng Zhao [Tue, 14 Jun 2016 05:31:41 +0000 (14:31 +0900)]
Wait for current app to quit before launching new app
Cheng Zhao [Tue, 14 Jun 2016 04:40:37 +0000 (13:40 +0900)]
Update brightray for #4261
Cheng Zhao [Mon, 13 Jun 2016 23:43:51 +0000 (23:43 +0000)]
Merge pull request #6030 from electron/repl-error-on-windows
Log error when repling on Windows
Cheng Zhao [Mon, 13 Jun 2016 23:31:47 +0000 (23:31 +0000)]
Merge pull request #6029 from electron/web-contents-created-app-api
Add web-contents-created event to app
Cheng Zhao [Mon, 13 Jun 2016 23:24:14 +0000 (23:24 +0000)]
Merge pull request #6026 from electron/ready-to-show
Add "ready-to-show" event and docs on showing window gracefully
Kevin Sawicki [Mon, 13 Jun 2016 16:46:33 +0000 (09:46 -0700)]
Log error when repling on Windows
Kevin Sawicki [Mon, 13 Jun 2016 16:06:42 +0000 (09:06 -0700)]
Add back options param
Kevin Sawicki [Mon, 13 Jun 2016 16:05:04 +0000 (09:05 -0700)]
Add web-contents-created event spec
Kevin Sawicki [Mon, 13 Jun 2016 16:01:06 +0000 (09:01 -0700)]
Doc web-contents-created
Kevin Sawicki [Mon, 13 Jun 2016 15:59:03 +0000 (08:59 -0700)]
Emit web-contents-created on app
Kevin Sawicki [Mon, 13 Jun 2016 15:54:55 +0000 (08:54 -0700)]
Merge pull request #6027 from Kushagra8888/patch-2
remove extraneous 'not'
Kushagra Sharma [Mon, 13 Jun 2016 14:44:42 +0000 (20:14 +0530)]
remove extraneous 'not'
[ci skip]
Cheng Zhao [Mon, 13 Jun 2016 13:19:44 +0000 (22:19 +0900)]
Use once for 'ready-to-show'
Cheng Zhao [Mon, 13 Jun 2016 13:18:57 +0000 (22:18 +0900)]
Only do the trick when window is hidden
Cheng Zhao [Mon, 13 Jun 2016 13:11:40 +0000 (22:11 +0900)]
docs: Showing window gracefully
Cheng Zhao [Mon, 13 Jun 2016 12:19:56 +0000 (21:19 +0900)]
Add ready-to-show event
Cheng Zhao [Mon, 13 Jun 2016 09:17:55 +0000 (09:17 +0000)]
Merge pull request #6023 from electron/ignore-focus
Add focusable option
Cheng Zhao [Mon, 13 Jun 2016 08:53:55 +0000 (08:53 +0000)]
Merge pull request #6022 from tjctw/patch-1
Update mac-app-store-submission-guide.md
Cheng Zhao [Mon, 13 Jun 2016 08:53:08 +0000 (17:53 +0900)]
docs: The side effect of focusable: false on Linux
Cheng Zhao [Mon, 13 Jun 2016 08:24:45 +0000 (17:24 +0900)]
On Windows focusable: false also means skipTaskbar: true
Cheng Zhao [Mon, 13 Jun 2016 08:10:28 +0000 (17:10 +0900)]
Add focusable option
TJC [Mon, 13 Jun 2016 08:07:35 +0000 (16:07 +0800)]
Update mac-app-store-submission-guide.md
typo
Cheng Zhao [Mon, 13 Jun 2016 07:40:02 +0000 (16:40 +0900)]
docs: Document the behavior of win.setIgnoreFocus on OS X
Cheng Zhao [Mon, 13 Jun 2016 07:18:10 +0000 (07:18 +0000)]
Merge pull request #6013 from miniak/setIgnoreFocus
Add BrowserWindow.prototype.setIgnoreFocus
Cheng Zhao [Mon, 13 Jun 2016 06:43:41 +0000 (06:43 +0000)]
Merge pull request #6019 from preco21/korean-docs-7
docs: Update Korean docs as upstream
Cheng Zhao [Mon, 13 Jun 2016 06:21:53 +0000 (06:21 +0000)]
Merge pull request #6012 from miniak/menu-item-roles
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
Cheng Zhao [Mon, 13 Jun 2016 06:16:53 +0000 (06:16 +0000)]
Merge pull request #6008 from develar/patch-1
Add info about electron-builder to build windows installer
Plusb Preco [Mon, 13 Jun 2016 03:19:37 +0000 (12:19 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Cheng Zhao [Mon, 13 Jun 2016 01:52:12 +0000 (10:52 +0900)]
docs: Reword the requirement of setApplication Menu
Cheng Zhao [Mon, 13 Jun 2016 01:42:47 +0000 (01:42 +0000)]
Merge pull request #5999 from greggman/update-menu-docs-1
Document Menu.setApplicationMenu from main process
Cheng Zhao [Mon, 13 Jun 2016 01:02:53 +0000 (01:02 +0000)]
Merge pull request #6018 from electron/string-map
Cleanup code for autoUpdater
Cheng Zhao [Mon, 13 Jun 2016 00:45:58 +0000 (00:45 +0000)]
Merge pull request #5965 from electron/installed-extension-api
Add BrowserWindow.getDevToolsExtensions API
Cheng Zhao [Mon, 13 Jun 2016 00:38:49 +0000 (09:38 +0900)]
Reset SQRLUpdater when setFeedURL is called
Cheng Zhao [Mon, 13 Jun 2016 00:32:24 +0000 (09:32 +0900)]
Do not add JS wrapper for setFeedURL
When possible we should avoid adding wrappers in JS, it usually makes
code more difficult to mantain
Cheng Zhao [Mon, 13 Jun 2016 00:27:13 +0000 (09:27 +0900)]
Move converter for std::map to native_mate
Cheng Zhao [Mon, 13 Jun 2016 00:17:24 +0000 (00:17 +0000)]
Merge pull request #5879 from miniak/autoUpdater
Add optional requestHeaders argument to autoUpdater.setFeedURL
Plusb Preco [Sun, 12 Jun 2016 18:42:26 +0000 (03:42 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sun, 12 Jun 2016 18:28:11 +0000 (03:28 +0900)]
:memo: Update Korean docs as upstream
* Small fixes
[ci skip]
Milan Burda [Sun, 12 Jun 2016 18:20:25 +0000 (20:20 +0200)]
Add BrowserWindow.prototype.setIgnoreFocus
Plusb Preco [Sun, 12 Jun 2016 17:51:35 +0000 (02:51 +0900)]
:memo: Fix grammatical issue
[ci skip]
Plusb Preco [Sun, 12 Jun 2016 17:40:39 +0000 (02:40 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sun, 12 Jun 2016 17:28:25 +0000 (02:28 +0900)]
:memo: Small fixes
[ci skip]
Milan Burda [Tue, 7 Jun 2016 08:42:46 +0000 (10:42 +0200)]
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
Milan Burda [Fri, 10 Jun 2016 13:55:42 +0000 (15:55 +0200)]
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
Vladimir Krivosheev [Sun, 12 Jun 2016 08:48:50 +0000 (10:48 +0200)]
Add info about electron-builder to build windows installer
Greggman [Sat, 11 Jun 2016 05:09:53 +0000 (14:09 +0900)]
Document Menu.setApplicationMenu from main process
You can't call Menu.setApplicationMenu until the app is ready.
[ci skip]
Jessica Lord [Fri, 10 Jun 2016 19:20:03 +0000 (12:20 -0700)]
Merge pull request #5974 from electron/chrome-storage-sync
Add chrome.storage.sync and chrome.storage.get APIs
Kevin Sawicki [Fri, 10 Jun 2016 18:23:25 +0000 (11:23 -0700)]
Merge pull request #5989 from electron/dan-remove-node-version-file
Bump .node-version file
Daniel Pham [Fri, 10 Jun 2016 18:19:42 +0000 (14:19 -0400)]
:arrow_up: node@6.1.0
Kevin Sawicki [Fri, 10 Jun 2016 17:27:57 +0000 (10:27 -0700)]
Merge pull request #5986 from electron/doc-requires
Access remote from electron require
Kevin Sawicki [Fri, 10 Jun 2016 17:27:25 +0000 (10:27 -0700)]
Access remote from electron require in translated doc
Kevin Sawicki [Fri, 10 Jun 2016 17:24:35 +0000 (10:24 -0700)]
Access remote from electron require
Jessica Lord [Fri, 10 Jun 2016 16:59:47 +0000 (09:59 -0700)]
:fire: line
Kevin Sawicki [Fri, 10 Jun 2016 16:34:34 +0000 (09:34 -0700)]
Fix typo in example
Kevin Sawicki [Fri, 10 Jun 2016 16:29:26 +0000 (09:29 -0700)]
Doc getDevToolsExtensions
Kevin Sawicki [Fri, 10 Jun 2016 16:24:00 +0000 (09:24 -0700)]
Add getDevToolsExtensions API
Kevin Sawicki [Thu, 9 Jun 2016 17:05:09 +0000 (10:05 -0700)]
Doc BrowserWindow.isDevToolsExtensionInstalled
Kevin Sawicki [Thu, 9 Jun 2016 17:04:02 +0000 (10:04 -0700)]
Add BrowserWindow.isDevToolsExtensionInstalled API
Cheng Zhao [Fri, 10 Jun 2016 12:22:04 +0000 (12:22 +0000)]
Merge pull request #5979 from cyberkatze/patch-7
fixed errors in text
Cheng Zhao [Fri, 10 Jun 2016 12:21:58 +0000 (12:21 +0000)]
Merge pull request #5978 from cyberkatze/patch-6
fixed errors in text
Cheng Zhao [Fri, 10 Jun 2016 12:21:49 +0000 (12:21 +0000)]
Merge pull request #5977 from cyberkatze/patch-5
fixed errors in text
Cheng Zhao [Fri, 10 Jun 2016 12:11:31 +0000 (12:11 +0000)]
Merge pull request #5975 from electron/disable-only-specs-on-ci
Log and exit when calling only in specs on CI
Cheng Zhao [Fri, 10 Jun 2016 12:02:07 +0000 (12:02 +0000)]
Merge pull request #5972 from electron/non-writeable-guest-id
Make guestId on BrowserWindowProxy non-writeable
Josh Bernitt [Thu, 9 Jun 2016 19:44:32 +0000 (15:44 -0400)]
issue 2813 add app name after Quit
Adding the application name after the Quit string for Mac OS systems.
Cheng Zhao [Fri, 10 Jun 2016 11:52:37 +0000 (11:52 +0000)]
Merge pull request #5967 from electron/window-opener-webview
Support window.opener from windows opened from a <webview>
Ali Elderov [Fri, 10 Jun 2016 06:39:28 +0000 (08:39 +0200)]
fixed errors in text
Ali Elderov [Fri, 10 Jun 2016 06:31:46 +0000 (08:31 +0200)]
fixed errors in text
Ali Elderov [Fri, 10 Jun 2016 06:21:32 +0000 (08:21 +0200)]
fixed errors in text
Cheng Zhao [Fri, 10 Jun 2016 03:28:57 +0000 (03:28 +0000)]
Merge pull request #5964 from electron/manifest-errors
Throw errors reading/parsing manifest.json files
Kevin Sawicki [Fri, 10 Jun 2016 00:36:55 +0000 (17:36 -0700)]
Merge pull request #5966 from electron/felix-docs-windows-store
Update Guide for Windows Store Apps
Kevin Sawicki [Fri, 10 Jun 2016 00:00:13 +0000 (17:00 -0700)]
Tweak error message
Felix Rieseberg [Thu, 9 Jun 2016 18:21:20 +0000 (11:21 -0700)]
:memo: Update Guide for Windows Store Apps
- Updated the guide to reflect that electron-windows-store no longer
requires container conversion prerequisites
- Added a link and a note about using background tasks to include
UWP features
Kevin Sawicki [Thu, 9 Jun 2016 23:55:05 +0000 (16:55 -0700)]
Log/exit when only called in specs on CI