cef/libcef_dll/ctocpp
Marshall Greenblatt 38d8acfa18 Create a ChromeBrowserHostImpl for every Chrome tab (see issue #2969)
The Browser object represents the top-level Chrome browser window. One or more
tabs (WebContents) are then owned by the Browser object via TabStripModel. A
new Browser object can be created programmatically using "new Browser" or
Browser::Create, or as a result of user action such as dragging a tab out of an
existing window. New or existing tabs can also be added to an already existing
Browser object.

The Browser object acts as the WebContentsDelegate for all attached tabs. CEF
integration requires WebContentsDelegate callbacks and notification of tab
attach/detach. To support this integration we add a cef::BrowserDelegate
(ChromeBrowserDelegate) member that is created in the Browser constructor and
receives delegation for the Browser callbacks. ChromeBrowserDelegate creates a
new ChromeBrowserHostImpl when a tab is added to a Browser for the first time,
and that ChromeBrowserHostImpl continues to exist until the tab's WebContents
is destroyed. The associated WebContents object does not change, but the
Browser object will change when the tab is dragged between windows.

CEF callback logic is shared between the chrome and alloy runtimes where
possible. This shared logic has been extracted from CefBrowserHostImpl to
create new CefBrowserHostBase and CefBrowserContentsDelegate classes. The
CefBrowserHostImpl class is now only used with the alloy runtime and will be
renamed to AlloyBrowserHostImpl in a future commit.
2020-09-21 17:06:56 -04:00
..
test Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
views views: Support specification of screen bounds for CefWindow creation (fixes issue #2980) 2020-09-03 17:51:57 -04:00
accessibility_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
accessibility_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
app_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
app_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
audio_handler_ctocpp.cc Re-implement audio capturing based on the AudioService API (fixes issue #2755) 2020-05-01 18:18:18 +00:00
audio_handler_ctocpp.h Re-implement audio capturing based on the AudioService API (fixes issue #2755) 2020-05-01 18:18:18 +00:00
auth_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
auth_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
base_ref_counted_ctocpp.cc Remove old approach for debugging leaked wrapper object references (issue #2593) 2019-02-14 17:08:44 -05: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 Remove old approach for debugging leaked wrapper object references (issue #2593) 2019-02-14 17:08:44 -05: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 Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
before_download_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
binary_value_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
binary_value_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
browser_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
browser_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
browser_host_ctocpp.cc Add support for direct DevTools protocol messaging (fixes issue #2961). 2020-06-19 22:15:22 -04:00
browser_host_ctocpp.h Add support for direct DevTools protocol messaging (fixes issue #2961). 2020-06-19 22:15:22 -04:00
browser_process_handler_ctocpp.cc Create a ChromeBrowserHostImpl for every Chrome tab (see issue #2969) 2020-09-21 17:06:56 -04:00
browser_process_handler_ctocpp.h Create a ChromeBrowserHostImpl for every Chrome tab (see issue #2969) 2020-09-21 17:06:56 -04:00
callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
client_ctocpp.cc Re-implement audio capturing based on the AudioService API (fixes issue #2755) 2020-05-01 18:18:18 +00:00
client_ctocpp.h Re-implement audio capturing based on the AudioService API (fixes issue #2755) 2020-05-01 18:18:18 +00:00
command_line_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
command_line_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
completion_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
completion_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
context_menu_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
context_menu_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
context_menu_params_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
context_menu_params_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
cookie_access_filter_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
cookie_access_filter_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
cookie_manager_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
cookie_manager_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
cookie_visitor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
cookie_visitor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
ctocpp_ref_counted.h libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01:00
ctocpp_scoped.h libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01:00
delete_cookies_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
delete_cookies_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
dev_tools_message_observer_ctocpp.cc Add support for direct DevTools protocol messaging (fixes issue #2961). 2020-06-19 22:15:22 -04:00
dev_tools_message_observer_ctocpp.h Add support for direct DevTools protocol messaging (fixes issue #2961). 2020-06-19 22:15:22 -04:00
dialog_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
dialog_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
dictionary_value_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
dictionary_value_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
display_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
display_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
domdocument_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
domdocument_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
domnode_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
domnode_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
domvisitor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
domvisitor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
download_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
download_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
download_image_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
download_image_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
download_item_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
download_item_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
download_item_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
download_item_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
drag_data_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
drag_data_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
drag_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
drag_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
end_tracing_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
end_tracing_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
extension_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
extension_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
extension_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
extension_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
file_dialog_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
file_dialog_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
find_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
find_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
focus_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
focus_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
frame_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
frame_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
get_extension_resource_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
get_extension_resource_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
image_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
image_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
jsdialog_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
jsdialog_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
jsdialog_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
jsdialog_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
keyboard_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
keyboard_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
life_span_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
life_span_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
list_value_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
list_value_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
load_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
load_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
media_observer_ctocpp.cc Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_observer_ctocpp.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_route_create_callback_ctocpp.cc Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_route_create_callback_ctocpp.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_route_ctocpp.cc Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_route_ctocpp.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_router_ctocpp.cc Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_router_ctocpp.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
media_sink_ctocpp.cc Expose MediaSink device ip/port and model name (see issue #2900) 2020-07-16 19:11:19 -04:00
media_sink_ctocpp.h Expose MediaSink device ip/port and model name (see issue #2900) 2020-07-16 19:11:19 -04:00
media_sink_device_info_callback_ctocpp.cc Expose MediaSink device ip/port and model name (see issue #2900) 2020-07-16 19:11:19 -04:00
media_sink_device_info_callback_ctocpp.h Expose MediaSink device ip/port and model name (see issue #2900) 2020-07-16 19:11:19 -04:00
media_source_ctocpp.cc Update to Chromium version 85.0.4183.0 (#782793) 2020-07-16 19:11:12 -04:00
media_source_ctocpp.h Update to Chromium version 85.0.4183.0 (#782793) 2020-07-16 19:11:12 -04:00
menu_model_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
menu_model_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
menu_model_delegate_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
menu_model_delegate_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
navigation_entry_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
navigation_entry_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
navigation_entry_visitor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
navigation_entry_visitor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
pdf_print_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
pdf_print_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
post_data_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
post_data_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
post_data_element_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
post_data_element_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
print_dialog_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
print_dialog_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
print_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
print_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
print_job_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
print_job_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
print_settings_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
print_settings_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
process_message_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
process_message_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
read_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
read_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
register_cdm_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
register_cdm_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
registration_ctocpp.cc Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
registration_ctocpp.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
render_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
render_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
render_process_handler_ctocpp.cc Remove render thread created callbacks (see issue #2498) 2020-07-16 19:11:18 -04:00
render_process_handler_ctocpp.h Remove render thread created callbacks (see issue #2498) 2020-07-16 19:11:18 -04:00
request_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
request_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
request_context_ctocpp.cc Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
request_context_ctocpp.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
request_context_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
request_context_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
request_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
request_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
request_handler_ctocpp.cc Add support for direct DevTools protocol messaging (fixes issue #2961). 2020-06-19 22:15:22 -04:00
request_handler_ctocpp.h Add support for direct DevTools protocol messaging (fixes issue #2961). 2020-06-19 22:15:22 -04:00
resolve_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
resolve_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
resource_bundle_ctocpp.cc Return decompressed values from CefResourceBundle (fixes issue #2976) 2020-07-21 15:55:54 +00:00
resource_bundle_ctocpp.h Return decompressed values from CefResourceBundle (fixes issue #2976) 2020-07-21 15:55:54 +00:00
resource_bundle_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
resource_bundle_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
resource_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
resource_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
resource_read_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
resource_read_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
resource_request_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
resource_request_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
resource_skip_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
resource_skip_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
response_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
response_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
response_filter_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
response_filter_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
run_context_menu_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
run_context_menu_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
run_file_dialog_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
run_file_dialog_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
scheme_handler_factory_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
scheme_handler_factory_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
scheme_registrar_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
scheme_registrar_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
select_client_certificate_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
select_client_certificate_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
server_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
server_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
server_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
server_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
set_cookie_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
set_cookie_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
sslinfo_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
sslinfo_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
sslstatus_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
sslstatus_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
stream_reader_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
stream_reader_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
stream_writer_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
stream_writer_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
string_visitor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
string_visitor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
task_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
task_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
task_runner_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
task_runner_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
thread_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
thread_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
urlrequest_client_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
urlrequest_client_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
urlrequest_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
urlrequest_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8accessor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8accessor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8array_buffer_release_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8array_buffer_release_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8context_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8context_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8exception_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8exception_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8interceptor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8interceptor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8stack_frame_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8stack_frame_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8stack_trace_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8stack_trace_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
v8value_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
v8value_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
value_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
value_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
waitable_event_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
waitable_event_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
web_plugin_info_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
web_plugin_info_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
web_plugin_info_visitor_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
web_plugin_info_visitor_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
web_plugin_unstable_callback_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
web_plugin_unstable_callback_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
write_handler_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
write_handler_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
x509cert_principal_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
x509cert_principal_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
x509certificate_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
x509certificate_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
xml_reader_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
xml_reader_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00
zip_reader_ctocpp.cc Update generated files for NULL to nullptr conversion (see issue #2861) 2020-01-15 14:53:19 +01:00
zip_reader_ctocpp.h Update copyright year 2020-01-06 11:59:05 +02:00