Commit Graph

1841 Commits

Author SHA1 Message Date
Marshall Greenblatt 7f37a0a130 Fix substitution of localized strings for directory listings (issue #2412) 2018-10-19 14:43:31 -04:00
Marshall Greenblatt cd24143111 Fix ArrayBuffer crashes and add performance test (issue #2521) 2018-10-10 16:15:25 +03:00
Marshall Greenblatt ead5caf25a Windows: Fix crashes when dragging an image with OSR enabled (issue #2525) 2018-10-10 14:47:18 +03:00
Marshall Greenblatt c6dbc58c5f Linux: cefclient: Fix crash when creating popup window (issue #2512) 2018-10-10 13:50:37 +03:00
Marshall Greenblatt 00188c7052 Fix crash using CefCookieManager::SetStoragePath (issue #2522) 2018-10-08 19:22:38 +03:00
Marshall Greenblatt b472a8d9ea macOS: Fix crash when showing a select popup with CefDoMessageLoopWork (issue #2495) 2018-09-28 16:31:53 +02:00
Marshall Greenblatt 847fd4fd63 Add missing include for DISALLOW_COPY_AND_ASSIGN 2018-09-28 15:51:57 +02:00
Marshall Greenblatt 0a87d5f25f Fix redraw of OSR PDF viewer (issue #2507) 2018-09-27 16:05:22 +02:00
Marshall Greenblatt 13f506f92a Fix crash when high contrast themes are enabled (issue #2508) 2018-09-21 16:36:00 +02:00
Marshall Greenblatt 4c165056e1 Windows: cmake: Add VS2017 15.8 build support 2018-09-21 11:12:42 +02:00
Marshall Greenblatt 461fa1fe83 Update to Chromium version 69.0.3497.100 2018-09-20 17:12:42 +02:00
Marshall Greenblatt bf8b64d70e Linux: Add multi-threaded message loop support (issue #2512) 2018-09-20 06:10:45 -07:00
Marshall Greenblatt 004ef913a2 Fix crash when hovering buttons in OSR PDF viewer (issue #2488) 2018-09-14 11:19:53 +02:00
Marshall Greenblatt 9df58650e1 RTL document in <iframe> should have left-hand scrollbar (see https://crbug.com/250514#c34) 2018-09-14 10:29:55 +02:00
Marshall Greenblatt a4f7e361be Remove Singleton patches which are no longer required (issue #2362) 2018-09-06 21:57:52 +02:00
Marshall Greenblatt 52427ce97f Windows: Fix DCHECKs during shutdown with multi-threaded message loop mode (issue #2362) 2018-09-06 17:39:11 +02:00
Marshall Greenblatt 01f9a30b1d Fix external message pump (issue #2493) 2018-09-06 14:52:58 +02:00
Marshall Greenblatt fd089efa24 Linux: Zero initialize MwmHints (issue #2492) 2018-09-06 13:51:06 +02:00
Marshall Greenblatt 3f956461bb macOS: Fix crash when closing full-screen window (issue #2491) 2018-09-06 13:50:59 +02:00
Marshall Greenblatt 4f87de9f52 Linux: Fix compile error 2018-09-06 10:33:28 +02:00
Marshall Greenblatt 532ce6b99c Update to Chromium version 69.0.3497.81 2018-09-05 19:30:35 +02:00
Marshall Greenblatt 633c181700 macOS: Fix compile error (issue #2489) 2018-08-17 11:08:41 -04:00
Marshall Greenblatt 7ed3a545e9 Update to Chromium version 69.0.3497.32 2018-08-15 17:01:54 -04:00
Marshall Greenblatt 17f0192053 macOS: Update README.txt for distribution content changes 2018-07-30 16:23:39 -04:00
Marshall Greenblatt f7ae4ed0da Update to Chromium version 69.0.3497.12 2018-07-25 20:00:11 -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
Marshall Greenblatt 9229cdd0eb Remove CefSettings.single_process. This mode is not supported and CefSettings makes it too easy to enable. The command-line flag still exists. 2018-07-09 13:31:32 -04:00
Alexander Guettler 9e22c975fa Windows: Remove /llvmlibthin from link command (issue #2470) 2018-07-09 11:37:13 -04:00
Marshall Greenblatt 6301e06c8a Update to Chromium version 69.0.3483.0 (#572879) 2018-07-09 11:23:23 -04:00
Kudo Chien 123324f5f9 Fix PDF print and save buttons (issue #2463). 2018-07-05 18:32:01 +00:00
Marshall Greenblatt eb3325a9ae Fix application of DEPS.patch for 3029 branch 2018-07-05 14:24:49 -04:00
Marshall Greenblatt 2d48a07bec Update to Chromium version 69.0.3476.0 (#571360) 2018-07-03 13:48:07 -04:00
Marshall Greenblatt 669e8673ce Linux: cmake: Don't warn about code in comments (issue #2346) 2018-06-27 12:47:39 -04:00
Marshall Greenblatt b03c54bfbe Linux: Use poll instead of select to fix crash during startup (issue #2466) 2018-06-27 12:40:59 -04:00
Marshall Greenblatt 35830c88e5 Update to Chromium version 69.0.3464.0 (#567918) 2018-06-19 15:49:32 -04:00