chrome: mac: Support dispatch of window commands (see #3462)

This commit is contained in:
Marshall Greenblatt
2023-04-18 17:20:44 -04:00
parent a39c2a0068
commit 7ade772e0b
5 changed files with 217 additions and 2 deletions

View File

@@ -258,6 +258,11 @@ patches = [
# https://github.com/chromiumembedded/cef/issues/2969
'name': 'chrome_browser_extensions',
},
{
# chrome: Expose static access to BrowserFrameMac methods.
# https://github.com/chromiumembedded/cef/issues/3462
'name': 'chrome_browser_frame_mac',
},
{
# alloy: Disable ProxyErrorClient callbacks when extensions are disabled.
# https://github.com/chromiumembedded/cef/issues/2830