Commit Graph

1486 Commits

Author SHA1 Message Date
Marshall Greenblatt 8c4ba9f2d8 Add option to enable/disable net security expiration (issue #1994)
- Net security (CT, HSTS) expiration based on build age is now
  disabled by default.
- Add new enable_net_security_expiration option to CefSettings and
  CefRequestContextSettings.
2016-11-18 16:34:38 -05:00
Marshall Greenblatt 2b5c3a7185 Add Widevine plugin to binary distribution (issue #2009)
Mac: Check in widevinecdmadapter.plugin binary until Widevine GN
build errors are resolved (https://crbug.com/626436).
2016-10-11 14:14:44 -04:00
Marshall Greenblatt 37a29e36b3 Mac: Fix compile error due to issue #2009 changes 2016-10-11 13:43:11 -04:00
Marshall Greenblatt 150a22a49c Add CefRegisterWidevineCdm function and remove component updater support (issue #2009) 2016-10-07 17:51:56 -04:00
Marshall Greenblatt 16e49fb8af Update to Chromium version 53.0.2785.116 2016-09-27 13:45:11 -04:00
Marshall Greenblatt c3a7e2cdec Mac: Remove registration of selector methods that were deleted in e7ddc933 2016-09-19 11:57:13 -04:00
Marshall Greenblatt 162e9a9190 Add SSL certificate transparency support (issue #1994) 2016-09-16 12:37:34 -04:00
Marshall Greenblatt 15d09c7592 Fix debug assertion on right-click context menu. 2016-09-16 12:00:34 -04:00
Marshall Greenblatt aab55437e2 Update to Chromium version 53.0.2785.101 2016-09-12 16:10:48 -04:00
Marshall Greenblatt 58b5209269 Fix display of select popups with OSR (issue #1988) 2016-09-09 13:23:22 -04:00
Marshall Greenblatt dfdcf403a8 Windows: Add /LARGEADDRESSAWARE to CMake configuration (issue #1855) 2016-09-08 16:55:07 -04:00
Marshall Greenblatt aead0852b3 List files in directories recursively (issue #1987) 2016-09-08 11:39:59 -04:00
Marshall Greenblatt 4a88e6738a Mac: Set rpath instead of using install_name_tool from CMake (issue #1403) 2016-09-02 17:15:59 +03:00
Marshall Greenblatt c7e062b773 Update to Chromium version 53.0.2785.89 2016-09-01 20:07:03 +03:00
Marshall Greenblatt 14084aaf41 Windows: Add compiler settings to CMake for official build sandbox compatibility (issue #1961) 2016-09-01 16:36:44 +03:00
Marshall Greenblatt d811450a32 Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:48:31 +03:00
Marshall Greenblatt 71d9d35fc3 Fix decoding of about:credits HTML (issue #1980) 2016-09-01 13:19:20 +03:00
Marshall Greenblatt 3e763188b5 Mac: Fix dSYM processing and add debug dSYM in make_distrib.py (issue #1403) 2016-08-31 15:13:41 +03:00
Marshall Greenblatt cb3e183d78 Mac: Fix dSYM path in make_distrib.py (issue #1403) 2016-08-30 18:39:31 +03:00
Marshall Greenblatt 8949b13120 Fix documentation errors 2016-08-26 13:21:40 +03:00
Marshall Greenblatt 80e473edf2 Windows: Clarify custom toolchain env variable requirements (issue #1403) 2016-08-26 12:54:17 +03:00
Marshall Greenblatt 87ce1497b9 Windows: Don't copy DLLs when using custom toolchain (issue #1403) 2016-08-25 18:33:16 +03:00
Marshall Greenblatt e33dd88cd4 Fix typo on gn_args.py 2016-08-25 16:55:12 +03:00
Marshall Greenblatt 67bb846748 Linux: Fix copying of libcef.so in make_distrib.py (issue #1403) 2016-08-25 16:20:47 +03:00
Marshall Greenblatt 1dac96f3e2 Fix DEPOT_TOOLS_WIN_TOOLCHAIN value check (issue #1403) 2016-08-25 16:01:55 +03:00
Marshall Greenblatt 0974f72478 Add missing visual_studio_runtime_dirs value (issue #1403) 2016-08-25 15:25:27 +03:00
Marshall Greenblatt 1e15b76262 Change official debug builds to release + dcheck_always_on (issue #1961) 2016-08-25 14:39:28 +03:00
Marshall Greenblatt 9f1bd36e74 Linux: Remove deleted key from make_distrib.py (issue #1403) 2016-08-25 13:20:07 +03:00
Marshall Greenblatt a9f5c8bfb2 Fix crash when scrolling to the bottom of an iframe with --root-layer-scrolls 2016-08-22 17:17:23 +03:00
Marshall Greenblatt d538cf683e cefclient: Allow dragging of fragments and show message when blocking URLs/files (issue #1976) 2016-08-19 14:02:09 +02:00
Marshall Greenblatt a99ebd38a0 Update to Chromium version 53.0.2785.70 2016-08-18 13:17:06 +02:00
Marshall Greenblatt 39b9b98b5c Windows: Resize offscreen compositor window to match view size (issue #1933) 2016-08-17 17:31:05 +02:00
Marshall Greenblatt 3bd9c18309 Linux: Flush display after showing window (issue #1946) 2016-08-17 17:00:10 +02:00
Marshall Greenblatt e0a22fe9fa Check that platform_delegate_ is non-NULL 2016-08-15 12:31:17 +03:00
Marshall Greenblatt cc24f60779 views: Restore hover state on menu buttons 2016-08-08 19:17:14 +03:00
Marshall Greenblatt 5edb3bf62d Fix incorrect scaling of drag regions on HiDPI display. 2016-08-08 16:17:31 +03:00
Marshall Greenblatt e90b99171b Fix debug assertion in CefImageImpl::AddBitmap. 2016-08-08 16:17:24 +03:00
Marshall Greenblatt 4cf33c94e8 Windows: Add VS2015 Update 3 build support for GYP 2016-08-05 18:29:45 +03:00
Marshall Greenblatt 8a0e29ecf6 Update to Chromium version 53.0.2785.46 2016-08-05 17:59:24 +03:00
Marshall Greenblatt eac4425c21 Windows: Add VS2015 Update 3 build support 2016-08-05 13:40:07 +03:00
Marshall Greenblatt 6b6edcc19c Remove variable references from cef_path2.gypi to fix VS project generation with GN (issue #1403) 2016-07-20 17:22:49 -04:00
Marshall Greenblatt 06ebf2b0a4 Generate pack header files using GN (issue #1403) 2016-07-20 17:03:20 -04:00
Marshall Greenblatt 6560d03ab0 Windows: Fix widevine copy step for binary distribution (issue #1948) 2016-07-20 14:28:01 -04:00
Marshall Greenblatt 7686007c1a Fix Widevine CDM download (issue #1950) 2016-07-15 13:40:31 -04:00
Marshall Greenblatt da265f6a2d Update component updater configurator to match chrome (issue #1950) 2016-07-15 13:18:28 -04:00
Marshall Greenblatt 39e62853cc Move HTTP cache to a subfolder of CefSettings.cache_path (issue #1940) 2016-07-12 15:01:48 -04:00
Marshall Greenblatt 9bfcca74f2 Pass transition type to CefLoadHandler::OnLoadStart (issue #1943) 2016-07-12 12:13:29 -04:00
Marshall Greenblatt 7641240f2e Mac: Remove duplicate focus change notification 2016-07-11 17:15:46 -04:00
Marshall Greenblatt 2627733710 Update to Chromium version 53.0.2785.8 2016-07-08 17:38:36 -04:00
Marshall Greenblatt a22b11d764 Fix crash in CefResourceDispatcherHostDelegate::HandleExternalProtocol when destroying a browser during redirect (issue #1941) 2016-07-08 15:28:53 -04:00