electron icon indicating copy to clipboard operation
electron copied to clipboard

:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

Results 1316 electron issues
Sort by recently updated
recently updated
newest added

### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
bug :beetle:
blocked/need-repro
component/desktopcapturer
36-x-y

Updating Node.js to v22.16.0. See [all changes in v22.15.1..v22.16.0](https://github.com/nodejs/node/compare/v22.15.1...v22.16.0) Notes: Updated Node.js to v22.16.0.

semver/minor
backport-check-skip

Updating Node.js to v22.16.0. See [all changes in v22.15.1..v22.16.0](https://github.com/nodejs/node/compare/v22.15.1...v22.16.0) Notes: Updated Node.js to v22.16.0.

semver/minor
backport-check-skip

#### Description of Change Closes https://github.com/electron/electron/issues/49102. Fixes an issue where cookie changed events weren't properly emitted in all cases, as Electron only checked for `net::CookieChangeCause::INSERTED` and not `net::CookieChangeCause::INSERTED_NO_CHANGE_OVERWRITE`. #### Checklist...

semver/major
new-pr 🌱
api-review/requested 🗳
target/40-x-y

## Description of Change Added support for `type="module"` attribute on `` tag to enable native ES Modules in preload scripts. This change allows developers to use modern JavaScript module syntax...

new-pr 🌱

| Before | After | |----|----| | | | This also fixes a longstanding issue where any process that Chrome launches that should validate macho or use disclaiming did not...

semver/minor
new-pr 🌱
api-review/requested 🗳
target/39-x-y
target/40-x-y

Previously, quitAndInstall would request a relaunch but not explicitly quit the app, leading to a SIGKILL by the update mechanism. This change adds an explicit Browser::Quit() call after the relaunch...

new-pr 🌱

Fixes https://github.com/electron/electron/issues/49089 Exports zlib symbols from electron.exe on Windows to enable native addons to link with zlib functions. Description of Change Native addons on Windows couldn't link with zlib despite...

new-pr 🌱

Updating Chromium to 144.0.7559.3. See [all changes in 144.0.7526.0..144.0.7559.3](https://chromium.googlesource.com/chromium/src/+log/144.0.7526.0..144.0.7559.3?n=10000&pretty=fuller) Notes: Updated Chromium to 144.0.7559.3.

semver/patch
backport-check-skip

#### Description of Change Closes https://github.com/electron/electron/issues/49048 This fixes an issue introduced in 38be633 whereby a duplicate "Toggle Full Screen" menu item appeared in the View menu on macOS. When `menu.delegate`...

semver/patch
target/38-x-y
target/39-x-y
target/40-x-y