electron
electron copied to clipboard
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
### 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. -...
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.
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.
#### 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...
## 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...
| Before | After | |----|----| | | | This also fixes a longstanding issue where any process that Chrome launches that should validate macho or use disclaiming did not...
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...
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...
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.
#### 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`...