cef/tests/cefclient
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 Always save cookies for http, https, ws and wss schemes (issue #1684) 2015-08-21 16:38:19 -04:00
renderer Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resources - Support runtime configuration of renderer-related preferences (issue #1501). 2015-10-20 11:12:21 -04:00
cefclient_gtk.cc Linux: Fix BadWindow error when creating popup windows (issue #1717). 2015-10-14 09:46:02 -07:00
cefclient_mac.mm cefclient: Support dynamic configuration of the device scale factor with off-screen rendering (issue #1674) 2015-08-11 14:19:16 -04:00
cefclient_win.cc Windows: Add CefEnableHighDPISupport function and fix high-dpi scaling issues (issue #1674) 2015-08-07 16:04:03 -04:00
CMakeLists.txt.in Update to Chromium revision cb947c01 (#352221) 2015-10-09 17:31:27 -04:00
process_helper_mac.cc cefclient: Move files containing the main() program entry point to the top-level cefclient directory (issue #1500). 2015-02-02 22:33:35 +00:00