cef/libcef/browser
Marshall Greenblatt 5065aba1b4 Remove explicit tracking of guest view frames
This is no longer required now that we have implicit exclusion
of certain frame types including guest view frames.

Rename GuestView to ExcludedView in the renderer process.
2024-04-26 10:31:40 -04:00
..
alloy Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
chrome Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
devtools Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
extensions Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
gpu
media_router libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
native chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
net libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
net_service Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
osr Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
prefs Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
printing chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
test Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
views Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
audio_capturer.cc Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
audio_capturer.h Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
audio_loopback_stream_creator.cc Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
audio_loopback_stream_creator.h Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
browser_contents_delegate.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_contents_delegate.h Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
browser_context_keyed_service_factories.cc alloy: Fix crash when accessing FirstPartySets (fixes #3643) 2024-02-14 18:51:32 -05:00
browser_context_keyed_service_factories.h
browser_context.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_context.h Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_frame.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_frame.h Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_host_base.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_host_base.h Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_host_create.cc chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
browser_info_manager.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_info_manager.h Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_info.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_info.h Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
browser_manager.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
browser_manager.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
browser_message_loop.cc Update to Chromium version 118.0.5993.0 (#1192594) 2023-09-20 12:07:47 -04:00
browser_message_loop.h
browser_platform_delegate_create.cc osr: Implement shared texture support (fixes #1006, fixes #2575) 2024-04-23 13:03:56 -04:00
browser_platform_delegate.cc chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
browser_platform_delegate.h chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
browser_util.cc Update to Chromium version 118.0.5993.0 (#1192594) 2023-09-20 12:07:47 -04:00
browser_util.h
certificate_query.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
certificate_query.h Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
chrome_crash_reporter_client_stub.cc
context_menu_params_impl.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
context_menu_params_impl.h
context.cc Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
context.h Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
download_item_impl.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
download_item_impl.h Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
download_manager_delegate.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
download_manager_delegate.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
extension_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
extension_impl.h
file_dialog_manager.cc Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
file_dialog_manager.h
file_dialog_runner.cc chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
file_dialog_runner.h
frame_host_impl.cc chrome: Add support for Alloy style browsers and windows (see #3681) 2024-04-22 14:57:37 -04:00
frame_host_impl.h Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
frame_service_base.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
geometry_util_unittest.cc chrome: Improve positioning of the "Find" widget (fixes #3461) 2023-04-20 12:26:07 -04:00
geometry_util.cc chrome: Improve positioning of the "Find" widget (fixes #3461) 2023-04-20 12:26:07 -04:00
geometry_util.h chrome: Improve positioning of the "Find" widget (fixes #3461) 2023-04-20 12:26:07 -04:00
global_preference_manager_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
global_preference_manager_impl.h
hang_monitor.cc Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
hang_monitor.h Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
image_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
image_impl.h
iothread_state.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
iothread_state.h
javascript_dialog_manager.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
javascript_dialog_manager.h
javascript_dialog_runner.h
main_runner.cc views: Add support for OS and Chrome themes (fixes #3610, fixes #3671) 2024-04-09 16:19:35 -04:00
main_runner.h Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
media_access_query.cc Update to Chromium version 123.0.6312.0 (#1262506) 2024-02-26 12:08:55 -05:00
media_access_query.h Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
media_capture_devices_dispatcher.cc Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
media_capture_devices_dispatcher.h Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
media_stream_registrar.cc Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
media_stream_registrar.h
menu_manager.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
menu_manager.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
menu_model_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
menu_model_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
menu_runner.h
navigation_entry_impl.cc
navigation_entry_impl.h
origin_whitelist_impl.cc Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
origin_whitelist_impl.h Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
path_util_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
permission_prompt.cc Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
permission_prompt.h
print_settings_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
print_settings_impl.h
process_util_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
request_context_handler_map.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
request_context_handler_map.h
request_context_impl.cc Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
request_context_impl.h Remove explicit tracking of guest view frames 2024-04-26 10:31:40 -04:00
scheme_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
server_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
server_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
simple_menu_model_impl.cc Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
simple_menu_model_impl.h Update to Chromium version 124.0.6367.0 (#1274542) 2024-03-22 13:46:28 -04:00
speech_recognition_manager_delegate.cc Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
speech_recognition_manager_delegate.h Update to Chromium version 125.0.6422.0 (#1287751) 2024-04-25 18:43:05 -04:00
ssl_host_state_delegate.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
ssl_host_state_delegate.h Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
ssl_info_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
ssl_info_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
ssl_status_impl.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
ssl_status_impl.h
stream_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
stream_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
thread_util.h Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
trace_impl.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
trace_subscriber.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
trace_subscriber.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
x509_cert_principal_impl.cc Update to Chromium version 115.0.5790.0 (#1148114) 2023-06-01 13:44:39 +03:00
x509_cert_principal_impl.h Update to Chromium version 115.0.5790.0 (#1148114) 2023-06-01 13:44:39 +03:00
x509_certificate_impl.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
x509_certificate_impl.h
xml_reader_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
xml_reader_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
zip_reader_impl.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
zip_reader_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00