Shelley Vohr
Shelley Vohr
Assess which if any of the config variables are important to include in the `js2c`'d `config.gypi` generated by `tools/generate_config_gypi.py`. /cc @nornagon
See https://github.com/electron/electron/pull/33017 for example. It should take the higher label.
When trop opens automatic backports at present it automatically tags the backports with `backport` and `BRANCH_NAME` and nothing else. Trop should also copy back any non-`target/x.y.z` labels present on the...
When they _are_ local and don't exist on npm - say ex. `9999.9.9` for someone's local main, it's impossible to get rid of and will never work.
#### Description of Change Supersedes https://github.com/electron/electron/pull/30298. Closes https://github.com/electron/electron/issues/16391. Closes https://github.com/electron/electron/issues/29937. Adds support for background material effects on Windows with `win.setBackgroundMaterial(material)`. #### Checklist - [x] PR description included and stakeholders cc'd...
#### Description of Change Ran into an issue with this today in an `.idl` file. Update our `.gitattributes` file to more closely match [Chromium's](https://source.chromium.org/chromium/chromium/src/+/main:.gitattributes) #### Checklist - [x] PR description...
#### Description of Change We don't use IPC in this area anymore - it's all mojo at this point. We can get rid of this util file now and move...
#### Description of Change Refs CL:4219030 Fixes the following error seen when loading `chrome://accessibility`, which prevented the Top Level Windows section from populating: ``` [59750:0504/101326.049599:ERROR:CONSOLE(27)] "Refused to create a TrustedTypePolicy...
Backport of #37853. See that PR for details. Notes: Add net.resolveHost that resolves hosts using defaultSession object