mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision adb61db1 (#508578)
This commit is contained in:
@@ -239,14 +239,6 @@ patches = [
|
||||
# (b) Adding BrowserContext::GetStoragePartitionProxy();
|
||||
# (c) Removing static_cast<> of StoragePartition to StoragePartitionImpl.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1973
|
||||
#
|
||||
# Clear RenderProcessHostImpl's |browser_context_| member when the
|
||||
# BrowserContext is deleted.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2032
|
||||
#
|
||||
# Check RenderProcessHostImpl's |browser_context_| member before re-
|
||||
# initializing the channel from RPHI::ProcessDied.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2096
|
||||
'name': 'storage_partition_1973',
|
||||
},
|
||||
{
|
||||
@@ -323,19 +315,11 @@ patches = [
|
||||
'name': 'printing_context_2196',
|
||||
},
|
||||
{
|
||||
# Linux: Fix build errors related to dependency versions.
|
||||
#
|
||||
# Linux: Fix 32-bit build fails with ld.gold: internal error in
|
||||
# get_section_contents, at icf.cc:467
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2256
|
||||
'name': 'linux_build',
|
||||
},
|
||||
{
|
||||
# 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/',
|
||||
},
|
||||
{
|
||||
# Changes necessary to support for chrome extensions:
|
||||
# (a) Add a new ExtensionHost constructor that allows CEF to create the
|
||||
|
Reference in New Issue
Block a user