cef/libcef_dll/ctocpp
Marshall Greenblatt 8e79307a62 Pass mime type values as file dialog accept filters (see #3314)
File dialogs that specify mime type (e.g. "image/*") accept filters will pass
those values unchanged to the OnFileDialog |accept_filters| parameter. The
default dialog implementation will show those filters in addition to a combined
"Custom Files" filter. This is a change from preexisting Google Chrome
behavior where only the combined "Custom Files" filter is displayed, and
restores CEF behavior that existed prior to 2ea7459a89.

Document the fact that OnFileDialog may be called twice, once before MIME type
expansion and once afterwards.

Add new OnFileDialog |accept_extensions| and |accept_descriptions| parameters
for MIME type extensions and descriptions.

Details: This change adds a SelectFileDialog::FileTypeInfo::extension_mimetypes
member and improves the logic in FileSelectHelper::GetFileTypesFromAcceptType
and file_dialog_manager.cc SelectFileToFileChooserParams to support recall of
the source mime type when populating the FileChooserParams structure.

To test:
- Run `ceftests --gtest_filter=DialogTest.*`
- Run `cefclient --url=https://tests/dialogs`
2024-05-30 15:38:36 -04:00
..
test Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
views Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
accessibility_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
accessibility_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
app_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
app_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
audio_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
audio_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
auth_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
auth_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
base_ref_counted_ctocpp.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
base_ref_counted_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
base_scoped_ctocpp.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
base_scoped_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
before_download_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
before_download_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
binary_value_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
binary_value_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
browser_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
browser_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
browser_host_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
browser_host_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
browser_process_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
browser_process_handler_ctocpp.h chrome: Enforce matching context for new user and incognito profiles 2024-02-14 18:51:32 -05:00
callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
client_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
client_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
command_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
command_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
command_line_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
command_line_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
completion_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
completion_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
context_menu_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
context_menu_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
context_menu_params_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
context_menu_params_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
cookie_access_filter_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
cookie_access_filter_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
cookie_manager_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
cookie_manager_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
cookie_visitor_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
cookie_visitor_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
ctocpp_ref_counted.h Update source files for bracket style 2023-01-04 17:47:17 -05:00
ctocpp_scoped.h Update source files for bracket style 2023-01-04 17:47:17 -05:00
delete_cookies_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
delete_cookies_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
dev_tools_message_observer_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
dev_tools_message_observer_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
dialog_handler_ctocpp.cc Pass mime type values as file dialog accept filters (see #3314) 2024-05-30 15:38:36 -04:00
dialog_handler_ctocpp.h Pass mime type values as file dialog accept filters (see #3314) 2024-05-30 15:38:36 -04:00
dictionary_value_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
dictionary_value_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
display_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
display_handler_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
domdocument_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
domdocument_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
domnode_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
domnode_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
domvisitor_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
domvisitor_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
download_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
download_handler_ctocpp.h chrome: Add CefDownloadHandler support (see #3681) 2024-04-27 15:36:58 -04:00
download_image_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
download_image_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
download_item_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
download_item_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
download_item_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
download_item_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
drag_data_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
drag_data_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
drag_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
drag_handler_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
end_tracing_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
end_tracing_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
extension_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
extension_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
extension_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
extension_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
file_dialog_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
file_dialog_callback_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
find_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
find_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
focus_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
focus_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
frame_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
frame_ctocpp.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
frame_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
frame_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
get_extension_resource_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
get_extension_resource_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
image_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
image_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
jsdialog_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
jsdialog_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
jsdialog_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
jsdialog_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
keyboard_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
keyboard_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
life_span_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
life_span_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
list_value_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
list_value_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
load_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
load_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_access_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_access_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_observer_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_observer_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_route_create_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_route_create_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_route_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_route_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_router_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_router_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_sink_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_sink_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_sink_device_info_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_sink_device_info_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
media_source_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
media_source_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
menu_model_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
menu_model_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
menu_model_delegate_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
menu_model_delegate_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
navigation_entry_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
navigation_entry_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
navigation_entry_visitor_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
navigation_entry_visitor_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
pdf_print_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
pdf_print_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
permission_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
permission_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
permission_prompt_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
permission_prompt_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
post_data_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
post_data_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
post_data_element_ctocpp.cc Update copyright year for generated files 2024-01-05 13:03:36 -05:00
post_data_element_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
preference_manager_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
preference_manager_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
preference_registrar_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
preference_registrar_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
print_dialog_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
print_dialog_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
print_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
print_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
print_job_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
print_job_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
print_settings_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
print_settings_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
process_message_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
process_message_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
read_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
read_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
registration_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
registration_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
render_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
render_handler_ctocpp.h osr: Implement shared texture support (fixes #1006, fixes #2575) 2024-04-23 13:03:56 -04:00
render_process_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
render_process_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
request_context_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
request_context_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
request_context_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
request_context_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
request_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
request_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
request_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
request_handler_ctocpp.h Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
resolve_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resolve_callback_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_bundle_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_bundle_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
resource_bundle_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_bundle_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
resource_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
resource_read_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_read_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
resource_request_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_request_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
resource_skip_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
resource_skip_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
response_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
response_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
response_filter_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
response_filter_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
run_context_menu_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
run_context_menu_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
run_file_dialog_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
run_file_dialog_callback_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
run_quick_menu_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
run_quick_menu_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
scheme_handler_factory_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
scheme_handler_factory_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
scheme_registrar_ctocpp.cc Update copyright year for generated files 2024-01-05 13:03:36 -05:00
scheme_registrar_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
select_client_certificate_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
select_client_certificate_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
server_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
server_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
server_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
server_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
set_cookie_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
set_cookie_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
shared_memory_region_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
shared_memory_region_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
shared_process_message_builder_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
shared_process_message_builder_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
sslinfo_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
sslinfo_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
sslstatus_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
sslstatus_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
stream_reader_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
stream_reader_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
stream_writer_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
stream_writer_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
string_visitor_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
string_visitor_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
task_ctocpp.cc Update copyright year for generated files 2024-01-05 13:03:36 -05:00
task_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
task_runner_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
task_runner_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
thread_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
thread_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
unresponsive_process_callback_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
unresponsive_process_callback_ctocpp.h Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
urlrequest_client_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
urlrequest_client_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
urlrequest_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
urlrequest_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8accessor_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
v8accessor_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8array_buffer_release_callback_ctocpp.cc Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8array_buffer_release_callback_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8context_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
v8context_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8exception_ctocpp.cc Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8exception_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
v8handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8interceptor_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
v8interceptor_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8stack_frame_ctocpp.cc Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8stack_frame_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8stack_trace_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
v8stack_trace_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
v8value_ctocpp.cc Update to Chromium version 126.0.6478.0 (#1300313) 2024-05-26 13:45:29 -04:00
v8value_ctocpp.h Update to Chromium version 126.0.6478.0 (#1300313) 2024-05-26 13:45:29 -04:00
value_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
value_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
waitable_event_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
waitable_event_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
write_handler_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
write_handler_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
x509cert_principal_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
x509cert_principal_ctocpp.h Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
x509certificate_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
x509certificate_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
xml_reader_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
xml_reader_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00
zip_reader_ctocpp.cc Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
zip_reader_ctocpp.h Update copyright year for generated files 2024-01-05 13:03:36 -05:00