cef/libcef_dll/cpptoc
Marshall Greenblatt dbe8de277f Significant API changes for issue #218:
- Replace CefHandler with a new CefClient interface and separate handler interfaces.
- Add support for virtual inheritance to allow multiple CefBase parented interfaces to be implemented in the same class.
- Replace CefThreadSafeBase with IMPLEMENT_* macros to support virtual inheritance and to only provide locking implementations when needed.
- Move the CefBrowserSettings parameter from CefInitialize to CreateBrowser.
- Add a new cef_build.h header that provides platform-specific and OS_* defines.
- Introduce the use of OVERRIDE to generate compiler errors on Windows if a child virtual method declaration doesn't match the parent declaration.
- Use NDEBUG instead of _DEBUG because _DEBUG is not defined on Mac. (issue #240).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@235 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-05-20 14:42:25 +00:00
..
base_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
browser_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
browser_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
client_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
client_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cookie_visitor_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cookie_visitor_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
display_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
display_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domdocument_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domdocument_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_listener_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_listener_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domnode_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domnode_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domvisitor_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domvisitor_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
download_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
download_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
find_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
find_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
focus_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
focus_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
frame_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
frame_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsbinding_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsbinding_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsdialog_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsdialog_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
keyboard_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
keyboard_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
life_span_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
life_span_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
load_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
load_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
menu_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
menu_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_element_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_element_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
print_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
print_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
read_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
read_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
render_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
render_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
response_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
response_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_factory_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_factory_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_reader_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_reader_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_writer_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_writer_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
task_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
task_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8accessor_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8accessor_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8context_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8context_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8value_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8value_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_client_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_client_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
write_handler_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
write_handler_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
xml_reader_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
xml_reader_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
zip_reader_cpptoc.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
zip_reader_cpptoc.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00