trop[bot]
ec282ff385
fix: titlebar and buttons state under simple fullscreen ( #30706 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-08-26 15:47:05 +09:00
trop[bot]
5d98e5e78a
fix: crash when using TouchBarScrubber arrow button ( #30680 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-25 10:06:12 +09:00
Sudowoodo Release Bot
251e7bb227
Bump v13.2.2
2021-08-23 13:52:26 -07:00
Sudowoodo Release Bot
d4881625b8
Revert "Bump v13.3.0"
...
This reverts commit 348f991563 .
2021-08-23 13:50:34 -07:00
Sudowoodo Release Bot
348f991563
Bump v13.3.0
2021-08-23 12:00:40 -07:00
trop[bot]
7fb719f261
fix: WebFrameMain mojo pipe not reset ( #30630 )
...
Co-authored-by: Samuel Maddock <samuel.maddock@gmail.com >
2021-08-19 16:58:29 +09:00
trop[bot]
18de6be607
fix: cross-origin navigation disposing WebFrameMain instances ( #30598 )
...
* refactor: call methods directly from electron:WebContents
Writing static method boilerplate isn't fun
* fix: cross-origin navigation disposing WebFrameMain instances
* fix: move call to WFM::Connect
* refactor: use base::NoDestructor<T>
* Update shell/browser/api/electron_api_web_frame_main.cc
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-08-19 15:09:16 +09:00
trop[bot]
f616c85061
fix: persist BrowserView background color when bounds offscreen ( #30540 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-19 08:40:08 +09:00
trop[bot]
393045a7e5
fix: {exit|enter}-html-fullscreen emitted after esc in webview ( #30560 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-19 08:39:21 +09:00
trop[bot]
db12e7f08b
fix: documentEdited with non-default titlebarStyle ( #30603 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-18 14:13:53 -07:00
Sudowoodo Release Bot
6a1c6f8d7f
Bump v13.2.1
2021-08-17 15:00:33 -07:00
Sudowoodo Release Bot
7bd6479573
Revert "Bump v13.3.0"
...
This reverts commit c2de2eaaa0 .
2021-08-17 14:58:38 -07:00
Sudowoodo Release Bot
c2de2eaaa0
Bump v13.3.0
2021-08-17 14:23:19 -07:00
Keeley Hammond
62b3a6b724
fix: ensure web_contents() is alive before grabbing view ( #30572 )
2021-08-17 14:08:25 -07:00
Sudowoodo Release Bot
c3d8337058
Bump v13.2.0
2021-08-17 01:25:11 -07:00
trop[bot]
b3eff8ef13
fix: handle nullish WebContentsView in UpdateDraggableRegions ( #30557 )
...
* fix: handle nullish WebContentsView in UpdateDraggableRegions
* build: nogncheck on webcontentsimpl include
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-08-17 01:23:26 -07:00
trop[bot]
6cef0d9118
fix: disable kWindowCaptureMacV2 for desktopCapturer ( #30523 )
...
Co-authored-by: VerteDinde <khammond@slack-corp.com >
2021-08-16 12:25:07 -07:00
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
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]
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
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
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]
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