cef/tests/cefclient/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
..
client_app_delegates_renderer.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
client_app_renderer.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
client_app_renderer.h cefclient: Fix/improve source code documentation (issue #1500). 2015-02-02 23:18:16 +00:00
client_renderer.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
client_renderer.h cefclient: Fix/improve source code documentation (issue #1500). 2015-02-02 23:18:16 +00:00
performance_test.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
performance_test.h cefclient: Fix/improve source code documentation (issue #1500). 2015-02-02 23:18:16 +00:00
performance_test_setup.h cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500). 2015-01-31 00:55:56 +00:00
performance_test_tests.cc cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500). 2015-01-31 00:55:56 +00:00