Features
- Added
ses.setCodeCachePath()
API for setting code cache directory. #33285 (Also in 18)
Fixes
- Fire ‘show’ event when a BrowserWindow is shown via maximize(). #33213 (Also in 16, 18)
- Fixed a network service crash that could occur when using setCertificateVerifyProc. #33254 (Also in 18)
- Fixed an issue where BrowserView layout bounds where limited to it’s visible bounds. #33398 (Also in 18)
- Fixed an issue where Chrome DevTools settings didn’t persist between loads. #33273 (Also in 18)
- Fixed an issue where clicking “Open in Containing Folder” in the Sources tab in Devtools caused a crash. #33196 (Also in 16, 18)
- Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33362 (Also in 16, 18)
- Fixed crash in the render process on reload with pending node fs.promises. #33335 (Also in 15, 16, 18)
- Fixed drag regions on WCO windows on Windows. #33201 (Also in 15, 16, 18)
- Fixed incorrect external memory allocation tracking in nativeImage module. #33306 (Also in 15, 16, 18)
- Theoretical fix for a crash we’re seeing when closing multiple child windows at the same time on macOS. #33283 (Also in 18)
Other Changes
- Fixed an issue where adding/removing display changes the BrowserWindow size. #33251 (Also in 14, 15, 16, 18)
- Fixed an issue where moving a window created in a scaled display to a regular display would increase the window size. #33231