cef/libcef_dll/ctocpp
Marshall Greenblatt 8fee8ed05d Add unittests target to the binary distribution (issue #1632)
- Move all tests from the top-level directory to tests/.
- Move files shared by cefclient and unittests to tests/shared/.
- Add a fused (single header/source file) version of gtest in
  tests/gtest/ with associated CMake configuration.
- Test-only headers are now exposed in include/test/. Unit test
  targets must define UNIT_TEST in order to access them.
- Replace usage of USING_CEF_SHARED with WRAPPING_CEF_SHARED for
  clarity (only the libcef_dll_wrapper target should define it).
- Remove the RENAME_DIRECTORY CMake macro which is no longer used.
- Remove C++11 usage from unittests sources for compatibility with
  the binary distribution configuration.
- Windows: Fix build errors due to chrome_elf.dll and imm32.lib
  missing from the CMake configuration.
2016-11-18 03:19:17 -05:00
..
test Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
views Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
app_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
app_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
auth_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
auth_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
base_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
base_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
before_download_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
before_download_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
binary_value_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
binary_value_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
browser_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_host_ctocpp.cc Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
browser_host_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_process_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
browser_process_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
client_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
client_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
command_line_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
command_line_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
completion_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
completion_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
context_menu_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
context_menu_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
context_menu_params_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
context_menu_params_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
cookie_manager_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
cookie_manager_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
cookie_visitor_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
cookie_visitor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
ctocpp.h Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
delete_cookies_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
delete_cookies_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
dialog_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
dialog_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
dictionary_value_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
dictionary_value_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
display_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
display_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
domdocument_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
domdocument_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
domnode_ctocpp.cc Add CefDOMNode::GetElementBounds() method 2016-09-09 14:02:57 -04:00
domnode_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
domvisitor_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
domvisitor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
download_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
download_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
download_image_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
download_image_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
download_item_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
download_item_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
download_item_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
download_item_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
drag_data_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
drag_data_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
drag_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
drag_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
end_tracing_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
end_tracing_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
file_dialog_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
file_dialog_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
find_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
find_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
focus_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
focus_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
frame_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
frame_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
geolocation_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
geolocation_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
geolocation_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
geolocation_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
get_geolocation_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
get_geolocation_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
image_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
image_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
jsdialog_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
jsdialog_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
jsdialog_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
jsdialog_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
keyboard_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
keyboard_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
life_span_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
life_span_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
list_value_ctocpp.cc Change index parameter type from int to size_t (issue #1491) 2016-11-04 15:26:35 -04:00
list_value_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
load_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
load_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
menu_model_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
menu_model_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
menu_model_delegate_ctocpp.cc Fix CefMenuModelDelegate methods missing from the CAPI (issue #2006) 2016-10-28 13:20:04 -04:00
menu_model_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
navigation_entry_ctocpp.cc Add API for SSL status and certificate retrieval (issue #1924) 2016-09-02 13:01:33 +03:00
navigation_entry_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
navigation_entry_visitor_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
navigation_entry_visitor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
pdf_print_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
pdf_print_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
post_data_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
post_data_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
post_data_element_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
post_data_element_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_dialog_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
print_dialog_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
print_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_job_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
print_job_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_settings_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
print_settings_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
process_message_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
process_message_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
read_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
read_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
register_cdm_callback_ctocpp.cc Add CefRegisterWidevineCdm function and remove component updater support (issue #2009) 2016-10-17 14:16:31 -04:00
register_cdm_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
render_handler_ctocpp.cc Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
render_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
render_process_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
render_process_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
request_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_context_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
request_context_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_context_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
request_context_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
request_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_handler_ctocpp.cc Fix translator error with X509CertificateList (issue #1824) 2016-10-27 15:46:58 -04:00
request_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resolve_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
resolve_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_bundle_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
resource_bundle_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_bundle_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
resource_bundle_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
resource_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
response_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
response_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
response_filter_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
response_filter_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
run_context_menu_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
run_context_menu_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
run_file_dialog_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
run_file_dialog_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
scheme_handler_factory_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
scheme_handler_factory_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
scheme_registrar_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
scheme_registrar_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
select_client_certificate_callback_ctocpp.cc Add callback for custom certificate selection (issue #1824) 2016-10-27 14:04:48 -04:00
select_client_certificate_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
set_cookie_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
set_cookie_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
sslinfo_ctocpp.cc Add API for SSL status and certificate retrieval (issue #1924) 2016-09-02 13:01:33 +03:00
sslinfo_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
sslstatus_ctocpp.cc Add API for SSL status and certificate retrieval (issue #1924) 2016-09-02 13:01:33 +03:00
sslstatus_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
stream_reader_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
stream_reader_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
stream_writer_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
stream_writer_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
string_visitor_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
string_visitor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
task_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
task_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
task_runner_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
task_runner_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
thread_ctocpp.cc Add CefThread interface (issue #1632) 2016-11-14 11:30:15 -05:00
thread_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
urlrequest_client_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
urlrequest_client_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
urlrequest_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
urlrequest_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8accessor_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
v8accessor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8context_ctocpp.cc Allow CefV8Context::Eval to bypass CSP (issue #2024) 2016-10-27 14:03:53 -04:00
v8context_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8exception_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
v8exception_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
v8handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8interceptor_ctocpp.cc Add V8 interceptor support (issue #1159) 2016-10-27 14:03:53 -04:00
v8interceptor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8stack_frame_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
v8stack_frame_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8stack_trace_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
v8stack_trace_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8value_ctocpp.cc Add V8 interceptor support (issue #1159) 2016-10-27 14:03:53 -04:00
v8value_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
value_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
value_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
waitable_event_ctocpp.cc Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00
waitable_event_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
web_plugin_info_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
web_plugin_info_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
web_plugin_info_visitor_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
web_plugin_info_visitor_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
web_plugin_unstable_callback_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
web_plugin_unstable_callback_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
write_handler_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
write_handler_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
x509cert_principal_ctocpp.cc Add API for SSL status and certificate retrieval (issue #1924) 2016-09-02 13:01:33 +03:00
x509cert_principal_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
x509certificate_ctocpp.cc Add API for SSL status and certificate retrieval (issue #1924) 2016-09-02 13:01:33 +03:00
x509certificate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
xml_reader_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
xml_reader_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
zip_reader_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
zip_reader_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00