mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision ff259bab (#488528)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user