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
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'
Wolfgang [Thu, 16 Jun 2016 17:41:45 +0000 (13:41 -0400)]
:art: Fix typo: 'arugments'
Kevin Sawicki [Thu, 16 Jun 2016 16:52:14 +0000 (09:52 -0700)]
Drop unneeded .js extensions
Kevin Sawicki [Thu, 16 Jun 2016 16:51:54 +0000 (09:51 -0700)]
Extract Event clas to own file
Kevin Sawicki [Thu, 16 Jun 2016 16:46:26 +0000 (09:46 -0700)]
Add chrome.webNavigation stubs
Cheng Zhao [Thu, 16 Jun 2016 08:10:57 +0000 (17:10 +0900)]
Update the using-native-node-modules.md
Cheng Zhao [Thu, 16 Jun 2016 05:19:26 +0000 (05:19 +0000)]
Merge pull request #6071 from banyudu/patch-2
DocFixit: fix spell error
Cheng Zhao [Thu, 16 Jun 2016 05:19:13 +0000 (05:19 +0000)]
Merge pull request #6070 from banyudu/patch-1
DocFixit: fix spell error
Cheng Zhao [Thu, 16 Jun 2016 03:38:00 +0000 (12:38 +0900)]
Bump v1.2.3
Cheng Zhao [Thu, 16 Jun 2016 03:35:37 +0000 (03:35 +0000)]
Merge pull request #6073 from electron/protocol-crash
Make api::Protocol thread safe
Cheng Zhao [Thu, 16 Jun 2016 03:09:37 +0000 (03:09 +0000)]
Merge pull request #6072 from electron/fix-crash-windows
Work around a compiler bug that crashes on Windows
Cheng Zhao [Wed, 15 Jun 2016 12:12:06 +0000 (21:12 +0900)]
spec: Correctly cleanup the protocol test
Cheng Zhao [Wed, 15 Jun 2016 12:11:42 +0000 (21:11 +0900)]
Make api::Protocol thread safe
Cheng Zhao [Wed, 15 Jun 2016 11:31:29 +0000 (20:31 +0900)]
Avoid storing JobFactory in BrowserContext
JobFactory should always be created and accessed in IO thread.
Cheng Zhao [Wed, 15 Jun 2016 08:12:45 +0000 (17:12 +0900)]
Make sure BrowserContext is deleted after Protocol
Cheng Zhao [Thu, 16 Jun 2016 01:54:28 +0000 (10:54 +0900)]
Work around a compiler bug that crashes on Windows
Yudu Ban [Thu, 16 Jun 2016 01:32:58 +0000 (09:32 +0800)]
fix spell error
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