Zeke Sikelianos [Mon, 27 Feb 2017 17:34:35 +0000 (09:34 -0800)]
lint
Zeke Sikelianos [Mon, 27 Feb 2017 16:20:23 +0000 (08:20 -0800)]
remove electron-localshortcut recommendation
Zeke Sikelianos [Sun, 26 Feb 2017 03:21:33 +0000 (19:21 -0800)]
describe local shortcuts before global
Zeke Sikelianos [Sun, 26 Feb 2017 03:07:09 +0000 (19:07 -0800)]
add section for browser window events
Zeke Sikelianos [Sun, 26 Feb 2017 02:59:13 +0000 (18:59 -0800)]
add a guide to keyboard shortcuts
Zeke Sikelianos [Sun, 26 Feb 2017 02:20:43 +0000 (18:20 -0800)]
Merge pull request #8746 from electron/clarify-app-activation
clarify actions that cause app.activate event to be emitted
Kevin Sawicki [Fri, 24 Feb 2017 18:35:35 +0000 (10:35 -0800)]
Merge pull request #8758 from electron/use-local-buffer
Use local Buffer variable in module.js require wrapper
Kevin Sawicki [Thu, 23 Feb 2017 19:35:28 +0000 (11:35 -0800)]
Verify global.Buffer is undefined
Kevin Sawicki [Thu, 23 Feb 2017 19:30:07 +0000 (11:30 -0800)]
Upgrade node for Buffer wrapper fix
Kevin Sawicki [Thu, 23 Feb 2017 19:26:37 +0000 (11:26 -0800)]
Add failing spec for Buffer from preload required module
Kevin Sawicki [Fri, 24 Feb 2017 17:32:07 +0000 (09:32 -0800)]
Merge pull request #8733 from electron/macos-cancel-id
Support explicit cancelId on macOS
Kevin Sawicki [Wed, 22 Feb 2017 18:05:16 +0000 (10:05 -0800)]
Support explicit cancelId on macOS
Kevin Sawicki [Fri, 24 Feb 2017 17:05:33 +0000 (09:05 -0800)]
Merge pull request #8739 from electron/pepper-context-menu
Use owner browser window in pepper context menu
Kevin Sawicki [Wed, 22 Feb 2017 20:59:26 +0000 (12:59 -0800)]
Popup pepper menu in owner browser window
Kevin Sawicki [Wed, 22 Feb 2017 20:53:29 +0000 (12:53 -0800)]
Default to focused window whenever param is null/undefined
Kevin Sawicki [Wed, 22 Feb 2017 20:52:43 +0000 (12:52 -0800)]
Check that window is non-null before accessing constructor prop
Kevin Sawicki [Fri, 24 Feb 2017 16:38:19 +0000 (08:38 -0800)]
Merge pull request #8745 from electron/async-web-dialog-helper
Use callback dialog methods in RunFileChooser
Kevin Sawicki [Fri, 24 Feb 2017 15:56:29 +0000 (07:56 -0800)]
Remove unneeded AddRef/Release calls handled by base::Bind
Kevin Sawicki [Fri, 24 Feb 2017 15:49:26 +0000 (07:49 -0800)]
Check render frame host before getting context
Kevin Sawicki [Thu, 23 Feb 2017 16:52:48 +0000 (08:52 -0800)]
Remove unused include
Kevin Sawicki [Thu, 23 Feb 2017 16:38:29 +0000 (08:38 -0800)]
Extend RefCounted and add private destructor
Kevin Sawicki [Wed, 22 Feb 2017 23:58:46 +0000 (15:58 -0800)]
Use callback dialog methods in RunFileChooser
Kevin Sawicki [Thu, 23 Feb 2017 21:45:22 +0000 (13:45 -0800)]
Merge pull request #8760 from popod/popod-startDrag-doc
update startDrag(item) doc
Kevin Sawicki [Thu, 23 Feb 2017 21:03:22 +0000 (13:03 -0800)]
Update parameter prefix
popod [Thu, 23 Feb 2017 20:28:36 +0000 (21:28 +0100)]
update startDrag(item) doc
add doc for `files` option
Zeke Sikelianos [Thu, 23 Feb 2017 00:42:34 +0000 (16:42 -0800)]
clarify actions that cause app.activate event to be emitted
Kevin Sawicki [Wed, 22 Feb 2017 20:50:57 +0000 (12:50 -0800)]
Merge pull request #8702 from electron/async-menu-popup
Add async menu.popup option
Kevin Sawicki [Wed, 22 Feb 2017 19:47:58 +0000 (11:47 -0800)]
Invoke close callback after itemSelected runs
Kevin Sawicki [Wed, 22 Feb 2017 18:49:25 +0000 (10:49 -0800)]
Check that x is non-null
Kevin Sawicki [Fri, 17 Feb 2017 20:16:29 +0000 (12:16 -0800)]
Make variables private instead of protected
Kevin Sawicki [Fri, 17 Feb 2017 20:09:29 +0000 (12:09 -0800)]
:art:
Kevin Sawicki [Thu, 16 Feb 2017 19:18:13 +0000 (11:18 -0800)]
Document menu.closePopup
Kevin Sawicki [Thu, 16 Feb 2017 19:15:05 +0000 (11:15 -0800)]
Implement ClosePopupAt on Windows/Linux
Kevin Sawicki [Thu, 16 Feb 2017 19:04:42 +0000 (11:04 -0800)]
Implement Menu.closePopup on Windows/Linux
Kevin Sawicki [Thu, 16 Feb 2017 18:58:12 +0000 (10:58 -0800)]
Add spec for async Menu.popup
Kevin Sawicki [Thu, 16 Feb 2017 18:58:02 +0000 (10:58 -0800)]
Add Menu.closePopup API on macOS
Kevin Sawicki [Thu, 16 Feb 2017 17:14:31 +0000 (09:14 -0800)]
Move MenuItem spec into root describe
Kevin Sawicki [Thu, 16 Feb 2017 16:35:01 +0000 (08:35 -0800)]
Add new menu.popup signature to planned breaking changes
Kevin Sawicki [Thu, 16 Feb 2017 16:34:39 +0000 (08:34 -0800)]
Update menu.popup docs to take options object
Kevin Sawicki [Thu, 16 Feb 2017 00:07:46 +0000 (16:07 -0800)]
Map async option to MenuRunner::ASYNC flag
Kevin Sawicki [Wed, 15 Feb 2017 23:57:36 +0000 (15:57 -0800)]
Add async option to menu.popup
Kevin Sawicki [Wed, 15 Feb 2017 20:44:39 +0000 (12:44 -0800)]
Add async menu.popup on Windows/Linux
Kevin Sawicki [Wed, 15 Feb 2017 19:44:25 +0000 (11:44 -0800)]
Add async menu.popup on macOS
Kevin Sawicki [Wed, 22 Feb 2017 16:22:21 +0000 (08:22 -0800)]
Merge pull request #8731 from herrmannplatz/patch-1
update setCertificateVerifyProc example
Kevin Sawicki [Wed, 22 Feb 2017 16:11:21 +0000 (08:11 -0800)]
Add space after if
René Herrmann [Wed, 22 Feb 2017 10:49:14 +0000 (11:49 +0100)]
update setCertificateVerifyProc example
setCertificateVerifyProc example should reflect new api
Kevin Sawicki [Tue, 21 Feb 2017 16:49:50 +0000 (08:49 -0800)]
Bump v1.6.1
Kevin Sawicki [Tue, 21 Feb 2017 16:48:15 +0000 (08:48 -0800)]
Merge pull request #8718 from demopark/master
add translations files for zh-CN
Kevin Sawicki [Tue, 21 Feb 2017 16:45:10 +0000 (08:45 -0800)]
Merge pull request #8717 from gerhardberger/vibrancy-version-fix
Fix OS version check of vibrancy
DemoPark [Sun, 19 Feb 2017 13:38:37 +0000 (21:38 +0800)]
add translations files for zh-CN
add zh-CN translations file - debug-instructions-windows.md
add zh-CN translations file - debugging-instructions-macos.md
update zh-CN translations file - README.md
gellert [Sat, 18 Feb 2017 19:25:03 +0000 (20:25 +0100)]
fixes os version check of vibrancy
Kevin Sawicki [Fri, 17 Feb 2017 20:50:26 +0000 (12:50 -0800)]
Merge pull request #8693 from electron/zoom_specs
webContents: add basic zoom specs
deepak1556 [Fri, 17 Feb 2017 17:58:29 +0000 (23:28 +0530)]
add zoom specs based on standard protocols
deepak1556 [Fri, 17 Feb 2017 17:54:24 +0000 (23:24 +0530)]
set zoom changes for in page navigaitons
deepak1556 [Fri, 17 Feb 2017 15:48:30 +0000 (21:18 +0530)]
add basic webview zoom specs
deepak1556 [Fri, 17 Feb 2017 04:59:52 +0000 (10:29 +0530)]
address review comments
deepak1556 [Thu, 16 Feb 2017 09:56:33 +0000 (15:26 +0530)]
add temporary zoom api spec
deepak1556 [Wed, 15 Feb 2017 22:33:47 +0000 (04:03 +0530)]
use sync zoom api with guest view manager webpreferences
deepak1556 [Wed, 15 Feb 2017 22:14:40 +0000 (03:44 +0530)]
add zoom spec
deepak1556 [Wed, 15 Feb 2017 22:14:24 +0000 (03:44 +0530)]
fix signature of zoom getter apis
Kevin Sawicki [Fri, 17 Feb 2017 18:57:39 +0000 (10:57 -0800)]
Merge pull request #8709 from electron/upgrade-native-mate
Upgrade native_mate
Kevin Sawicki [Fri, 17 Feb 2017 17:51:28 +0000 (09:51 -0800)]
Upgrade native_mate
Kevin Sawicki [Fri, 17 Feb 2017 16:22:05 +0000 (08:22 -0800)]
Merge pull request #8707 from demopark/master
add translations files for zh-CN
Kevin Sawicki [Fri, 17 Feb 2017 16:21:10 +0000 (08:21 -0800)]
Merge pull request #8704 from YurySolovyov/update-icon-fetch-impl
Update icon loading API implementation
DemoPark [Fri, 17 Feb 2017 09:28:55 +0000 (17:28 +0800)]
add translations files for zh-CN
add zh-CN translations file - clang-format.md
add zh-CN translations file - styleguide.md
update zh-CN translations file - README.md
deepak1556 [Fri, 17 Feb 2017 08:33:46 +0000 (14:03 +0530)]
Destroy icon manager after file thread is destroyed
Yury Solovyov [Thu, 16 Feb 2017 19:19:19 +0000 (22:19 +0300)]
Update icon loading API implementation
Kevin Sawicki [Thu, 16 Feb 2017 19:56:52 +0000 (11:56 -0800)]
Merge pull request #8695 from ericbrumer/master
[Win] Allow favicon.png to be on the root of any drive letter
Eric Brumer [Thu, 16 Feb 2017 17:26:20 +0000 (09:26 -0800)]
Smaller regex now that it's case insensitive
Eric Brumer [Thu, 16 Feb 2017 17:17:37 +0000 (09:17 -0800)]
Case insensitive filepath
Kevin Sawicki [Thu, 16 Feb 2017 16:12:18 +0000 (08:12 -0800)]
Merge pull request #8696 from demopark/master
add translations files for zh-CN
DemoPark [Thu, 16 Feb 2017 08:31:55 +0000 (16:31 +0800)]
add translations files for zh-CN
add zh-CN translations file - security.md
add zh-CN translations file - repl.md
add zh-CN translations file - windows-store-guide.md
update zh-CN translations file - glossary.md
update zh-CN translations file - README.md
Eric Brumer [Thu, 16 Feb 2017 03:02:11 +0000 (19:02 -0800)]
Allow favicon.png to be on the root of any drive letter
Kevin Sawicki [Wed, 15 Feb 2017 20:27:06 +0000 (12:27 -0800)]
Merge pull request #8686 from demopark/master
Optimize zh-CN language logic and grammar
Kevin Sawicki [Wed, 15 Feb 2017 19:22:00 +0000 (11:22 -0800)]
Merge pull request #8676 from electron/focus-delegate
Prevent invisible windows from being activated
Kevin Sawicki [Tue, 14 Feb 2017 21:18:06 +0000 (13:18 -0800)]
Mark constructor as explicit
Kevin Sawicki [Tue, 14 Feb 2017 21:14:35 +0000 (13:14 -0800)]
Use internal IsVisible method
Kevin Sawicki [Tue, 14 Feb 2017 21:09:24 +0000 (13:09 -0800)]
Implement Activate instead of CanFocus
Kevin Sawicki [Tue, 14 Feb 2017 20:52:19 +0000 (12:52 -0800)]
Just use visible state in CanFocus delegate
Kevin Sawicki [Tue, 14 Feb 2017 02:22:57 +0000 (18:22 -0800)]
Update blur parent window spec
Kevin Sawicki [Tue, 14 Feb 2017 02:11:37 +0000 (18:11 -0800)]
Add webContents.focus() spec
Kevin Sawicki [Mon, 13 Feb 2017 23:21:55 +0000 (15:21 -0800)]
Include CanFocus on Windows and map to state
Kevin Sawicki [Wed, 15 Feb 2017 16:28:43 +0000 (08:28 -0800)]
Merge pull request #8682 from electron/use-electron-version-in-chromedriver-asset-name
Use electron version in Chromedriver asset name
Kevin Sawicki [Tue, 14 Feb 2017 18:11:17 +0000 (10:11 -0800)]
Use electron version in Chromedriver asset name
DemoPark [Wed, 15 Feb 2017 09:45:52 +0000 (17:45 +0800)]
add zh-CN translations for offscreen-rendering.md
add zh-CN translations for offscreen-rendering.md
DemoPark [Wed, 15 Feb 2017 09:21:20 +0000 (17:21 +0800)]
add zh-CN translations for electron-versioning.md
add zh-CN translations for 'electron-versioning.md'
Jonas Zhang [Wed, 15 Feb 2017 06:21:37 +0000 (14:21 +0800)]
Merge pull request #1 from demopark/demopark-patch-1
Optimize zh-CN language logic and grammar
Jonas Zhang [Wed, 15 Feb 2017 06:20:48 +0000 (14:20 +0800)]
Optimize zh-CN language logic and grammar
Optimize zh-CN language logic and grammar.
Cheng Zhao [Wed, 15 Feb 2017 02:04:36 +0000 (11:04 +0900)]
Merge pull request #8679 from electron/disable-active-tracker
Disable the ActiveVerifier
Kevin Sawicki [Tue, 14 Feb 2017 20:40:21 +0000 (12:40 -0800)]
Merge pull request #8684 from electron/compiler-error
Rename variable for compiler error
Kevin Sawicki [Tue, 14 Feb 2017 20:30:23 +0000 (12:30 -0800)]
Rename variable for compiler error
Kevin Sawicki [Tue, 14 Feb 2017 19:41:16 +0000 (11:41 -0800)]
Merge pull request #8628 from Spacetech/master
Implement invalidate for non-offscreen mode
Kevin Sawicki [Tue, 14 Feb 2017 19:17:39 +0000 (11:17 -0800)]
Update docs for non-offscreen invalidate
Kevin Sawicki [Tue, 14 Feb 2017 19:13:23 +0000 (11:13 -0800)]
Remove unused variable
Kevin Sawicki [Tue, 14 Feb 2017 19:12:30 +0000 (11:12 -0800)]
Use underscore variable name for consistency
Kevin Sawicki [Tue, 14 Feb 2017 19:09:15 +0000 (11:09 -0800)]
:art: Minor formatting tweaks
Kevin Sawicki [Tue, 14 Feb 2017 18:09:02 +0000 (10:09 -0800)]
Merge pull request #8648 from electron/set-extra-crash-reporter-data
Support updating crash reporter extra parameters
Kevin Sawicki [Mon, 13 Feb 2017 19:15:40 +0000 (11:15 -0800)]
Fix darwin platform name
Kevin Sawicki [Mon, 13 Feb 2017 18:52:40 +0000 (10:52 -0800)]
:art:
Kevin Sawicki [Mon, 13 Feb 2017 18:48:04 +0000 (10:48 -0800)]
Tweak setExtraParameter description