cef/libcef_dll/ctocpp
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_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
browser_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
browser_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
client_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
client_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cookie_visitor_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cookie_visitor_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
display_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
display_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domdocument_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domdocument_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_listener_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domevent_listener_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domnode_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domnode_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domvisitor_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
domvisitor_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
download_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
download_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
find_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
find_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
focus_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
focus_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
frame_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
frame_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsbinding_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsbinding_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsdialog_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
jsdialog_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
keyboard_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
keyboard_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
life_span_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
life_span_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
load_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
load_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
menu_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
menu_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_element_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
post_data_element_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
print_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
print_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
read_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
read_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
render_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
render_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
request_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
response_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
response_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_factory_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
scheme_handler_factory_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_reader_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_reader_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_writer_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_writer_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
task_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
task_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8accessor_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8accessor_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8context_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8context_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8value_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
v8value_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_client_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_client_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
web_urlrequest_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
write_handler_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
write_handler_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
xml_reader_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
xml_reader_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
zip_reader_ctocpp.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
zip_reader_ctocpp.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00