Kevin Sawicki [Mon, 27 Feb 2017 18:43:44 +0000 (10:43 -0800)]
Ignore lint warnings in Objective-C header
Kevin Sawicki [Mon, 27 Feb 2017 18:40:00 +0000 (10:40 -0800)]
Remove linter warnings
Kevin Sawicki [Mon, 27 Feb 2017 18:38:57 +0000 (10:38 -0800)]
Revert default_app changes
Kevin Sawicki [Mon, 27 Feb 2017 18:30:41 +0000 (10:30 -0800)]
Get compiling against 10.10 SDK
Kevin Sawicki [Mon, 27 Feb 2017 17:20:25 +0000 (09:20 -0800)]
Use new NativeWindowObserver helper
Samuel Attard [Fri, 16 Dec 2016 08:27:54 +0000 (19:27 +1100)]
Fix Group items
Samuel Attard [Fri, 16 Dec 2016 07:01:49 +0000 (18:01 +1100)]
Add updateConfig ability to other items
Samuel Attard [Fri, 16 Dec 2016 06:24:51 +0000 (17:24 +1100)]
initial work on updating touch bar item config without rerender
Samuel Attard [Fri, 2 Dec 2016 12:58:02 +0000 (23:58 +1100)]
Some docs for touch bar
Samuel Attard [Fri, 2 Dec 2016 12:43:42 +0000 (23:43 +1100)]
Export the TouchBar items as their own props on the electron main export
Samuel Attard [Tue, 29 Nov 2016 07:57:26 +0000 (18:57 +1100)]
Fix cpp linting
Samuel Attard [Tue, 29 Nov 2016 07:55:07 +0000 (18:55 +1100)]
Fix JS linting
Samuel Attard [Tue, 29 Nov 2016 07:44:25 +0000 (18:44 +1100)]
Remove unused ident
Samuel Attard [Tue, 29 Nov 2016 07:36:57 +0000 (18:36 +1100)]
Implement group item
Samuel Attard [Tue, 29 Nov 2016 07:00:08 +0000 (18:00 +1100)]
Implement popOver item type (woo hoo it worked)
Samuel Attard [Mon, 28 Nov 2016 10:46:32 +0000 (21:46 +1100)]
Change demo touchbar values
Samuel Attard [Mon, 28 Nov 2016 10:43:39 +0000 (21:43 +1100)]
Add Slider item type and add options to the button type
Samuel Attard [Mon, 28 Nov 2016 07:24:48 +0000 (18:24 +1100)]
Make label and colorpicker types work
Samuel Attard [Sun, 27 Nov 2016 11:54:12 +0000 (22:54 +1100)]
Make dynamic buttons work along with click events
Samuel Attard [Sun, 27 Nov 2016 05:57:01 +0000 (16:57 +1100)]
Initial TouchBar Magic
* Make the AtomNSWindow also a NSTouchbarDelegate
* Implement basic makeTouchBar and makeItemForIdentifier methods
* Initial sending of touch / update events through IPC to BrowserWindowObjects
TODO:
* JS API
* JS Object Converters
* Generalize methods so that popovers can work
Zeke Sikelianos [Fri, 3 Mar 2017 19:23:52 +0000 (11:23 -0800)]
Merge pull request #8816 from electron/webview-docs-fixes
Fix API docs for webview tag
Zeke Sikelianos [Fri, 3 Mar 2017 18:53:30 +0000 (10:53 -0800)]
use updated docs linter with webview support
Zeke Sikelianos [Thu, 2 Mar 2017 21:57:04 +0000 (13:57 -0800)]
move platform labels to end of description for consistency
Zeke Sikelianos [Thu, 2 Mar 2017 21:29:46 +0000 (13:29 -0800)]
document arguments for webview methods
Zeke Sikelianos [Thu, 2 Mar 2017 21:28:58 +0000 (13:28 -0800)]
fix indentation of app.setLoginItemSettings arguments
Zeke Sikelianos [Thu, 2 Mar 2017 21:27:04 +0000 (13:27 -0800)]
denote webview process so linter will recognize it as an API
Kevin Sawicki [Thu, 2 Mar 2017 18:35:08 +0000 (10:35 -0800)]
Merge pull request #8806 from electron/felix-winstore-moved
Fix init check for process.windowsStore
Kevin Sawicki [Thu, 2 Mar 2017 17:16:51 +0000 (09:16 -0800)]
Merge pull request #8804 from electron/isolated-world-origin
Set context isolation origin policy
Kevin Sawicki [Wed, 1 Mar 2017 16:48:35 +0000 (08:48 -0800)]
Set isolated world security origin
Kevin Sawicki [Wed, 1 Mar 2017 16:48:03 +0000 (08:48 -0800)]
Add failing spec for fetch from isolated world
Felix Rieseberg [Wed, 1 Mar 2017 19:48:51 +0000 (11:48 -0800)]
Fix init check for process.windowsStore
Windows now allows users to move their `WindowsApps` folder, meaning that it can end up on a different drive (and outside of `Program Files`).
Kevin Sawicki [Tue, 28 Feb 2017 17:21:25 +0000 (09:21 -0800)]
Bump v1.6.2
Kevin Sawicki [Wed, 1 Mar 2017 17:05:04 +0000 (09:05 -0800)]
Merge pull request #8801 from tomfloyer/patch-1
Fixed typo
Tom Floyer [Wed, 1 Mar 2017 09:03:00 +0000 (12:03 +0300)]
Fixed typo
Kevin Sawicki [Tue, 28 Feb 2017 17:19:30 +0000 (09:19 -0800)]
Merge pull request #8766 from electron/browser-require-in-renderer-process
Don't require browser process API in renderer process
Kevin Sawicki [Mon, 27 Feb 2017 16:56:32 +0000 (08:56 -0800)]
Fix typo in comment
Kevin Sawicki [Fri, 24 Feb 2017 18:53:11 +0000 (10:53 -0800)]
Mention variable name to update
Kevin Sawicki [Fri, 24 Feb 2017 18:43:39 +0000 (10:43 -0800)]
Add initial spec for remote modules
Kevin Sawicki [Thu, 23 Feb 2017 18:01:27 +0000 (10:01 -0800)]
Don't require browser process module from renderer
This can cause issues when it is accessed from the
require cache or module tree since the getters throw
errors when called.
Kevin Sawicki [Tue, 28 Feb 2017 16:45:15 +0000 (08:45 -0800)]
Merge pull request #8742 from electron/webview-visibility
Route webview window visibility change events in browser process
Kevin Sawicki [Fri, 24 Feb 2017 19:56:27 +0000 (11:56 -0800)]
Emit event after listener is registered
Kevin Sawicki [Fri, 24 Feb 2017 18:18:09 +0000 (10:18 -0800)]
Forward webview visibility change events from browser process
Kevin Sawicki [Wed, 22 Feb 2017 22:15:59 +0000 (14:15 -0800)]
Use const instead of var
Kevin Sawicki [Wed, 22 Feb 2017 22:15:20 +0000 (14:15 -0800)]
Register visibility change listener when attached
Kevin Sawicki [Tue, 28 Feb 2017 16:18:17 +0000 (08:18 -0800)]
Merge pull request #8792 from LasseJacobs/master
Pull request, for dutch translation of glossary.md
Rik Theunis [Mon, 27 Feb 2017 11:38:20 +0000 (12:38 +0100)]
:memo: Fix typos and grammatical errors.
[ci skip]
Lasse Jacobs [Fri, 24 Feb 2017 23:08:06 +0000 (15:08 -0800)]
:memo: Fix some grammar mistakes
[ci-skip]
Lasse Jacobs [Thu, 23 Feb 2017 22:12:46 +0000 (14:12 -0800)]
:memo: Fix some spelling mistakes
[ci-skip]
Zeke Sikelianos [Mon, 27 Feb 2017 17:48:49 +0000 (09:48 -0800)]
Merge pull request #8775 from electron/shortcuts
add a guide to keyboard shortcuts
Zeke Sikelianos [Mon, 27 Feb 2017 17:34:35 +0000 (09:34 -0800)]
lint
Kevin Sawicki [Mon, 27 Feb 2017 16:54:02 +0000 (08:54 -0800)]
Merge pull request #8787 from serant/translation-doc-typo
Fix typo in translation doc for BrowserWindow
Kevin Sawicki [Mon, 27 Feb 2017 16:53:34 +0000 (08:53 -0800)]
Merge pull request #8783 from thesbros/docs/blink-features-link
:memo: Update link to Blink features.
Kevin Sawicki [Mon, 27 Feb 2017 16:52:59 +0000 (08:52 -0800)]
Merge pull request #8769 from jwheare/docs-cancel-id
Clarify docs for dialog.showMessageBox cancelId
Zeke Sikelianos [Mon, 27 Feb 2017 16:20:23 +0000 (08:20 -0800)]
remove electron-localshortcut recommendation
serant [Mon, 27 Feb 2017 16:01:44 +0000 (11:01 -0500)]
Fixed typo in translation doc for BrowserWindow
Oden [Mon, 27 Feb 2017 04:30:26 +0000 (20:30 -0800)]
:memo: Update link to Blink features.
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
James Wheare [Fri, 24 Feb 2017 23:56:47 +0000 (23:56 +0000)]
Clarify docs for dialog.showMessageBox cancelId
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