Commit Graph

1850 Commits

Author SHA1 Message Date
Marshall Greenblatt e710be4f64 cefclient: Fix new window always on top (issue #1468) 2018-11-05 13:47:17 -05:00
Marshall Greenblatt 458cc98590 Fix incorrect quota size (issue #2452) 2018-10-26 15:47:35 -04:00
Marshall Greenblatt 1d1fe01a48 Update to Chromium version 70.0.3538.77 2018-10-25 18:36:05 -04:00
Marshall Greenblatt 5e6699b223 Fix substitution of localized strings for directory listings (issue #2412) 2018-10-19 14:41:34 -04:00
Marshall Greenblatt 678fa78c28 Fix ArrayBuffer crashes and add performance test (issue #2521) 2018-10-10 16:14:26 +03:00
Marshall Greenblatt 924c2e339e Windows: Fix crashes when dragging an image with OSR enabled (issue #2525) 2018-10-10 14:46:14 +03:00
Marshall Greenblatt c8ac6c879d Linux: cefclient: Fix crash when creating popup window (issue #2512) 2018-10-10 13:49:22 +03:00
Isaac Devine 5969b2bbb8 Windows: Fix hidden dropdowns when the window is topmost (issue #1468)
Also add a --always-on-top flag to cefclient to allow easier testing of this
behavior on Windows and Linux.
2018-10-10 12:12:29 +03:00
Marshall Greenblatt fbc59483b9 Fix crash using CefCookieManager::SetStoragePath (issue #2522) 2018-10-08 19:12:47 +03:00
Marshall Greenblatt dcdb070ecd macOS: Fix crash when showing a select popup with CefDoMessageLoopWork (issue #2495) 2018-09-28 16:30:38 +02:00
Marshall Greenblatt b69a4a2e3d Add missing include for DISALLOW_COPY_AND_ASSIGN 2018-09-28 15:50:01 +02:00
Marshall Greenblatt df6fb4f06e Update to Chromium version 70.0.3538.35 2018-09-28 15:40:26 +02:00
Marshall Greenblatt b8ca094aca Fix redraw of OSR PDF viewer (issue #2507) 2018-09-27 16:02:55 +02:00
Marshall Greenblatt 01ef24d928 Fix DCHECK when mouse wheel deltas are 0 (issue #2515) 2018-09-27 14:24:45 +02:00
Marshall Greenblatt ce3a5d5a7b Linux: Add missing return statement (issue #2014) 2018-09-25 13:25:08 +02:00
Marshall Greenblatt 36bc0371bf Linux: Add missing use_gtk check (issue #2014) 2018-09-24 16:12:16 +02:00
Marshall Greenblatt 391685c279 Add TS_PROCESS_OOM termination status (issue #2510) 2018-09-24 10:52:22 +02:00
Marshall Greenblatt 7016b2def6 Fix crash when high contrast themes are enabled (issue #2508) 2018-09-21 16:37:00 +02:00
Marshall Greenblatt f9b6257652 Windows: cmake: Add VS2017 15.8 build support 2018-09-21 11:13:46 +02:00
Marshall Greenblatt 6d61f0c90f Linux: Add multi-threaded message loop support (issue #2512) 2018-09-20 15:26:54 +02:00
Marshall Greenblatt 006d0629a0 Fix crash when hovering buttons in OSR PDF viewer (issue #2488) 2018-09-14 11:19:44 +02:00
Marshall Greenblatt 8f5df4027b Remove Singleton patches which are no longer required (issue #2362) 2018-09-06 21:54:33 +02:00
Marshall Greenblatt 1489b9dde4 Windows: Fix DCHECKs during shutdown with multi-threaded message loop mode (issue #2362) 2018-09-06 17:35:58 +02:00
Marshall Greenblatt e858849615 Fix external message pump (issue #2493) 2018-09-06 14:43:20 +02:00
Marshall Greenblatt 876e82f444 Linux: Zero initialize MwmHints (issue #2492) 2018-09-06 13:49:39 +02:00
Marshall Greenblatt 74b4a5fe27 macOS: Fix crash when closing full-screen window (issue #2491) 2018-09-06 13:49:33 +02:00
Marshall Greenblatt b3f2995808 Linux: Remove GTK build dependency (issue #2014) 2018-09-06 11:34:40 +02:00
Marshall Greenblatt 5fa11acf79 Update to Chromium version 70.0.3538.7 2018-09-05 22:22:57 +02:00
Marshall Greenblatt a64237bcb0 Update to Chromium version 70.0.3538.0 (#587811)
Known issues:
- The CefLoadCRLSetsFile function needs to be re-implemented (see issue #2497).
- Linux: GTK2 support has been removed. The cefclient sample needs to be updated
  to use GTK3 (see issue #2014).
2018-09-05 15:42:42 +02:00
Marshall Greenblatt ea0e213bef Update to Chromium version 70.0.3516.0 (#581409) 2018-08-10 11:31:08 -04:00
Marshall Greenblatt a659b48fd1 Update to Chromium version 70.0.3507.0 (#578961) 2018-08-02 15:15:23 -04:00
Marshall Greenblatt 4cc3a221c3 macOS: Update README.txt for distribution content changes 2018-07-30 16:15:19 -04:00
Marshall Greenblatt dec98a5534 macOS: Add support for and enable the V2 sandbox (issue #2459)
The CEF_USE_SANDBOX define is now used on all platforms.
2018-07-27 22:33:31 -04:00
Marshall Greenblatt fcad76b405 macOS: Load the CEF framework using dlopen instead of direct linking (issue #2459)
This is a prerequisite for using the Chromium V2 sandbox.
2018-07-27 17:36:49 -04:00
Marshall Greenblatt 0fb03e7aa1 macOS: Fix OSR configuration of device scale factor 2018-07-25 16:55:11 -04:00
Marshall Greenblatt 7f3c21b64a macOS: Add angle and swiftshader libraries to the app bundle (issue #2446)" 2018-07-25 15:18:24 -04:00
Marshall Greenblatt 339ce47575 macOS: Add the LSEnvironment variable MallocNanoZone=0 (see https://crbug.com/861939) 2018-07-25 14:23:54 -04:00
Marshall Greenblatt 7d09642925 Update to Chromium version 69.0.3497.0 (#576753) 2018-07-24 12:15:30 -04:00
Alexander Guettler fad6aec5d0 Add MouseWheelPhaseHandler for OSR (issue #2214) 2018-07-13 15:50:16 -04:00
Marshall Greenblatt 96bd993d99 Update to Chromium version 69.0.3489.0 (#574445) 2018-07-13 15:29:39 -04:00
Marshall Greenblatt 8e9d736cda Windows: Fix failure in tools/clang/scripts/update.py with custom VS toolchain (issue #2474) 2018-07-12 14:53:36 -04:00
Marshall Greenblatt 6a76bdb040 Revert "Disable cfi-icall which is not supported by the CEF bindings layer (issue #2472)"
This reverts commit 66b5dc3d55.
2018-07-12 10:58:49 -07:00
Marshall Greenblatt cf5b322efc Linux: Fix cfi-icall failure in atk_util_auralinux_gtk2.cc (issue #2472) 2018-07-12 10:58:29 -07:00
Marshall Greenblatt 7139f01103 Fix cfi-cast failure in CefBrowserMessageLoop::current (issue #2472) 2018-07-12 10:58:29 -07:00
Marshall Greenblatt 0d12959a50 Disable cfi-icall checks for CEF bindings (issue #2472) 2018-07-12 10:58:29 -07:00
Marshall Greenblatt 10c01ff43e Remove include/base/cef_thread_collision_warner.h which is unused and causes linker errors with CFI builds (issue #2472) 2018-07-12 10:58:29 -07:00
Marshall Greenblatt 66b5dc3d55 Disable cfi-icall which is not supported by the CEF bindings layer (issue #2472) 2018-07-11 12:32:48 -04:00
Marshall Greenblatt f12ad6b634 Add missing include 2018-07-09 16:12:39 -04:00
Marshall Greenblatt 5bf4d4febd Fix passing of lang command-line flag to the renderer (issue #2468) 2018-07-09 16:10:03 -04:00
Marshall Greenblatt 448a112352 CefFrame::GetURL in the renderer process should return the provisional URL for popups during loading (issue #2448) 2018-07-09 14:36:37 -04:00