Sudowoodo Release Bot
a5cafd174d
Bump v19.0.11
2022-08-03 08:31:58 -07:00
trop[bot]
67a40dd5c6
fix: consider dock space when showing menu ( #35199 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2022-08-03 10:11:04 -04:00
trop[bot]
eee147b483
fix: modify file extension generation on Windows ( #35172 )
...
fix: modify file extension generation on Windows (#34723 )
* fix: modify file extension generation on Windows
* modify includes
* include vector in header
* add win build flags
* remove hardcoded strings
* Update shell/browser/electron_download_manager_delegate.h
Co-authored-by: Charles Kerr <charles@charleskerr.com >
* fix string manipulation and function definitions
* Update electron_download_manager_delegate.h
* convert to std::string and modify for electron
* Update shell/browser/electron_download_manager_delegate.cc
Co-authored-by: Charles Kerr <charles@charleskerr.com >
* remove vector include and update conversion
* add vectr include for lint
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-08-02 15:31:30 -04:00
trop[bot]
21fcf51000
fix: DCHECK entering fullscreen while loading url ( #35164 )
...
* fix: DCHECK entering fullscreen while loading url
* spec: fixup test
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-02 11:33:40 -04:00
Robo
a07f56bf84
fix: touch events not recognized by WCO on windows ( #35176 )
...
* fix: touch events not recognized by WCO on windows
* Update .patches
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-02 11:27:44 -04:00
trop[bot]
4fa6f61f8c
fix: empty result of webContents.getUserAgent() ( #35132 )
...
fix: empty result of webContents.getUserAgent()
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-29 22:50:59 +02:00
Sudowoodo Release Bot
7e1099a8e4
Bump v19.0.10
2022-07-27 08:31:31 -07:00
Shelley Vohr
438347d891
fix: html fullscreen transitions stacking ( #34908 )
2022-07-27 16:24:19 +02:00
trop[bot]
c005d4ff56
fix: handle WCO pressed state when going maximized -> minimized ( #35073 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-27 11:43:00 +02:00
trop[bot]
729b0f5508
fix: allow setsize to be called within a move or resize for preventDefault ( #35083 )
...
fix : #34599 allow setsize to be called within a move or resize for preventDefault
Co-authored-by: Ian German Mesner <mesner@gmail.com >
2022-07-27 11:42:45 +02:00
trop[bot]
9df18f3fcf
fix: add support for --ozone-platform-hint flag on Linux ( #35015 )
...
* fix: add support for --ozone-platform-hint flag on Linux
* fixup! fix: add support for --ozone-platform-hint flag on Linux
Co-authored-by: Valentin Hăloiu <valentin.haloiu@gmail.com >
2022-07-26 18:25:36 +02:00
trop[bot]
b7f68027a7
fix: crash on BrowserWindow.setEnabled() ( #34971 )
...
fix: crash on BrowserWindow.setEnabled()
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-21 15:18:16 -04:00
Sudowoodo Release Bot
a72b6fb7a9
Bump v19.0.9
2022-07-21 11:53:47 -07:00
trop[bot]
ef88af2703
fix: alwaysOnTop browser window option for X11 Linux ( #34912 )
...
fix: alwaysontop browser window option for x11
Co-authored-by: Gellert Hegyi <gellert.hegyi@around.co >
2022-07-14 10:47:15 +02:00
Shelley Vohr
586f84f957
fix: fullscreen windows aren't resizable on macOS ( #34906 )
2022-07-13 17:20:44 -04:00
trop[bot]
98ccd203bc
fix: enable deviceName validation on Linux ( #34900 )
...
fix: enable deviceName validation on Linux
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-13 16:06:15 +02:00
trop[bot]
b1e5af755c
fix: ensure that requestMediaKeySystemAccess resolves ( #34890 )
...
When widevine was disabled at the build level we never dealt with the callback passed into GetSupportedKeySystems. This was ok until requests became marked pending in https://chromium-review.googlesource.com/c/chromium/src/+/3430502 until the callback was called. This resulted in a promise never resolving / rejecting and certain media websites (E.g. spotify) hanging on load waiting for a signal that would never arrive.
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-07-12 15:32:05 +02:00
trop[bot]
a388f977a3
fix: set Wayland application ID ( #34878 )
...
* refactor: extract XDG app ID logic into a method
* fix: set application ID on Wayland
Co-authored-by: Valentin Hăloiu <valentin.haloiu@gmail.com >
2022-07-11 20:05:34 -04:00
trop[bot]
97ca81b1b5
fix: safer check for WCO button updates ( #34874 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-11 13:46:35 +02:00
trop[bot]
b1b44e0469
fix: setRepresentedFilename with non-default titlebarStyle ( #34848 )
...
fix: setRepresentedFilename with non-default titlebarStyle
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-08 10:50:57 +02:00
trop[bot]
f56cb78c89
fix: WCO pressed background state updates ( #34839 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-07 22:16:37 +02:00
Sudowoodo Release Bot
c67ca40ed6
Bump v19.0.8
2022-07-06 08:31:50 -07:00
trop[bot]
54fa16a3df
fix: <datalist> bounds vertical cutoff ( #34785 )
...
fix: DataList bounds overflow
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-05 12:36:00 -04:00
Sudowoodo Release Bot
2f4e7679f8
Bump v19.0.7
2022-06-30 08:53:29 -07:00
Sudowoodo Release Bot
50d45d07ac
Revert "Bump v19.0.7"
...
This reverts commit 8fa0cbe27a .
2022-06-29 13:07:14 -07:00
Sudowoodo Release Bot
8fa0cbe27a
Bump v19.0.7
2022-06-29 08:31:37 -07:00
trop[bot]
addf23c579
fix: resolve symlinks when computing relative asar paths for integrity ( #34781 )
...
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-06-29 17:17:42 +02:00
trop[bot]
2298908a1f
fix: make navigator.userAgentData non-empty ( #34757 )
...
fix: make navigator.userAgentData non-empty (#34481 )
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-06-28 10:07:50 +02:00
trop[bot]
c38f15eb03
fix: WCO respects maximizable/closable/minimizable ( #34722 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-06-23 20:46:37 -04:00
Sudowoodo Release Bot
e9e2b6dfda
Bump v19.0.6
2022-06-22 08:31:07 -07:00
trop[bot]
88632cbdc7
fix: window button visibility fullscreen interaction ( #34674 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-06-21 13:23:32 +02:00
Sudowoodo Release Bot
c0588770ea
Bump v19.0.5
2022-06-20 10:16:20 -07:00
Shelley Vohr
7073603150
refactor: remove deprecated drag-and-drop code ( #34652 )
2022-06-20 12:02:06 -04:00
trop[bot]
36169d15da
chore: fix BrowserView painting when origin updated ( #34642 )
...
chore: fix View painting when origin updated
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-06-20 16:41:45 +09:00
Raymond Zhao
5174419819
refactor: use stubs for libgdk-pixbuf dependency ( #34602 )
2022-06-20 13:30:43 +09:00
Keeley Hammond
64fc21fec9
build: Revert "Bump v19.0.6" & "Bump v19.0.5" ( #34600 )
...
Revert "Bump v19.0.6" & "Bump v19.0.5"
2022-06-17 15:50:10 -04:00
trop[bot]
74df9ad42f
fix: draggable regions updating on bounds change ( #34611 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-06-17 15:36:26 +02:00
Sudowoodo Release Bot
12f4be7fba
Bump v19.0.6
2022-06-15 18:26:49 -07:00
Sudowoodo Release Bot
9b8cd7cc53
Bump v19.0.5
2022-06-15 17:52:45 -07:00
Sudowoodo Release Bot
6cb2b75fbb
Revert "Bump v19.0.5"
...
This reverts commit 0764bb1560 .
2022-06-15 13:21:08 -07:00
Sudowoodo Release Bot
0764bb1560
Bump v19.0.5
2022-06-15 08:31:03 -07:00
trop[bot]
108d1f9a29
refactor: move duplicate code to RendererClientBase::ShouldLoadPreload helper ( #34519 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-06-13 15:20:37 +02:00
trop[bot]
4dedbadcb5
fix: all files selection logic on linux ( #34517 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-06-13 11:16:57 +02:00
trop[bot]
3cf901e45b
fix: update normal bounds prior to minimizing ( #34484 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-06-09 15:39:08 -04:00
Sudowoodo Release Bot
def1ec7f99
Bump v19.0.4
2022-06-08 08:30:58 -07:00
David Sanders
c0555c1668
fix: on macOS show BrowserWindow on maximize if not currently shown ( #34365 )
...
fix: on macOS show BrowserWindow on maximize if not currently shown (#32949 )
2022-06-06 11:12:20 -04:00
Sudowoodo Release Bot
07344857d6
Bump v19.0.3
2022-06-02 19:35:06 -07:00
trop[bot]
f57ca1174c
fix: render process crash handling ( #34431 )
...
* fix: crash when renderer process is reused
Could occur when a renderer crashes and the same-origin URL is loaded again
which leads to reusing the renderer process.
* test: renderer process crash recovery
* fix: handle case which leads to render frame DCHECK
* fix: lint
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2022-06-02 19:33:11 -07:00
trop[bot]
a49f0f7318
fix: crash in WebFrameMain mojo connection when RenderFrameHost is nullptr ( #34416 )
...
* fix: crash when RenderFrameHost is nullptr
* chore: lint fix
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2022-06-02 15:16:41 +09:00
Sudowoodo Release Bot
ba32b32ec3
Bump v19.0.2
2022-06-01 08:31:50 -07:00