1708 Commits

Author SHA1 Message Date
Marshall Greenblatt
7e1e1d0d0a Windows: Fix x64 compile error (issue #2332) 2017-12-21 15:44:08 -05:00
Marshall Greenblatt
49a64fa360 Fix crash when creating JS popup with no URL (issue #2330) 2017-12-21 15:00:36 -05:00
Marshall Greenblatt
cd33baaff6 Fix assertion when calling SendProcessMessage from non-UI thread (issue #2325) 2017-12-19 15:16:32 -05:00
SergeyAvd
f6d6dfc859 Fix typos in the comments that generate the documentation 2017-12-18 18:47:22 -05:00
Andrei Kurushin
8e694795d0 Windows: Fix non x2 HiDPI OSR paint crop (issue #2299) 2017-12-18 14:40:45 -05:00
Marshall Greenblatt
e9b47cb6ea Fix README typo 2017-12-18 14:20:46 -05:00
Marshall Greenblatt
0e1cda7e04 Linux: Add missing swiftshader binaries to distribution (issue #2321) 2017-12-18 14:14:46 -05:00
Marshall Greenblatt
68fddaef3c Update to Chromium version 63.0.3239.109 2017-12-15 17:00:44 -05:00
Marshall Greenblatt
385b2d4fb7 Fix OSR accessibility tests (issue #2312) 2017-12-12 15:59:20 -05:00
Marshall Greenblatt
ab289f8c21 Fix crash database size calculation 2017-12-05 16:59:37 -05:00
Tammo Hinrichs
8f2fa9905f OSR: Fix GPU->CPU readback performance issues (issue #2046) 2017-12-05 13:45:26 -05:00
Marshall Greenblatt
39f8ab63f3 Update to Chromium version 63.0.3239.70 2017-12-04 21:47:52 -05:00
Marshall Greenblatt
41192da2df Fix accessibility information (issue #2312) 2017-12-04 14:21:52 -05:00
Marshall Greenblatt
9b0d05362e macOS: Fix build of widevinecdmadapter.plugin (issue #2314) 2017-12-04 13:00:53 -05:00
Marshall Greenblatt
ddfc3edc4e Fix bugs and test failures with browser-side navigation (issue #2290) 2017-11-30 18:42:48 -05:00
amaitland
29d23fad6a cmake: Don't require test projects with minimal distribution (issue #2169) 2017-11-30 18:42:35 -05:00
Tamas Lustyik
5a69704c47 Making it possible to bridge C++ wrapper classes to C (issue #2311). 2017-11-28 10:59:35 -05:00
Tamas Lustyik
d360639327 macOS: Added guard to previously overlooked C++ include (issue #2297) 2017-11-28 10:59:28 -05:00
Marshall Greenblatt
6f5973b172 cmake: Add v8_context_snapshot.bin binary file 2017-11-27 12:17:23 -05:00
Marshall Greenblatt
c9d6700b30 - Add cache awareness to CefURLRequest (issue #2283)
- Properly set referer values on server requests (issue #2278)
2017-11-17 17:15:05 -05:00
Marshall Greenblatt
90cce6787e Linux: Fix missing ui::Service symbols (issue #2294) 2017-11-16 12:24:40 -05:00
Marshall Greenblatt
be1919cd6d Linux: Don't generate Chromium installer packages (issue #2301) 2017-11-15 19:29:29 -05:00
Marshall Greenblatt
f4d6298737 Enable Brotli encoding (issue #2303) 2017-11-15 17:22:37 -05:00
Lk Xf
c32f283647 Allow inclusion of cef_application_mac.h from pure C/ObjC (issue #2297) 2017-11-15 14:57:05 -05:00
Marshall Greenblatt
4b39753c41 Add CefServer API for handling HTTP/WebSocket requests (issue #2278) 2017-11-15 12:45:51 -05:00
Marshall Greenblatt
39e689d80a Windows: Add VS2017.4 build support 2017-11-01 16:26:22 -04:00
Marshall Greenblatt
bd91a91b94 cmake: Fix accidental version dependency break (issue #2293) 2017-11-01 16:26:16 -04:00
Marshall Greenblatt
5493b3dc2c Don't create 'GPUCache' and 'databases' directories when cache-path is unspecified (issue #2289) 2017-10-30 16:54:24 -04:00
Marshall Greenblatt
e93622f514 Windows: Add missing swiftshader binaries to distribution (issue #2291) 2017-10-30 14:44:52 -04:00
Marshall Greenblatt
8e3630ccad Windows: Don't recommend is_win_fastlink=true with VS2017 (issue #1691) 2017-10-27 19:01:04 -04:00
Marshall Greenblatt
4cab649aac Update to Chromium version 63.0.3239.18 2017-10-27 19:00:17 -04:00
Marshall Greenblatt
4787b45db2 Resolve request mapping issues with swapped out frames and browser-side navigation (issue #2290) 2017-10-26 15:58:57 -04:00
Marshall Greenblatt
2733a561e4 Disable browser-side navigation by default (issue #2290) 2017-10-26 15:58:49 -04:00
Marshall Greenblatt
9334a09176 Set the correct response status on internal redirects 2017-10-26 15:58:43 -04:00
Marshall Greenblatt
8b4980b4ca Update to Chromium revision adb61db1 (#508578) 2017-10-26 15:58:05 -04:00
Marshall Greenblatt
c80264ab11 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:17:36 +02:00
Marshall Greenblatt
607a1d9f49 Add chrome.tabs.create API support (issue #1947) 2017-09-28 15:41:10 +02:00
Marshall Greenblatt
3006329678 Simplify PrefService initialization (issue #1947) 2017-09-25 15:12:12 +02:00
Marshall Greenblatt
f372e90025 Linux: Fix client termination (issue #2268) 2017-09-21 07:05:36 -07:00
Marshall Greenblatt
6bcbefa5fc Fix task runner checking 2017-09-21 14:23:02 +02:00
Marshall Greenblatt
b0edce9c9d Windows: Add missing pe_image.lib to cef_sandbox.lib (issue #2266) 2017-09-20 11:34:30 +02:00
Kaustubh Vats
c95b92f1e8 macOS: Fix horizontal scrolling with trackpad (issue #2261) 2017-09-13 16:47:43 +00:00
Marshall Greenblatt
c1269e105d automate-git.py: Fix application of DEPS.patch 2017-09-12 15:57:56 -04:00
Marshall Greenblatt
3f48f8ec54 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:22:39 -04:00
Ryan Shetley
d8a602ed2f 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-11 18:42:30 +00: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