Cheng Zhao [Tue, 21 Jun 2016 07:20:33 +0000 (16:20 +0900)]
docs: Make tray.md follow docs style guide
Cheng Zhao [Tue, 21 Jun 2016 07:13:50 +0000 (16:13 +0900)]
docs: Tray.getBounds()
Cheng Zhao [Tue, 21 Jun 2016 07:05:28 +0000 (16:05 +0900)]
win: Use DIP rect for tray icon's bounds
Cheng Zhao [Tue, 21 Jun 2016 06:49:22 +0000 (15:49 +0900)]
win: Implement tray.getBounds() API
Cheng Zhao [Tue, 21 Jun 2016 06:40:30 +0000 (15:40 +0900)]
mac: Add tray.getBounds() API
Cheng Zhao [Tue, 21 Jun 2016 03:24:25 +0000 (12:24 +0900)]
Update brightray for electron/brightray#228
Kevin Sawicki [Tue, 21 Jun 2016 00:54:15 +0000 (17:54 -0700)]
Add default error handler to remote promises (#6151)
* Add failing spec for unhandled main process exception
* Remove unused return
* Use let/const instead of var
* Add spec for unhandled rejection in renderer process
* Prevent unhandled rejection defaul
* Use once instead of on
* Add default fulfilled/rejection handler to promise
Charlie Hess [Tue, 21 Jun 2016 00:48:42 +0000 (17:48 -0700)]
Add systemPreferences.subscribeLocalNotification. (#6150)
Cheng Zhao [Mon, 20 Jun 2016 13:03:16 +0000 (13:03 +0000)]
Merge pull request #6147 from electron/open-item-in-folder
mac: Convert path to absolute path in ShowItemInFolder
Cheng Zhao [Mon, 20 Jun 2016 12:14:17 +0000 (21:14 +0900)]
mac: Convert path to absolute path in ShowItemInFolder
Cheng Zhao [Mon, 20 Jun 2016 08:50:16 +0000 (08:50 +0000)]
Merge pull request #6145 from electron/app-indicator-id
Use fixed ID for app indicators
Cheng Zhao [Mon, 20 Jun 2016 08:35:45 +0000 (17:35 +0900)]
Use fixed ID for app indicators
Cheng Zhao [Mon, 20 Jun 2016 08:09:42 +0000 (08:09 +0000)]
Merge pull request #6144 from electron/crash-release-renderer
Avoid calling Environment::GetCurrent for unjected contexts
Cheng Zhao [Mon, 20 Jun 2016 07:51:42 +0000 (16:51 +0900)]
Avoid calling Environment::GetCurrent for unjected contexts
It seems to cause crashes when it is called for contexts that do not
have node integrations.
Cheng Zhao [Mon, 20 Jun 2016 07:27:05 +0000 (07:27 +0000)]
Merge pull request #6140 from electron/parent
Add support for child windows
Cheng Zhao [Mon, 20 Jun 2016 07:00:38 +0000 (16:00 +0900)]
docs: modal window is greatly simplified
Cheng Zhao [Mon, 20 Jun 2016 06:44:50 +0000 (15:44 +0900)]
Only define enable/disable API for views
Cheng Zhao [Mon, 20 Jun 2016 05:49:24 +0000 (14:49 +0900)]
macOS: Use sheet window as modal window
Cheng Zhao [Mon, 20 Jun 2016 02:48:46 +0000 (11:48 +0900)]
Move disable counter to NativeWindow from api::Window
Cheng Zhao [Mon, 20 Jun 2016 02:06:48 +0000 (11:06 +0900)]
docs: Parent and child windows
Cheng Zhao [Sun, 19 Jun 2016 08:49:31 +0000 (17:49 +0900)]
linux: Make modal dialog show more smoothly
Cheng Zhao [Sun, 19 Jun 2016 08:35:56 +0000 (17:35 +0900)]
linux: Implement win.disable/enable/isEnabled() API
Cheng Zhao [Sun, 19 Jun 2016 07:55:45 +0000 (16:55 +0900)]
Do not emit "unresponsive" when there is modal dialog
Cheng Zhao [Sun, 19 Jun 2016 06:47:27 +0000 (15:47 +0900)]
linux: Implement win.setParentWindow(parent)
Cheng Zhao [Sun, 19 Jun 2016 03:18:48 +0000 (12:18 +0900)]
win: Implement win.disable/enable/isEnabled() API
Cheng Zhao [Sun, 19 Jun 2016 03:10:25 +0000 (12:10 +0900)]
spec: Avoid calling setParentWindow for unrelated tests
Cheng Zhao [Sun, 19 Jun 2016 03:06:08 +0000 (12:06 +0900)]
Add "parent" option for BrowserWindow
Cheng Zhao [Sun, 19 Jun 2016 02:19:32 +0000 (11:19 +0900)]
views: Initial implementation of win.setParentWindow(parent)
But it doesn't work, aparrently Chromium doesn't support changing
parent window dynamically on desktop.
Cheng Zhao [Sat, 18 Jun 2016 13:53:41 +0000 (22:53 +0900)]
mac: Add win.beginSheet(sheet)/endSheet(sheet) API
Cheng Zhao [Sat, 18 Jun 2016 00:51:37 +0000 (09:51 +0900)]
spec: Test cases for win.setModal(modal)
Cheng Zhao [Sat, 18 Jun 2016 00:42:18 +0000 (09:42 +0900)]
Handle multiple modal windows correctly
Cheng Zhao [Fri, 17 Jun 2016 08:49:35 +0000 (17:49 +0900)]
Add win.setModal(modal) API
Cheng Zhao [Fri, 17 Jun 2016 08:38:44 +0000 (17:38 +0900)]
mac: Add win.disable/enable/isEnabled() API
Cheng Zhao [Fri, 17 Jun 2016 07:57:18 +0000 (16:57 +0900)]
spec: Test cases for parent window
Cheng Zhao [Fri, 17 Jun 2016 07:57:03 +0000 (16:57 +0900)]
Add win.getChildWindows() API
Cheng Zhao [Fri, 17 Jun 2016 07:09:43 +0000 (16:09 +0900)]
Add win.getParentWindow() API
Cheng Zhao [Fri, 17 Jun 2016 06:47:05 +0000 (15:47 +0900)]
mac: Close all child windows before closing current window
Cheng Zhao [Fri, 17 Jun 2016 06:28:43 +0000 (15:28 +0900)]
mac: Add win.setParentWindow(parent) API
Cheng Zhao [Mon, 20 Jun 2016 02:16:17 +0000 (11:16 +0900)]
spec: Suppress isCI test on CI
Cheng Zhao [Mon, 20 Jun 2016 00:48:25 +0000 (09:48 +0900)]
Merge branch 'preco21-korean-docs-8'
Cheng Zhao [Mon, 20 Jun 2016 00:34:40 +0000 (00:34 +0000)]
Merge pull request #6135 from blainesch/patch-1
Add copy/pasta example for system preferences.
Cheng Zhao [Mon, 20 Jun 2016 00:13:30 +0000 (00:13 +0000)]
Merge pull request #6128 from gerhardberger/webview-size-issue
Fixes transformed webview size
Plusb Preco [Sun, 19 Jun 2016 18:23:36 +0000 (03:23 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Sun, 19 Jun 2016 17:18:51 +0000 (02:18 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Machisté N. Quintana [Sun, 19 Jun 2016 16:56:22 +0000 (09:56 -0700)]
Merge pull request #6136 from MarshallOfSound/master
Fix typo in DevTools Extensions tutorial
Samuel Attard [Sun, 19 Jun 2016 16:24:00 +0000 (02:24 +1000)]
Fix typo in DevTools Extensions tutorial
Blaine Schmeisser [Sun, 19 Jun 2016 15:53:34 +0000 (08:53 -0700)]
Add copy/pasta example for system preferences.
Most of the other api docs have one example of where to find the module in a copy/paste format. This pull request adds one for the system preferences.
Cheng Zhao [Sun, 19 Jun 2016 12:32:56 +0000 (12:32 +0000)]
Merge pull request #6134 from electron/chrome-51.0.2704.103
Update to Chrome 51.0.2704.103
Cheng Zhao [Sun, 19 Jun 2016 12:32:06 +0000 (12:32 +0000)]
Merge pull request #6130 from rahatarmanahmed/fix-renderer-stdout
🐛 Don't load 'repl' unless needed
Cheng Zhao [Sun, 19 Jun 2016 12:09:29 +0000 (21:09 +0900)]
Update to Chrome 51.0.2704.103
Cheng Zhao [Sun, 19 Jun 2016 11:55:26 +0000 (20:55 +0900)]
Pyhton => Python, close #6126
Cheng Zhao [Sun, 19 Jun 2016 11:22:02 +0000 (11:22 +0000)]
Merge pull request #6068 from electron/redispatch-events
Redispatch events to handle native OSX shortcuts
Cheng Zhao [Sun, 19 Jun 2016 11:16:19 +0000 (20:16 +0900)]
Use class extension to avoid type conversion
Cheng Zhao [Sun, 19 Jun 2016 10:55:45 +0000 (10:55 +0000)]
Merge pull request #6115 from electron/load-extension-when-added
Call loadExtension from addDevToolsExtension
Cheng Zhao [Sun, 19 Jun 2016 10:53:43 +0000 (10:53 +0000)]
Merge pull request #6125 from leo/master
Replace "Mac OS" and "OS X" with "macOS"
Cheng Zhao [Sun, 19 Jun 2016 10:11:32 +0000 (10:11 +0000)]
Merge pull request #6105 from zephyrzoom/master
Update electron-faq.md
Rahat Ahmed [Sun, 19 Jun 2016 07:34:48 +0000 (02:34 -0500)]
🐛 Don't load 'repl' unless needed
Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.
Fixes #5051
gellert [Sat, 18 Jun 2016 22:41:42 +0000 (00:41 +0200)]
fixes transformed webview size
Leonard Lamprecht [Sat, 18 Jun 2016 13:28:22 +0000 (15:28 +0200)]
Improved wording
Leonard Lamprecht [Sat, 18 Jun 2016 13:26:26 +0000 (15:26 +0200)]
Replace OS X and Mac OS with macOS
Kevin Sawicki [Fri, 17 Jun 2016 23:23:54 +0000 (16:23 -0700)]
Add back window check
Kevin Sawicki [Fri, 17 Jun 2016 22:11:10 +0000 (15:11 -0700)]
Merge pull request #6116 from electron/extensions-app-ready
Mark which APIs are unavailable before app ready
Kevin Sawicki [Fri, 17 Jun 2016 22:01:16 +0000 (15:01 -0700)]
Mark which APIs are unavailable before app ready
Kevin Sawicki [Fri, 17 Jun 2016 21:53:51 +0000 (14:53 -0700)]
Call loadExtension from addDevToolsExtension
Kevin Sawicki [Fri, 17 Jun 2016 21:06:09 +0000 (14:06 -0700)]
Merge pull request #6110 from electron/dan/iss6109
Fix context menus selecting first item by default.
Daniel Pham [Fri, 17 Jun 2016 18:02:01 +0000 (14:02 -0400)]
:apple: Fix context menus selecting first item by default.
Kevin Sawicki [Fri, 17 Jun 2016 18:38:39 +0000 (11:38 -0700)]
Upgrade brightray
Kevin Sawicki [Fri, 17 Jun 2016 18:31:18 +0000 (11:31 -0700)]
:art:
Kevin Sawicki [Fri, 17 Jun 2016 18:13:28 +0000 (11:13 -0700)]
Remove isKindOfClass check
Kevin Sawicki [Fri, 17 Jun 2016 17:58:04 +0000 (10:58 -0700)]
Use EventDispatchingWindow from brightray
Kevin Sawicki [Fri, 17 Jun 2016 17:27:53 +0000 (10:27 -0700)]
Handle redispatch in devtools undocked windows
Kevin Sawicki [Fri, 17 Jun 2016 17:02:35 +0000 (10:02 -0700)]
Remove unneeded method declaration
Kevin Sawicki [Thu, 16 Jun 2016 16:30:13 +0000 (09:30 -0700)]
:art:
Kevin Sawicki [Thu, 16 Jun 2016 16:26:32 +0000 (09:26 -0700)]
Use isKindOfClass
Kevin Sawicki [Wed, 15 Jun 2016 23:11:59 +0000 (16:11 -0700)]
Remove unused property
Kevin Sawicki [Wed, 15 Jun 2016 21:31:15 +0000 (14:31 -0700)]
Remove unused variable
Kevin Sawicki [Wed, 15 Jun 2016 20:55:19 +0000 (13:55 -0700)]
Redispatch events to handle native shortcuts
Kevin Sawicki [Fri, 17 Jun 2016 15:58:16 +0000 (08:58 -0700)]
Merge pull request #6106 from mjudd/master
:memo: Fix minor text issues.
Mark Judd [Fri, 17 Jun 2016 15:45:12 +0000 (11:45 -0400)]
:memo: Fix minor text issues.
707 [Fri, 17 Jun 2016 15:00:26 +0000 (23:00 +0800)]
Update electron-faq.md
Cheng Zhao [Fri, 17 Jun 2016 03:40:46 +0000 (03:40 +0000)]
Merge pull request #6095 from electron/protocol-ready-bug
Setup protocol after ready has already fired
Cheng Zhao [Fri, 17 Jun 2016 03:29:49 +0000 (03:29 +0000)]
Merge pull request #6091 from electron/icon-progress-crash
Fix crash setting progress after setting dock icon
Cheng Zhao [Fri, 17 Jun 2016 03:21:16 +0000 (03:21 +0000)]
Merge pull request #6090 from electron/web-navigation-api
Add webNavigation APIs to background pages
Cheng Zhao [Fri, 17 Jun 2016 03:21:04 +0000 (03:21 +0000)]
Merge pull request #6097 from electron/should-set-tittle
Use the setTitleVisibility to control tittlebar's visibility
Cheng Zhao [Fri, 17 Jun 2016 02:02:37 +0000 (11:02 +0900)]
Don't change the behavior of transparent window
Cheng Zhao [Fri, 17 Jun 2016 01:54:50 +0000 (10:54 +0900)]
Use the setTitleVisibility to control tittlebar's visibility
Cheng Zhao [Fri, 17 Jun 2016 00:49:51 +0000 (00:49 +0000)]
Merge pull request #6089 from brave/window-menu
set the title for hidden and hidden-inset windows so they show up in …
Cheng Zhao [Fri, 17 Jun 2016 00:40:14 +0000 (00:40 +0000)]
Merge pull request #6087 from electron/public-app-menu-getter
Make Menu.getApplicationMenu() public
Cheng Zhao [Fri, 17 Jun 2016 00:21:57 +0000 (00:21 +0000)]
Merge pull request #6076 from electron/build-from-source
Update the using-native-node-modules.md
Kevin Sawicki [Thu, 16 Jun 2016 23:23:08 +0000 (16:23 -0700)]
Setup protocol after ready has already fired
Kevin Sawicki [Thu, 16 Jun 2016 22:27:59 +0000 (15:27 -0700)]
Merge pull request #6092 from electron/doc-typos
Minor doc typo fixes
Kevin Sawicki [Thu, 16 Jun 2016 22:26:58 +0000 (15:26 -0700)]
Fence block as yml
Kevin Sawicki [Thu, 16 Jun 2016 22:19:38 +0000 (15:19 -0700)]
Correct typos in docs
Kevin Sawicki [Thu, 16 Jun 2016 22:01:37 +0000 (15:01 -0700)]
Reset icon and clear progress bar
Kevin Sawicki [Thu, 16 Jun 2016 21:57:23 +0000 (14:57 -0700)]
Add subview whenever content view is empty
Kevin Sawicki [Thu, 16 Jun 2016 21:57:07 +0000 (14:57 -0700)]
Add failing spec for icon progress crash
bridiver [Thu, 16 Jun 2016 20:12:53 +0000 (13:12 -0700)]
set the title for hidden and hidden-inset windows so they show up in the window menu list
fixes #6088
Machisté N. Quintana [Thu, 16 Jun 2016 19:43:01 +0000 (12:43 -0700)]
Make Menu.getApplicationMenu() public
Closes https://github.com/electron/electron/issues/6085
Kevin Sawicki [Thu, 16 Jun 2016 19:07:59 +0000 (12:07 -0700)]
Forward will/did navigate events to extensions
Kevin Sawicki [Thu, 16 Jun 2016 17:46:58 +0000 (10:46 -0700)]
Merge pull request #6084 from wolfgang42/master
Fix typo: 'arugments'