2012-04-03 01:34:16 +00:00
|
|
|
# Each map in the list associates a patch file name with a target path and
|
|
|
|
# optional condition. All paths in the patch file must be relative to the
|
|
|
|
# target path. Each map should include a comment linking to the code review
|
|
|
|
# or bug report that the patch relates to. If a condition is provided the
|
|
|
|
# patch will only be applied if an environment variable with the specified
|
|
|
|
# name exists.
|
|
|
|
|
|
|
|
patches = [
|
|
|
|
{
|
|
|
|
# Necessary for grit integration
|
|
|
|
'name': 'gritsettings',
|
|
|
|
'path': '../tools/gritsettings/',
|
|
|
|
},
|
|
|
|
{
|
2013-10-16 23:09:07 +00:00
|
|
|
# Fix Xcode 4 build on OS X Lion.
|
2012-04-03 01:34:16 +00:00
|
|
|
# http://codereview.chromium.org/8086022/
|
|
|
|
'name': 'build',
|
|
|
|
'path': '../build/',
|
|
|
|
},
|
2012-09-04 17:08:51 +00:00
|
|
|
{
|
2013-10-16 23:09:07 +00:00
|
|
|
# Support loading of password protected zip archives.
|
2012-09-04 17:08:51 +00:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=496
|
|
|
|
'name': 'zlib',
|
|
|
|
'path': '../third_party/zlib/',
|
|
|
|
},
|
2013-02-23 01:46:13 +00:00
|
|
|
{
|
2013-10-16 23:09:07 +00:00
|
|
|
# Avoid MessageLoop assertion on OS X.
|
2013-04-09 17:47:14 +00:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=443
|
2013-02-23 01:46:13 +00:00
|
|
|
'name': 'message_loop_443',
|
2013-07-22 22:14:55 +00:00
|
|
|
'path': '../base/message_loop/',
|
2013-02-23 01:46:13 +00:00
|
|
|
},
|
2013-04-09 17:47:14 +00:00
|
|
|
{
|
2013-10-16 23:09:07 +00:00
|
|
|
# Fix ninja output for localization directories on OS X.
|
2013-04-09 17:47:14 +00:00
|
|
|
# http://code.google.com/p/gyp/issues/detail?id=331
|
|
|
|
'name': 'gyp_331',
|
|
|
|
'path': '../tools/gyp/pylib/',
|
|
|
|
},
|
2014-06-30 22:30:29 +00:00
|
|
|
{
|
|
|
|
# Enable popups in offscreen rendering on OS X.
|
|
|
|
'name': 'webkit_popups',
|
|
|
|
'path': '../third_party/WebKit/',
|
|
|
|
},
|
2013-08-14 22:15:28 +00:00
|
|
|
{
|
|
|
|
# Fix export of UnderlayOpenGLHostingWindow for 64-bit OS X builds.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1051
|
|
|
|
'name': 'underlay_1051',
|
|
|
|
'path': '../ui/base/cocoa/',
|
|
|
|
},
|
2013-12-07 01:55:22 +00:00
|
|
|
{
|
|
|
|
# Allow specification of a parent window handle for Widget creation.
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
|
|
|
|
'name': 'views_widget_180',
|
|
|
|
'path': '../ui/views/widget/',
|
|
|
|
},
|
2013-12-17 22:04:35 +00:00
|
|
|
{
|
|
|
|
# Allow continued use of ContentRendererClient::HandleNavigation.
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=1129
|
|
|
|
'name': 'content_nav_1129',
|
|
|
|
'path': '../content/',
|
|
|
|
},
|
2014-04-15 19:02:30 +00:00
|
|
|
{
|
2014-06-30 22:30:29 +00:00
|
|
|
# Allow specification of a custom WebContentsView.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1257
|
2015-03-04 01:15:50 +00:00
|
|
|
'name': 'public_browser_1257',
|
2014-04-15 19:02:30 +00:00
|
|
|
'path': '../content/public/browser/',
|
|
|
|
},
|
2015-01-01 16:51:56 +00:00
|
|
|
{
|
|
|
|
# Allow creation of a custom SoftwareOutputDevice.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1368
|
|
|
|
'name': 'compositor_1368',
|
|
|
|
'path': '../',
|
|
|
|
},
|
2014-06-30 22:30:29 +00:00
|
|
|
{
|
|
|
|
# Allow specification of a custom WebContentsView.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1257
|
|
|
|
'name': 'browser_web_contents_1257',
|
|
|
|
'path': '../content/browser/web_contents/',
|
|
|
|
},
|
2015-01-09 17:22:10 +00:00
|
|
|
{
|
|
|
|
# Allow specification of a custom WebContentsView.
|
|
|
|
# This change is required due to chrome_browser_process_stub.h indirectly
|
|
|
|
# including chrome/browser/ui/browser.h on OS X.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1257
|
|
|
|
'name': 'chrome_browser_1257',
|
|
|
|
'path': '../chrome/browser/',
|
|
|
|
},
|
2015-02-04 18:10:14 +00:00
|
|
|
{
|
|
|
|
# Allow specification of a custom WebContentsView.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1257
|
|
|
|
'name': 'ui_webview_1257',
|
|
|
|
'path': '../ui/views/controls/webview/',
|
|
|
|
},
|
2014-04-08 19:33:48 +00:00
|
|
|
{
|
|
|
|
# Allow customization of the WebView background color.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1161
|
|
|
|
# https://codereview.chromium.org/228603007/
|
|
|
|
'name': 'prefs_content_1161',
|
|
|
|
'path': '../content/',
|
|
|
|
},
|
2014-05-06 21:01:41 +00:00
|
|
|
{
|
2014-07-02 18:25:22 +00:00
|
|
|
# Revert Blink revision 177068 changes due to _web_drawFocusRingWithFrame
|
|
|
|
# unrecognized selector error during offscreen rendering of popups.
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=328814
|
|
|
|
'name': 'webkit_platform_mac_328814',
|
|
|
|
'path': '../third_party/WebKit/Source/platform/mac/',
|
2014-05-06 21:01:41 +00:00
|
|
|
},
|
2014-07-08 22:37:06 +00:00
|
|
|
{
|
|
|
|
# Fix drag&drop of combined text and URL data on Linux/Aura.
|
|
|
|
# https://codereview.chromium.org/208313009
|
|
|
|
'name': 'ui_dragdrop_355390',
|
|
|
|
'path': '../ui/base/dragdrop/',
|
|
|
|
},
|
2014-10-07 20:44:33 +00:00
|
|
|
{
|
|
|
|
# Fix AtExitManager assertion on SpellcheckServiceFactory destruction during
|
|
|
|
# Windows multi-threaded message loop shutdown.
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=137
|
|
|
|
'name': 'spellcheck_137',
|
|
|
|
'path': '../chrome/browser/spellchecker/',
|
|
|
|
},
|
2015-01-13 17:38:49 +00:00
|
|
|
{
|
|
|
|
# Fix crash when calling LoadURL/Reload from OnRenderProcessTerminated.
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=1429
|
|
|
|
'name': 'render_process_host_1429',
|
|
|
|
'path': '../content/browser/renderer_host/',
|
|
|
|
},
|
2015-02-04 18:10:14 +00:00
|
|
|
{
|
|
|
|
# Fix multiple definition of 'AtomicOps_Internalx86CPUFeatures' on Linux.
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=455263
|
|
|
|
'name': 'base_atomicops_455263',
|
2015-02-05 21:47:25 +00:00
|
|
|
'path': '../base/allocator/',
|
2015-02-04 18:10:14 +00:00
|
|
|
},
|
2015-03-02 20:25:14 +00:00
|
|
|
{
|
|
|
|
# Fix assertion on Linux when ProxyConfigServiceLinux is deleted on the IO
|
|
|
|
# thread.
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=462624
|
|
|
|
'name': 'net_proxy_462624',
|
|
|
|
'path': '../net/proxy/',
|
|
|
|
},
|
2015-03-11 18:44:11 +00:00
|
|
|
{
|
|
|
|
# Make URLRequest::set_is_pending() public so that it can be called from
|
|
|
|
# CefRequestInterceptor::MaybeInterceptResponse().
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=1327
|
|
|
|
'name': 'net_urlrequest_1327',
|
|
|
|
'path': '../net/url_request/',
|
|
|
|
},
|
2013-10-16 23:09:07 +00:00
|
|
|
{
|
|
|
|
# Disable scollbar bounce and overlay on OS X.
|
2012-04-03 01:34:16 +00:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=364
|
|
|
|
'name': 'spi_webcore_364',
|
2013-12-17 22:04:35 +00:00
|
|
|
'path': '../third_party/WebKit/Source/',
|
2012-04-03 01:34:16 +00:00
|
|
|
'condition': 'CEF_SPI_BUILD',
|
|
|
|
},
|
|
|
|
]
|