cef/libcef_dll/cpptoc
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 Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
app_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
app_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
auth_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
auth_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
base_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
base_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
before_download_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
before_download_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
binary_value_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
binary_value_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_host_cpptoc.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
browser_host_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_process_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
browser_process_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
client_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
client_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
command_line_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
command_line_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
completion_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
completion_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
context_menu_handler_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
context_menu_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
context_menu_params_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
context_menu_params_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_manager_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_manager_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_visitor_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cookie_visitor_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
delete_cookies_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
delete_cookies_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dialog_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dialog_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dictionary_value_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
dictionary_value_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
display_handler_cpptoc.cc Add fullscreen API support (issue #562) 2015-06-04 18:33:24 -04:00
display_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domdocument_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domdocument_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domnode_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domnode_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domvisitor_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
domvisitor_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
download_item_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
drag_data_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
drag_data_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
drag_handler_cpptoc.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
drag_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
end_tracing_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
end_tracing_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
file_dialog_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
file_dialog_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
find_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
find_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
focus_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
focus_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
frame_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
frame_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
geolocation_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
get_geolocation_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
get_geolocation_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
jsdialog_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
keyboard_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
keyboard_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
life_span_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
life_span_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
list_value_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
list_value_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
load_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
load_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
menu_model_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
menu_model_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
navigation_entry_cpptoc.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
navigation_entry_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
navigation_entry_visitor_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
navigation_entry_visitor_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
pdf_print_callback_cpptoc.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
pdf_print_callback_cpptoc.h Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
permission_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
permission_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
post_data_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
post_data_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
post_data_element_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
post_data_element_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_dialog_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_dialog_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_handler_cpptoc.cc Add PDF printing support (issue #1478). 2015-06-04 13:15:26 -04:00
print_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_job_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_job_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
print_settings_cpptoc.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
print_settings_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
process_message_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
process_message_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
read_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
read_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_handler_cpptoc.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
render_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_process_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
render_process_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_context_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_context_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_context_handler_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
request_context_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
request_handler_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
request_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
resource_bundle_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_cpptoc.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_handler_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
resource_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
resource_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
response_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
response_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
run_context_menu_callback_cpptoc.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
run_context_menu_callback_cpptoc.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
run_file_dialog_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
run_file_dialog_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_handler_factory_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_handler_factory_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_registrar_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
scheme_registrar_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
set_cookie_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
set_cookie_callback_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslcert_principal_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslcert_principal_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslinfo_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
sslinfo_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_reader_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_reader_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_writer_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
stream_writer_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
string_visitor_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
string_visitor_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_runner_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
task_runner_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_client_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_client_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8accessor_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8accessor_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8context_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8context_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8exception_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8exception_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8handler_cpptoc.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
v8handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_frame_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_frame_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_trace_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8stack_trace_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
v8value_cpptoc.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
v8value_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
value_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
value_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_info_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_info_cpptoc.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
web_plugin_info_visitor_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_info_visitor_cpptoc.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
web_plugin_unstable_callback_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
web_plugin_unstable_callback_cpptoc.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
write_handler_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
write_handler_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
xml_reader_cpptoc.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
xml_reader_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
zip_reader_cpptoc.cc Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625) 2015-05-05 19:12:10 -04:00
zip_reader_cpptoc.h Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00