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
Cheng Zhao
f06f8ae73b
spec: Add test for allowpopups attribute
2015-09-22 21:18:04 +08:00
Cheng Zhao
9cbdde2eba
docs: allowpopups attribute
2015-09-22 20:13:49 +08:00
Cheng Zhao
f07fea1936
Add allowpopups attribute for webview
2015-09-22 20:11:05 +08:00
Cheng Zhao
7c65d05b02
Don't print error when window.open failed
2015-09-22 19:59:32 +08:00
Cheng Zhao
619a397ec9
Bump v0.33.1
2015-09-22 15:13:50 +08:00
Cheng Zhao
889d7c1e02
Merge pull request #2866 from atom/no-expose-setimmediate
...
No more exposing setImmediate as local variable
2015-09-22 15:10:44 +08:00
Cheng Zhao
4cccce6bfe
spec: Suppress beginFrameSubscription for now
...
Since the callback is called asynchronously there is no way to prevent
the callback from being called twice.
2015-09-22 14:55:35 +08:00
Cheng Zhao
4a91972037
spec: Revert back to original behavior of setImmediate
2015-09-22 14:40:48 +08:00
Cheng Zhao
42515c6f41
No more need of manually setting process as local variable
2015-09-22 14:30:54 +08:00
Cheng Zhao
eccb5e7590
Don't make setImmediate a local variable
...
It makes more troubles than benefits, and somehow it is slowing message
loop down.
2015-09-22 14:29:21 +08:00
Cheng Zhao
008af00044
Merge pull request #2852 from deepak1556/web_frame_scheme_api_patch
...
webframe: api to register scheme as privileged
2015-09-22 09:59:24 +08:00
Robo
325feca864
webframe: api to register scheme as privileged
2015-09-21 22:59:59 +05:30
Haojian Wu
5ef9c7e1a1
Add spec for download item.
2015-09-21 21:44:51 +08:00
Haojian Wu
22168bc6d8
Allow emitting 'done' event when user cancel the download saving dialog.
2015-09-21 21:44:18 +08:00
Cheng Zhao
62d64e7528
Merge pull request #2829 from nekuz0r/enhanced-redirect-event
...
More infos on did-get-redirect-request event
2015-09-21 21:15:13 +08:00
Gohy Leandre
477103191f
Add http_response_code, method, referrer, response_headers to did-get-redirect-request event.
2015-09-21 09:51:58 +02:00
Haojian Wu
57bf0cb615
Refractor in completed
event in DownloadItem.
...
* Rename `completed` to `done`, making it align with Chromium's style.
* Add 'state' in `done` event's result. It can check the download item final
status: cancelled, completed, interrupted.
2015-09-21 14:00:38 +08:00
Cheng Zhao
01a3bf5881
Merge pull request #2837 from rhencke/patch-1
...
Fix small typo in debug message.
2015-09-21 11:49:33 +08:00
Cheng Zhao
a69c9600ce
Merge pull request #2836 from Ingramz/patch-1
...
Fix a typo
2015-09-21 11:46:28 +08:00
Cheng Zhao
a567d7a0b6
spec: Suppress beginFrameSubscription on CI
2015-09-21 11:43:10 +08:00