trop[bot]
6655694cc7
refactor: remove dead code in NeedsCompleteGpuInfoCollection ( #30875 )
...
Refs https://chromium-review.googlesource.com/c/chromium/src/+/1208362
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-09-08 15:20:10 +09:00
Robo
1ac4d27e22
fix: crash when navigating with render process reuse disabled ( #30852 )
2021-09-07 18:50:39 -07:00
trop[bot]
14eefd58c1
fix: show maximized frameless window ( #30862 )
...
* fix: show maximized frameless window
* test: show maximized transparent window
* fix: test using wrong bounds
BrowserWindow will be sized to the workArea when the Windows taskbar is
visible.
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2021-09-08 08:42:44 +09:00
trop[bot]
f8a5c3d8ee
fix: remove CHECK_EQ for swapped RFH ( #30834 )
...
|old_host| may be nullptr if the previous RFH was shutdown.
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2021-09-06 14:52:16 +09:00
trop[bot]
1930d972fc
fix(linux): OpenURI portal support for shell.showItemInFolder() ( #30782 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-09-01 20:49:29 +09:00
Sudowoodo Release Bot
5771f3826a
Bump v13.3.0
2021-08-31 12:08:57 -07:00
Jeremy Rose
ca1cae64d9
fix: remove ipc wrapper for nativeImage.createThumbnailFromPath ( #30736 )
2021-08-30 19:32:21 +09:00
Sudowoodo Release Bot
69df216a9c
Bump v13.2.3
2021-08-27 10:18:31 -07:00
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]
4a7dd267ec
fix: change gin_wrappable to scoped crash key ( #30608 )
...
Co-authored-by: VerteDinde <khammond@slack-corp.com >
2021-08-18 16:29:17 -07: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
Keeley Hammond
2745d70d25
fix: explicitly define REFGUID from ::GUID&, not base::GUID ( #30442 ) ( #30500 )
...
* fix: explicitly define REFGUID from ::GUID&
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3076480
* fix: duplicate GUID_NULL symbol, add comment
2021-08-11 15:07:59 -07:00
trop[bot]
ac2515dd0d
chore: more crash-keys for gin::Wrappable debugging ( #30421 )
...
* chore: more crash-keys for gin::Wrappable debugging
* fix namespace for Event
* Update crash_keys.cc
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2021-08-10 09:50:46 +09: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
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