2012-04-03 03:34:16 +02: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-17 01:09:07 +02:00
|
|
|
# Fix Xcode 4 build on OS X Lion.
|
2012-04-03 03:34:16 +02:00
|
|
|
# http://codereview.chromium.org/8086022/
|
2013-12-07 02:55:22 +01:00
|
|
|
#
|
2014-06-12 22:28:58 +02:00
|
|
|
# Disable Warning 4702 ("Unreachable code") for Windows VS builds.
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=346399#c55
|
2014-06-13 18:28:05 +02:00
|
|
|
#
|
|
|
|
# Allow use of the make gyp generator on Linux.
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=1304
|
2012-04-03 03:34:16 +02:00
|
|
|
'name': 'build',
|
|
|
|
'path': '../build/',
|
|
|
|
},
|
2012-09-04 19:08:51 +02:00
|
|
|
{
|
2013-10-17 01:09:07 +02:00
|
|
|
# Support loading of password protected zip archives.
|
2012-09-04 19:08:51 +02:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=496
|
|
|
|
'name': 'zlib',
|
|
|
|
'path': '../third_party/zlib/',
|
|
|
|
},
|
2013-02-23 02:46:13 +01:00
|
|
|
{
|
2013-10-17 01:09:07 +02:00
|
|
|
# Avoid MessageLoop assertion on OS X.
|
2013-04-09 19:47:14 +02:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=443
|
2013-02-23 02:46:13 +01:00
|
|
|
'name': 'message_loop_443',
|
2013-07-23 00:14:55 +02:00
|
|
|
'path': '../base/message_loop/',
|
2013-02-23 02:46:13 +01:00
|
|
|
},
|
2013-04-02 19:21:37 +02:00
|
|
|
{
|
2013-10-17 01:09:07 +02:00
|
|
|
# Disable event type assertion in WebNode::addEventListener.
|
2013-04-02 19:21:37 +02:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=933
|
|
|
|
'name': 'webkit_933',
|
2013-07-24 22:15:18 +02:00
|
|
|
'path': '../third_party/WebKit/Source/web/',
|
2013-04-02 19:21:37 +02:00
|
|
|
},
|
2013-04-09 19:47:14 +02:00
|
|
|
{
|
2013-10-17 01:09:07 +02:00
|
|
|
# Fix ninja output for localization directories on OS X.
|
2013-04-09 19:47:14 +02:00
|
|
|
# http://code.google.com/p/gyp/issues/detail?id=331
|
|
|
|
'name': 'gyp_331',
|
|
|
|
'path': '../tools/gyp/pylib/',
|
|
|
|
},
|
2014-07-01 00:30:29 +02:00
|
|
|
{
|
|
|
|
# Enable popups in offscreen rendering on OS X.
|
|
|
|
'name': 'webkit_popups',
|
|
|
|
'path': '../third_party/WebKit/',
|
|
|
|
},
|
2013-08-15 00:15:28 +02: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 02:55:22 +01: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 23:04:35 +01:00
|
|
|
{
|
|
|
|
# Allow continued use of ContentRendererClient::HandleNavigation.
|
|
|
|
# https://code.google.com/p/chromiumembedded/issues/detail?id=1129
|
|
|
|
'name': 'content_nav_1129',
|
|
|
|
'path': '../content/',
|
|
|
|
},
|
2014-01-07 19:54:06 +01:00
|
|
|
{
|
|
|
|
# Allow customization of the background color on OS X.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1161
|
|
|
|
'name': 'renderer_host_1161',
|
|
|
|
'path': '../content/browser/renderer_host/',
|
|
|
|
},
|
2014-04-15 21:02:30 +02:00
|
|
|
{
|
|
|
|
# Allow customization of the background color with Aura.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1161
|
2014-07-01 00:30:29 +02:00
|
|
|
#
|
|
|
|
# Allow specification of a custom WebContentsView.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1257
|
|
|
|
'name': 'public_browser_1161_1257',
|
2014-04-15 21:02:30 +02:00
|
|
|
'path': '../content/public/browser/',
|
|
|
|
},
|
2014-07-01 00:30:29 +02: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/',
|
|
|
|
},
|
2014-04-08 21:33:48 +02: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/',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# Allow customization of the WebView background color.
|
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=1161
|
|
|
|
# https://codereview.chromium.org/228603007/
|
|
|
|
'name': 'prefs_webkit_1161',
|
|
|
|
'path': '../webkit/',
|
|
|
|
},
|
2014-05-06 23:01:41 +02:00
|
|
|
{
|
2014-05-29 19:15:34 +02:00
|
|
|
# Fix Blink VectorComparer::compare assertion with VS2013 debug build.
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=377942
|
|
|
|
'name': 'wtf_vector_377942',
|
|
|
|
'path': '../third_party/WebKit/Source/wtf/',
|
2014-05-06 23:01:41 +02:00
|
|
|
},
|
2013-10-17 01:09:07 +02:00
|
|
|
{
|
|
|
|
# Disable scollbar bounce and overlay on OS X.
|
2012-04-03 03:34:16 +02:00
|
|
|
# http://code.google.com/p/chromiumembedded/issues/detail?id=364
|
|
|
|
'name': 'spi_webcore_364',
|
2013-12-17 23:04:35 +01:00
|
|
|
'path': '../third_party/WebKit/Source/',
|
2012-04-03 03:34:16 +02:00
|
|
|
'condition': 'CEF_SPI_BUILD',
|
|
|
|
},
|
|
|
|
]
|