Shelley Vohr
Shelley Vohr
#### Description of Change As in title. Update following https://github.com/electron/debian-sysroot-image-creator/pull/33 #### Checklist - [x] PR description included and stakeholders cc'd - [ ] `npm test` passes - [x] [PR release...
#### Description of Change This PR allows us to delete a solid chunk from `printing.patch`, thereby reducing maintenance burden and making it a bit easier to float. In Chromium itself,...
#### Description of Change Closes https://github.com/electron/electron/issues/43126. Do not merge until https://github.com/electron/electron/pull/43087 has merged! Migrates deprecated macOS APIs after Chromium upgrade to macOS 11* #### Checklist - [x] PR description included...
#### Description of Change Closes https://github.com/electron/electron/issues/30947. Fixes an issue where calling `window.print()`, `webContents.print()` or `printToPDF` from an existing PDF document resulted in a blank page. This was happening because we...
#### Description of Change This patch can now be removed, as I upstreamed a solution in https://chromium-review.googlesource.com/c/chromium/src/+/5756619. It's slightly different (though functionally identical) to what i merged here originally, which...
Follow-up to https://github.com/electron/build-tools/pull/623 Also adds some tests.
Supersedes https://github.com/electron/build-tools/pull/589
Enables building stock Chromium more simply. Patches are applied now upon sync when targeting Chromium, with reduced area for failure with pinned `EngFlow/reclient-configs` sha.
Refs https://github.com/electron/build-tools/pull/612#issuecomment-2213654463. We've been running with SDK-only usage in CI successfully for a few weeks now - let's try making it the default moving forward. It's faster, simpler, and takes...
#### Description of Change Refs https://github.com/electron/electron/pull/42297 Closes https://github.com/electron/electron/issues/44012 Fixes an issue where the `exit` event could be emitted twice from the `utilityProcess`. `HandleTermination` is called from multiple callsites, and so...