Plusb Preco [Wed, 30 Sep 2015 02:01:08 +0000 (11:01 +0900)]
Merge remote-tracking branch 'atom/master'
Plusb Preco [Wed, 30 Sep 2015 01:54:18 +0000 (10:54 +0900)]
Improve grammar
Cheng Zhao [Tue, 29 Sep 2015 05:58:37 +0000 (13:58 +0800)]
Merge pull request #2930 from bitdop/patch-1
Grammar modifications/fixes
My-khael Pierce [Tue, 29 Sep 2015 03:09:13 +0000 (23:09 -0400)]
Update quick-start.md
Cheng Zhao [Tue, 29 Sep 2015 01:37:10 +0000 (09:37 +0800)]
Merge pull request #2929 from etiktin/fix_win_state_events
Fix window state events on Windows
Cheng Zhao [Tue, 29 Sep 2015 01:25:51 +0000 (09:25 +0800)]
Merge pull request #2926 from brenca/master
Add more detailed documentation about the format of frameBuffer (FrameSubscription API)
Eran Tiktin [Mon, 28 Sep 2015 23:20:09 +0000 (02:20 +0300)]
Fix window state events on Windows
This commit fixes the issue we had with window state events not firing
when triggered through Aero Snap.
Instead of listening to command from the system menu (SC_MAXIMIZE etc.),
we use the WM_SIZE event.
This resolves #1381.
Plusb Preco [Mon, 28 Sep 2015 20:35:33 +0000 (05:35 +0900)]
Update as upstream, small changes
Heilig Benedek [Mon, 28 Sep 2015 20:33:43 +0000 (22:33 +0200)]
Detalied documentation about frameBuffer's format.
Eran Tiktin [Mon, 28 Sep 2015 17:33:24 +0000 (20:33 +0300)]
Merge pull request #6 from atom/master
Update from original
Cheng Zhao [Mon, 28 Sep 2015 09:02:23 +0000 (17:02 +0800)]
Merge pull request #2914 from deepak1556/network_emulation_api_patch
session: api to emulate network conditions
Cheng Zhao [Mon, 28 Sep 2015 07:34:52 +0000 (15:34 +0800)]
Update node, fixes #2916
Robo [Mon, 28 Sep 2015 07:22:50 +0000 (12:52 +0530)]
add examples
Robo [Mon, 28 Sep 2015 07:09:55 +0000 (12:39 +0530)]
update brightray
Cheng Zhao [Mon, 28 Sep 2015 04:48:33 +0000 (12:48 +0800)]
Style fix for #2918
Cheng Zhao [Mon, 28 Sep 2015 04:47:22 +0000 (12:47 +0800)]
Merge pull request #2918 from brenca/master
Option to specify button on a MouseEvent and text on a KeyboardEvent when using sendInputEvent
Cheng Zhao [Mon, 28 Sep 2015 04:17:05 +0000 (12:17 +0800)]
Merge pull request #2917 from etiktin/win_dialog_set_default_ex
Set default extension for Windows file dialogs
Heilig Benedek [Mon, 28 Sep 2015 01:05:08 +0000 (03:05 +0200)]
Style fix
Heilig Benedek [Mon, 28 Sep 2015 00:52:16 +0000 (02:52 +0200)]
Added documentation about the changes
Heilig Benedek [Mon, 28 Sep 2015 00:41:06 +0000 (02:41 +0200)]
Added text and unmodifiedtext setting when sending char type keyboard events, and made the type of the character read char16, so I can simulate char events from non-english origins.
Eran Tiktin [Sun, 27 Sep 2015 23:12:47 +0000 (02:12 +0300)]
Set default extension in Windows file dialog
On Windows when you open the save dialog and switch the filter, the
extension is supposed to change accordingly. It didn't happen with the
existing code, since the existing code didn't set the default extension
(should be set to the first filter).
This resolves #2915.
Eran Tiktin [Sun, 27 Sep 2015 18:33:37 +0000 (21:33 +0300)]
Merge pull request #5 from atom/master
Update from original
Cheng Zhao [Sun, 27 Sep 2015 14:40:46 +0000 (22:40 +0800)]
Merge pull request #2912 from fscherwi/master
standardize package.json
Cheng Zhao [Sun, 27 Sep 2015 14:32:12 +0000 (22:32 +0800)]
Merge pull request #2910 from nekuz0r/module-preload-option
Add ability to preload modules (--require, -r)
Cheng Zhao [Sun, 27 Sep 2015 14:23:31 +0000 (22:23 +0800)]
Merge pull request #2913 from preco21/master
Update as upstream, update example variable name prefix
Robo [Sun, 27 Sep 2015 13:19:52 +0000 (18:49 +0530)]
session: api to emulate network conditions
Plusb Preco [Sun, 27 Sep 2015 13:20:51 +0000 (22:20 +0900)]
Merge remote-tracking branch 'atom/master'
Plusb Preco [Sun, 27 Sep 2015 13:20:35 +0000 (22:20 +0900)]
Update example variable name prefix (atom to electron)
* Update variable name prefix as `atom` to `electron`
fscherwi [Sun, 27 Sep 2015 12:44:28 +0000 (14:44 +0200)]
standardize package.json
Gohy Leandre [Sat, 26 Sep 2015 15:23:34 +0000 (17:23 +0200)]
Add ability to preload modules (--require, -r)
Cheng Zhao [Sat, 26 Sep 2015 14:06:01 +0000 (22:06 +0800)]
Bump v0.33.3
Cheng Zhao [Sat, 26 Sep 2015 13:30:03 +0000 (21:30 +0800)]
Merge pull request #2905 from atom/bump-external-binaries
Bump the external binaries version
Plusb Preco [Sat, 26 Sep 2015 01:36:26 +0000 (10:36 +0900)]
Update as upstream, fix small typo
Josh Abernathy [Fri, 25 Sep 2015 15:37:30 +0000 (11:37 -0400)]
Use 0.8.0.
This picks up the fix for https://github.com/atom/atom/issues/7061.
Heilig Benedek [Fri, 25 Sep 2015 11:01:52 +0000 (13:01 +0200)]
Adding option to specify the button of WebMouseEvent.
Cheng Zhao [Fri, 25 Sep 2015 09:50:53 +0000 (17:50 +0800)]
Bump v0.33.2
Cheng Zhao [Fri, 25 Sep 2015 09:12:53 +0000 (17:12 +0800)]
Merge pull request #2900 from atom/titlebar-drag
Make draggable region work for window with hidden titlebar
Cheng Zhao [Fri, 25 Sep 2015 08:38:36 +0000 (16:38 +0800)]
osx: Make draggable region work for window with hidden titlebar
Cheng Zhao [Fri, 25 Sep 2015 08:21:08 +0000 (16:21 +0800)]
Clean up code
Cheng Zhao [Fri, 25 Sep 2015 05:33:49 +0000 (13:33 +0800)]
Merge pull request #2898 from atom/fix-download-item-doc
Fix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()
Haojian Wu [Fri, 25 Sep 2015 05:13:11 +0000 (13:13 +0800)]
:memo: fix a typo
interrputed => interrupted
Cheng Zhao [Fri, 25 Sep 2015 05:04:54 +0000 (13:04 +0800)]
Update node to fix building on Windows
Cheng Zhao [Fri, 25 Sep 2015 04:52:16 +0000 (12:52 +0800)]
Update node, fixes #2894
Haojian Wu [Fri, 25 Sep 2015 01:34:04 +0000 (09:34 +0800)]
Fix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()
Cheng Zhao [Thu, 24 Sep 2015 13:06:24 +0000 (21:06 +0800)]
spec: Suppress the setTimeout test on Travis CI
Not sure why it failed there.
Cheng Zhao [Thu, 24 Sep 2015 13:04:25 +0000 (21:04 +0800)]
Merge pull request #2840 from atom/download-item
Add more download supports in Electron
Haojian Wu [Thu, 24 Sep 2015 11:31:09 +0000 (19:31 +0800)]
Some cleanup.
Cheng Zhao [Thu, 24 Sep 2015 10:15:57 +0000 (18:15 +0800)]
Call WasShown when showing window
Otherwise WebContents would be invisible when window is hidden at first
and then show later.
Refs #2879.
Cheng Zhao [Thu, 24 Sep 2015 10:08:56 +0000 (18:08 +0800)]
spec: Increase timeout for setTimeout test
Cheng Zhao [Thu, 24 Sep 2015 10:00:25 +0000 (18:00 +0800)]
Merge pull request #2879 from deepak1556/web_contents_visibility_patch
browser: notify webcontents hidden when window not shown
Cheng Zhao [Thu, 24 Sep 2015 09:49:35 +0000 (17:49 +0800)]
Merge pull request #2877 from kostia/utf8-charset-in-quick-start
:memo: Include UTF-8 charset in quick start example
Cheng Zhao [Thu, 24 Sep 2015 09:00:06 +0000 (17:00 +0800)]
Merge branch 'master' of https://github.com/preco21/electron into preco21-master
Haojian Wu [Thu, 24 Sep 2015 08:31:41 +0000 (16:31 +0800)]
Reimplement downloadItem.getFilename API.
Previously, the suggested file name(Always 'empty') returned by
'download_item->GetSuggestedFilename' is not the same with the default one saved
in local disk.
The patch reimplement this API allowing it to return the default file name, which
is more expected from user.
Cheng Zhao [Thu, 24 Sep 2015 08:17:42 +0000 (16:17 +0800)]
docs: Set npm_config_runtime when using npm
Refs https://github.com/mapbox/node-pre-gyp/pull/175.
Haojian Wu [Thu, 24 Sep 2015 07:55:45 +0000 (15:55 +0800)]
Redefine 'will-download' design.
Cheng Zhao [Thu, 24 Sep 2015 07:39:16 +0000 (15:39 +0800)]
Merge pull request #2887 from atom/fix-ffi-crash
Fix crash when using ffi
Cheng Zhao [Thu, 24 Sep 2015 07:08:38 +0000 (15:08 +0800)]
spec: Run an example of ffi
Cheng Zhao [Thu, 24 Sep 2015 07:06:06 +0000 (15:06 +0800)]
Revert "spec: ffi is crashing on OS X"
This reverts commit
706deae1b0dc924fc8cb11f992f36c7cf56530ab.
Cheng Zhao [Thu, 24 Sep 2015 06:16:45 +0000 (14:16 +0800)]
Update libchromium to have the V8 patch
Cheng Zhao [Thu, 24 Sep 2015 06:00:23 +0000 (14:00 +0800)]
Merge pull request #2886 from atom/fix-asar-leak
win: Fix leaking of fd when reading file in asar
Robo [Tue, 22 Sep 2015 16:51:49 +0000 (22:21 +0530)]
browser: hide webcontents when window not shown
Cheng Zhao [Thu, 24 Sep 2015 04:20:29 +0000 (12:20 +0800)]
spec: Remove the will-navigate test
It is unreliable to test in renderer process, remove it for now.
Cheng Zhao [Thu, 24 Sep 2015 04:15:18 +0000 (12:15 +0800)]
spec: Reading asar file should not leak fd
Cheng Zhao [Thu, 24 Sep 2015 04:11:07 +0000 (12:11 +0800)]
win: Fix leaking of fd when reading file in asar
Cheng Zhao [Thu, 24 Sep 2015 04:01:57 +0000 (12:01 +0800)]
win: Fix building
Plusb Preco [Thu, 24 Sep 2015 03:47:30 +0000 (12:47 +0900)]
Update as upstream, improve grammar
Cheng Zhao [Thu, 24 Sep 2015 03:32:15 +0000 (11:32 +0800)]
Merge pull request #2882 from atom/no-guids-in-tray
Remove GUID from Shell_NotifyIcon calls
Paul Betts [Wed, 23 Sep 2015 18:26:57 +0000 (11:26 -0700)]
Fix initializer
Paul Betts [Wed, 23 Sep 2015 18:20:26 +0000 (11:20 -0700)]
Remove GUID from Shell_NotifyIcon calls
https://github.com/atom/electron/issues/2468#issuecomment-
142684129 has
the details
Cheng Zhao [Wed, 23 Sep 2015 09:31:26 +0000 (17:31 +0800)]
Update brightray for #2861
Cheng Zhao [Wed, 23 Sep 2015 09:30:26 +0000 (17:30 +0800)]
Merge pull request #2861 from deepak1556/ssl_version_config_patch
browser: switch to set minimum version for TLS fallback
Kostiantyn Kahanskyi [Wed, 23 Sep 2015 08:21:03 +0000 (10:21 +0200)]
:memo: Include UTF-8 charset in quick start example
Partially fixes #678
Cheng Zhao [Wed, 23 Sep 2015 07:58:59 +0000 (15:58 +0800)]
Merge pull request #2875 from atom/fix-buffer-gc
Do not rely garbage collection to free memory of Buffer
Cheng Zhao [Wed, 23 Sep 2015 07:44:50 +0000 (15:44 +0800)]
spec: ffi is crashing on OS X
Cheng Zhao [Wed, 23 Sep 2015 05:55:14 +0000 (13:55 +0800)]
spec: Test whether ffi works
Cheng Zhao [Wed, 23 Sep 2015 05:49:43 +0000 (13:49 +0800)]
Update node to not rely on GC to free memory
Cheng Zhao [Wed, 23 Sep 2015 03:45:51 +0000 (11:45 +0800)]
docs: win.setMenu is not available on OS X
Robo [Mon, 21 Sep 2015 16:43:32 +0000 (22:13 +0530)]
browser: switch to set minimum version for TLS fallback
Eran Tiktin [Tue, 22 Sep 2015 21:59:43 +0000 (00:59 +0300)]
Merge pull request #4 from atom/master
Update from original
Cheng Zhao [Tue, 22 Sep 2015 16:06:50 +0000 (00:06 +0800)]
Merge pull request #2870 from atom/window-open-options
Pass options in "new-window" event
Cheng Zhao [Tue, 22 Sep 2015 15:42:51 +0000 (23:42 +0800)]
Merge pull request #2846 from alexsalas/patch-1
err undefined
Cheng Zhao [Tue, 22 Sep 2015 15:41:08 +0000 (23:41 +0800)]
docs: The options parameter of new-window event
Cheng Zhao [Tue, 22 Sep 2015 15:39:31 +0000 (23:39 +0800)]
Pass options in "new-window" event
Cheng Zhao [Tue, 22 Sep 2015 15:15:01 +0000 (23:15 +0800)]
Merge pull request #2869 from atom/inherit-window-open
Inherit parent window's options in window.open
Cheng Zhao [Tue, 22 Sep 2015 14:48:52 +0000 (22:48 +0800)]
spec: Increase timeout for window.open specs
Cheng Zhao [Tue, 22 Sep 2015 14:46:44 +0000 (22:46 +0800)]
docs: Mention window.open inherits options
Cheng Zhao [Tue, 22 Sep 2015 14:36:46 +0000 (22:36 +0800)]
spec: window.open should inherit options of parent window
Cheng Zhao [Tue, 22 Sep 2015 13:56:56 +0000 (21:56 +0800)]
Inherit parent window's options in window.open
Cheng Zhao [Tue, 22 Sep 2015 13:52:07 +0000 (21:52 +0800)]
Merge pull request #2868 from atom/window-open-full
Add allowpopups attribute for webview
Cheng Zhao [Tue, 22 Sep 2015 13:17:50 +0000 (21:17 +0800)]
spec: Add test for allowpopups attribute
Cheng Zhao [Tue, 22 Sep 2015 12:13:49 +0000 (20:13 +0800)]
docs: allowpopups attribute
Cheng Zhao [Tue, 22 Sep 2015 12:11:05 +0000 (20:11 +0800)]
Add allowpopups attribute for webview
Cheng Zhao [Tue, 22 Sep 2015 11:59:32 +0000 (19:59 +0800)]
Don't print error when window.open failed
Cheng Zhao [Tue, 22 Sep 2015 07:13:50 +0000 (15:13 +0800)]
Bump v0.33.1
Cheng Zhao [Tue, 22 Sep 2015 07:10:44 +0000 (15:10 +0800)]
Merge pull request #2866 from atom/no-expose-setimmediate
No more exposing setImmediate as local variable
Cheng Zhao [Tue, 22 Sep 2015 06:55:35 +0000 (14:55 +0800)]
spec: Suppress beginFrameSubscription for now
Since the callback is called asynchronously there is no way to prevent
the callback from being called twice.
Cheng Zhao [Tue, 22 Sep 2015 06:40:48 +0000 (14:40 +0800)]
spec: Revert back to original behavior of setImmediate
Cheng Zhao [Tue, 22 Sep 2015 06:30:54 +0000 (14:30 +0800)]
No more need of manually setting process as local variable
Cheng Zhao [Tue, 22 Sep 2015 06:29:21 +0000 (14:29 +0800)]
Don't make setImmediate a local variable
It makes more troubles than benefits, and somehow it is slowing message
loop down.
Cheng Zhao [Tue, 22 Sep 2015 01:59:24 +0000 (09:59 +0800)]
Merge pull request #2852 from deepak1556/web_frame_scheme_api_patch
webframe: api to register scheme as privileged