cef/libcef
Marshall Greenblatt 17fc2b3e3b Various fixes related to the C++11/14 update (see issue #3140)
- Convert scoped_ptr to std::unique_ptr from <memory>
- Convert arraysize to base::size from include/base/cef_cxx17_backports.h
- Convert NULL to nullptr
- Include include/base/cef_callback.h instead of include/base/cef_bind.h
- Implicit conversion of CefRefPtr<T> or scoped_refptr<T> to T* is gone;
  use .get() instead

See the issue for additional details.
2021-06-18 13:42:31 -04:00
..
browser Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
common widevine: Add arm64 arch manifest value (see issue #2981) 2021-06-17 14:07:27 +00:00
features Create a ChromeBrowserHostImpl for every Chrome tab (see issue #2969) 2020-09-21 17:06:56 -04:00
renderer Update to Chromium version 92.0.4515.0 (#885287) 2021-06-10 16:42:44 -04:00
resources Update to Chromium version 91.0.4472.0 (#870763) 2021-04-23 11:38:51 -04:00