Shelley Vohr
Shelley Vohr
#### Description of Change The `serial-port-added` event shouldn't be emitted if the serial port being added doesn't pass filters that were set. This fixes that - upstream logic does [the...
#### Description of Change Allow skipping or running `itremote` specs in isolation. #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes - [x] tests...
#### Description of Change Ref https://github.com/electron/electron/pull/41397. Details ``` [64768:0318/145439.936909:FATAL:feature_list.cc(873)] Check failed: trial. trial='StudyThumbnailCapturerMac' does not exist 0 Electron Framework 0x000000011cb39cc0 base::debug::CollectStackTrace(void const**, unsigned long) + 28 1 Electron Framework 0x000000011cb29a20...
#### Description of Change Refs CL:4522192. In https://github.com/electron/electron/pull/38465 we added a parameter to `ElectronSerialDelegate::RunChooser` to account for upstream changes but never actually implemented the feature the parameter was added to...
#### Description of Change Refs CL:5225796 Fixes a potential crash on extension unload when script validation finishes. An extension may be unloaded while file validation for content scripts that are...
#### Description of Change Closes https://github.com/electron/electron/issues/41590 Adds missing support for `NODE_EXTRA_CA_CERTS` in Electron. It works as-is with OpenSSL & BoringSSL both - as evidenced by the [workaround](https://github.com/devcontainers/cli/pull/559) employed for devcontainers....
#### Description of Change Adds a test and `_api_features.json` definition for `chrome.scripting.globalParams`. Also adds a missing `extension.lastError` definition and manifest cap. #### Checklist - [x] PR description included and stakeholders...
When Fiddle's `BrowserWindow` width is shrunk past a certain point, items on the far right are cut off completely with no way to scroll to them: We should either: 1....
As in title. To repro: 1) Add local build 2) Switch to it in the version picker 3) Delete it in the filesystem 4) Switch back to version picker and...
#### Description of Change Closes https://github.com/electron/electron/issues/41368. Documents `top-level-storage-api` in `ses.setPermission{Check|Request}Handler` and adds some associated tests. #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes...