11 Commits

Author SHA1 Message Date
Marshall Greenblatt
2e7f935b0d Update to Chromium version 73.0.3679.0 () 2019-02-01 16:42:40 +00:00
Marshall Greenblatt
da53451f97 Update to Chromium version 71.0.3567.0 ()
- Configuration of OSR VSync interval is currently missing (issue )
- Rename VERSION to VERSION.in to fix libc++ compile error (issue )
2018-10-04 12:17:26 +03:00
Marshall Greenblatt
9e644b7538 Update to Chromium revision bc084a8b () 2018-02-19 17:38:04 -05:00
Marshall Greenblatt
8d51acb9be Update to Chromium revision 5fdc0fab ()
- Windows now builds with clang by default.
2017-12-14 15:31:07 -05:00
Marshall Greenblatt
5c79944b31 Update to Chromium revision d483fb77 ()
- CefLifeSpanHandler::OnBeforePopup is now called on the UI thread.
- Remove CefBrowserSettings.javascript_open_windows which is no
  longer supported.
2017-06-02 05:55:23 -07:00
Marshall Greenblatt
31d9407ee2 Apply clang-format to all C, C++ and ObjC files (issue ) 2017-05-18 12:30:05 +02:00
Marshall Greenblatt
94f604975d Fix localization of default context menu labels (issue ) 2017-02-01 15:24:20 -05:00
Marshall Greenblatt
3cc539b506 Depend directly on chrome targets and unfork code (issue ) 2016-07-15 21:17:44 -04:00
Marshall Greenblatt
d0a2e217a0 Add GN configuration (issue ) 2016-07-05 17:32:01 -04:00
Marshall Greenblatt
e7ddc933c9 Update to Chromium revision 6e53600d ()
- 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 ). 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
Marshall Greenblatt
6cccc3b8a7 - Factor platform-specific code out of CefBrowserHostImpl (issue ).
- Introduce native/ and osr/ folders for native (non-platform-agnostic) and
    osr (windowless) code respectively.
  - Introduce CefBrowserPlatformDelegate for abstracting platform-specific
    implementations of browser host functionality.
  - Move dialog and menu code to separate manager and platform-specific runner
    implementations exposed via CefBrowserPlatformDelegate.
  - Standardize focus-handling behavior between windowed and windowless
    implementations. CefFocusHandler::OnSetFocus() will now also be called for
    osr focus changes.
- Support multiple simultaneous popups (issue ).
2015-11-25 20:19:36 -05:00