cef/libcef_dll/wrapper
Marshall Greenblatt f5bc72b234 Add sandbox support (issue #524).
- The sandbox is now enabled by default on all platforms. Use the CefSettings.no_sandbox option or the "no-sandbox" command-line flag to disable sandbox support.
- Windows: See cef_sandbox_win.h for requirements to enable sandbox support.
- Windows: If Visual Studio isn't installed in the standard location set the CEF_VCVARS environment variable before running make_distrib.py or automate.py (see msvs_env.bat).
- Linux: For binary distributions a new chrome-sandbox executable with SUID permissions must be placed next to the CEF executable. See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for details on setting up the development environment when building CEF from source code.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1518 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-15 18:47:02 +00:00
..
cef_byte_read_handler.cc Fix VS2008 compile error in CefByteReadHandler::Seek due to missing abs(long long) function. 2012-09-19 15:43:33 +00:00
cef_stream_resource_handler.cc Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
cef_xml_object.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_zip_archive.cc Add password argument to CefZipArchive::Load (issue #986). 2013-06-10 18:23:48 +00:00
libcef_dll_wrapper.cc Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
libcef_dll_wrapper2.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00