Release Notes for v27.2.0
Features
- Added an option in
protocol.registerSchemesAsPrivileged
to allow V8 code cache in custom schemes. #40708 (Also in 28)
Fixes
- Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. #40715 (Also in 28)
- Fixed child window opening in non-active macOS apps. #40658 (Also in 26, 28)
- Fixed documentation of the default
--inspect
port. #40742 (Also in 28) - Fixed save to file option not working in performance tab of devtools. #40753
- Prevent node mode to be used as script runner by other apps on macOS. #40737 (Also in 26, 28)
Other Changes
- Security: backported fix for CVE-2023-6508. #40724
- Security: backported fix for CVE-2023-7024. #40807