15 Commits

Author SHA1 Message Date
Marshall Greenblatt
f6f2c9a0ca Update to Chromium version 68.0.3440.0 () 2018-06-04 12:43:08 -04:00
Marshall Greenblatt
a3c55f1d26 Update to Chromium revision 9ef2aa86 () 2018-05-04 10:50:26 +02:00
Marshall Greenblatt
8d51acb9be Update to Chromium revision 5fdc0fab ()
- Windows now builds with clang by default.
2017-12-14 15:31:07 -05:00
Marshall Greenblatt
a028976ac4 Update to Chromium revision fa6a5d87 () 2017-09-07 17:29:47 -04:00
Marshall Greenblatt
4fe6ac0d4b Use git apply for applying patch files (issue ) 2017-04-27 13:53:32 -04:00
Marshall Greenblatt
b7b145fa4f Update to Chromium revision ad51088c () 2017-01-24 16:53:09 -05:00
Marshall Greenblatt
12aeeb13f7 Update to Chromium revision 3a87aecc () 2016-11-29 16:56:29 -05:00
Marshall Greenblatt
c9e81c082f Update to Chromium revision 614d31da ()
- Fix PDF extension loading after showing the plugin placeholder (issue )
2016-10-25 15:34:33 -04:00
Marshall Greenblatt
07d12b78e1 Update to Chromium revision 9cedf753 ()
- Simplify usage of OnBeforePluginLoad (issue )
- Switch crash reporting from crashpad to breakpad on Windows and OS X.
  Adds a new chrome_elf.dll dependency on Windows (issue )
- Remove CefTextfield::GetPlaceholderTextColor() method which is no
  longer supported by Chromium.
2016-10-20 16:54:25 -04:00
Marshall Greenblatt
9064e30296 Update to Chromium revision 1ae106db () 2016-09-01 11:52:50 +03:00
Marshall Greenblatt
ab2636b012 Update to Chromium revision 2b3ae3b8 () 2016-05-25 08:10:01 -07:00
Marshall Greenblatt
f7aa98fe69 Update to Chromium revision 088f14a0 ()
- Building on Windows now requires the Windows 10.0.10586 SDK.
- Remove CefParseCSSColor which was implemented using Blink code in the
  browser process. This is longer advisable now that the Oilpan GC is enabled.
- Avoid potential renderer process crashes by disabling script actions
  on the CefV8Context passed to CefRenderProcessHandler::OnContextReleased.
2016-02-08 13:16:11 -05:00
Marshall Greenblatt
d2372c3d11 Update to Chromium revision d7d5682a () 2016-01-07 11:53:39 -08:00
Marshall Greenblatt
5dec0c5f57 Update to Chromium revision c78c0ad7 () 2015-12-10 12:45:26 -05:00
Marshall Greenblatt
936e595fe5 - Support runtime configuration of renderer-related preferences (issue ).
- Persist modified user preferences including per-host zoom settings when a
  cache_path value is specified and persist_user_preferences is set to true
  via CefSettings or CefRequestContextSettings.
- Avoid the need to duplicate files from chrome/ by having CefBrowserContext
  extend Chrome's Profile class.
2015-10-20 11:12:21 -04:00