cef/libcef
Marshall Greenblatt 35e21da884 Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds.
- The libcef project now builds libcef_static.lib instead of libcef.lib.
- The libcef_dll project builds libcef.lib and libcef.dll.  This DLL exports the new CEF C API defined in cef_capi.h, cef_nplugin_capi.h, cef_string.h and cef_string_map.h.
- The libcef_dll_wrapper project builds libcef_dll_wrapper.lib.  This static library wraps the new C API calls with an implementation of the CEF C++ interface as defined in cef.h and cef_nplugin.h.
- The cefclient project now uses the DLL instead of the static library.
- Type definitions have been moved from cef.h to cef_types.h so that they can be shared by both cef.h and cef_capi.h.  This change required some enumeration member name modifications throughout the code base.
- Fixed variable naming inconsistencies.
- Added CefVariant::GetArraySize() method and _NPN_ArrayObjectGetVectorSize() function.
- Remove the ProjectSection(WebsiteProperties) sections from cef.sln to improve VS2005 performance.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@16 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2009-03-05 01:10:06 +00:00
..
printing libcef: Update due to underlying chromium changes. 2009-01-14 19:54:37 +00:00
browser_drag_delegate.cc Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_drag_delegate.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_drop_delegate.cc Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_drop_delegate.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_impl.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
browser_impl.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
browser_impl_win.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
browser_navigation_controller.cc Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_navigation_controller.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_request_context.cc libcef: Update due to underlying chromium changes. 2009-01-29 16:36:37 +00:00
browser_request_context.h libcef: Update due to underlying chromium changes. 2009-01-29 16:36:37 +00:00
browser_resource_loader_bridge.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
browser_resource_loader_bridge.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_webkit_glue.cc libcef: Update due to underlying chromium changes & bug fixes. 2009-02-12 16:25:52 +00:00
browser_webkit_glue.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_webkit_glue_win.cc libcef: Update due to underlying chromium changes & bug fixes. 2009-02-12 16:25:52 +00:00
browser_webview_delegate.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
browser_webview_delegate.h libcef: Update due to underlying chromium changes & bug fixes. 2009-02-12 16:25:52 +00:00
browser_webview_delegate_win.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
context.cc libcef: Update due to underlying chromium changes. 2009-02-04 22:17:38 +00:00
context.h libcef: 2009-01-29 18:53:17 +00:00
jscontainer.cc Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
jscontainer.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
libcef.vcproj Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
libcef.vsprops libcef: Update due to underlying chromium changes. 2009-01-14 19:54:37 +00:00
libcef_webkit.vsprops Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
libcef_webkit_includes.vsprops libcef: Update due to underlying chromium changes. 2009-01-21 21:57:19 +00:00
precompiled_libcef.cc Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
precompiled_libcef.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
request_impl.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
request_impl.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
stream_impl.cc libcef: 2009-01-21 15:03:31 +00:00
stream_impl.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
variant_impl.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
variant_impl.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
variant_np_util.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
variant_np_util.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
webview_host.cc libcef: Update due to underlying chromium changes. 2009-02-04 22:17:38 +00:00
webview_host.h libcef: Update due to underlying chromium changes. 2009-02-04 22:17:38 +00:00
webwidget_host.cc libcef: Update due to underlying chromium changes & bug fixes. 2009-02-12 16:25:52 +00:00
webwidget_host.h libcef: Update due to underlying chromium changes & bug fixes. 2009-02-12 16:25:52 +00:00