Samuel Attard
ebec22045d
Revert "Bump v7.1.4"
...
This reverts commit a2c4000b84 .
2019-12-09 13:32:40 -08:00
Electron Bot
a2c4000b84
Bump v7.1.4
2019-12-09 11:30:37 -08:00
trop[bot]
9010838f21
fix: fix ClientRequest.getUploadProgress ( #21425 )
2019-12-09 11:18:29 -08:00
trop[bot]
6fe40ca797
docs: fix return type of getPrinters ( #21422 )
2019-12-08 10:38:04 -08:00
Shelley Vohr
101b971f36
fix: pass noLink and checkboxChecked correctly on Windows ( #21406 )
2019-12-06 18:20:05 -08:00
trop[bot]
6156254886
fix: ensure persistence store still exists when GC runs ( #21417 )
...
Fix a bad access crash that happens when a render frame is deleted (window closed) and garbage collection runs afterward.
2019-12-06 12:35:47 -08:00
Electron Bot
d0e4bd3fc9
chore: bump chromium in DEPS to 78.0.3904.130 ( #21413 )
2019-12-06 11:29:19 -08:00
trop[bot]
3e5213b4e9
fix: Fix compositor recycling when creating new BrowserView ( #21400 )
...
In #20829 , we fixed compositor recycling when switching between
BrowserViews, but it turns out that there is one additional case that we
need to handle. When we create a completely new BrowserView instance, it
starts of as visible (even when it hasn't been added to the window),
which means that it will need its own compositor instead of using the
recycled compositor.
To fix this, lets make BrowserViews hidden by default until they're
added to the window. See also #19988 . This is a potentially breaking
change given that the initial value of `document.visibilityState` will
now be `hidden`, but given the experimental status of BrowserViews, I
think this is a fine change to make. The old behavior can be restored
with `webPreferences: { show: true }`.
Notes: Fix compositor recycling when creating new BrowserView
2019-12-05 15:55:29 -06:00
Electron Bot
7ba8855ac1
chore: bump chromium in DEPS to 78.0.3904.129 ( #21394 )
2019-12-05 10:40:18 -08:00
Electron Bot
c3e0ae9646
chore: bump chromium in DEPS to 78.0.3904.128 ( #21381 )
2019-12-04 09:52:00 -08:00
trop[bot]
4b456bf3cb
chore: remove unused shell/common/crash_reporter/win/crash_service.cc ( #21375 )
2019-12-04 16:40:30 +09:00
Electron Bot
2a4bdfff98
chore: bump chromium in DEPS to 78.0.3904.127 ( #21367 )
2019-12-03 08:16:43 -08:00
trop[bot]
c4baee0dab
fix: backgroundThrottling rwh assignment ( #21357 )
...
* fix: backgroundThrottling rwh assignment
* fix: disable DOM timer throttling
* chore: fix typo
2019-12-02 15:42:32 -08:00
Electron Bot
15688c6d6e
Bump v7.1.3
v7.1.3
2019-12-02 12:31:58 -08:00
trop[bot]
aa4d7f1799
fix: ensure no node globals passively leak when nodeIntegration is disabled ( #21354 )
2019-12-02 12:27:40 -08:00
Jeremy Apthorp
0476eb67ab
refactor: rewrite the net module to simplify state tracking ( #21304 )
...
* refactor: rewrite the net module to simplify state tracking (#21244 )
* un-ginify some things
* lint
* qualify util::Promise
* network::mojom::URLResponseHead -> network::ResourceResponseHead
* fix build
* Update api-net-spec.ts
* Update api-net-spec.ts
* Init -> InitWith
2019-12-02 12:26:47 -08:00
Electron Bot
69aebc05e5
chore: bump chromium to 78.0.3904.126 (7-1-x) ( #21346 )
...
* chore: bump chromium in DEPS to 78.0.3904.125
* chore: bump chromium in DEPS to 78.0.3904.126
2019-12-02 10:09:38 -08:00
Electron Bot
98d06f6e5c
chore: bump chromium in DEPS to 78.0.3904.124 ( #21339 )
2019-11-30 16:21:41 -08:00
Electron Bot
7d321a90aa
chore: bump chromium to 78.0.3904.123 (7-1-x) ( #21307 )
...
* chore: bump chromium in DEPS to 78.0.3904.121
* chore: bump chromium in DEPS to 78.0.3904.122
* chore: bump chromium in DEPS to 78.0.3904.123
2019-11-29 11:38:40 -08:00
trop[bot]
cfddc0a125
build: disable strip_absolute_paths_from_debug_symbols on debug.gn ( #21317 )
2019-11-29 17:21:44 +09:00
Jeremy Apthorp
ade70463c1
fix: restore --ignore-connections-limit functionality ( #21286 ) ( #21299 )
2019-11-27 16:26:17 +09:00
Jeremy Apthorp
4cb983ed40
ci: generate debug symbols on Linux ( #18676 ) ( #21279 )
2019-11-26 17:33:31 -08:00
trop[bot]
79b3fcb2ab
fix: allow reading body from non-2xx responses in net.request ( #21055 ) ( #21295 )
...
* fix: allow reading body from non-2xx responses in net.request (#21055 )
* fix(urlrequest): allow non-2xx repsponse results
- closes #21046
* test(net): add test cases to verify non-2xx body
* test(session): update spec to match clientrequest behavior
* test(net): update test cases to match clientrequest behavior
* spec: clean up async net spec
* Update api-session-spec.js
* chore: fixup test as per original PR to master
2019-11-26 17:32:56 -08:00
Electron Bot
4cfa7be79d
chore: bump chromium to 78.0.3904.120 (7-1-x) ( #21252 )
...
* chore: bump chromium in DEPS to 78.0.3904.116
* chore: bump chromium in DEPS to 78.0.3904.117
* chore: bump chromium in DEPS to 78.0.3904.118
* chore: bump chromium in DEPS to 78.0.3904.119
* chore: bump chromium in DEPS to 78.0.3904.120
2019-11-26 13:12:25 -08:00
Samuel Attard
67bcc2a972
fix: reloadIgnoringCache() should ignore the cache ( #21263 ) ( #21284 )
2019-11-25 13:09:41 -08:00
Jeremy Apthorp
449bdcfda2
fix: record cpu_profiler data for main process ( #21187 ) ( #21277 )
...
* fix: record cpu_profiler data for main process
* kick ci
2019-11-25 12:56:31 -08:00
trop[bot]
e70adc8f83
fix: add missing early return ( #21281 )
2019-11-25 12:50:41 -08:00
trop[bot]
a6ae1ca755
spec: skip flaky <webview>.capturePage() test on Windows ( #21211 )
2019-11-22 15:31:19 -05:00
trop[bot]
b6fb8d3a63
docs: remove string literal type from window events ( #21246 )
2019-11-21 14:50:38 -08:00
Electron Bot
5462a2c197
chore: bump chromium in DEPS to 78.0.3904.115 ( #21239 )
2019-11-21 12:08:06 -05:00
Jeremy Apthorp
de428e9a7a
fix: implement 'login' event for net.ClientRequest ( #21135 )
...
* fix: implement 'login' event for net.ClientRequest (#21096 )
* fix patch
* lint
* include mojo header in atom_browser_context.h
* fix compile
* kick ci
* URLRequest -> URLRequestNS
* fix ts
* no ts in js
2019-11-21 12:06:23 -05:00
Cheng Zhao
fbe36e2365
fix: menu should not be garbage-collected when popuping (7-1-x) ( #21225 )
...
* fix: retain menu when popuping
* test: menu should not be garbage-collected when popuping
2019-11-21 07:14:24 +09:00
Electron Bot
5ac12c9e44
chore: bump chromium in DEPS to 78.0.3904.114 ( #21228 )
2019-11-20 10:04:55 -08:00
Robo
8d11391cb4
fix: focus with OOPIF embedded inside <webview> ( #21223 )
2019-11-20 09:11:27 -08:00
Electron Bot
e82f453f71
Bump v7.1.2
v7.1.2
2019-11-19 12:59:32 -08:00
John Kleinschmidt
abc187d651
Revert "Bump v7.1.2"
...
This reverts commit d7ce600503 .
2019-11-19 15:57:57 -05:00
John Kleinschmidt
913ef7890f
Revert "Bump v7.1.3"
...
This reverts commit bcb24bcdd1 .
2019-11-19 15:57:54 -05:00
Electron Bot
bcb24bcdd1
Bump v7.1.3
2019-11-19 12:41:57 -08:00
Electron Bot
d7ce600503
Bump v7.1.2
2019-11-19 12:40:06 -08:00
trop[bot]
d16f29f7fc
build: use python3 to download external binaries ( #21213 )
...
* build: use python3 to download external binaries
* Update config.py
2019-11-19 15:39:10 -05:00
John Kleinschmidt
3b77af7ac3
Revert "Bump v7.1.2"
...
This reverts commit 0a241479cb .
2019-11-19 14:41:23 -05:00
Electron Bot
0a241479cb
Bump v7.1.2
2019-11-19 10:34:40 -08:00
Robo
1c8177c542
fix: disable Touch Bar typing suggestions with autocorrect=off and spellcheck=false ( #21192 )
...
Backports https://chromium-review.googlesource.com/c/chromium/src/+/1917603
2019-11-19 13:32:09 -05:00
Electron Bot
3f148fc3aa
chore: bump chromium in DEPS to 78.0.3904.113 ( #21199 )
2019-11-19 09:45:52 -08:00
Robo
dd2310df48
fix: allow chromium to handle WM_NCCALCSIZE for frameless windows ( #21164 ) ( #21205 )
2019-11-19 08:36:29 -08:00
Charles Kerr
9bc81be9d0
docs: document webkitdirectory breaking change ( #21178 )
...
Manually backport #20934 . See that PR for details.
2019-11-19 08:03:22 -08:00
trop[bot]
dc90c1153e
fix: stream protocols sometimes flake out ( #21179 )
...
* fix: stream protocols sometimes flake out
* Update shell/browser/net/node_stream_loader.cc
Co-Authored-By: Charles Kerr <ckerr@github.com >
2019-11-19 06:35:02 -08:00
trop[bot]
7beb7b9a12
docs: fix isMactemplateImage type definition ( #21181 )
2019-11-18 21:04:12 -08:00
Robo
b6198b1648
fix: backport libuv patch for uv_spawn() ENOMEM on empty env ( #21140 )
2019-11-18 10:21:17 -08:00
Jeremy Apthorp
16ff7b17a0
fix: implement login event for WebContents ( #21097 )
2019-11-18 10:14:43 -08:00