Marshall Greenblatt
c44aa35bfc
Update to Chromium version 127.0.6533.0 ( #1313161 )
2024-06-20 12:09:46 -04:00
Marshall Greenblatt
befa827da1
ceftests: Format with clang-tidy (see #3632 )
2024-01-20 12:06:28 -05:00
Marshall Greenblatt
5042d71408
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
Marshall Greenblatt
de4f9e8908
tests: Change HTTP test URLs to HTTPS
...
This avoids unexpected HTTP to HTTPS redirects which cause test failures with
the Chrome runtime.
2023-05-05 22:53:16 +03:00
Marshall Greenblatt
3af3eab3e4
Update source files for bracket style
2023-01-04 17:47:17 -05:00
Marshall Greenblatt
529b91bc6e
tests: Convert usage of base::Bind to Once or Repeating (see issue #3140 )
2021-06-19 17:19:32 -04:00
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
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
31d9407ee2
Apply clang-format to all C, C++ and ObjC files (issue #2171 )
2017-05-18 12:30:05 +02:00
Marshall Greenblatt
bd9a2c8069
Rename unittests to ceftests (issue #1632 )
2016-11-18 12:44:46 -05:00