feat(chromium): roll Chromium to r637110 (#4099)
This roll includes: - https://crrev.com/636867 - devtools: bump max number of devtools isolated worlds Fix #4011
This commit is contained in:
parent
bc28f3b3dc
commit
02859c3c6d
@ -45,7 +45,8 @@ const DEFAULT_ARGS = [
|
||||
'--disable-dev-shm-usage',
|
||||
'--disable-extensions',
|
||||
// TODO: Support OOOPIF. @see https://github.com/GoogleChrome/puppeteer/issues/2548
|
||||
'--disable-features=site-per-process,TranslateUI',
|
||||
// BlinkGenPropertyTrees disabled due to crbug.com/937609
|
||||
'--disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees',
|
||||
'--disable-hang-monitor',
|
||||
'--disable-ipc-flooding-protection',
|
||||
'--disable-popup-blocking',
|
||||
|
@ -8,7 +8,7 @@
|
||||
"node": ">=6.4.0"
|
||||
},
|
||||
"puppeteer": {
|
||||
"chromium_revision": "630727"
|
||||
"chromium_revision": "637110"
|
||||
},
|
||||
"scripts": {
|
||||
"unit": "node test/test.js",
|
||||
|
Loading…
Reference in New Issue
Block a user