cef/libcef_dll/ctocpp
Marshall Greenblatt dc3aae19e8 Add plugin placeholder and policy support (issue #1708)
- Default plugin loading policy can be specified using the new
  `--plugin-policy=[allow|block|detect]` command-line flag.
- Move CefRequestHandler::OnBeforePluginLoad to
  CefRequestContextHandler and add a new policy argument that
  supports different actions (allow, block, detect, disable) on a
  per-plugin-instance basis.
- Add CefContextMenuHandler::RunContextMenu for providing a custom
  context menu implementation.
- Add CefResourceBundleHandler::GetDataResourceForScale for
  returning scaled resources (issue #1272).
- Add CefResourceBundle for retrieving resources from the resource
  bundle (*.pak) files loaded by CEF during startup or via the
  CefResourceBundleHandler.
- Linux: Fix Debug build IO access warning with CefGetMimeType.
- cef_unittests: Move the refcounting implementation from TestHandler
  to subclasses in order to support interface inheritance from
  subclasses.
2015-09-22 12:28:46 +03:00
..
test Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
app_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
app_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
auth_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
auth_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
base_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
base_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
before_download_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
before_download_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
binary_value_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
binary_value_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_host_ctocpp.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
browser_host_ctocpp.h Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
browser_process_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_process_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
client_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
client_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
command_line_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
command_line_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
completion_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
completion_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
context_menu_handler_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
context_menu_handler_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
context_menu_params_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
context_menu_params_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
cookie_manager_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_manager_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_visitor_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_visitor_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
delete_cookies_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
delete_cookies_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dialog_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dialog_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dictionary_value_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dictionary_value_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
display_handler_ctocpp.cc Add fullscreen API support (issue #562) 2015-06-04 18:33:24 -04:00
display_handler_ctocpp.h Add fullscreen API support (issue #562) 2015-06-04 18:33:24 -04:00
domdocument_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domdocument_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domnode_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domnode_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domvisitor_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domvisitor_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
drag_data_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
drag_data_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
drag_handler_ctocpp.cc Add support for draggable regions (issue #1645). 2015-06-03 14:48:28 -04:00
drag_handler_ctocpp.h Add support for draggable regions (issue #1645). 2015-06-03 14:48:28 -04:00
end_tracing_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
end_tracing_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
file_dialog_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
file_dialog_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
find_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
find_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
focus_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
focus_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
frame_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
frame_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
get_geolocation_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
get_geolocation_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
keyboard_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
keyboard_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
life_span_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
life_span_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
list_value_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
list_value_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
load_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
load_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
menu_model_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
menu_model_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
navigation_entry_ctocpp.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
navigation_entry_ctocpp.h Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
navigation_entry_visitor_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
navigation_entry_visitor_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
pdf_print_callback_ctocpp.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
pdf_print_callback_ctocpp.h Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
permission_handler_ctocpp.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
permission_handler_ctocpp.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
post_data_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
post_data_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
post_data_element_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
post_data_element_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_dialog_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_dialog_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_handler_ctocpp.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
print_handler_ctocpp.h Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
print_job_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_job_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_settings_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_settings_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
process_message_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
process_message_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
read_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
read_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_process_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_process_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_context_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_context_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_context_handler_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
request_context_handler_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
request_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_handler_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
request_handler_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_handler_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_handler_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
resource_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
response_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
response_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
run_context_menu_callback_ctocpp.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
run_context_menu_callback_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
run_file_dialog_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
run_file_dialog_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_handler_factory_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_handler_factory_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_registrar_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_registrar_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
set_cookie_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
set_cookie_callback_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslcert_principal_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslcert_principal_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslinfo_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslinfo_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_reader_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_reader_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_writer_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_writer_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
string_visitor_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
string_visitor_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_runner_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_runner_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_client_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_client_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8accessor_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8accessor_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8context_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8context_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8exception_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8exception_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_frame_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_frame_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_trace_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_trace_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8value_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8value_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
value_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
value_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_info_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_info_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
web_plugin_info_visitor_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_info_visitor_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
web_plugin_unstable_callback_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_unstable_callback_ctocpp.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
write_handler_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
write_handler_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
xml_reader_ctocpp.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
xml_reader_ctocpp.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
zip_reader_ctocpp.cc Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625) 2015-05-05 19:12:10 -04:00
zip_reader_ctocpp.h Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625) 2015-05-05 19:12:10 -04:00