Closed devinbinnie closed 3 weeks ago
Here are the test results below:
The following known failed tests have been fixed on Linux:
New failed tests found on macOS:
The following known failed tests have been fixed on macOS:
All stable tests passed on Windows.
/update-branch
@enahum Gentle ping for review :) let me know if I need to re-assign
@enahum Gentle ping for review :) let me know if I need to re-assign
Sorry was not in my radar, I can give it a review in about 12h or so
Summary
A while back, Electron implemented
BrowserView
as an experimental way of nesting sandboxed Chromium views inside of a main windows, replacingwebview
. However, for the longest time that functionality remained experimental and not fully supported.This PR migrates us over to the new
WebContentsView
, introduced in Electron 30 which should be more stable and supported. It should also simplify resizing logic.Ticket Link
https://mattermost.atlassian.net/browse/MM-59823