cef/tests/ceftests
npavlov 485f0b9caf Add screen pixel to screen DIP conversion methods.
On Windows these new CefDisplay methods convert between screen pixel coordinates
and screen DIP coordinates. On macOS and Linux these methods just return a copy
of the input coordinates.
2022-10-14 13:55:07 -04:00
..
extensions tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
resources Update to Chromium version 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
views Add screen pixel to screen DIP conversion methods. 2022-10-14 13:55:07 -04:00
CMakeLists.txt.in Include net test data in the binary distribution (see issue #3348) 2022-08-03 16:28:52 -04:00
audio_output_unittest.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
browser_info_map_unittest.cc ceftests: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:59:12 +01:00
certificate_error_unittest.cc Add missing newline at end of file 2022-08-16 16:23:27 -04:00
client_app_delegates.cc Add a shared memory variant of CefProcessMessage (fixes issue #3126) 2022-07-04 09:49:15 +00:00
command_line_unittest.cc Fix CefCommandLine character case requirements (fixes issue #1872) 2021-09-27 16:36:57 +03:00
cookie_unittest.cc ceftests: Add HSTS redirect test (see issue #3336, see issue #3348) 2022-08-03 12:14:51 -04:00
cors_unittest.cc ceftests: Rename test_server::Observer::OnHttpRequest to OnTestServerRequest (see issue #3348) 2022-08-01 21:14:12 -04:00
devtools_message_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
dialog_unittest.cc Use Chrome file dialogs on all platforms and runtimes (fixes issue #3314) 2022-04-19 18:52:26 -04:00
display_unittest.cc Fix DisplayTest.AutoResize failure 2022-08-11 14:49:54 -04:00
dom_unittest.cc tests: Fix DOMTest failure with fractional devicePixelRatio 2022-08-25 14:09:20 -04:00
download_unittest.cc Add permission callback for user-initated downloads (fixes issue #3183) 2022-03-22 17:46:44 -04:00
draggable_regions_unittest.cc alloy: Fix flaky OnDraggableRegionsChanged behavior (fixes issue #3374) 2022-08-11 17:25:36 -04:00
file_util_unittest.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
frame_handler_unittest.cc chrome: Update expectations with same-site BFCache enabled (fixes issue #3301) 2022-04-05 15:30:30 -04:00
frame_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
hsts_redirect_unittest.cc tests: Fix failures on multiple execution of HSTSRedirectTest.Redirect (see issue #3336) 2022-08-25 14:09:20 -04:00
image_unittest.cc Allow CefImage usage from any thread 2019-11-19 13:29:33 -05:00
image_util.cc Rename unittests to ceftests (issue #1632) 2016-11-18 12:44:46 -05:00
image_util.h ceftests: Fix incorrect include guard #ifdef names 2020-08-26 16:21:30 -04:00
jsdialog_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
life_span_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
media_access_unittest.cc chrome: Add support for OnRequestMediaAccessPermission callback (see issue #2582) 2022-07-08 07:40:35 +00:00
message_router_harness_unittest.cc Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
message_router_multi_query_unittest.cc Add a shared memory variant of CefProcessMessage (fixes issue #3126) 2022-07-04 09:49:15 +00:00
message_router_single_query_unittest.cc Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
message_router_threshold_unittest.cc Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
message_router_unittest_utils.cc Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
message_router_unittest_utils.h Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
navigation_unittest.cc Add CefBaseTime and use it instead of CefTime (see issue #2935) 2022-07-19 10:09:35 -04:00
os_rendering_unittest.cc Update to Chromium version 107.0.5304.0 (#1047731) 2022-09-29 13:09:35 -04:00
os_rendering_unittest_mac.h ceftests: Fix incorrect include guard #ifdef names 2020-08-26 16:21:30 -04:00
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 tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
osr_display_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
parser_unittest.cc Add CefResolveURL function (fixes issue #3402) 2022-10-03 17:46:50 +00:00
pdf_viewer_unittest.cc Improve the timing of OnLoadEnd (fixes issue #3341) 2022-08-25 18:23:33 -04:00
permission_prompt_unittest.cc Add CefPermissionHandler callbacks for permission prompts (see issue #3352) 2022-07-07 10:01:24 +00:00
preference_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
print_unittest.cc ceftests: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:59:12 +01:00
process_message_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
request_context_unittest.cc Update to Chromium version 95.0.4638.0 (#920003) 2021-09-22 12:08:24 +03:00
request_handler_unittest.cc Replace CefRequestCallback with CefCallback (fixes issue #1861) 2021-09-27 16:22:27 +03:00
request_unittest.cc Replace CefRequestCallback with CefCallback (fixes issue #1861) 2021-09-27 16:22:27 +03:00
resource.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_manager_unittest.cc Replace CefRequestCallback with CefCallback (fixes issue #1861) 2021-09-27 16:22:27 +03:00
resource_request_handler_unittest.cc Improve the timing of OnLoadEnd (fixes issue #3341) 2022-08-25 18:23:33 -04:00
resource_util_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_util_win_dir.cc Include net test data in the binary distribution (see issue #3348) 2022-08-03 16:28:52 -04:00
resource_util_win_idmap.cc Update to Chromium revision 5fdc0fab (#520840) 2017-12-14 15:31:07 -05:00
response_unittest.cc ceftests: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:59:12 +01:00
routing_test_handler.cc Add CefFrameHandler callbacks for tracking CefFrame lifespan (see issue #2421) 2021-05-31 18:58:27 -04:00
routing_test_handler.h Add CefFrameHandler callbacks for tracking CefFrame lifespan (see issue #2421) 2021-05-31 18:58:27 -04:00
run_all_unittests.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
run_all_unittests_mac.mm Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
scheme_handler_unittest.cc Update to Chromium version 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
scoped_temp_dir_unittest.cc Rename unittests to ceftests (issue #1632) 2016-11-18 12:44:46 -05:00
send_shared_process_message_unittest.cc Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
server_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
shared_process_message_unittest.cc Add missing newline at end of file (see issue #3126) 2022-07-19 10:09:35 -04:00
stream_resource_handler_unittest.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
stream_unittest.cc ceftests: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:59:12 +01:00
string_unittest.cc Fix unintentional state transfer in DetachToUserFree (fixes issue #3309) 2022-04-13 14:33:25 -04:00
task_unittest.cc Add base::OnceClosure support in cef_closure_task.h (see issue #3140) 2021-06-18 14:19:11 -04:00
test_handler.cc ceftests: Minor code cleanup 2022-05-25 16:42:41 +03:00
test_handler.h ceftests: Minor code cleanup 2022-05-25 16:42:41 +03:00
test_request.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
test_request.h tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
test_server.cc ceftests: Deprecate the use of test_server constants (see issue #3348) 2022-08-01 16:20:03 -04:00
test_server.h ceftests: Deprecate the use of test_server constants (see issue #3348) 2022-08-01 16:20:03 -04:00
test_server_manager.cc tests: Disable HTTPS server reuse between tests (see issue #3348) 2022-08-25 14:09:20 -04:00
test_server_manager.h tests: Disable HTTPS server reuse between tests (see issue #3348) 2022-08-25 14:09:20 -04:00
test_server_observer.cc ceftests: Refactor test_server to support both HTTP and HTTPS servers (see issue #3348) 2022-08-01 16:20:03 -04:00
test_server_observer.h ceftests: Rename test_server::Observer::OnHttpRequest to OnTestServerRequest (see issue #3348) 2022-08-01 21:14:12 -04:00
test_server_observer_unittest.cc Convert base::size to std::size from C++17 (see issue #3362) 2022-09-05 16:31:47 -04:00
test_server_runner.cc ceftests: Refactor test_server to support both HTTP and HTTPS servers (see issue #3348) 2022-08-01 16:20:03 -04:00
test_server_runner.h ceftests: Rename test_server::Observer::OnHttpRequest to OnTestServerRequest (see issue #3348) 2022-08-01 21:14:12 -04:00
test_server_runner_normal.cc ceftests: Rename test_server::Observer::OnHttpRequest to OnTestServerRequest (see issue #3348) 2022-08-01 21:14:12 -04:00
test_server_runner_test.cc Support configuration of the CefTestServer certificate type (see issue #3348) 2022-08-04 12:37:12 -04:00
test_server_unittest.cc Support configuration of the CefTestServer certificate type (see issue #3348) 2022-08-04 12:37:12 -04:00
test_suite.cc Include net test data in the binary distribution (see issue #3348) 2022-08-03 16:28:52 -04:00
test_suite.h chrome: Support client-created request contexts (see issue #2969) 2021-04-07 18:19:17 -04:00
test_util.cc ceftests: Add HSTS redirect test (see issue #3336, see issue #3348) 2022-08-03 12:14:51 -04:00
test_util.h ceftests: Add HSTS redirect test (see issue #3336, see issue #3348) 2022-08-03 12:14:51 -04:00
thread_helper.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
thread_helper.h tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
thread_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
time_unittest.cc Run TimeTest.InvalidBaseTimeToTime on Windows only (see issue #2935) 2022-07-22 13:31:29 -04:00
tracing_unittest.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
track_callback.h ceftests: Move TrackCallback to a separate header file 2020-08-26 16:21:51 -04:00
translator_unittest.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
urlrequest_unittest.cc ceftests: Add HSTS redirect test (see issue #3336, see issue #3348) 2022-08-03 12:14:51 -04:00
v8_unittest.cc Add support for native creation and resolution of Promises (fixes issue #3305) 2022-10-11 14:55:12 -04:00
values_unittest.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
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 tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
webui_unittest.cc Update to Chromium version 97.0.4692.0 (#938553) 2021-11-15 14:25:16 -05:00
xml_reader_unittest.cc ceftests: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:59:12 +01:00
zip_reader_unittest.cc ceftests: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:59:12 +01:00