cef/libcef_dll/ctocpp
Marshall Greenblatt 7a56371b84 Fix draggable region update with BackForwardCache enabled (see issue #2421)
When BackForwardCache is enabled and the user navigates the main frame
back/forward a new RFH may be created for an existing main frame GlobalId value
and CefFrameHostImpl (e.g. an object that was previously Detach()ed after main
frame navigation called SetMainFrame, but for which RenderFrameDeleted was not
subsequently called due to insertion in the BackForwardCache). In this case we
can re-attach the new RFH to the existing main frame CefFrameHostImpl in
RenderFrameHostStateChanged and resume processing of messages.

Swapping back/forward to an existing (already loaded) renderer does not trigger
new notifications for draggable regions (e.g. RenderFrameObserver::
DraggableRegionsChanged is not called by default). We therefore explicitly
request an update of draggable regions by sending the DidStopLoading message to
the renderer.

A new |reattached| parameter is added to CefFrameHandler::OnFrameAttached to
support identification of BackForwardCache usage by the client.

To test with unit tests:
Run `ceftests --gtest_filter=DraggableRegionsTest.DraggableRegionsCrossOrigin
              --enable-features=BackForwardCache`

To test manually:
1. Run `cefclient --enable-features=BackForwardCache --use-views
   --url=http://tests/draggable`, note that draggable regions work.
2. Load https://www.google.com via the address bar, note that draggable regions
   are removed.
3. Go back to http://tests/draggable, note that draggable regions work.
4. Go forward to https://www.google.com, note that draggable regions are
   removed.
2021-09-16 18:25:43 +03:00
..
test Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
views views: Add support for absolute positioned overlay views. 2021-09-16 18:25:43 +03:00
accessibility_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
accessibility_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
app_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
app_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
audio_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
audio_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
auth_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
auth_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04: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 copyright year on generated files 2021-01-27 13:36:54 -05:00
before_download_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
binary_value_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
binary_value_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
browser_ctocpp.cc Add CefFrameHandler callbacks for tracking CefFrame lifespan (see issue #2421) 2021-05-31 18:58:27 -04:00
browser_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
browser_host_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
browser_host_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
browser_process_handler_ctocpp.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
browser_process_handler_ctocpp.h Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
client_ctocpp.cc Add CefFrameHandler callbacks for tracking CefFrame lifespan (see issue #2421) 2021-05-31 18:58:27 -04:00
client_ctocpp.h Add CefFrameHandler callbacks for tracking CefFrame lifespan (see issue #2421) 2021-05-31 18:58:27 -04:00
command_line_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
command_line_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
completion_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
completion_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
context_menu_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
context_menu_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
context_menu_params_ctocpp.cc Update to Chromium version 90.0.4430.0 (#857950) 2021-03-18 11:23:00 -04:00
context_menu_params_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
cookie_access_filter_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
cookie_access_filter_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
cookie_manager_ctocpp.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
cookie_manager_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
cookie_visitor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
cookie_visitor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
ctocpp_ref_counted.h libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01:00
ctocpp_scoped.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
delete_cookies_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
delete_cookies_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
dev_tools_message_observer_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
dev_tools_message_observer_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
dialog_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
dialog_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
dictionary_value_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
dictionary_value_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
display_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
display_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
domdocument_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
domdocument_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
domnode_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
domnode_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
domvisitor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
domvisitor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_image_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_image_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_item_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_item_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
download_item_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
download_item_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
drag_data_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
drag_data_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
drag_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
drag_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
end_tracing_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
end_tracing_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
extension_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
extension_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
extension_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
extension_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
file_dialog_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
file_dialog_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
find_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
find_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
focus_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
focus_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
frame_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
frame_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
frame_handler_ctocpp.cc Fix draggable region update with BackForwardCache enabled (see issue #2421) 2021-09-16 18:25:43 +03:00
frame_handler_ctocpp.h Fix draggable region update with BackForwardCache enabled (see issue #2421) 2021-09-16 18:25:43 +03:00
get_extension_resource_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
get_extension_resource_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
image_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
image_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
jsdialog_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
jsdialog_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
jsdialog_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
jsdialog_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
keyboard_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
keyboard_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
life_span_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
life_span_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
list_value_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
list_value_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
load_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
load_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_observer_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_observer_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_route_create_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_route_create_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_route_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_route_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
media_router_ctocpp.cc Wait for CefBrowserContext initialization (see issue #2969) 2021-04-14 21:03:44 -04:00
media_router_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
media_sink_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_sink_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
media_sink_device_info_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_sink_device_info_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_source_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
media_source_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
menu_model_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
menu_model_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
menu_model_delegate_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
menu_model_delegate_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
navigation_entry_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
navigation_entry_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
navigation_entry_visitor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
navigation_entry_visitor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
pdf_print_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
pdf_print_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
post_data_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
post_data_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
post_data_element_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
post_data_element_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
print_dialog_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
print_dialog_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
print_handler_ctocpp.cc Move GetPrintHandler to CefClient (see issue #2196) 2021-03-30 12:26:57 -04:00
print_handler_ctocpp.h Move GetPrintHandler to CefClient (see issue #2196) 2021-03-30 12:26:57 -04:00
print_job_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
print_job_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
print_settings_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
print_settings_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
process_message_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
process_message_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
read_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
read_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
registration_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
registration_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
render_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
render_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
render_process_handler_ctocpp.cc Convert legacy IPC messages to Mojo (fixes issue #3123) 2021-05-18 21:59:48 -04:00
render_process_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
request_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
request_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
request_context_ctocpp.cc Wait for CefBrowserContext initialization (see issue #2969) 2021-04-14 21:03:44 -04:00
request_context_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
request_context_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
request_context_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
request_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
request_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
request_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
request_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resolve_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resolve_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_bundle_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_bundle_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
resource_bundle_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_bundle_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_read_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_read_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
resource_request_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_request_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_skip_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
resource_skip_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
response_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
response_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
response_filter_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
response_filter_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
run_context_menu_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
run_context_menu_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
run_file_dialog_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
run_file_dialog_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
scheme_handler_factory_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
scheme_handler_factory_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
scheme_registrar_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
scheme_registrar_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
select_client_certificate_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
select_client_certificate_callback_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
server_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
server_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
server_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
server_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
set_cookie_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
set_cookie_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
sslinfo_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
sslinfo_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
sslstatus_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
sslstatus_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
stream_reader_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
stream_reader_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
stream_writer_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
stream_writer_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
string_visitor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
string_visitor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
task_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
task_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
task_runner_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
task_runner_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
thread_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
thread_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
urlrequest_client_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
urlrequest_client_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
urlrequest_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
urlrequest_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
v8accessor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8accessor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8array_buffer_release_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8array_buffer_release_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8context_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8context_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
v8exception_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8exception_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
v8handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8interceptor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8interceptor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8stack_frame_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8stack_frame_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
v8stack_trace_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8stack_trace_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
v8value_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
v8value_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
value_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
value_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
waitable_event_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
waitable_event_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
web_plugin_info_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
web_plugin_info_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
web_plugin_info_visitor_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
web_plugin_info_visitor_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
web_plugin_unstable_callback_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
web_plugin_unstable_callback_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
write_handler_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
write_handler_ctocpp.h Update copyright year on generated files 2021-01-27 13:36:54 -05:00
x509cert_principal_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
x509cert_principal_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
x509certificate_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
x509certificate_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
xml_reader_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
xml_reader_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
zip_reader_ctocpp.cc Update copyright year on generated files 2021-01-27 13:36:54 -05:00
zip_reader_ctocpp.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00