Shelley Vohr
Shelley Vohr
#### Description of Change Refs https://chromium-review.googlesource.com/c/chromium/src/+/5104930 Refs https://github.com/microsoft/vscode/issues/192119 We should still make it a goal to use upstream `gin/function_template`, but that'll be perhaps a longer-term venture as there are several...
#### Description of Change Refs https://github.com/electron/electron/issues/37585 Fixes a potential crash in `utilityProcess.postMessage` when calling with an invalid transferable. From the original PR: > When passing an (unsupported) ArrayBuffer, for example,...
#### Description of Change Closes https://github.com/electron/electron/issues/28422. Implements support for the [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API), with permissions brokered through `session.setPermissionRequestHandler`. When file or directory functions require permissions, `setPermissionRequestHandler` will be called with...
We should re-enable usage of the cppgc heap on 32-bit devices. Disabled in order to unblock the roll as it was crashing on 32 bit devices in heap marking. Refs...
#### Description of Change Fixes https://github.com/electron/electron/issues/41396. Refs https://github.com/electron/electron/pull/40017 Fixes an issue where calling `UtilityProcess.fork` prior to the app `ready` event would cause a crash. This happened because https://github.com/electron/electron/pull/40017 leveraged `SystemNetworkContextManager`,...
#### Description of Change Refs CL:4428171 Refs https://issues.chromium.org/issues/40890030 Refs https://issues.chromium.org/issues/40265331 On Windows 11's Restore button, the top and right edges of the top rounded square should be drawn with half-rounded...
#### Description of Change Attempt to address failures as seen in https://app.circleci.com/pipelines/github/electron/electron/79254/workflows/d1df908d-28ea-444f-80a7-05054a70cfc3/jobs/1685636/tests - looking at the artifacts shows that the failure is being caused by pollution by unclosed windows. ####...
#### Description of Change Closes https://github.com/electron/electron/issues/41549. Refs https://github.com/nodejs/node/pull/41439. Adds missing support for the `recursive` option in `fs.{readdir|readdirSync}` as well as `fs.promises.{readdir|readdirSync}` in our fs Asar wrappers. As of now, one...
See https://github.com/electron/electron/pull/41580. These have started failing on arm64 with window pollution issues.
#### Description of Change Closes https://github.com/electron/electron/issues/41589. Refs CL:5053607 Fixes an issue where badge text set using the Badging API no longer appeared correctly on Windows. This happened because Chromium removed...