cef/tests/shared/browser
Marshall Greenblatt 9cff99dc4e Add support for loading extensions (issue #1947)
- Add CefRequestContext::LoadExtension, CefExtension, CefExtensionHandler and
  related methods/interfaces.
- Add chrome://extensions-support that lists supported Chrome APIs.
- Add CefBrowserHost::SetAutoResizeEnabled and CefDisplayHandler::OnAutoResize
  to support browser resize based on preferred web contents size.
- views: Add support for custom CefMenuButton popups.
- cefclient: Run with `--load-extension=set_page_color` command-line flag for
  an extension loading example. Add `--use-views` on Windows and Linux for an
  even better example.
2017-08-25 18:40:32 -04:00
..
client_app_browser.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
client_app_browser.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
extension_util.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
extension_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
file_util.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
file_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
geometry_util.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
geometry_util.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_message_loop.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_message_loop.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_external_pump.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_external_pump.h Rename unittests to ceftests (issue #1632) 2016-11-18 12:44:46 -05:00
main_message_loop_external_pump_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_external_pump_mac.mm Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_external_pump_win.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
resource_util_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_util_mac.mm macOS: Allow configuration of framework path (issue #1532) 2017-01-26 19:14:56 -05:00
resource_util_posix.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_util_win.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
util_win.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
util_win.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00