cef/libcef
Marshall Greenblatt 6cccc3b8a7 - Factor platform-specific code out of CefBrowserHostImpl (issue #1749).
- 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 #1289).
2015-11-25 20:19:36 -05:00
..
browser - Factor platform-specific code out of CefBrowserHostImpl (issue #1749). 2015-11-25 20:19:36 -05:00
common Fix multi-part file uploads (issue #1761) 2015-11-16 17:20:34 -05:00
renderer - Factor platform-specific code out of CefBrowserHostImpl (issue #1749). 2015-11-25 20:19:36 -05:00
resources - Support runtime configuration of renderer-related preferences (issue #1501). 2015-10-20 11:12:21 -04:00
utility Windows: Add DirectWrite font cache support (issue #1652) 2015-06-11 18:08:33 -04:00