2017-04-27 03:59:52 +02:00
|
|
|
# Patch configuration file. See the README.txt file in the patch directory for
|
|
|
|
# information on how this configuration is used.
|
|
|
|
#
|
|
|
|
# Each dictionary entry in the "patches" map represents a single patch file.
|
|
|
|
# Supported key/value pairs are as follows:
|
|
|
|
#
|
|
|
|
# - 'name' Required. The name of the patch file without the .patch
|
|
|
|
# extension that will be read from the patches subdirectory.
|
|
|
|
# - 'path' Optional. The repository root for the patch file. Defaults to
|
|
|
|
# the Chromium "src" root. All patch file contents must be
|
|
|
|
# relative to this repository root.
|
|
|
|
# - 'condition' Optional. The patch file will only be applied if an environment
|
|
|
|
# variable with this name exists.
|
|
|
|
#
|
|
|
|
# Each entry should also include a comment linking to the code review or bug
|
|
|
|
# report that the patch relates to.
|
2012-04-03 03:34:16 +02:00
|
|
|
|
|
|
|
patches = [
|
|
|
|
{
|
2016-06-23 19:42:00 +02:00
|
|
|
# Necessary for grit integration.
|
2012-04-03 03:34:16 +02:00
|
|
|
'name': 'gritsettings',
|
|
|
|
},
|
2016-06-23 19:42:00 +02:00
|
|
|
{
|
|
|
|
# Necessary for GN integration.
|
|
|
|
#
|
|
|
|
# Move chrome target locales output to a chrome/ directory to avoid
|
|
|
|
# conflicts with the CEF configuration.
|
|
|
|
#
|
|
|
|
# Support custom VS toolchain on Windows.
|
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=623342
|
2016-08-05 12:24:27 +02:00
|
|
|
#
|
|
|
|
# Write environment.* files with the correct SDK version on Windows.
|
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=634788
|
2016-06-23 19:42:00 +02:00
|
|
|
'name': 'gn_config',
|
|
|
|
},
|
2017-07-06 22:39:37 +02:00
|
|
|
{
|
|
|
|
# Support component builds (GN is_component_build=true).
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1617
|
|
|
|
'name': 'component_build_1617',
|
|
|
|
},
|
2012-09-04 19:08:51 +02:00
|
|
|
{
|
2013-10-17 01:09:07 +02:00
|
|
|
# Support loading of password protected zip archives.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/496
|
2012-09-04 19:08:51 +02:00
|
|
|
'name': 'zlib',
|
|
|
|
},
|
2013-02-23 02:46:13 +01:00
|
|
|
{
|
2016-06-21 00:59:23 +02:00
|
|
|
# Revert change on Windows that removes MessageLoop::os_modal_loop().
|
|
|
|
# https://codereview.chromium.org/1992243003
|
|
|
|
'name': 'message_loop_443_1992243003',
|
2013-02-23 02:46:13 +01:00
|
|
|
},
|
2014-07-01 00:30:29 +02:00
|
|
|
{
|
|
|
|
# Enable popups in offscreen rendering on OS X.
|
|
|
|
'name': 'webkit_popups',
|
|
|
|
},
|
2013-08-15 00:15:28 +02:00
|
|
|
{
|
|
|
|
# Fix export of UnderlayOpenGLHostingWindow for 64-bit OS X builds.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1051
|
2013-08-15 00:15:28 +02:00
|
|
|
'name': 'underlay_1051',
|
|
|
|
},
|
2013-12-07 02:55:22 +01:00
|
|
|
{
|
|
|
|
# Allow specification of a parent window handle for Widget creation.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/180
|
2016-01-19 21:09:01 +01:00
|
|
|
#
|
|
|
|
# Fix multiple handling of WM_MOUSEWHEEL messages on Windows.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1481
|
|
|
|
#
|
2017-02-10 23:44:11 +01:00
|
|
|
# Support custom RenderWidgetHostViewOSR for BrowserPluginGuest.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1565
|
|
|
|
#
|
2015-10-26 19:23:08 +01:00
|
|
|
# Fix focus/activation handling and keyboard input on Windows and Linux.
|
2015-08-04 19:53:59 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1677
|
2015-10-26 19:23:08 +01:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1679
|
2015-08-27 23:55:48 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1700
|
2016-01-19 21:09:01 +01:00
|
|
|
#
|
|
|
|
# Support creation of captionless windows with resizable borders.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1749
|
2017-06-30 22:30:30 +02:00
|
|
|
#
|
2017-08-04 00:55:19 +02:00
|
|
|
# Windows: When |params.remove_standard_frame| is true remove WS_CAPTION
|
|
|
|
# and WS_SYSMENU styles. Otherwise Windows 10 enforces a minimum window
|
|
|
|
# width of ~116 units that cannot be overridden.
|
|
|
|
# Linux: Allow creation of activatable menu windows.
|
2017-08-25 23:41:30 +02:00
|
|
|
# Linux: Support CefWindowDelegate::CanResize restriction by specifying
|
|
|
|
# min/max Widget size values.
|
2017-08-04 00:55:19 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1947
|
|
|
|
#
|
2017-06-30 22:30:30 +02:00
|
|
|
# Support configuration of RWHVGuest device scale factor.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2078
|
2017-02-10 23:44:11 +01:00
|
|
|
'name': 'views_widget_180_1481_1565_1677_1749',
|
2015-10-14 18:46:42 +02:00
|
|
|
},
|
2014-04-15 21:02:30 +02:00
|
|
|
{
|
2014-07-01 00:30:29 +02:00
|
|
|
# Allow specification of a custom WebContentsView.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1257
|
2017-02-10 23:44:11 +01:00
|
|
|
#
|
|
|
|
# Support custom RenderWidgetHostViewOSR for BrowserPluginGuest.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1565
|
|
|
|
'name': 'web_contents_1257_1565',
|
2014-04-15 21:02:30 +02:00
|
|
|
},
|
2015-01-01 17:51:56 +01:00
|
|
|
{
|
|
|
|
# Allow creation of a custom SoftwareOutputDevice.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1368
|
2015-01-01 17:51:56 +01:00
|
|
|
'name': 'compositor_1368',
|
|
|
|
},
|
2015-07-16 23:40:01 +02:00
|
|
|
{
|
2017-02-10 23:44:11 +01:00
|
|
|
# Support custom RenderWidgetHostViewOSR for BrowserPluginGuest.
|
2015-07-16 23:40:01 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1565
|
|
|
|
'name': 'browser_plugin_guest_1565',
|
|
|
|
},
|
2014-04-08 21:33:48 +02:00
|
|
|
{
|
|
|
|
# Allow customization of the WebView background color.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1161
|
2014-04-08 21:33:48 +02:00
|
|
|
# https://codereview.chromium.org/228603007/
|
|
|
|
'name': 'prefs_content_1161',
|
|
|
|
},
|
2014-07-09 00:37:06 +02:00
|
|
|
{
|
|
|
|
# Fix drag&drop of combined text and URL data on Linux/Aura.
|
|
|
|
# https://codereview.chromium.org/208313009
|
|
|
|
'name': 'ui_dragdrop_355390',
|
|
|
|
},
|
2014-10-07 22:44:33 +02:00
|
|
|
{
|
2017-02-27 21:08:15 +01:00
|
|
|
# Windows: Fix AtExitManager assertion on *ServiceFactory destruction during
|
|
|
|
# multi-threaded message loop shutdown.
|
2015-11-26 04:45:19 +01:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1680
|
2017-02-27 21:08:15 +01:00
|
|
|
'name': 'service_factory_1680',
|
2015-11-26 04:45:19 +01:00
|
|
|
},
|
2015-03-11 19:44:11 +01:00
|
|
|
{
|
|
|
|
# Make URLRequest::set_is_pending() public so that it can be called from
|
|
|
|
# CefRequestInterceptor::MaybeInterceptResponse().
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1327
|
2015-03-11 19:44:11 +01:00
|
|
|
'name': 'net_urlrequest_1327',
|
|
|
|
},
|
2015-03-25 22:22:47 +01:00
|
|
|
{
|
|
|
|
# Remove NOTREACHED() that is hit when loading Flash in incognito mode.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issue/1586
|
|
|
|
'name': 'content_pepper_flash_1586',
|
|
|
|
},
|
2015-04-24 13:11:32 +02:00
|
|
|
{
|
|
|
|
# Fix placement of IME window on Windows.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issue/1610
|
|
|
|
'name': 'ime_1610',
|
|
|
|
},
|
2015-03-24 16:40:08 +01:00
|
|
|
{
|
|
|
|
# Enable support for print header and footer.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issue/1478
|
2016-07-14 03:35:07 +02:00
|
|
|
#
|
2015-07-24 02:06:56 +02:00
|
|
|
# Fix printing of PDF documents via PrintToPDF.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1565
|
2016-07-14 03:35:07 +02:00
|
|
|
#
|
2016-02-02 22:32:44 +01:00
|
|
|
# Revert ENABLE_PRINT_PREVIEW changes from the following changeset.
|
|
|
|
# https://codereview.chromium.org/1556463003
|
2016-07-14 03:35:07 +02:00
|
|
|
#
|
|
|
|
# Add missing ENABLE_PRINT_PREVIEW checks in chrome/ on Mac.
|
2015-07-24 02:06:56 +02:00
|
|
|
'name': 'print_header_footer_1478_1565',
|
2015-03-24 16:40:08 +01:00
|
|
|
},
|
2015-07-29 18:04:19 +02:00
|
|
|
{
|
2017-04-20 21:28:17 +02:00
|
|
|
# Split service_manager::Main into the separate steps required by CEF.
|
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=654986#c17
|
|
|
|
#
|
2015-07-29 18:04:19 +02:00
|
|
|
# Remove DCHECK on Linux when initialized CEF from a non-main thread.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issue/1639
|
2017-04-20 21:28:17 +02:00
|
|
|
'name': 'service_manager_654986',
|
2015-07-29 18:04:19 +02:00
|
|
|
},
|
2015-08-19 21:40:38 +02:00
|
|
|
{
|
|
|
|
# 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',
|
|
|
|
},
|
2015-09-11 14:14:45 +02:00
|
|
|
{
|
|
|
|
# Fix loading of the PDF extension with proxy BrowserContext.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1710
|
|
|
|
'name': 'supports_user_data_1710',
|
|
|
|
},
|
2015-10-17 02:44:00 +02:00
|
|
|
{
|
|
|
|
# Fix missing check for defined(ENABLE_THEMES) in
|
|
|
|
# renderer_preferences_util.cc on Linux.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=545103
|
2015-10-17 02:44:00 +02:00
|
|
|
'name': 'renderer_preferences_util_545103',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# Expose the FontFamilyCache UserData key.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1501
|
|
|
|
'name': 'font_family_cache_1501',
|
|
|
|
},
|
2015-11-10 21:18:16 +01:00
|
|
|
{
|
|
|
|
# Fix crash while printing on Windows by properly initializing V8 in the PDF
|
|
|
|
# module.
|
2016-04-27 22:38:52 +02:00
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=549365#c17
|
2015-11-10 21:18:16 +01:00
|
|
|
'name': 'pdfium_print_549365',
|
2017-04-27 03:59:52 +02:00
|
|
|
'path': 'third_party/pdfium/',
|
2015-11-10 21:18:16 +01:00
|
|
|
},
|
2015-12-05 03:58:56 +01:00
|
|
|
{
|
|
|
|
# Enable support for filtering resource responses.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/515
|
|
|
|
'name': 'net_filter_515',
|
|
|
|
},
|
2016-01-19 21:09:01 +01:00
|
|
|
{
|
|
|
|
# Modify views::View to extend SupportsUserData.
|
|
|
|
# Modify views::MenuButton behavior.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1749
|
2017-04-20 21:28:17 +02:00
|
|
|
#
|
|
|
|
# Don't add TestDesktopScreenX11 dependency on Linux.
|
|
|
|
# Reverts ui_controls_factory_desktop_aurax11.cc changes from
|
|
|
|
# https://codereview.chromium.org/2327623002
|
|
|
|
#
|
|
|
|
# Add InkDropHostView::ink_drop_mode method.
|
|
|
|
# Reverts ink_drop_host_view.h changes from
|
|
|
|
# https://codereview.chromium.org/2723843002
|
|
|
|
#
|
2017-05-31 17:33:30 +02:00
|
|
|
# Add LabelButton::SetFontList method.
|
|
|
|
# Reverts label_button.[cc|h] changes from
|
|
|
|
# https://codereview.chromium.org/2801583002
|
|
|
|
#
|
|
|
|
# Expose callbacks for mouse/keyboard events that trigger menu switching.
|
|
|
|
# Add accelerator display support to Label.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2102
|
|
|
|
'name': 'views_1749_2102',
|
2016-01-19 21:09:01 +01:00
|
|
|
},
|
2016-07-06 21:34:09 +02:00
|
|
|
{
|
|
|
|
# Expose ui::Compositor via BrowserCompositorMac for OSR.
|
|
|
|
'name': 'browser_compositor_mac',
|
|
|
|
},
|
2016-07-14 03:35:07 +02:00
|
|
|
{
|
|
|
|
# Fix chrome Widevine build on Linux.
|
|
|
|
'name': 'chrome_widevine',
|
|
|
|
},
|
2016-07-18 23:22:22 +02:00
|
|
|
{
|
|
|
|
# Make some methods of ProfileManager virtual.
|
2016-08-04 14:37:53 +02:00
|
|
|
# Allow CEF to intercept GetBrowserContext*InIncognito functions.
|
2016-07-18 23:22:22 +02:00
|
|
|
'name': 'chrome_profile',
|
|
|
|
},
|
2016-08-24 11:28:52 +02:00
|
|
|
{
|
|
|
|
# Support StoragePartition proxy by:
|
|
|
|
# (a) Exposing UserData keys for objects owned by BrowserContext;
|
|
|
|
# (b) Adding BrowserContext::GetStoragePartitionProxy();
|
|
|
|
# (c) Removing static_cast<> of StoragePartition to StoragePartitionImpl.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1973
|
2017-10-30 21:52:39 +01:00
|
|
|
#
|
|
|
|
# Don't create a "databases" directory when cache_path is empty.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2289
|
2016-08-24 11:28:52 +02:00
|
|
|
'name': 'storage_partition_1973',
|
|
|
|
},
|
2016-10-21 21:52:29 +02:00
|
|
|
{
|
2017-01-23 18:36:54 +01:00
|
|
|
# Fix plugin placeholder blocked message.
|
2016-10-21 21:52:29 +02:00
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2020/
|
|
|
|
'name': 'webview_plugin_2020',
|
|
|
|
},
|
2016-11-07 20:14:09 +01:00
|
|
|
{
|
|
|
|
# Support WebUI by:
|
|
|
|
# (a) Exposing required UserData keys;
|
|
|
|
# (b) Removing dependency on non-NULL IOThread* object.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2037
|
|
|
|
'name': 'webui_2037',
|
|
|
|
},
|
2016-11-18 22:11:38 +01:00
|
|
|
{
|
|
|
|
# Support an option to enable/disable net security expiration.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1994
|
|
|
|
'name': 'net_security_expiration_1994',
|
|
|
|
},
|
2016-11-23 21:54:29 +01:00
|
|
|
{
|
|
|
|
# Remove DCHECK hit during latency reporting when using OSR.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2060
|
|
|
|
'name': 'render_widget_latency_2060',
|
|
|
|
},
|
2016-12-12 11:05:29 +01:00
|
|
|
{
|
|
|
|
# Implement breakpad/crashpad customization required by CEF.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1995
|
|
|
|
'name': 'crashpad_1995',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# Support customization of crash report pruning limits.
|
|
|
|
# https://bugs.chromium.org/p/crashpad/issues/detail?id=142
|
|
|
|
#
|
|
|
|
# Implement better rate-limiting/retry logic.
|
|
|
|
# https://bugs.chromium.org/p/crashpad/issues/detail?id=23
|
|
|
|
'name': 'crashpad_tp_1995',
|
|
|
|
},
|
2017-01-13 22:35:26 +01:00
|
|
|
{
|
|
|
|
# Fix white flash during browser creation.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1984
|
2017-09-05 17:41:34 +02:00
|
|
|
#
|
|
|
|
# Windows: Fix crash during window creation.
|
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=761389
|
2017-01-13 22:35:26 +01:00
|
|
|
'name': 'rwh_background_color_1984',
|
|
|
|
},
|
2017-01-19 00:37:56 +01:00
|
|
|
{
|
2017-04-20 21:28:17 +02:00
|
|
|
# Allow continued use of ContentRendererClient::HandleNavigation.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1129
|
|
|
|
#
|
2017-01-19 00:37:56 +01:00
|
|
|
# Pass is_main_frame to PluginServiceFilter::IsPluginAvailable.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2015
|
|
|
|
#
|
|
|
|
# Pass the render process id to PluginServiceFilter::IsPluginAvailable.
|
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=626728#c15
|
2017-04-20 21:28:17 +02:00
|
|
|
#
|
|
|
|
# Expose RFH via NavigationHandle for retrieval in DidFinishNavigation on
|
|
|
|
# network error.
|
|
|
|
# https://groups.google.com/a/chromium.org/d/msg/chromium-dev/6iAQPx_hwh8/gaTR5f1GAQAJ
|
2017-05-31 17:33:30 +02:00
|
|
|
#
|
|
|
|
# Add ContentRendererClient::RenderThreadConnected to fix sync IPC issue.
|
|
|
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=728195
|
|
|
|
#
|
|
|
|
# Add RenderFrameObserver::FrameFocused method.
|
2017-04-20 21:28:17 +02:00
|
|
|
'name': 'content_1129_2015',
|
2017-01-19 00:37:56 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
# Pass is_main_frame to PluginServiceFilter::IsPluginAvailable.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2015
|
2017-04-20 21:28:17 +02:00
|
|
|
'name': 'webkit_plugin_info_2015',
|
2017-01-19 00:37:56 +01:00
|
|
|
},
|
2017-06-15 17:27:56 +02:00
|
|
|
{
|
|
|
|
# Linux: Attach routing IDs to PrintingContext.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2196
|
|
|
|
'name': 'printing_context_2196',
|
|
|
|
},
|
2017-06-24 00:37:49 +02:00
|
|
|
{
|
2017-09-12 19:21:18 +02:00
|
|
|
# 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
|
2017-07-27 01:19:27 +02:00
|
|
|
'name': 'linux_build',
|
|
|
|
},
|
2017-08-04 00:55:19 +02:00
|
|
|
{
|
|
|
|
# Changes necessary to support for chrome extensions:
|
|
|
|
# (a) Add a new ExtensionHost constructor that allows CEF to create the
|
|
|
|
# WebContents.
|
|
|
|
# (b) Always create ProcessManager using CEF's BrowserContextImpl.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/1947
|
|
|
|
'name': 'extensions_1947',
|
|
|
|
},
|
2017-09-29 11:17:31 +02:00
|
|
|
{
|
|
|
|
# Don't enable sandbox::MITIGATION_STRICT_HANDLE_CHECKS in WinRT apps.
|
|
|
|
# https://bitbucket.org/chromiumembedded/cef/issues/2274
|
|
|
|
'name': 'win_rt_2274',
|
|
|
|
},
|
2012-04-03 03:34:16 +02:00
|
|
|
]
|