cef/tests/ceftests
Marshall Greenblatt 1c88c74f86 Convert usage and tests to the new CefResourceHandler API (see issue #2622)
Limited test coverage for the old API is still available by passing the
`--test-old-resource-api` command-line flag to ceftests.
2019-12-31 16:11:29 +02:00
..
extensions Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
resources Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
views Windows: Fix ViewsWindowTest failures due to incorrect client area size (fixes issue #2775) 2019-10-04 17:24:01 +03:00
CMakeLists.txt.in Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
browser_info_map_unittest.cc
client_app_delegates.cc Enable strict site isolation by default (see issue #2498) 2019-10-03 17:18:01 +03:00
command_line_unittest.cc
cookie_unittest.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
dialog_unittest.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
display_unittest.cc
dom_unittest.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
download_unittest.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
draggable_regions_unittest.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
file_util_unittest.cc
frame_unittest.cc Enable strict site isolation by default (see issue #2498) 2019-10-03 17:18:01 +03:00
image_unittest.cc Allow CefImage usage from any thread 2019-11-19 13:29:33 -05:00
image_util.cc
image_util.h
jsdialog_unittest.cc
life_span_unittest.cc
message_router_unittest.cc Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
navigation_unittest.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
os_rendering_unittest.cc Update to Chromium version 79.0.3945.1 (#706915) 2019-11-19 13:22:13 -05:00
os_rendering_unittest_mac.h
os_rendering_unittest_mac.mm macOS: Add support for building clients with ARC enabled (fixes issue #2623). 2019-04-23 17:17:56 +00:00
osr_accessibility_unittest.cc Add |extra_info| parameter for browser creation (fixes issue #1088) 2019-05-08 12:31:46 -04:00
osr_display_unittest.cc Add |extra_info| parameter for browser creation (fixes issue #1088) 2019-05-08 12:31:46 -04:00
parser_unittest.cc
plugin_unittest.cc Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
preference_unittest.cc Implement NetworkService request interception/handling (see issue #2622). 2019-04-23 22:53:28 -04:00
print_unittest.cc Update to Chromium version 78.0.3904.0 (#693954) 2019-10-01 13:55:16 +00:00
process_message_unittest.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
request_context_unittest.cc Add |extra_info| parameter for browser creation (fixes issue #1088) 2019-05-08 12:31:46 -04:00
request_handler_unittest.cc Windows: Fix type conversion warning with 64-bit MSVC. 2019-10-21 15:34:50 +02:00
request_unittest.cc Add NetworkService support for response filtering (see issue #2622). 2019-05-20 14:39:37 +03:00
resource.h
resource_manager_unittest.cc
resource_request_handler_unittest.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
resource_util_linux.cc
resource_util_win_idmap.cc
response_unittest.cc Modify CefResponse header methods to match CefRequest API (fixes issue #2770) 2019-10-14 13:49:05 +02:00
routing_test_handler.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
routing_test_handler.h Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
run_all_unittests.cc Linux: Add support for ozone builds (fixes issue #2296). 2019-04-23 17:00:14 +00:00
run_all_unittests_mac.mm
scheme_handler_unittest.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
scoped_temp_dir_unittest.cc
server_unittest.cc Fix NetworkService ServerTest.* failures and test name typo (see issue #2622). 2019-05-18 17:54:02 +03:00
stream_resource_handler_unittest.cc
stream_unittest.cc
string_unittest.cc
task_unittest.cc
test_handler.cc Fix crashes when a request is aborted during initialization (see issue #2622). 2019-06-18 16:21:04 +02:00
test_handler.h Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
test_suite.cc
test_suite.h
test_util.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
test_util.h Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
thread_helper.cc
thread_helper.h
thread_unittest.cc Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00
tracing_unittest.cc Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
translator_unittest.cc
urlrequest_unittest.cc Convert usage and tests to the new CefResourceHandler API (see issue #2622) 2019-12-31 16:11:29 +02:00
v8_unittest.cc Enable strict site isolation by default (see issue #2498) 2019-10-03 17:18:01 +03:00
values_unittest.cc
version_unittest.cc Compute all version numbers using cef_version.py (see issue #2596) 2019-03-15 13:16:43 -04:00
waitable_event_unittest.cc
webui_unittest.cc Remove WebUITest.credits because it always times out 2019-10-04 17:59:18 +03:00
xml_reader_unittest.cc
zip_reader_unittest.cc