..
extensions
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
resources
Update to Chromium version 104.0.5112.0 ( #1012729 )
2022-06-22 10:56:35 +03:00
views
chrome: Standardize fullscreen transition behavor/callbacks ( fixes #3571 )
2023-09-29 13:56:28 -04:00
CMakeLists.txt.in
Update to Chromium version 117.0.5938.0 ( #1181205 )
2023-08-15 12:07:58 -04:00
audio_output_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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
Remove renderer process CefURLRequest support
2023-02-28 13:36:15 -05:00
command_line_unittest.cc
Fix CefCommandLine character case requirements (fixes issue #1872 )
2021-09-27 16:36:57 +03:00
cookie_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
cors_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
devtools_message_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
dialog_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
display_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
dom_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
download_unittest.cc
tests: Fix timing issue with DownloadTest.ClickedInvalid
2023-06-28 11:43:11 +03:00
draggable_regions_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
file_util_unittest.cc
Add support for loading extensions (issue #1947 )
2017-08-25 18:40:32 -04:00
frame_handler_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
frame_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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
Update source files for bracket style
2023-01-04 17:47:17 -05:00
image_util.cc
Update source files for bracket style
2023-01-04 17:47:17 -05:00
image_util.h
ceftests: Fix incorrect include guard #ifdef names
2020-08-26 16:21:30 -04:00
jsdialog_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
life_span_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
media_access_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
message_router_single_query_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
message_router_threshold_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
message_router_unittest_utils.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03: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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
os_rendering_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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
Update source files for bracket style
2023-01-04 17:47:17 -05:00
osr_display_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
parser_unittest.cc
Add CefResolveURL function (fixes issue #3402 )
2022-10-03 17:46:50 +00:00
pdf_viewer_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
permission_prompt_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
preference_unittest.cc
Support registration of custom preferences.
2022-10-26 16:54:33 -04:00
print_unittest.cc
Update source files for bracket style
2023-01-04 17:47:17 -05:00
process_message_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
request_context_unittest.cc
Add methods for configuring website/content settings ( fixes #3490 )
2023-05-25 11:15:06 +00:00
request_handler_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
request_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
resource_request_handler_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
resource_util_linux.cc
Update source files for bracket style
2023-01-04 17:47:17 -05:00
resource_util_win_dir.cc
Update source files for bracket style
2023-01-04 17:47:17 -05:00
resource_util_win_idmap.cc
Update source files for bracket style
2023-01-04 17:47:17 -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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
run_all_unittests_mac.mm
Update to Chromium version 117.0.5938.0 ( #1181205 )
2023-08-15 12:07:58 -04:00
scheme_handler_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +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
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
server_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
stream_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
string_unittest.cc
Update source files for bracket style
2023-01-04 17:47:17 -05:00
task_unittest.cc
ceftests: Add support for scaling default test timeout values
2023-01-13 14:01:29 -05:00
test_handler.cc
ceftests: Add support for scaling default test timeout values
2023-01-13 14:01:29 -05:00
test_handler.h
ceftests: Minor code cleanup
2022-05-25 16:42:41 +03:00
test_request.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_request.h
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_server.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_server.h
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_server_manager.cc
Update source files for bracket style
2023-01-04 17:47:17 -05: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
ceftests: Add support for scaling default test timeout values
2023-01-13 14:01:29 -05: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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_server_runner_test.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_server_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
test_suite.cc
alloy: Remove CefSettings.user_data_path ( fixes #3511 )
2023-06-06 17:41:57 +03:00
test_suite.h
chrome: Support client-created request contexts (see issue #2969 )
2021-04-07 18:19:17 -04:00
test_util.cc
Add methods for configuring website/content settings ( fixes #3490 )
2023-05-25 11:15:06 +00:00
test_util.h
Add methods for configuring website/content settings ( fixes #3490 )
2023-05-25 11:15:06 +00:00
thread_helper.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
thread_helper.h
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
thread_unittest.cc
tests: Change HTTP test URLs to HTTPS
2023-05-05 22:53:16 +03:00
time_unittest.cc
Run TimeTest.InvalidBaseTimeToTime on Windows only (see issue #2935 )
2022-07-22 13:31:29 -04:00
tracing_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
v8_unittest.cc
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03: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 source files for bracket style
2023-01-04 17:47:17 -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