mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Force child processes to exit on main process termination (issue #1011).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1350 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -56,6 +56,12 @@ patches = [
|
||||
'name': 'power_monitor_642',
|
||||
'path': '../base/power_monitor/',
|
||||
},
|
||||
{
|
||||
# Force child processes to exit on main process termination.
|
||||
# http://code.google.com/p/chromiumembedded/issues/detail?id=1011
|
||||
'name': 'sandbox_1011',
|
||||
'path': '../content/common/',
|
||||
},
|
||||
{
|
||||
# Fix crash on 10.6 when building with the 10.7 SDK
|
||||
# http://code.google.com/p/chromiumembedded/issues/detail?id=1026
|
||||
|
Reference in New Issue
Block a user