Commit 96c97e0
Bump Electron to 39.0.0 (#55395)
Summary:
Pull Request resolved: #55395
Upgrade from Electron 37.x → 39.x , which includes compiling for macOS 26.
Changelog: [Internal]
**Breaking changes from Electron 37.2.6 → 39.0.0:**
**Electron 38.0.0**
- Removed `ELECTRON_OZONE_PLATFORM_HINT` env var
- Removed `ORIGINAL_XDG_CURRENT_DESKTOP` env var
- Removed macOS 11 support (minimum now macOS 12)
- Removed `plugin-crashed` event from webContents
- Deprecated `webFrame.routingId` (use `frameToken`)
- Deprecated `webFrame.findFrameByRoutingId()` (use `findFrameByToken()`)
- Linux now defaults to Wayland (force X11 with `--ozone-platform=x11`)
**Electron 39.0.0**
- Deprecated `--host-rules` flag (use `--host-resolver-rules`)
- `window.open` popups now always resizable (WHATWG spec)
- Shared texture OSR `paint` event structure changed
Reviewed By: motiz88
Differential Revision: D92154326
fbshipit-source-id: 4e7399107bfcaf5592f6d873a36d09369804f6051 parent 978d5a2 commit 96c97e0
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4083 | 4083 | | |
4084 | 4084 | | |
4085 | 4085 | | |
4086 | | - | |
4087 | | - | |
4088 | | - | |
4089 | | - | |
| 4086 | + | |
| 4087 | + | |
| 4088 | + | |
| 4089 | + | |
4090 | 4090 | | |
4091 | 4091 | | |
4092 | 4092 | | |
| |||
0 commit comments