Marshall Greenblatt
49a34d9160
Apply new Chromium style for #include sorting
...
Add "cef/" prefix for CEF #includes in libcef/ directory.
Sort #includes by following
https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2024-05-01 14:34:32 -04:00
Marshall Greenblatt
b07a9e1843
mac: cefclient: Fix deprecation warnings
2023-07-24 12:57:37 -04:00
Marshall Greenblatt
6355aaf33b
mac: cefclient: Fix compile error with Xcode 14.3.1
2023-06-02 17:28:41 +03:00
Vladimir Kharitonov
ecdfd467f8
Update CefRange type to match gfx::Range ( fixes #3422 )
2023-05-16 14:44:19 +03:00
Marshall Greenblatt
7ba45a0451
Mac: Fix implicit type cast errors with Xcode 14.1
2023-01-04 17:58:42 -05:00
Marshall Greenblatt
3af3eab3e4
Update source files for bracket style
2023-01-04 17:47:17 -05: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
b4ea0496e7
Update to Chromium version 93.0.4577.0 ( #902210 )
2021-07-27 19:03:09 -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
d4f06e3806
Move matching h file to top of header list (issue #2171 )
2017-05-19 11:11:18 +02: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
f440f850ef
cefclient: macOS: Fix CefBrowser leak during OSR shutdown (issue #2151 )
2017-04-26 15:05:12 -04:00
Marshall Greenblatt
607d420baf
Fix memory leak with IME on macOS (see http://crbug.com/654695 )
2016-11-10 19:16:38 -05:00
Marshall Greenblatt
d6b17a8fb5
Standardize IME callbacks for off-screen rendering (issue #1675 )
2016-11-03 21:02:36 -04:00