Cheng Zhao
94e5018a47
Merge pull request #2898 from atom/fix-download-item-doc
...
Fix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()
2015-09-25 13:33:49 +08:00
Haojian Wu
4a64d1d946
📝 fix a typo
...
interrputed => interrupted
2015-09-25 13:13:11 +08:00
Cheng Zhao
004d3ced53
Update node to fix building on Windows
2015-09-25 13:04:54 +08:00
Cheng Zhao
109d8352e1
Update node, fixes #2894
2015-09-25 12:52:16 +08:00
Haojian Wu
01f0643142
Fix inconsistent docs: downloadItem.getURL() => downloadItem.getUrl()
2015-09-25 09:34:04 +08:00
Cheng Zhao
a0638fe801
spec: Suppress the setTimeout test on Travis CI
...
Not sure why it failed there.
2015-09-24 21:06:24 +08:00
Cheng Zhao
ecefd3540b
Merge pull request #2840 from atom/download-item
...
Add more download supports in Electron
2015-09-24 21:04:25 +08:00
Haojian Wu
06cc133959
Some cleanup.
2015-09-24 19:31:09 +08:00
Cheng Zhao
da57a3101f
Call WasShown when showing window
...
Otherwise WebContents would be invisible when window is hidden at first
and then show later.
Refs #2879 .
2015-09-24 18:16:41 +08:00
Cheng Zhao
fc422e5d55
spec: Increase timeout for setTimeout test
2015-09-24 18:08:56 +08:00
Cheng Zhao
10731de9d6
Merge pull request #2879 from deepak1556/web_contents_visibility_patch
...
browser: notify webcontents hidden when window not shown
2015-09-24 18:00:25 +08:00
Cheng Zhao
c73d1ce6c7
Merge pull request #2877 from kostia/utf8-charset-in-quick-start
...
📝 Include UTF-8 charset in quick start example
2015-09-24 17:49:35 +08:00
Cheng Zhao
83481a369a
Merge branch 'master' of https://github.com/preco21/electron into preco21-master
2015-09-24 17:00:06 +08:00
Haojian Wu
1879392c7b
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.
2015-09-24 16:39:02 +08:00
Cheng Zhao
39695cdb85
docs: Set npm_config_runtime when using npm
...
Refs https://github.com/mapbox/node-pre-gyp/pull/175 .
2015-09-24 16:18:02 +08:00
Haojian Wu
0861d5d44b
Redefine 'will-download' design.
2015-09-24 16:04:44 +08:00
Cheng Zhao
62604708d1
Merge pull request #2887 from atom/fix-ffi-crash
...
Fix crash when using ffi
2015-09-24 15:39:16 +08:00
Cheng Zhao
e3fab8b5b3
spec: Run an example of ffi
2015-09-24 15:08:38 +08:00
Cheng Zhao
497732fb6f
Revert "spec: ffi is crashing on OS X"
...
This reverts commit 706deae1b0
.
2015-09-24 15:06:06 +08:00
Cheng Zhao
fe2d9ee0f6
Update libchromium to have the V8 patch
2015-09-24 14:16:45 +08:00
Cheng Zhao
5d26bc08ee
Merge pull request #2886 from atom/fix-asar-leak
...
win: Fix leaking of fd when reading file in asar
2015-09-24 14:00:23 +08:00
Robo
5ca5c4fb92
browser: hide webcontents when window not shown
2015-09-24 10:30:18 +05:30
Cheng Zhao
576257470b
spec: Remove the will-navigate test
...
It is unreliable to test in renderer process, remove it for now.
2015-09-24 12:20:29 +08:00
Cheng Zhao
269f70c12a
spec: Reading asar file should not leak fd
2015-09-24 12:15:18 +08:00
Cheng Zhao
9e90ea8734
win: Fix leaking of fd when reading file in asar
2015-09-24 12:11:07 +08:00
Cheng Zhao
9b1fa04988
win: Fix building
2015-09-24 12:01:57 +08:00
Plusb Preco
d621755f13
Update as upstream, improve grammar
2015-09-24 12:47:30 +09:00
Cheng Zhao
e3ec705c80
Merge pull request #2882 from atom/no-guids-in-tray
...
Remove GUID from Shell_NotifyIcon calls
2015-09-24 11:32:15 +08:00
Paul Betts
b0e5039951
Fix initializer
2015-09-23 11:26:57 -07:00
Paul Betts
22e6f15795
Remove GUID from Shell_NotifyIcon calls
...
https://github.com/atom/electron/issues/2468#issuecomment-142684129 has
the details
2015-09-23 11:20:26 -07:00
Cheng Zhao
1520ebfe1f
Update brightray for #2861
2015-09-23 17:31:26 +08:00
Cheng Zhao
142702866d
Merge pull request #2861 from deepak1556/ssl_version_config_patch
...
browser: switch to set minimum version for TLS fallback
2015-09-23 17:30:26 +08:00
Kostiantyn Kahanskyi
334c28d128
📝 Include UTF-8 charset in quick start example
...
Partially fixes #678
2015-09-23 10:21:03 +02:00
Cheng Zhao
057c77341a
Merge pull request #2875 from atom/fix-buffer-gc
...
Do not rely garbage collection to free memory of Buffer
2015-09-23 15:58:59 +08:00
Cheng Zhao
706deae1b0
spec: ffi is crashing on OS X
2015-09-23 15:44:50 +08:00
Cheng Zhao
f8f8db7e88
spec: Test whether ffi works
2015-09-23 14:16:07 +08:00
Cheng Zhao
6c01cec8d2
Update node to not rely on GC to free memory
2015-09-23 14:16:07 +08:00
Cheng Zhao
d8062ab9e1
docs: win.setMenu is not available on OS X
2015-09-23 11:45:51 +08:00
Robo
748b1387d2
browser: switch to set minimum version for TLS fallback
2015-09-23 09:10:36 +05:30
Eran Tiktin
d3a79010ea
Merge pull request #4 from atom/master
...
Update from original
2015-09-23 00:59:43 +03:00
Cheng Zhao
6c8a9cb072
Merge pull request #2870 from atom/window-open-options
...
Pass options in "new-window" event
2015-09-23 00:06:50 +08:00
Cheng Zhao
7165aa5467
Merge pull request #2846 from alexsalas/patch-1
...
err undefined
2015-09-22 23:42:51 +08:00
Cheng Zhao
8bfa3cba63
docs: The options parameter of new-window event
2015-09-22 23:41:08 +08:00
Cheng Zhao
f2fa0e96eb
Pass options in "new-window" event
2015-09-22 23:40:16 +08:00
Cheng Zhao
d0d71efb0b
Merge pull request #2869 from atom/inherit-window-open
...
Inherit parent window's options in window.open
2015-09-22 23:15:01 +08:00
Cheng Zhao
486f16fffa
spec: Increase timeout for window.open specs
2015-09-22 22:48:52 +08:00
Cheng Zhao
e499bb14de
docs: Mention window.open inherits options
2015-09-22 22:46:44 +08:00
Cheng Zhao
4521db459b
spec: window.open should inherit options of parent window
2015-09-22 22:36:46 +08:00
Cheng Zhao
de41890196
Inherit parent window's options in window.open
2015-09-22 22:32:10 +08:00
Cheng Zhao
a6b7dd22e8
Merge pull request #2868 from atom/window-open-full
...
Add allowpopups attribute for webview
2015-09-22 21:52:07 +08:00