Marshall Greenblatt
6d80ec69d7
Replace OVERRIDE with override (see issue #3140 )
2021-06-17 16:16:53 -04:00
Marshall Greenblatt
ff8f4a7217
Remove the TID_FILE default value
...
Clients should instead make an informed decision about which blocking thread
to use. See cef_thread_id_t documentation for guidance.
2021-05-19 17:42:51 -04:00
Marshall Greenblatt
ea63799c3e
libcef: Convert NULL to nullptr (see issue #2861 )
2020-01-15 14:49:22 +01: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
f557d325c1
Remove Chromium target dependencies for unit tests (issue #1632 )
2016-11-16 12:51:44 -08:00
Marshall Greenblatt
ab2636b012
Update to Chromium revision 2b3ae3b8 ( #394939 )
2016-05-25 08:10:01 -07:00
Marshall Greenblatt
243a9c26d7
Update to Chromium revision 0bfd25d4 ( #381305 )
...
- Delete include/cef_runnable.h (issue #1336 ).
- Build the cef_unittests target using all Chromium headers. Add a
USING_CHROMIUM_INCLUDES define and libcef_dll_wrapper_unittests
target to support this. This change avoids compile errors due to
the divergence of CEF and Chromium base/ header implementations.
The libcef_dll_wrapper sources must now compile successfully with
both CEF and Chromium base/ headers (issue #1632 ).
- The onbeforeunload message specified via JavaScript is no longer
passed to the client (see http://crbug.com/587940 ).
2016-03-17 13:01:21 -04:00
Marshall Greenblatt
694b45717c
Windows: Fix VS2008SP1 compiler errors (issue #1758 )
...
- override was being defined but this compiler doesn't support it.
- Warning C4355 wasn't being properly suppressed in cef_resource_manager.cc
2015-11-13 11:19:27 -05:00
Marshall Greenblatt
70ed95bcca
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON() to match Chromium
...
changes (see http://crrev.com/e649f573 ) and fix unit test runtime
errors when building with GYP_DEFINES=dcheck_always_on=1.
2015-10-14 09:40:59 -07:00
Marshall Greenblatt
3f4687a4cd
Fix parsing of CefResourceManager::Request::url() when both query
...
and fragment components are present (issue #1733 )
2015-10-13 16:51:52 -04:00
Marshall Greenblatt
b6e5310bce
Add CefResourceManager class for mapping requests to data providers (issue #1640 ).
2015-06-03 15:21:40 -04:00