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
4d1fd05740
Update to Chromium version 107.0.5304.0 ( #1047731 )
2022-09-29 13:09:35 -04:00
Marshall Greenblatt
1e1133ec66
Update to Chromium version 99.0.4844.0 ( #961656 )
2022-01-26 21:10:29 -05:00
Marshall Greenblatt
6872dadd74
Update to Chromium version 96.0.4664.0 ( #929512 )
2021-10-21 15:43:15 -04:00
Marshall Greenblatt
b4ea0496e7
Update to Chromium version 93.0.4577.0 ( #902210 )
2021-07-27 19:03:09 -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
24c2f2fa38
Update to Chromium version 86.0.4240.0 ( #800218 )
...
- CefURLRequest::Create is no longer supported in the renderer process
(see https://crbug.com/891872 ). Use CefFrame::CreateURLRequest instead.
- Mac platform definitions have been changed from `MACOSX` to `MAC`
(see https://crbug.com/1105907 ) and related CMake macro names have
been updated. The old `OS_MACOSX` define is still set in code and CMake
for backwards compatibility.
- Linux ARM build is currently broken (see https://crbug.com/1123214 ).
2020-09-03 17:44:25 -04:00
Marshall Greenblatt
6573df6cc3
Update to Chromium version 85.0.4183.0 ( #782793 )
...
- Windows: 10.0.19041 SDK is now required.
- macOS: 10.15.1 SDK (at least Xcode 11.2) is now required.
- Remove CefMediaSource::IsValid and CefMediaSink::IsValid which would
always return true.
2020-07-16 19:11:12 -04:00
Alexander Guettler
790d248111
Update to Chromium version 84.0.4147.0 ( #768962 )
2020-06-10 15:26:29 -04:00
Marshall Greenblatt
9d9ee8b45f
Update to Chromium version 81.0.4044.0 ( #737173 )
2020-03-04 19:31:54 -05:00
Marshall Greenblatt
bf51cd21b6
Update to Chromium version 73.0.3683.0 ( #625896 )
2019-02-04 11:16:53 -05:00
Marshall Greenblatt
a7e997e524
Update to Chromium version 72.0.3599.0 ( #604791 )
2018-11-05 13:31:55 -05:00
Marshall Greenblatt
315b57e9f7
Update to Chromium version 71.0.3578.0 ( #599034 )
2018-10-25 12:57:05 -04:00
Marshall Greenblatt
a028976ac4
Update to Chromium revision fa6a5d87 ( #499098 )
2017-09-07 17:29:47 -04:00
Marshall Greenblatt
f229796a39
Update to Chromium revision ff259bab ( #488528 )
2017-07-28 18:30:34 -04:00
Marshall Greenblatt
5c79944b31
Update to Chromium revision d483fb77 ( #474934 )
...
- CefLifeSpanHandler::OnBeforePopup is now called on the UI thread.
- Remove CefBrowserSettings.javascript_open_windows which is no
longer supported.
2017-06-02 05:55:23 -07:00
Marshall Greenblatt
4fe6ac0d4b
Use git apply for applying patch files (issue #1825 )
2017-04-27 13:53:32 -04:00
Marshall Greenblatt
9064e30296
Update to Chromium revision 1ae106db ( #414607 )
2016-09-01 11:52:50 +03:00
Marshall Greenblatt
05ee60b7b4
Update to Chromium revision 318e6f54 ( #400326 )
2016-06-21 12:41:21 -04:00
Marshall Greenblatt
c6111d5947
Update to Chromium revision 304f01a1 ( #358063 )
...
- Improve ordering of CefLoadHandler callbacks. OnLoadingStateChange will
be called before and after all calls to OnLoadStart and OnLoadEnd.
OnLoadStart/OnLoadEnd calls will occur as matching pairs
(see http://crbug.com/539952#c2 ).
- Remove the |requesting_url| argument to CefGeolocationHandler::
OnCancelGeolocationPermission. Clients can use the |request_id| argument
to track this information themselves.
- Fix a crash when loading the PDF extension in multiple browsers with a
custom CefRequestContext (issue #1757 ).
2015-11-11 18:24:00 -05:00
Marshall Greenblatt
a63d646e3b
Update to Chromium revision fc6ad471 ( #342568 )
2015-08-14 14:42:03 -04:00
Marshall Greenblatt
8da8a4fbf1
Update to Chromium revision 12bfc336 ( #338390 ).
...
- The ffmpeg library is now statically linked (see https://codereview.chromium.org/1141703002 ).
- Off-screen rendering of the PDF viewer does not work in combination with surfaces. Pass the
`--disable-surfaces` command-line flag if GPU is enabled (see https://codereview.chromium.org/1169983006 ).
2015-07-24 16:11:13 -04:00
Marshall Greenblatt
378a64b39a
Update to Chromium revision 14bd12d6 ( #333041 )
...
- Remove CefNavigationEntry::GetFrameName() (see http://crbug.com/477150#c5 ).
- Devirtualize base::BindState (see http://crbug.com/486594 ).
- Move Tuple to the base namespace.
2015-06-08 17:31:50 -04:00
Marshall Greenblatt
0b78461f5b
Update to Chromium revision ad468e8b ( #292352 ).
...
- Building Chromium using SVN is no longer supported.
- Remove CefDOMEvent and CefDOMEventListener (issue #933 ).
- Remove CefRenderHandler::OnScrollOffsetChanged (http://crbug.com/404656 ).
- Remove UR_FLAG_REPORT_LOAD_TIMING (https://codereview.chromium.org/451623002/ ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1816 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-04 17:53:40 +00:00
Marshall Greenblatt
824f8f4009
Linux: Add drag&drop support (issue #1258 ).
...
- Requires proper handling of the "XdndProxy" property on the top-level window. This currently works in cefsimple but not cefclient (perhaps due to https://bugzilla.gnome.org/show_bug.cgi?id=653264 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1759 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-08 22:37:06 +00:00