Shelley Vohr
Shelley Vohr
#### Description of Change Closes https://github.com/electron/electron/issues/35289 Closes https://github.com/electron/electron/issues/7172 Enables customizing system accent color and highlighting of active window border. By default, the accent color will default to what's been set...
#### Description of Change Refs https://github.com/electron/electron/issues/47046 Refs https://github.com/electron/electron/issues/32178 Corrects docs stating incorrectly that 'select-bluetooth-device' isn't necessarily required to retrieve devices. #### Checklist - [x] PR description included and stakeholders cc'd...
#### Description of Change Refs CL:5372409 > This change sets up wasm-trap handling for the case where content_shell has not enabled crash reporting but moves the responsibility to `ElectronRendererClient`. The...
### Confirmation - [x] I am a [maintainer](https://github.com/orgs/electron/people) of the Electron project. (If not, please create a [different issue type](https://github.com/electron/electron/issues/new/).) ### Description Lately i've seen a few crashes in CI...
#### Description of Change Closes https://github.com/electron/electron/issues/41263 Refs CL:5270028 With Chromium's new AudioWorklet thread pooling system in CL:5270028, threads are reused for multiple AudioWorklet contexts. This breaks nodeIntegrationInWorker functionality for the...
Prior to this the table loaded all possible electron versions with no real ability to filter or search. This PR virtualizes the list and adds input filtering.
#### 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`...
#### Description of Change Closes https://github.com/electron/electron/issues/48445 Closes https://github.com/electron/electron/issues/48854 Refs https://issues.chromium.org/issues/40086962 Refs https://issues.chromium.org/issues/447372315 #### Checklist - [x] PR description included and stakeholders cc'd - [ ] `npm test` passes - [...
Backport of #48512. See that PR for details. Notes: Added support for WebSocket authentication through the `login` event on `webContents`.
Backport of #48512. See that PR for details. Notes: Added support for WebSocket authentication through the `login` event on `webContents`.