Commit Graph

1691 Commits

Author SHA1 Message Date
Marshall Greenblatt e40b500177 macOS: Fix build of widevinecdmadapter.plugin (issue #2314) 2017-12-04 12:32:51 -05:00
amaitland cd6b88f7e4 cmake: Don't require test projects with minimal distribution (issue #2169) 2017-11-30 19:39:46 -05:00
Tamas Lustyik 3669215da0 Making it possible to bridge C++ wrapper classes to C (issue #2311). 2017-11-28 11:59:17 -05:00
Tamas Lustyik 7a4b9a4f44 macOS: Added guard to previously overlooked C++ include (issue #2297) 2017-11-28 11:59:08 -05:00
Marshall Greenblatt cd93b44380 cmake: Add v8_context_snapshot.bin binary file 2017-11-27 12:16:23 -05:00
Marshall Greenblatt d665578c51 Enable Brotli encoding (issue #2303) 2017-11-15 17:23:58 -05:00
Lk Xf a07174604d Allow inclusion of cef_application_mac.h from pure C/ObjC (issue #2297) 2017-11-15 14:58:23 -05:00
Marshall Greenblatt cd829e9719 Update to Chromium version 62.0.3202.94 2017-11-14 19:52:25 -05:00
Marshall Greenblatt b09552470c Linux: Fix missing ui::Service symbols while avoiding macOS build error (issue #2294) 2017-11-08 11:43:27 -05:00
Marshall Greenblatt ab7e7f026f Update to Chromium version 62.0.3202.89 2017-11-07 17:52:41 -05:00
Marshall Greenblatt 9672a06796 Linux: Fix missing ui::Service symbols (issue #2294) 2017-11-03 14:57:34 -04:00
Marshall Greenblatt 700054b108 Windows: Add VS2017.4 build support 2017-11-01 16:24:16 -04:00
Marshall Greenblatt 858eae3fe5 cmake: Fix accidental version dependency break (issue #2293) 2017-11-01 16:23:21 -04:00
Marshall Greenblatt 28f27be9ca Update to Chromium version 62.0.3202.75 2017-10-31 22:48:51 -04:00
Marshall Greenblatt d04a869149 Don't create 'GPUCache' and 'databases' directories when cache-path is unspecified (issue #2289) 2017-10-30 17:10:28 -04:00
Marshall Greenblatt 197494e4ae Windows: Add missing swiftshader binaries to distribution (issue #2291) 2017-10-30 14:42:12 -04:00
Marshall Greenblatt c0182e05c3 macOS: Fix bundle structure in sample apps 2017-10-27 16:55:51 -04:00
Marshall Greenblatt 2a991c4018 Update to Chromium version 62.0.3202.62 2017-10-24 14:01:55 -04:00
Marshall Greenblatt cd60f7c7be Add "win-rt-app" command-line flag to disable MITIGATION_STRICT_HANDLE_CHECKS
and avoid sandboxed renderer process crash in WinRT apps (issue #2274)
2017-09-29 11:20:05 +02:00
Marshall Greenblatt 531f5a30ef Add chrome.tabs.create API support (issue #1947) 2017-09-28 17:21:05 +02:00
Marshall Greenblatt 264fa662c4 Simplify PrefService initialization (issue #1947) 2017-09-25 15:16:01 +02:00
Marshall Greenblatt 157ad1d57d Linux: Fix client termination (issue #2268) 2017-09-21 16:07:38 +02:00
Marshall Greenblatt f60fdc6d87 Fix task runner checking 2017-09-21 14:01:02 +02:00
Marshall Greenblatt f23a512bed Windows: Add missing pe_image.lib to cef_sandbox.lib (issue #2266) 2017-09-20 11:33:44 +02:00
Kaustubh Vats 3789326a42 macOS: Fix horizontal scrolling with trackpad (issue #2261) 2017-09-13 13:05:13 -04:00
Ryan Shetley ff8b4aa7b5 Add support for Chrome Storage Extension API (issue #1947)
- Supports chrome.storage.local and chrome.storage.sync
- chrome.storage.sync behaves identically to chrome.storage.local
2017-09-13 13:05:02 -04:00
Marshall Greenblatt 88ebd4373f Linux: Fix 32-bit build fails with ld.gold: internal error in get_section_contents, at icf.cc:467 (issue #2256) 2017-09-12 13:21:18 -04:00
Marshall Greenblatt 31e07ace1b Update to Chromium version 62.0.3202.9 2017-09-07 21:28:11 -04:00
Marshall Greenblatt a028976ac4 Update to Chromium revision fa6a5d87 (#499098) 2017-09-07 17:29:47 -04:00
Marshall Greenblatt 22d2fc50d1 Add QUIC protocol configuration support (issue #2184) 2017-09-05 14:21:56 -04:00
Marshall Greenblatt 05cddc2490 Windows: Fix crash during window creation (see https://crbug.com/761389) 2017-09-05 11:41:34 -04:00
Marshall Greenblatt ed5208366c Windows: Wait for WM_NCDESTROY before calling OnBeforeClose (issue #2248) 2017-08-31 18:10:51 -04:00
Ryan Shetley dddfce456c Add support for Chrome Alarms Extension API (issue #1947) 2017-08-30 11:46:21 +00:00
Marshall Greenblatt 64e6971099 views: Linux: Support CefWindowDelegate::CanResize restriction 2017-08-25 18:42:10 -04:00
Marshall Greenblatt 7f6c18af09 Fix shutdown assertion in SchemaRegistryServiceFactory after loading chrome://system 2017-08-25 18:42:10 -04:00
Marshall Greenblatt 9cff99dc4e Add support for loading extensions (issue #1947)
- Add CefRequestContext::LoadExtension, CefExtension, CefExtensionHandler and
  related methods/interfaces.
- Add chrome://extensions-support that lists supported Chrome APIs.
- Add CefBrowserHost::SetAutoResizeEnabled and CefDisplayHandler::OnAutoResize
  to support browser resize based on preferred web contents size.
- views: Add support for custom CefMenuButton popups.
- cefclient: Run with `--load-extension=set_page_color` command-line flag for
  an extension loading example. Add `--use-views` on Windows and Linux for an
  even better example.
2017-08-25 18:40:32 -04:00
Sergey Linev 5b12134a45 Linux: Fix error: suggest explicit braces to avoid ambiguous ‘else’ [-Werror=dangling-else] with gcc 7.1 2017-08-11 16:56:52 +00:00
Marshall Greenblatt 76eb49196e Fix crash loading chrome://net-internals 2017-08-10 16:58:05 -04:00
Marshall Greenblatt b153ba46db Fix Widevine DRM loading 2017-08-09 14:56:17 -04:00
Marshall Greenblatt 7b94ec0c8b views: Fix LabelButton size calculation 2017-08-08 19:44:52 -04:00
Marshall Greenblatt f229796a39 Update to Chromium revision ff259bab (#488528) 2017-07-28 18:30:34 -04:00
Marshall Greenblatt 6da2bbf229 Windows: Fix dialog loading for component build (issue #1617) 2017-07-24 12:14:27 -04:00
Marshall Greenblatt 85c945bc00 Add missing deps for component build (issue #1617) 2017-07-19 12:41:18 -04:00
Marshall Greenblatt 0c24e90b44 Fix errors on gclient sync of older release branches (issue #2211) 2017-07-18 17:07:23 -04:00
Marshall Greenblatt 1aea3a06a5 Linux/Mac: Fix handling of command-line arguments (issue #2208) 2017-07-18 13:57:04 -07:00
Marshall Greenblatt 796c7b6c59 Windows: Build cef_sandbox.lib with different GN args for official binary distributions (issue #2220) 2017-07-18 15:52:18 -04:00
Marshall Greenblatt 700123d3eb Add support for loading certificate revocation lists (issue #2213) 2017-07-11 15:44:35 -04:00
Marshall Greenblatt b216f427f6 Add component build support (issue #1617) 2017-07-06 18:22:13 -04:00
Marshall Greenblatt c080187908 Fix incorrect OSR browser display during navigation (issue #2209) 2017-07-05 15:18:52 -04:00
Marshall Greenblatt 75acd20e9a Fix OSR PDF mouse events after keyboard input (issue #2078) 2017-06-30 16:30:30 -04:00