Sudowoodo Release Bot
49436f298b
Bump v13.1.9
2021-08-09 16:03:12 -07:00
Sudowoodo Release Bot
542874d13b
Revert "Bump v13.1.9"
...
This reverts commit 2a8e1a6de1 .
2021-08-09 16:01:53 -07:00
Sudowoodo Release Bot
2a8e1a6de1
Bump v13.1.9
2021-08-09 16:00:57 -07:00
Cheng Zhao
736150672c
fix: move window buttons in-place on macOS ( #30393 )
2021-08-09 16:00:43 +09:00
trop[bot]
7434547d97
build: fix building with enable_desktop_capturer = false ( #30390 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2021-08-04 09:56:26 +09:00
Electron Bot
0436a27d4f
Bump v13.1.8
2021-08-03 10:22:52 -07:00
trop[bot]
6627bebdbd
fix: use contentAspectRatio not aspectRatio ( #30330 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-02 09:59:14 +09:00
trop[bot]
4a24a28467
fix: guard against missing native view ( #30326 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-02 09:57:25 +09:00
Robo
3805e3c0fc
fix: update traffic lights position for macOS 11 ( #30319 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-07-29 21:15:47 +09:00
trop[bot]
5fb34249c6
chore: add additional crash key to gin::Wrappable ( #30224 )
...
Co-authored-by: VerteDinde <khammond@slack-corp.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-07-29 19:46:47 +09:00
trop[bot]
4da1162ffe
fix: allow colored tray titles when font type is specified ( #30163 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-07-27 09:14:51 +09:00
trop[bot]
0b8971dec2
fix: increase stack size on windows x86 ( #30241 )
...
* fix: increace main thread stack size on windows x86
* chore: improve quit-on-crashed-event spec
* chore: add debug logs
* Revert "chore: add debug logs"
This reverts commit 0be81ae07c .
* chore: use a reliable crash endpoint
Co-authored-by: Stephen Wang <wangwenqiang.wwq@bytedance.com >
Co-authored-by: Deepak Mohan <hop2deep@gmail.com >
2021-07-26 17:47:16 +09:00
Cheng Zhao
c8ab43a766
fix: pressing ESC should exit fullscreen from webview ( #30128 )
2021-07-26 17:34:04 +09:00
Electron Bot
971ec77b96
Bump v13.1.7
2021-07-15 10:15:20 -07:00
trop[bot]
1b0c15f742
fix: double traffic lights on exit fullscreen ( #30149 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-07-15 15:25:09 +09:00
trop[bot]
2e096ac6bc
fix: adjust initial webContents focus calculation ( #29234 )
...
* fix: adjust initial webContents focus calculation
* fix: active window check on mac
* fix: about:blank focus behavior
* chore: add spec
* fix: window ordering on mac
* chore: focus <webview> after navigation
* chore: fix flaky fullscreen inheritance test
* chore: disable fullscreen test on mac arm
* chore: simplify found-in-page spec
* chore: fix lint
* chore: move found-in-page spec to main process
* chore: fix lint
* chore: remove focus workaround
* chore: improve found-in-page spec
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2021-07-14 11:03:01 -07:00
Jeremy Rose
945ecdd709
fix: crash when invoking login callback synchronously ( #30068 ) ( #30091 )
2021-07-14 20:48:16 +09:00
trop[bot]
5fbcee074d
fix: return RGBA values from getSystemColor ( #30088 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-07-14 20:46:08 +09:00
trop[bot]
78f037f639
fix: honor user-defined Downloads directory ( #29968 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-07-05 15:53:55 -04:00
trop[bot]
fc75bf0a9e
fix: webview should maximize on requestFullscreen ( #29987 )
...
* fix: webview should maximize on requestFullscreen
* chore: update patches
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-07-05 14:36:39 -04:00
Electron Bot
ddc44e1af4
Bump v13.1.6
2021-07-05 11:12:13 -07:00
trop[bot]
5ab2749acc
fix: do not leak NSUUID ( #30009 )
...
* fix: do not leak NSUUID
* Fix build error
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-07-05 12:53:04 -04:00
trop[bot]
49f5006ef0
fix: crash when clicking links with target=_blank from webview ( #29951 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2021-07-01 19:57:59 -07:00
trop[bot]
fea59c5601
fix: correctly propagate title updates for window with no navigation entries ( #29958 )
...
* fix: correctly propagate title updates for window with no navigation entries
* test
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-07-02 09:49:58 +09:00
trop[bot]
6feed17387
fix: potential crash on macOS app exit ( #29961 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-07-02 08:43:22 +09:00
Electron Bot
ec0fa836d2
Bump v13.1.5
2021-07-01 11:36:42 -07:00
Shelley Vohr
bde3d403a8
fix: child window alwaysOnTop level persistence ( #29956 )
2021-07-01 10:22:37 -04:00
Omar Kilani
b465ee721e
fix: geolocation crashes electron on macOS ( #29343 ) ( #29912 )
2021-06-28 20:31:04 -07:00
trop[bot]
85db7e7077
fix: properly order out child windows ( #29888 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-06-25 17:55:45 +09:00
trop[bot]
e8621de3f5
fix: properly handle optional requestHeaders with onBeforeSendHeaders ( #29836 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-23 10:09:25 +09:00
Electron Bot
9942b2ba80
Bump v13.1.4
2021-06-22 10:20:05 -07:00
trop[bot]
2bf125f82a
fix: allow ppapi processes access to resource bundle on all platforms ( #29830 )
...
* wip: debug resource bundle failure
* fix: include ppapi subprocesses for windows resource bundle
* fix: allow ppapi plugin processes access to resource bundle on all platforms.
Aligns with chrome_main_delegate here: https://chromium-review.googlesource.com/c/chromium/src/+/2619003
* chore: remove incorrectly backported patches
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
Co-authored-by: VerteDinde <khammond@slack-corp.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2021-06-22 14:59:06 +09:00
Electron Bot
6504c4bbc8
Bump v13.1.3
2021-06-21 10:03:02 -07:00
trop[bot]
5c1e1ee5ec
fix: do not cancel CORS preflight request on proxy auth. ( #29811 )
...
* fix: do not cancel CORS preflight request on proxy auth. (#29266 )
* fix: do not cancel CORS preflight request on proxy auth.
If connecting via proxy, preflight request can receive 407
header response from proxy. This does not mean request
was finished even though it received headers (from proxy,
not the destination server), so prevent "completing"
and most importantly deleting it, which causes request
to be canceled in network layer. Just continue to monitor it
and await proper response from server. Also add circut breaker
to cancel request if proxy auth failed 3 times (for example
user keeps cancelling auth). This behavior happens only
when app registered WebRequest api listeners.
* Port chromium webrequest changes to electron code.
Move relevant parts of chromium WebRequestProxyingURLLoaderFactory from
https://chromium-review.googlesource.com/c/chromium/src/+/2011781
into electron ProxyingURLLoaderFactory.
* Update code to upstreamed version and remove retyr count failsafe.
Co-authored-by: Milan Burda <milan.burda@gmail.com >
* chore: add required header
Co-authored-by: marekharanczyk <48673767+marekharanczyk@users.noreply.github.com >
Co-authored-by: Milan Burda <milan.burda@gmail.com >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-06-21 21:20:05 +09:00
trop[bot]
252805ddb4
fix: microtasks policy in CreateEnvironment ( #29808 )
...
* fix: microtasks policy in CreateEnvironment
Microtasks policy should not be updated for the renderer because
`NodeBindings::CreateEnvironment` might be entered with or without
`UvRunOnce()` on stack. One of the examples of such calls is
`window.open()` which is possible to invoke while `uv_run()` is still
running (e.g. with `setImmediate()`).
All in all, it doesn't matter that much which policy we use since
`v8::MicrotasksScope` has a check for the policy in its destructor and
no commits will be made if the policy is `kExplicit`. It is important,
however, to not change the policy in the middle of `UvRunOnce()` so we
should respect whatever we currently have and move on.
Fix : #29463
* Move test to a better place
* Update spec-main/fixtures/crash-cases/setimmediate-window-open-crash/index.html
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
* Update spec-main/fixtures/crash-cases/setimmediate-window-open-crash/index.html
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
* simplify crash-case
* comment
* fix comment
Co-authored-by: Fedor Indutny <fedor@indutny.com >
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Fedor Indutny <indutny@signal.org >
2021-06-21 15:49:17 +09:00
trop[bot]
fa683ef8b7
fix: fix hover state not clear bug when BrowserWindow is not resizable ( #611 ) ( #29800 )
...
Co-authored-by: sssooonnnggg <sssooonnnggg111@gmail.com >
2021-06-21 13:59:36 +09:00
Keeley Hammond
5d36cdf485
fix: color select eyedropper not working within DevTools ( #29729 ) ( #29760 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-06-18 11:34:03 +02:00
trop[bot]
b35f904e58
fix: ensure detached devtools are not always draggable ( #29737 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-06-17 15:29:27 +09:00
trop[bot]
b143042c7f
fix: draggable regions with devtools open ( #29734 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-06-17 15:21:27 +09:00
trop[bot]
10c238c0ea
fix: potential crash when setting vibrancy ( #29722 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-06-17 15:20:05 +09:00
trop[bot]
2ef55e1e9e
chore: disable default async spellchecker on Windows ( #29706 )
...
* chore: disable default async spellchecker on Windows
* chore: disable kWinRetrieveSuggestionsOnlyOnDemand in feature list
* chore: remove incorrectly backported patches
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
Co-authored-by: VerteDinde <khammond@slack-corp.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2021-06-15 12:49:52 -07:00
trop[bot]
192fc3ee2c
fix: check DCHECK_IS_ON() instead of #ifdef DCHECK_IS_ON ( #29674 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-06-14 21:00:20 +09:00
trop[bot]
e0e7b14bdc
fix: use correct spelling of attachment with Content-Disposition header ( #29672 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-14 20:59:05 +09:00
trop[bot]
4cecc87c55
fix: copy received data in URLPipeLoader to prevent corruption ( #29669 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-14 17:47:17 +09:00
Shelley Vohr
46e7511af9
fix: ensure custom traffic lights float to top ( #29663 )
...
* fix: ensure custom traffic lights float to top
* chore: split into separate function
2021-06-14 09:36:15 +09:00
trop[bot]
6c4c66d2cd
fix: select-bluetooth-device on Windows ( #29611 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2021-06-09 12:48:41 -04:00
Electron Bot
839dcbbbdb
Bump v13.1.2
2021-06-09 09:39:07 -07:00
trop[bot]
30921548ed
fix: make intermediates work with 'select-client-certificate' ( #29569 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-08 11:40:09 +09:00
Cheng Zhao
9059a50f93
fix: keep shifted character in menu accelerator ( #29482 )
...
* fix: keep shifted character in menu accelerator
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-06-07 10:25:35 -04:00
trop[bot]
f0a9e56741
chore: return early on promise rejection ( #29538 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-07 10:17:15 +09:00