cef/tests/shared/browser
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
..
client_app_browser.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
client_app_browser.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
extension_util.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
extension_util.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
file_util.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
file_util.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
geometry_util.cc Linux: cefclient: Port to GTK3 (see issue #2969) 2021-03-01 15:25:09 -05:00
geometry_util.h Linux: cefclient: Port to GTK3 (see issue #2969) 2021-03-01 15:25:09 -05:00
main_message_loop.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
main_message_loop_external_pump.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop_external_pump.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
main_message_loop_external_pump_linux.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
main_message_loop_external_pump_mac.mm Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
main_message_loop_external_pump_win.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
main_message_loop_std.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
resource_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
resource_util_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_util_mac.mm Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
resource_util_posix.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
resource_util_win.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
util_win.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
util_win.h cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00