mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 5fdc0fab (#520840)
- Windows now builds with clang by default.
This commit is contained in:
@@ -148,7 +148,7 @@ patches = [
|
||||
# Revert ENABLE_PRINT_PREVIEW changes from the following changeset.
|
||||
# https://codereview.chromium.org/1556463003
|
||||
#
|
||||
# Add missing ENABLE_PRINT_PREVIEW checks in chrome/ on Mac.
|
||||
# Add ENABLE_CEF checks in chrome/browser/ui.
|
||||
'name': 'print_header_footer_1478_1565',
|
||||
},
|
||||
{
|
||||
@@ -159,12 +159,6 @@ patches = [
|
||||
# https://bitbucket.org/chromiumembedded/cef/issue/1639
|
||||
'name': 'service_manager_654986',
|
||||
},
|
||||
{
|
||||
# Fix rendering of the PDF extension with OSR when the device scale factor
|
||||
# is not 1.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1687
|
||||
'name': 'browser_frame_host_guest_1687',
|
||||
},
|
||||
{
|
||||
# Fix loading of the PDF extension with proxy BrowserContext.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1710
|
||||
@@ -223,10 +217,22 @@ patches = [
|
||||
# Fix chrome Widevine build on Linux.
|
||||
'name': 'chrome_widevine',
|
||||
},
|
||||
{
|
||||
# Support CEF changes in chrome/browser.
|
||||
'name': 'chrome_browser',
|
||||
},
|
||||
{
|
||||
# Support CEF changes in chrome/renderer.
|
||||
'name': 'chrome_renderer',
|
||||
},
|
||||
{
|
||||
# Make some methods of ProfileManager virtual.
|
||||
# Allow CEF to intercept GetBrowserContext*InIncognito functions.
|
||||
'name': 'chrome_profile',
|
||||
'name': 'chrome_browser_profiles',
|
||||
},
|
||||
{
|
||||
# Allow CEF to share Chrome plugin loading code.
|
||||
'name': 'chrome_plugins',
|
||||
},
|
||||
{
|
||||
# Support StoragePartition proxy by:
|
||||
@@ -256,11 +262,6 @@ patches = [
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1994
|
||||
'name': 'net_security_expiration_1994',
|
||||
},
|
||||
{
|
||||
# Remove DCHECK hit during latency reporting when using OSR.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2060
|
||||
'name': 'render_widget_latency_2060',
|
||||
},
|
||||
{
|
||||
# Implement breakpad/crashpad customization required by CEF.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1995
|
||||
@@ -300,6 +301,8 @@ patches = [
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=728195
|
||||
#
|
||||
# Add RenderFrameObserver::FrameFocused method.
|
||||
#
|
||||
# Add ContentRendererClient::DevToolsAgent[Attached|Detached] methods.
|
||||
'name': 'content_1129_2015',
|
||||
},
|
||||
{
|
||||
@@ -316,6 +319,11 @@ patches = [
|
||||
# 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
|
||||
#
|
||||
# Linux: Fix GTK2 compile errors.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=771365#c16
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=610428#c88
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=780973#c15
|
||||
'name': 'linux_build',
|
||||
},
|
||||
{
|
||||
@@ -336,4 +344,16 @@ patches = [
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2314
|
||||
'name': 'mac_widevine_2314',
|
||||
},
|
||||
{
|
||||
# Windows: Fix rc.py ico processing and add support for menuitem separators.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=792576
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=792594
|
||||
# Using 'DEPS' because it must be applied before the `gclient sync` step.
|
||||
'name': 'DEPS',
|
||||
},
|
||||
{
|
||||
# Fix ReportingServiceProxy mojo binding failure messages.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=784518
|
||||
'name': 'blink_mojo_806477',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user