cef/libcef_dll/cpptoc
Marshall Greenblatt 122397acfc Introduce the use of Chromium types (issue #1336).
Changes to the CEF public API:
- Add base::Bind, base::Callback, base::Lock, base::WeakPtr, scoped_refptr, scoped_ptr and supporting types.
- Add include/wrapper/cef_closure_task.h helpers for converting a base::Closure to a CefTask.
- Change CefRefPtr to extend scoped_refptr.
-- Change CefBase method signatures to match RefCountedThreadSafeBase.
- Change IMPLEMENT_REFCOUNTING to use base::AtomicRefCount*.
-- Remove the CefAtomic* functions.
-- IMPLEMENT_REFCOUNTING now enforces via a compile-time error that the correct class name was passed to the macro.
- Change IMPLEMENT_LOCKING to use base::Lock.
-- Remove the CefCriticalSection class.
-- Deprecate the IMPLEMENT_LOCKING macro.
-- base::Lock will DCHECK() in Debug builds if lock usage is reentrant.
- Move include/internal/cef_tuple.h to include/base/cef_tuple.h.
- Allow an empty |callback| parameter passed to CefBeginTracing.

Changes to the CEF implementation:
- Fix incorrect names passed to the IMPLEMENT_REFCOUNTING macro.
- Fix instances of reentrant locking in the CefXmlObject and CefRequest implementations.
- Remove use of the IMPLEMENT_LOCKING macro.

Changes to cef_unittests:
- Add tests/unittests/chromium_includes.h and always include it first from unit test .cc files to avoid name conflicts with Chromium types.
- Fix wrong header include ordering.
- Remove use of the IMPLEMENT_LOCKING macro.

Changes to cefclient and cefsimple:
- Use base::Bind and cef_closure_task.h instead of NewCefRunnable*.
- Remove use of the IMPEMENT_LOCKING macro.
- Fix incorrect/unnecessary locking.
- Add additional runtime thread checks.
- Windows: Perform actions on the UI thread instead of the main thread when running in multi-threaded-message-loop mode to avoid excessive locking.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1769 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-14 22:18:51 +00:00
..
allow_certificate_error_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
allow_certificate_error_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
app_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
app_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
auth_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
auth_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
base_cpptoc.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
before_download_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
before_download_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
binary_value_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
binary_value_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
browser_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
browser_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
browser_host_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
browser_host_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
browser_process_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
browser_process_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
client_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
client_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
command_line_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
command_line_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
completion_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
completion_callback_cpptoc.h Update to Chromium revision 248478. 2014-02-05 20:35:45 +00:00
context_menu_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
context_menu_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
context_menu_params_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
context_menu_params_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
cookie_manager_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cookie_manager_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
cookie_visitor_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cookie_visitor_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
cpptoc.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
dialog_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
dialog_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
dictionary_value_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
dictionary_value_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
display_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
display_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
domdocument_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
domdocument_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
domevent_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
domevent_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
domevent_listener_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
domevent_listener_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
domnode_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
domnode_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
domvisitor_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
domvisitor_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
download_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
download_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
download_item_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
download_item_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
download_item_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
download_item_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
drag_data_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
drag_data_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
drag_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
drag_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
end_tracing_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
end_tracing_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
file_dialog_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
file_dialog_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
focus_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
focus_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
frame_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
frame_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
geolocation_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
geolocation_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
geolocation_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
geolocation_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
get_geolocation_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
get_geolocation_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
jsdialog_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
jsdialog_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
jsdialog_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
jsdialog_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
keyboard_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
keyboard_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
life_span_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
life_span_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
list_value_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
list_value_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
load_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
load_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
menu_model_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
menu_model_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00: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 Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
post_data_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
post_data_element_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
post_data_element_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
print_dialog_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
print_dialog_callback_cpptoc.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
print_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
print_handler_cpptoc.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
print_job_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
print_job_callback_cpptoc.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
print_settings_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
print_settings_cpptoc.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
process_message_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
process_message_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
quota_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
quota_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
read_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
read_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
render_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
render_handler_cpptoc.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
render_process_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
render_process_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
request_context_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
request_context_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
request_context_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
request_context_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
request_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
request_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
request_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
request_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
resource_bundle_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
resource_bundle_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
resource_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
resource_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
response_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
response_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
run_file_dialog_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
run_file_dialog_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
scheme_handler_factory_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
scheme_handler_factory_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
scheme_registrar_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
scheme_registrar_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
stream_reader_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
stream_reader_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
stream_writer_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
stream_writer_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
string_visitor_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
string_visitor_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
task_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
task_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
task_runner_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
task_runner_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
urlrequest_client_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
urlrequest_client_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
urlrequest_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
urlrequest_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8accessor_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8accessor_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8context_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8context_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8exception_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8exception_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8stack_frame_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8stack_frame_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8stack_trace_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8stack_trace_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
v8value_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
v8value_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
web_plugin_info_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
web_plugin_info_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
web_plugin_info_visitor_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
web_plugin_info_visitor_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
web_plugin_unstable_callback_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
web_plugin_unstable_callback_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
write_handler_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
write_handler_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
xml_reader_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
xml_reader_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00
zip_reader_cpptoc.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
zip_reader_cpptoc.h Update copyright year in generated files. 2014-01-06 19:48:18 +00:00