Release Notes for v14.0.2
Fixes
- Fixed a crash in
navigator.fonts.query()
. #30984 (Also in 15) - Fixed an issue where button labels in file choosers were improperly localized on Linux. #31065 (Also in 15, 16)
- Fixed an issue where multiple calls to
BrowserWindow.setResizable()
can cause the zoom button to incorrectly be disabled on macOS. #31013 (Also in 15) - Fixed an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for
isMaximized()
. #31040 (Also in 13, 15) - Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. #31099 (Also in 13, 16)
- Fixed black border around the page after resizing is disabled. #31079 (Also in 13, 15, 16)
- Fixed child windows not inheriting the correct transparency and background color settings. #31048 (Also in 15)
- Fixed crash caused by double free when destroying WebContents. #31131 (Also in 15, 16)
- Fixed crash in v8 due to
(Check failed: !regexp_stack_->is_in_use())
. #31143 (Also in 13, 15, 16)
Other Changes
- Updated Chromium to 93.0.4577.82. #30954
Documentation
- Documentation changes: #30976