Release Notes for v25.5.0
Features
- Added
safeStorage.setUsePlainTextEncryption
andsafeStorage.getSelectedStorageBackend
api. #39325 (Also in 26)
Fixes
- Fixed a rare crash when closing active native tab on macOS. #39409 (Also in 26)
- Fixed an issue where
browserView.removeBrowserView
could cause a crash in some cases. #39408 (Also in 24, 26) - Fixed an issue where
chrome.tabs.update
did not return atab
object that properly reflected potential properties that were changed. #39388 (Also in 26) - Fixed crash in message ports when utility process exits. #39345 (Also in 26)
- Notes: Fixes an issue where
chrome.tabs
did not work properly with Chrome Extensions Manifest V3. #39359 (Also in 26)
Other Changes
- Updated Chromium to 114.0.5735.289. #39351