cef/include
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
..
cef.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_build.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_capi.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_export.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_linux.h - Add cookie get/set support (issue #88). 2011-04-09 01:05:30 +00:00
cef_mac.h - Add cookie get/set support (issue #88). 2011-04-09 01:05:30 +00:00
cef_nplugin.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
cef_nplugin_capi.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
cef_nplugin_types.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
cef_ptr.h Set eol-style property on all files. Future commits will use the subversion auto-props configuration at http://src.chromium.org/viewvc/chrome/trunk/tools/buildbot/slave/config 2010-10-03 21:04:50 +00:00
cef_runnable.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_string.h Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
cef_string_list.h Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
cef_string_map.h Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
cef_string_types.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_string_wrappers.h Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
cef_tuple.h Introduce cef_runnable.h and cef_tuple.h and perform further thread-related cleanup (issue #175). 2011-01-29 22:52:34 +00:00
cef_types.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_types_linux.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_types_mac.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_types_win.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
cef_types_wrappers.h - Add cookie get/set support (issue #88). 2011-04-09 01:05:30 +00:00
cef_win.h - Add cookie get/set support (issue #88). 2011-04-09 01:05:30 +00:00
cef_wrapper.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00