cef/libcef/browser/views
Marshall Greenblatt e7ddc933c9 Update to Chromium revision 6e53600d (#386251)
- Remove |accept_lang| parameter from CefJSDialogHandler::OnJSDialog
  and CefFormatUrlForSecurityDisplay (see https://crbug.com/336973#c36).
- Remove remaining NPAPI-related code including functions from
  cef_web_plugin.h (see https://crbug.com/493212#c55).
- Mac: 10.7+ deployment target is now required for client applications.
- Mac: Remove CefBrowserHost::SetWindowVisibility (issue #1375). No
  replacement is required for windowed rendering. Use WasHidden for
  off-screen rendering.
- Windows: Visual Studio 2015 Update 2 is now required when building
  CEF/Chromium.
2016-04-28 12:57:08 -04:00
..
basic_label_button_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_label_button_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_label_button_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_label_button_view.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_panel_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_panel_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_panel_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
basic_panel_view.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
box_layout_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
box_layout_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
browser_platform_delegate_views.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
browser_platform_delegate_views.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
browser_view_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
browser_view_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
browser_view_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
browser_view_view.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
button_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
button_view.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
display_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
display_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
fill_layout_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
fill_layout_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
label_button_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
label_button_view.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
layout_adapter.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
layout_adapter.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
layout_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
layout_util.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
layout_util.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
menu_button_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
menu_button_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
menu_button_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
menu_button_view.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
menu_runner_views.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
menu_runner_views.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
panel_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
panel_view.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
scroll_view_impl.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
scroll_view_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
scroll_view_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
scroll_view_view.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
textfield_impl.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
textfield_impl.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
textfield_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
textfield_view.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
view_adapter.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
view_adapter.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
view_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
view_util.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
view_util.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
view_view.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
window_impl.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
window_impl.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
window_view.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
window_view.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00