cef/libcef/renderer
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
..
extensions Update to Chromium revision fc6ad471 (#342568) 2015-08-14 14:42:03 -04:00
media Add Widevine CDM support (issue #1631) 2015-09-01 14:04:21 +02:00
pepper Update to Chromium revision 788460a4 (#345352) 2015-08-26 12:42:54 -04:00
plugins Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
browser_impl.cc Update to Chromium revision 12bfc336 (#338390). 2015-07-24 16:11:13 -04:00
browser_impl.h Add support for draggable regions (issue #1645). 2015-06-03 14:48:28 -04:00
content_renderer_client.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
content_renderer_client.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
dom_document_impl.cc Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
dom_document_impl.h Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
dom_node_impl.cc Update to Chromium revision fc6ad471 (#342568) 2015-08-14 14:42:03 -04:00
dom_node_impl.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
frame_impl.cc Revert revision 1765 changes due to broken sub-frame loading. 2014-07-16 21:27:25 +00:00
frame_impl.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
render_frame_observer.cc Add PDF extension support (issue #1565) 2015-07-23 14:02:03 -04:00
render_frame_observer.h Update to Chromium revision 59d44948 (#323860) 2015-04-20 19:48:43 +03:00
render_message_filter.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
render_message_filter.h Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
render_process_observer.cc Add PDF extension support (issue #1565) 2015-07-23 14:02:03 -04:00
render_process_observer.h Add PDF extension support (issue #1565) 2015-07-23 14:02:03 -04:00
render_urlrequest_impl.cc Update to Chromium revision 12bfc336 (#338390). 2015-07-24 16:11:13 -04:00
render_urlrequest_impl.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
thread_util.h Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
v8_impl.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
v8_impl.h Update to Chromium revision 59d44948 (#323860) 2015-04-20 19:48:43 +03:00
webkit_glue.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
webkit_glue.h Update to Chromium revision c03558c9 (#326273) 2015-04-24 11:04:30 +03:00