cef/libcef_dll/ctocpp/views
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
..
box_layout_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
box_layout_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
browser_view_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
browser_view_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
browser_view_delegate_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
browser_view_delegate_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
button_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
button_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
button_delegate_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
button_delegate_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
display_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
display_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
fill_layout_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
fill_layout_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
label_button_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
label_button_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
layout_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
layout_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
menu_button_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
menu_button_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
menu_button_delegate_ctocpp.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
menu_button_delegate_ctocpp.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
menu_button_pressed_lock_ctocpp.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
menu_button_pressed_lock_ctocpp.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
panel_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
panel_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
panel_delegate_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
panel_delegate_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
scroll_view_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
scroll_view_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
textfield_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
textfield_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
textfield_delegate_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
textfield_delegate_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
view_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
view_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
view_delegate_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
view_delegate_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
window_ctocpp.cc Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
window_ctocpp.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
window_delegate_ctocpp.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
window_delegate_ctocpp.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00