mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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-dev-shm-usage',
|
||||||
'--disable-extensions',
|
'--disable-extensions',
|
||||||
// TODO: Support OOOPIF. @see https://github.com/GoogleChrome/puppeteer/issues/2548
|
// 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-hang-monitor',
|
||||||
'--disable-ipc-flooding-protection',
|
'--disable-ipc-flooding-protection',
|
||||||
'--disable-popup-blocking',
|
'--disable-popup-blocking',
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"node": ">=6.4.0"
|
"node": ">=6.4.0"
|
||||||
},
|
},
|
||||||
"puppeteer": {
|
"puppeteer": {
|
||||||
"chromium_revision": "630727"
|
"chromium_revision": "637110"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"unit": "node test/test.js",
|
"unit": "node test/test.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user