Update to Chromium revision ff259bab (#488528)

This commit is contained in:
Marshall Greenblatt
2017-07-26 19:19:27 -04:00
parent 6da2bbf229
commit f229796a39
416 changed files with 2724 additions and 2213 deletions

View File

@@ -306,24 +306,25 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2015
'name': 'webkit_plugin_info_2015',
},
{
# Windows: Fix AssertIOAllowed failure in NetworkChangeNotifier.
# https://bugs.chromium.org/p/chromium/issues/detail?id=721461
'name': 'network_change_721461',
},
{
# Linux: Attach routing IDs to PrintingContext.
# https://bitbucket.org/chromiumembedded/cef/issues/2196
'name': 'printing_context_2196',
},
{
# Windows/macOS: Fix incorrect clear of buffer during software rendering.
# https://bugs.chromium.org/p/chromium/issues/detail?id=729363
'name': 'software_renderer_729363',
# Linux: Fix build errors related to dependency versions.
# https://chromium-review.googlesource.com/c/590271/
'name': 'linux_build',
},
{
# Windows: Disable allocator for cef_sandbox builds.
# https://bitbucket.org/chromiumembedded/cef/issues/2220
'name': 'sandbox_2220',
# Linux: Fix duplicate definition of MurmerHash3 functions.
# https://bugs.chromium.org/p/chromium/issues/detail?id=697758#c24
'name': 'angle_697758',
'path': 'third_party/angle/',
},
{
# macOS: Add missing availability annotations for 10.12 SDK.
# https://bugs.chromium.org/p/chromium/issues/detail?id=747693
'name': 'mac_build_747693',
},
]