-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add API WG 2020-11-09 meeting notes (#373)
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# API WG Notes 2020-11-09 | ||
|
||
## Attendees | ||
|
||
|
||
|
||
* @jkleinsc | ||
* @nornagon | ||
* @zcbenz | ||
* @codebytere | ||
* @samuelmaddock | ||
* @itsananderson | ||
* @MarshallOfSound | ||
* @dsanders11 | ||
|
||
## Notes | ||
|
||
|
||
1. [PRs](https://github.com/electron/electron/pulls?q=is%3Apr+label%3A%22api-review%2Frequested+%F0%9F%97%B3%22+is%3Aopen+-label%3Aapi-review%2Freviewed+sort%3Acreated-asc) | ||
* [feat: add webContents.setWindowOpenHandler API](https://github.com/electron/electron/pull/24517) | ||
* getWindowOpenHandler would allow “good citizen” 3rd-party modules to collaborate. | ||
* “addWindowOpenHandler” and have return undefined => pass to next handler | ||
* app.on(“web-contents-created”) is not that much more boilerplate. | ||
* approved | ||
* [feat: add session.setCorsOriginAccessList API](https://github.com/electron/electron/pull/24849) | ||
* Deferred discussion due to WIP label | ||
* [feat: intercepted protocol access to orig handler](https://github.com/electron/electron/pull/26065) | ||
* approved | ||
* [feat: allow setting the Origin header and Sec-Fetch-* headers in net.request()](https://github.com/electron/electron/pull/26135) | ||
* approved | ||
* [feat: add 'resized' and 'moved' events to BrowserWindow](https://github.com/electron/electron/pull/26216) | ||
* approved | ||
* [feat: add APIs to enable/disable spell checker](https://github.com/electron/electron/pull/26276) | ||
* approved | ||
* [feat: add support for spelling panel on macOS](https://github.com/electron/electron/pull/26332) | ||
* approved | ||
2. Discuss @samuelmaddock’s [preload API enhancements proposal](https://github.com/electron/governance/pull/366) | ||
* Suggestion to use handler/function for matching | ||
3. Discuss @dsanders11’s [protocol simplification proposal](https://github.com/electron/governance/pull/368) | ||
4. Vote on adding samuelmaddock | ||
* Approved to join |