Destroy web contents when window is closed.
Previously this was reverted because of Chromium's spammy error loggings, but it also causes the renderer process not to exit when the page has been closed. After fixing the spammy error logging, we can now bring this back. Fixes atom/atom#3141.
This commit is contained in:
parent
4880096f3d
commit
e3118359ad
3 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ import sys
|
|||
|
||||
NODE_VERSION = 'v0.11.13'
|
||||
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
||||
LIBCHROMIUMCONTENT_COMMIT = 'dcd011c56f1e19885bac78ca58a397b0c5c25265'
|
||||
LIBCHROMIUMCONTENT_COMMIT = '61d53e9631625fa8e5d5043aabea18b96ed6a950'
|
||||
|
||||
ARCH = {
|
||||
'cygwin': '32bit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue