cef/tools
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_parser.py Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
file_util.py 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
gclient_hook.py Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174). 2011-01-27 02:21:50 +00:00
make_capi_header.py Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
make_cpptoc_header.py Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
make_cpptoc_impl.py Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
make_ctocpp_header.py Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
make_ctocpp_impl.py Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
make_version_header.bat Add make_version_header tool for populating libcef.dll version number and copyright year via version.h header file (issue #108). 2011-05-09 15:01:41 +00:00
make_version_header.py Add make_version_header tool for populating libcef.dll version number and copyright year via version.h header file (issue #108). 2011-05-09 15:01:41 +00:00
patch_build.bat - Update to Chromium revision 69409. 2010-12-16 21:54:42 +00:00
patch_build.sh Initial GYP changes and utility scripts for Mac and Linux support. 2010-10-09 16:37:43 +00:00
patch_source.bat - Update to Chromium revision 69409. 2010-12-16 21:54:42 +00:00
patch_source.sh Initial GYP changes and utility scripts for Mac and Linux support. 2010-10-09 16:37:43 +00:00
patch_util.py 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
patcher.README.txt 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
patcher.py 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
translator.README.txt 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
translator.bat - Update to Chromium revision 69409. 2010-12-16 21:54:42 +00:00
translator.py 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
translator.sh Fix Linux compile errors. 2010-12-07 01:30:26 +00:00