cef/libcef_dll
Marshall Greenblatt dc3aae19e8 Add plugin placeholder and policy support (issue #1708)
- Default plugin loading policy can be specified using the new
  `--plugin-policy=[allow|block|detect]` command-line flag.
- Move CefRequestHandler::OnBeforePluginLoad to
  CefRequestContextHandler and add a new policy argument that
  supports different actions (allow, block, detect, disable) on a
  per-plugin-instance basis.
- Add CefContextMenuHandler::RunContextMenu for providing a custom
  context menu implementation.
- Add CefResourceBundleHandler::GetDataResourceForScale for
  returning scaled resources (issue #1272).
- Add CefResourceBundle for retrieving resources from the resource
  bundle (*.pak) files loaded by CEF during startup or via the
  CefResourceBundleHandler.
- Linux: Fix Debug build IO access warning with CefGetMimeType.
- cef_unittests: Move the refcounting implementation from TestHandler
  to subclasses in order to support interface inheritance from
  subclasses.
2015-09-22 12:28:46 +03:00
..
base Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
cpptoc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
ctocpp Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
sandbox Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
wrapper Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
CMakeLists.txt.in Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
libcef.dll.manifest
libcef_dll.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
libcef_dll.rc Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-16 19:34:35 -04:00
libcef_dll2.cc Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-16 19:34:35 -04:00
resource.h
transfer_util.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
transfer_util.h
wrapper_types.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00