Pull Request Overview
- Opened on July 30, 2026
- Status Open
- Commit count 2 with first commit July 30, 2026
Total Delta
0 Total Diff Delta
Open Days
Open 37 weekdays
Test Delta
0 Diff Delta in Test Files
Breakdown by Phase
How long has this pull request spent in each phase of its lifecycle?
Data pending calculation for pull request
Bump electron from 43.0.0 to 43.2.0
Bumps electron from 43.0.0 to 43.2.0.
Release notes
Sourced from electron's releases.
electron v43.2.0
Release Notes for v43.2.0
Features
- Added
net.WebSocket, a WHATWG-compatible WebSocket client for the main process that routes through Chromium's network stack. #52344 <!-- raw HTML omitted -->(Also in 42)<!-- raw HTML omitted -->Fixes
- Fixed
app.disableHardwareAcceleration()not fully disabling GPU hardware usage on Windows starting from Electron 38. #52369 <!-- raw HTML omitted -->(Also in 41, 42, 44)<!-- raw HTML omitted -->- Fixed
globalShortcutnot working on GNOME Wayland by enabling Chromium'sGlobalShortcutsPortalPreferredTriggerfeature by default on Linux. #52228- Fixed a crash when showing Linux message boxes while another Linux UI implementation was active. #52410 <!-- raw HTML omitted -->(Also in 42, 44)<!-- raw HTML omitted -->
- Fixed a window being marked hidden and background-throttled on macOS when covered by a transparent or click-through window. #52389 <!-- raw HTML omitted -->(Also in 44)<!-- raw HTML omitted -->
- Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS. #52321 <!-- raw HTML omitted -->(Also in 41, 42, 44)<!-- raw HTML omitted -->
- Fixed webContents.print() returning "Invalid printer settings" when print options are provided. #52381 <!-- raw HTML omitted -->(Also in 44)<!-- raw HTML omitted -->
Other Changes
- Updated Chromium to 150.0.7871.129. #52355
electron v43.1.1
Release Notes for v43.1.1
Fixes
- Fixed a browser-process crash (
ValidateIntegrityOrDie) and spurious preloadENOENTerrors when an app'sapp.asaris replaced on disk (e.g. by an updater or MDM software) while the app is running. #52293 <!-- raw HTML omitted -->(Also in 42, 44)<!-- raw HTML omitted -->Other Changes
- Updated Chromium to 150.0.7871.114. #52297
electron v43.1.0
Release Notes for v43.1.0
Fixes
- Fixed crash triggered by replacing an open application menu. #52276 <!-- raw HTML omitted -->(Also in 41, 42, 44)<!-- raw HTML omitted -->
Other Changes
Commits
-
9b58e96fix: use GTK UI theme for Linux message boxes (#52410) -
281d885fix: invalid printer settings when settings passed (#52381) -
eddd87cfix: don't treat transparent overlays as occluders on macOS (#52389) -
2a35b07test: make webContents.clone() process-id test offline (#52377) -
4675b83chore: bump chromium to 150.0.7871.129 (43-x-y) (#52355) -
8d1cc07feat: add net.WebSocket (#52344) -
f7b6b2cfix: append --disable-gpu switch in app.disableHardwareAcceleration() (#52369) -
6a44af0refactor: migrateelectron::api::DesktopCapturerto cppgc (#52372) -
edf129ffix: enable GlobalShortcutsPortalPreferredTrigger by default on Linux (#52228) -
e04df3bbuild: add missing pdf resources dep in chromium_src (#52340) - Additional commits viewable in compare view
No comments have been left on this PR.