You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug where inputs would lose focus when opening the menu bar, preventing many menu items (Edit/Copy/Paste/etc.) to be unusable on Windows and Linux. #19707
Normalized out-of-bound value behavior for the setOpacity() API in BrowserWindow. #19724
Removed the possibility of a preload script being executed twice for the same process in quickly succeeding navigations in the same frame. #19828
Uint8Array and Uint16Array can now be sent correctly in Chrome Extension MessagePort instances. #19654