Release Notes for v21.0.0
Features
- Added
LoadBrowserProcessSpecificV8Snapshot
as a new fuse that will let the main/browser process load its v8 snapshot from a file at browser_v8_context_snapshot.bin
. Any other process will use the same path as is used today. #35695 (Also in 20)
- Added
app.getSystemLocale()
method. #35794
- Added support for Web Bluetooth pin pairing on Linux and Windows. #35818
Fixes
- Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35765 (Also in 19, 20)
- Fixed an issue where part of the BrowserView could be cut off when calling
setBounds
on some windows. #35502 (Also in 19, 20)
Other Changes
- Updated Chromium to 106.0.5249.51. #35768