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
trop[bot]
3ad5a45173
fix: zombie windows when fullscreening and closing ( #34391 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-31 15:36:50 +02:00
Shelley Vohr
b9d16ab3eb
fix: esc not working on Windows during fullscreen ( #34359 )
...
* fix: esc not working on Windows during fullscreen
* chore: fix lint
2022-05-30 16:28:51 +02:00
Sudowoodo Release Bot
56515ad544
Bump v19.0.1
2022-05-25 08:31:42 -07:00
trop[bot]
f84cafe4fd
chore: add a TRACE call for crash_reporter::Start() ( #34326 )
...
chore: add a TRACE call for crash_reporter::Start()
Initializing the crashReporter takes around 620 milliseconds on Intel
macOS. I have sent a CL to crashpad to partially fix the performance
issue in
https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3641386 .
It would be beneficial to log the performance impact of this function in
the traces in case this slows down in the future.
Signed-off-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
2022-05-24 07:41:08 -07:00
Sudowoodo Release Bot
42266d2bf0
Bump v19.0.0
2022-05-23 10:25:38 -07:00
John Kleinschmidt
44b5c72f67
fix: crash on navigator.serial.getPorts() ( #34323 )
...
(cherry picked from commit 7f9431764f )
2022-05-23 10:21:05 -07:00
trop[bot]
0206a9b7ed
fix: service worker registration with custom protocols ( #34315 )
...
* fix: service worker registration with custom protocols
Refs https://github.com/electron/electron/issues/32664
* chore: update patches
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-05-23 08:29:54 -07:00
Keeley Hammond
23c18be06f
revert: add first-instance-ack event to the app.requestSingleInstanceLock() flow ( #34312 )
...
fix: revert "feat: add first-instance-ack event to the `app.requestSingleInstanceLock()` flow (#34295 )
* Revert "fix: requestSingleInstanceLock API ConnectNamedPipe sometimes hangs program (#33778 )"
This reverts commit ffb8749243 .
* fix: revert "feat: add first-instance-ack event to the `app.requestSingleInstanceLock()` flow"
* chore: update patch
2022-05-23 14:51:05 +02:00
Shelley Vohr
9d1c53a7e4
fix: DCHECK on webContents.print() ( #34299 )
...
* fix: DCHECK on webContents.print()
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-05-23 10:11:06 +02:00
Shelley Vohr
c7cd23c069
fix: WCO crash on bad titlebarStyle ( #34302 )
2022-05-22 19:42:27 -07:00
trop[bot]
c2a11cef63
fix: crash when creating interface for speculative frame ( #34294 )
...
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2022-05-19 15:13:48 -07:00
trop[bot]
85a7498bd6
fix: delayed bounds when moving/resizing and preventing default ( #34285 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-19 18:25:11 +02:00
Sudowoodo Release Bot
b0c255b72c
Bump v19.0.0-beta.8
2022-05-19 06:31:02 -07:00
Sudowoodo Release Bot
2ea9be3ade
Bump v19.0.0-beta.7
2022-05-16 06:31:51 -07:00
trop[bot]
52a9566f28
fix: fetching PDF element from WebLocalFrame ( #34215 )
...
fix: fetching PDF element from WebLocalFrame
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-13 11:24:01 -05:00
trop[bot]
21b8200170
fix: tray icon not highlighting on empty menu ( #34208 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-12 16:20:00 -07:00
Sudowoodo Release Bot
2b6cd3458f
Bump v19.0.0-beta.6
2022-05-12 06:31:14 -07:00
trop[bot]
b07e17a3bb
fix: fix a crash in safeStorage on Linux ( #34147 )
...
On Linux, `isEncryptionAvailable()` was crashing instead of returning a
boolean before the 'ready' event was emitted by the app. The reason of
the crash is that [`CreateKeyStorage()`](https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/os_crypt_linux.cc;l=74;drc=35be6215ec8f09e50176f36753c68f26c63d1885;bpv=1;bpt=0 )
expects the config to be set but the function responsible for setting the
config, [`SetConfig()`](https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/os_crypt_linux.cc;l=237;drc=35be6215ec8f09e50176f36753c68f26c63d1885;bpv=1;bpt=0 ),
is called only after the app is ready inside [`PostCreateMainMessageLoop()`](https://github.com/electron/electron/blob/main/shell/browser/electron_browser_main_parts.cc#L499 ).
So this changes `IsEncryptionAvailable()` to return `false` when the app
is not ready on Linux and uses that instead of the raw API in other
places like `EncryptString()` and `DecryptString()`.
Fixes: https://github.com/electron/electron/issues/32206
Signed-off-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
2022-05-11 10:20:30 -04:00
trop[bot]
4f0592101b
chore: stub gtk_native_dialog_get_type ( #34151 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-05-09 20:59:41 -07:00
Sudowoodo Release Bot
c3746dc439
Bump v19.0.0-beta.5
2022-05-09 06:31:11 -07:00
Keeley Hammond
d5dadd0d4a
fix: load FirstPartySets without Electron initialization ( #34138 )
2022-05-09 10:44:04 +02:00
trop[bot]
433765cd73
refactor: prevent RemoveFromLoginItems() from mounting volumes from login items ( #34108 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-05 22:29:41 -04:00
trop[bot]
de09ba2c51
fix: offscreen rendering crash on input select ( #34093 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-05 11:49:28 -07:00
Sudowoodo Release Bot
3df4dcc591
Bump v19.0.0-beta.4
2022-05-05 06:31:30 -07:00
trop[bot]
9f66268fab
fix: make BrowserWindow#isFocused() return false when blur() is called on macOS ( #34031 )
...
The isFocused() method on macOS works by checking if the selected
BrowserWindow is a key window. Unfortunately, this didn't work well
with blur() because it wasn't calling any macOS APIs that would change
the key status of the window. Hence, this changes the implementation of
blur() to call orderOut first, which removes the key
status of the window. Then when the orderBack function is called, it
moves the window to the back of its level in the screen list, without
changing the key window.
Fixes: https://github.com/electron/electron/issues/33732
Signed-off-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
2022-05-04 00:05:17 -07:00
electron-roller[bot]
04f2b2e2e3
chore: bump chromium to 102.0.5005.27 (19-x-y) ( #33932 )
...
* chore: bump chromium in DEPS to 102.0.5005.12
* chore: bump chromium in DEPS to 102.0.5005.22
* 3587410: [Printing] Remove JobEventDetails
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3587410
(cherry picked from commit 75d75bc087a29640cc58ecb7122dbc8ea10ce785)
* chore: update patches
* 3579297: Convert UpdatePrintSettings() to use non-deprecated base::Value APIs.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3579297
* 3577218: WebUI: Delete webui_resources.grd and related GN targets.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3577218
(cherry picked from commit b12e658fee8f8d8832145f0ab141549c3466f567)
* chore: bump chromium in DEPS to 102.0.5005.27
* 3368244: Hook SnapshotForContentAnalysis renderer API to scan system prints
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3368244
(cherry picked from commit 9ccc4d6249 )
* 3584006: Remove IsRenderViewLive from content public
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3584006
(cherry picked from commit 5c5bc4ca6d )
* 3368244: Hook SnapshotForContentAnalysis renderer API to scan system prints
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3368244
(cherry picked from commit dbdff6fe7e )
* 3581708: Restore original display when moving from tab-fullscreen to browser-fullscreen.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3581708
(cherry picked from commit c02749954c )
* 64908: Stop building legacy SwiftShader GL in Chromium
https://swiftshader-review.googlesource.com/c/SwiftShader/+/64908
* 3573245: Added Themed versions of RoundedRectBackground and RoundedRectBorder.
https://chromium-review.googlesource.com/c/chromium/src/+/3573245
* fixup for lint
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
2022-05-03 11:27:43 -04:00
Sudowoodo Release Bot
7f88b507d9
Bump v19.0.0-beta.3
2022-05-02 10:47:10 -07:00
trop[bot]
855f36903e
fix: move FirstPartySets into the browser process ( #34011 )
...
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3448551
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-05-02 10:46:22 -07:00
trop[bot]
9ef6a77a72
fix: support mixed-case extensions in Linux file dialogs ( #34015 )
...
Co-authored-by: Kevin Ushey <kevinushey@gmail.com >
2022-05-02 10:33:48 -07:00
trop[bot]
eb3abf4c98
refactor: better solution for resizable frameless DCHECK ( #33974 )
...
* refactor: better solution for resizable frameless DCHECK
* fix: also implement TargetForRectin WinFrameView
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-02 17:29:39 +09:00
Sudowoodo Release Bot
002ea74027
Bump v19.0.0-beta.2
2022-04-29 06:38:53 -07:00