Daniel Pham [Wed, 4 May 2016 14:41:10 +0000 (10:41 -0400)]
Follow object naming conventions for params in the 'context-menu' event
Daniel Pham [Tue, 3 May 2016 12:48:16 +0000 (08:48 -0400)]
:memo: Document 'context-menu' event
Daniel Pham [Tue, 3 May 2016 00:02:33 +0000 (20:02 -0400)]
Add 'context-menu' event to 'WebContents'
deepak1556 [Wed, 27 Apr 2016 20:32:14 +0000 (02:02 +0530)]
renderer: fix desktop capture api not responding different subsequest calls
Cheng Zhao [Thu, 28 Apr 2016 07:43:50 +0000 (16:43 +0900)]
Merge pull request #5319 from deepak1556/webcontents_executejavascript_patch
webContents: fix executejavascript when called before page load
Cheng Zhao [Thu, 28 Apr 2016 07:13:06 +0000 (16:13 +0900)]
Merge pull request #5302 from ritazh/default-protocol-handler
Add API: IsDefaultProtocolClient
Cheng Zhao [Thu, 28 Apr 2016 07:08:22 +0000 (16:08 +0900)]
Merge pull request #5315 from deepak1556/download_manager_patch
browser: fix some edge cases with download manager
Cheng Zhao [Thu, 28 Apr 2016 02:12:55 +0000 (11:12 +0900)]
Merge pull request #5314 from Stone-Jay/patch-6
Translate `testing-on-headless-ci.md` to Chinese
deepak1556 [Wed, 27 Apr 2016 20:24:08 +0000 (01:54 +0530)]
webContents: fix executejavascript when called before page load
Rita Zhang [Mon, 25 Apr 2016 05:17:01 +0000 (22:17 -0700)]
:zap: Add API: IsDefaultProtocolClient
deepak1556 [Wed, 27 Apr 2016 14:59:39 +0000 (20:29 +0530)]
use DownloadItem to determine download initiator
StoneStoneStone [Wed, 27 Apr 2016 14:49:07 +0000 (22:49 +0800)]
Translate `testing-on-headless-ci.md` to Chinese
deepak1556 [Wed, 27 Apr 2016 14:30:31 +0000 (20:00 +0530)]
session: dont attach download dialog to deleted webContents window
Cheng Zhao [Wed, 27 Apr 2016 13:25:15 +0000 (22:25 +0900)]
Merge pull request #5311 from electron/fix-singleton
Create user_data_dir before creating singleton lock
Cheng Zhao [Wed, 27 Apr 2016 12:46:44 +0000 (21:46 +0900)]
Create user_data_dir before creating singleton lock
Cheng Zhao [Wed, 27 Apr 2016 11:21:55 +0000 (20:21 +0900)]
Merge pull request #5310 from electron/ci-no-clean
Do not run clean in cibuild
Cheng Zhao [Wed, 27 Apr 2016 10:55:01 +0000 (19:55 +0900)]
Do not run clean in cibuild
Cheng Zhao [Wed, 27 Apr 2016 01:23:28 +0000 (10:23 +0900)]
Merge pull request #5298 from phamdaniel/fix-mac-accelerators
Fix converting from windows virtual keycode back to mac keycode
Kevin Sawicki [Tue, 26 Apr 2016 20:46:38 +0000 (13:46 -0700)]
Merge pull request #5301 from electron/webframe-docs
Update module names in docs
Kevin Sawicki [Tue, 26 Apr 2016 17:28:20 +0000 (10:28 -0700)]
content-tracing -> contentTracing
Kevin Sawicki [Tue, 26 Apr 2016 17:28:04 +0000 (10:28 -0700)]
web-frame -> webFrame
Daniel Pham [Tue, 26 Apr 2016 03:23:16 +0000 (23:23 -0400)]
:apple: Fix converting from windows virtual keycode back to mac keycode
Cheng Zhao [Tue, 26 Apr 2016 10:39:48 +0000 (19:39 +0900)]
Merge pull request #5293 from electron/native-gc
Dereference remote objects with native code
Cheng Zhao [Tue, 26 Apr 2016 07:37:46 +0000 (16:37 +0900)]
Simplify RemoteCallbackFreer
Cheng Zhao [Tue, 26 Apr 2016 07:31:56 +0000 (16:31 +0900)]
Remove duplicated converter for content::WebContents
Cheng Zhao [Tue, 26 Apr 2016 07:30:26 +0000 (16:30 +0900)]
Should also destory RemoteCallbackFreer when page is reloaded
Cheng Zhao [Tue, 26 Apr 2016 07:10:27 +0000 (16:10 +0900)]
Dereference remote objects with native code
Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.
This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8.
Cheng Zhao [Tue, 26 Apr 2016 02:15:56 +0000 (11:15 +0900)]
Merge branch 'MarshallOfSound-master'
Cheng Zhao [Tue, 26 Apr 2016 02:15:36 +0000 (11:15 +0900)]
Fix compilation error
Cheng Zhao [Tue, 26 Apr 2016 02:13:09 +0000 (11:13 +0900)]
Merge pull request #5290 from arifcakiroglu/master
Translate docs to Turkish
Samuel Attard [Mon, 25 Apr 2016 15:35:34 +0000 (01:35 +1000)]
Emit an error if `quitAndInstall` is called without an update being available
Cheng Zhao [Tue, 26 Apr 2016 01:24:57 +0000 (10:24 +0900)]
Merge branch 'michal1106-patch-1'
Cheng Zhao [Tue, 26 Apr 2016 01:24:43 +0000 (10:24 +0900)]
Revise the using-pepper-flash-plugin.md
Cheng Zhao [Mon, 25 Apr 2016 23:21:43 +0000 (08:21 +0900)]
Merge pull request #5282 from electron/system-preferences
Add systemPreferences module
arifcakiroglu [Mon, 25 Apr 2016 22:03:17 +0000 (01:03 +0300)]
Added Turkish Docs link to README-ko
arifcakiroglu [Mon, 25 Apr 2016 21:49:34 +0000 (00:49 +0300)]
Update README
michal1106 [Mon, 25 Apr 2016 13:45:56 +0000 (16:45 +0300)]
Update using-pepper-flash-plugin.md
Cheng Zhao [Mon, 25 Apr 2016 13:27:44 +0000 (22:27 +0900)]
docs: platform-theme-changed is deprecated
Cheng Zhao [Mon, 25 Apr 2016 06:36:38 +0000 (15:36 +0900)]
docs: systemPreferences
Cheng Zhao [Mon, 25 Apr 2016 06:35:52 +0000 (15:35 +0900)]
Add systemPreferences.getUserDefault
Cheng Zhao [Mon, 25 Apr 2016 05:34:30 +0000 (14:34 +0900)]
Deprecate the platform-theme-changed event
Cheng Zhao [Mon, 25 Apr 2016 05:25:14 +0000 (14:25 +0900)]
Add systemPreferences.subscribeNotification
Cheng Zhao [Mon, 25 Apr 2016 03:35:09 +0000 (12:35 +0900)]
Move isAeroGlassEnabled and isDarkMode to systemPreferences
Cheng Zhao [Mon, 25 Apr 2016 03:24:11 +0000 (12:24 +0900)]
BuildPrototype should not be empty
Cheng Zhao [Sun, 24 Apr 2016 12:13:46 +0000 (21:13 +0900)]
Add systemPreferences module
Cheng Zhao [Mon, 25 Apr 2016 02:22:56 +0000 (11:22 +0900)]
Merge pull request #5280 from electron/better-wrappable
Clean up the Wrappable class
Cheng Zhao [Mon, 25 Apr 2016 01:40:19 +0000 (10:40 +0900)]
Make VS happy
Cheng Zhao [Mon, 25 Apr 2016 01:27:54 +0000 (10:27 +0900)]
Fix building on non-mac
Cheng Zhao [Mon, 25 Apr 2016 01:23:36 +0000 (10:23 +0900)]
Remove unneeded cleanup code
Cheng Zhao [Mon, 25 Apr 2016 01:19:25 +0000 (10:19 +0900)]
Remove the isolate parameter of GetWrapper
Cheng Zhao [Mon, 25 Apr 2016 01:17:54 +0000 (10:17 +0900)]
Make Wrappable a template class
Cheng Zhao [Sun, 24 Apr 2016 04:58:36 +0000 (13:58 +0900)]
Merge pull request #5263 from miniak/mac-fix-maximize
Fix BrowserWindow.maximize/unmaximize on Mac
Cheng Zhao [Sun, 24 Apr 2016 04:50:17 +0000 (13:50 +0900)]
Merge pull request #5249 from electron/api-summaries
create a one-liner description for each API
Cheng Zhao [Sun, 24 Apr 2016 04:45:13 +0000 (13:45 +0900)]
Merge pull request #5260 from fierroformo/fix-spanish-docs
Fix spanish docs
Cheng Zhao [Sun, 24 Apr 2016 04:38:06 +0000 (13:38 +0900)]
Merge pull request #5253 from preco21/master
docs: Update Korean docs as Upstream
Cheng Zhao [Sun, 24 Apr 2016 04:37:45 +0000 (13:37 +0900)]
Merge pull request #5252 from miniak/doc-fix
Documentation fixes
Milan Burda [Fri, 22 Apr 2016 23:15:00 +0000 (01:15 +0200)]
Fix BrowserWindow.maximize/unmaximize on Mac
Alejandro Betancourt [Fri, 22 Apr 2016 22:13:51 +0000 (17:13 -0500)]
Fix links in readme for spanish translation
Milan Burda [Fri, 22 Apr 2016 21:58:41 +0000 (23:58 +0200)]
Document process.crash method
Alejandro Betancourt [Fri, 22 Apr 2016 19:34:46 +0000 (14:34 -0500)]
Fix translations to spanish
Zeke Sikelianos [Fri, 22 Apr 2016 18:42:54 +0000 (11:42 -0700)]
more updates to api summaries based on feedback
Zeke Sikelianos [Fri, 22 Apr 2016 17:30:49 +0000 (10:30 -0700)]
update excerpts based on feedback
Zeke Sikelianos [Thu, 21 Apr 2016 22:39:12 +0000 (15:39 -0700)]
blockquote summaries
Zeke Sikelianos [Thu, 21 Apr 2016 22:35:29 +0000 (15:35 -0700)]
create a one-liner description for each API
Jessica Lord [Fri, 22 Apr 2016 16:55:25 +0000 (09:55 -0700)]
Merge pull request #5254 from preco21/document-fixes-3
docs: Improve documentations
Kevin Sawicki [Fri, 22 Apr 2016 16:05:58 +0000 (09:05 -0700)]
Merge pull request #5244 from electron/disable-node-in-web-view-when-disabled-in-parent
Disable node in webviews when disabled in parent window
Plusb Preco [Fri, 22 Apr 2016 14:30:16 +0000 (23:30 +0900)]
:memo: Remove additional whitespaces
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:26:19 +0000 (23:26 +0900)]
:memo: Fix coding style issues
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:23:39 +0000 (23:23 +0900)]
:memo: Remove additional whitespaces
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:23:15 +0000 (23:23 +0900)]
:memo: Remove additional whitespaces
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:21:42 +0000 (23:21 +0900)]
:memo: Add missing platform specified tag
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:15:31 +0000 (23:15 +0900)]
:memo: Normalize code tags
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:11:39 +0000 (23:11 +0900)]
:memo: Correct heading order
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 14:09:59 +0000 (23:09 +0900)]
:memo: Fix coding style issues
* Correct heading order
* Adjust line length to `80`
* Beautify docs
* Apply small fixes
* Normalize whitespaces
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:56:24 +0000 (22:56 +0900)]
:memo: Fix typos
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:55:38 +0000 (22:55 +0900)]
:memo: Remove unused link reference
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:53:26 +0000 (22:53 +0900)]
:memo: Fix coding style issues
* Adjust line length to `80`
* Normalize whitespaces
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:20:41 +0000 (22:20 +0900)]
:memo: Correct description style
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:14:42 +0000 (22:14 +0900)]
:memo: Apply small fixes
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:11:02 +0000 (22:11 +0900)]
:memo: Apply small fixes
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:04:39 +0000 (22:04 +0900)]
:memo: Update `README-ko.md`
[ci skip]
Plusb Preco [Fri, 22 Apr 2016 13:02:39 +0000 (22:02 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Milan Burda [Fri, 22 Apr 2016 10:32:11 +0000 (12:32 +0200)]
Fix display.rotation documentation
Cheng Zhao [Fri, 22 Apr 2016 08:39:11 +0000 (17:39 +0900)]
Bump v0.37.7
Cheng Zhao [Fri, 22 Apr 2016 02:23:15 +0000 (11:23 +0900)]
Merge pull request #5250 from electron/felix/camelCase
Windows Store Camels
Felix Rieseberg [Fri, 22 Apr 2016 02:11:25 +0000 (19:11 -0700)]
:art: Windows Store Camels
Kevin Sawicki [Thu, 21 Apr 2016 22:32:56 +0000 (15:32 -0700)]
Merge pull request #5247 from djpereira/patch-1
Update desktop-capturer.md
Daniel Pereira [Thu, 21 Apr 2016 22:00:19 +0000 (17:00 -0500)]
Update desktop-capturer.md
Fixed native image link.
Kevin Sawicki [Thu, 21 Apr 2016 18:52:10 +0000 (11:52 -0700)]
Disable node integration on webview when disabled on window
Kevin Sawicki [Thu, 21 Apr 2016 18:49:42 +0000 (11:49 -0700)]
Add failing spec
Plusb Preco [Thu, 21 Apr 2016 09:51:27 +0000 (18:51 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Cheng Zhao [Thu, 21 Apr 2016 07:21:38 +0000 (16:21 +0900)]
Merge pull request #5238 from electron/felix/appx-detection
Add Windows Store Detection
Felix Rieseberg [Thu, 21 Apr 2016 06:55:56 +0000 (23:55 -0700)]
Add Windows Store Detection
If we're running as a Windows Store appx package,
`process.windowsstore` will be `true`, otherwise
`undefined`.
Cheng Zhao [Thu, 21 Apr 2016 05:49:55 +0000 (14:49 +0900)]
Merge pull request #5237 from electron/set-path-no-create
Do not create the folder passed to app.setPath
Cheng Zhao [Thu, 21 Apr 2016 05:37:29 +0000 (14:37 +0900)]
Do not create the folder passed to app.setPath
Cheng Zhao [Thu, 21 Apr 2016 05:14:24 +0000 (14:14 +0900)]
Merge pull request #5236 from electron/short-ss-path
Make the length of SingletonSocket's path as short as we can
Cheng Zhao [Thu, 21 Apr 2016 04:58:11 +0000 (13:58 +0900)]
Make the length of SingletonSocket's path as short as we can
Plusb Preco [Thu, 21 Apr 2016 03:33:56 +0000 (12:33 +0900)]
:memo: Small fixes
[ci skip]
Cheng Zhao [Thu, 21 Apr 2016 02:50:27 +0000 (11:50 +0900)]
Merge pull request #5233 from electron/remove-no-exception
Guard against unexist owner when removing ref to remote object
Cheng Zhao [Thu, 21 Apr 2016 02:50:01 +0000 (11:50 +0900)]
Merge pull request #5231 from deepak1556/open_external_pemission_patch
session: allow providing permission to handle external protocols