Marshall Greenblatt
b7b1fdc749
win: osr: Fix context menu popup placement (fixes issue 3433)
2023-01-06 15:56:31 -05:00
Marshall Greenblatt
47d69a842a
Update to Chromium version 109.0.5414.0 ( #1070088 )
...
- mac: Xcode 14.0 with macOS SDK 13.0 is now required.
- Remove CefRequestHandler::OnQuotaRequest because persistent quota is no
longer supported (see https://crbug.com/1208141 )
2022-11-17 12:50:15 -05:00
Marshall Greenblatt
74fc5d5573
win: Fix 1px gap with maximized frameless windows on Win11 (fixes issue #3414 )
2022-11-09 13:08:16 -05:00
Marshall Greenblatt
767c4422ac
windows: Fix size/placement with multi-DPI screen setup (fixes issue #3359 )
...
Use ScreenWin functions to correctly compute DIP/pixel conversions for
CEF-created top-level windows.
Fix incorrect DIPToScreenRect usage in DesktopWindowTreeHostWin when
|has_external_parent_| is true.
2022-10-24 19:53:05 -04:00
Marshall Greenblatt
8b45f32b33
Update to Chromium version 108.0.5359.0 ( #1058933 )
2022-10-18 17:58:41 -04:00
Marshall Greenblatt
4d1fd05740
Update to Chromium version 107.0.5304.0 ( #1047731 )
2022-09-29 13:09:35 -04:00
Marshall Greenblatt
7659dd60ba
Update to Chromium version 106.0.5249.0 ( #1036826 )
2022-08-25 14:09:20 -04:00
Marshall Greenblatt
8908465546
Fix browser focus assignment on mouse click (fixes issue #3306 )
...
DesktopWindowTreeHostWin ("Chrome_WidgetWin_0") focus needs to be set before
the associated call to WebContents::Focus. In the case of mouse click events,
this means ::SetFocus needs to be called explicitly. See updated comments in
CefBrowserPlatformDelegateNativeWin::SetFocus.
2022-08-10 13:52:42 -04:00
Marshall Greenblatt
9af494d36c
Update to Chromium version 105.0.5195.0 ( #1027018 )
2022-07-25 23:47:56 -04:00
Marshall Greenblatt
e9f29ab3d6
Update to Chromium version 105.0.5176.0 ( #1023155 )
2022-07-22 13:31:29 -04:00
Marshall Greenblatt
c7ea0c5958
Update to Chromium version 104.0.5112.0 ( #1012729 )
...
- Mac: 10.13 is now the minimum required macOS version
2022-06-22 10:56:35 +03:00
Marshall Greenblatt
35654cd709
alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316 )
2022-06-03 22:45:23 +03:00
Marshall Greenblatt
185a908811
Update to Chromium version 103.0.5060.0 ( #1002911 )
2022-05-20 19:39:32 +03:00
Marshall Greenblatt
b62dd2b6ee
Update to Chromium version 102.0.5005.0 ( #992738 )
...
Linux: 32-bit x86 builds are no longer supported (see issue #2676 ).
2022-04-28 16:38:50 -04:00
Marshall Greenblatt
916360e2e5
Update to Chromium version 102.0.4997.0 ( #990845 )
...
- Windows: SDK version 10.0.20348.0 is now required.
- MacOS: SDK version 12.3 (Xcode 13.3) is now required.
- Legacy swiftshader binaries (`swiftshader/*` on Win/Linux and
`libswiftshader_*.dylib` on MacOS) have been removed (see issue #3176 ).
2022-04-26 16:32:20 -04:00
Marshall Greenblatt
b524edc209
Update to Chromium version 101.0.4951.0 ( #982481 )
...
Known issues:
- chrome: Some ceftests are failing due to bfcache same-site enabled by default
(see issue #3301 )
2022-03-30 19:54:09 -04:00
Marshall Greenblatt
f97f0bbda6
Update to Chromium version 100.0.4896.0 ( #972766 )
2022-02-22 19:22:39 -05:00
Marshall Greenblatt
1e1133ec66
Update to Chromium version 99.0.4844.0 ( #961656 )
2022-01-26 21:10:29 -05:00
Marshall Greenblatt
dfc0131516
Update to Chromium version 98.0.4758.0 ( #950365 )
2021-12-18 15:57:34 -05:00
Marshall Greenblatt
66648c2343
Update to Chromium version 97.0.4692.0 ( #938553 )
...
- Remove CefRequestContextHandler::OnBeforePluginLoad and
CefRequestContext::PurgePluginListCache (fixes issue #3047 ). These methods
stopped being relevant after the removal of Flash support in January 2021.
The last remaining PPAPI plugin (PDF viewer) will switch to a non-plugin
implementation in the near future (see https://crbug.com/702993#c58 ) and
functionality related to plugin filtering has already been removed in
https://crrev.com/343ae351c9 .
2021-11-15 14:25:16 -05:00
Marshall Greenblatt
6872dadd74
Update to Chromium version 96.0.4664.0 ( #929512 )
2021-10-21 15:43:15 -04:00
Marshall Greenblatt
dc1f934865
views: Support configuration of initial window show state
...
Known issues:
- Exiting full-screen mode currently crashes with the Chrome runtime
(see issue #3182 ).
2021-09-23 14:41:47 +03:00
Marshall Greenblatt
5782fdca16
Update to Chromium version 95.0.4638.0 ( #920003 )
...
Known issues:
- Windows ARM64 builds are currently failing due to
https://crbug.com/1242884#c31
2021-09-22 12:08:24 +03:00
Marshall Greenblatt
25c1947f1d
Update to Chromium version 94.0.4606.0 ( #911515 )
2021-08-24 17:43:02 -04:00
Marshall Greenblatt
b4ea0496e7
Update to Chromium version 93.0.4577.0 ( #902210 )
2021-07-27 19:03:09 -04:00
Marshall Greenblatt
00dca9601e
Update to Chromium version 92.0.4515.0 ( #885287 )
2021-06-10 16:42:44 -04:00
Marshall Greenblatt
ae4f68f695
Update to Chromium version 91.0.4472.0 ( #870763 )
2021-04-23 11:38:51 -04:00
Marshall Greenblatt
74db00fc89
Update to Chromium version 90.0.4430.0 ( #857950 )
...
- Linux ARM builds require use_vaapi=false (see https://crbug.com/1185348 )
- Windows official builds require use_thin_lto=false (see https://crbug.com/1177001 )
2021-03-18 11:23:00 -04:00
Marshall Greenblatt
5ef0fb8ac8
Update to Chromium version 89.0.4389.0 ( #843830 )
...
- SSE3 is now required on x86 processors (see https://crbug.com/1123353 ).
2021-02-08 14:15:38 -05:00
Marshall Greenblatt
a584bd187b
Update to Chromium version 88.0.4324.0 ( #827102 )
...
- Mac: Xcode 12.2 and the MacOS 11.0 SDK are now required for building.
- MacOS 10.10 (Yosemite) is no longer supported (see https://crbug.com/1126056 ).
- Flash is no longer supported (see https://www.chromium.org/flash-roadmap ).
2020-12-04 15:43:33 -05:00
Marshall Greenblatt
4e6c558bf2
Windows: Fix focus assignment when clicking WebView with external parent (fixes issue #3031 )
2020-10-27 14:43:10 -04:00