Skip to content

Commit

Permalink
feat(chromium): roll Chromium to r637110 (puppeteer#4099)
Browse files Browse the repository at this point in the history
This roll includes:
- https://crrev.com/636867 - devtools: bump max number of devtools isolated worlds

Fix puppeteer#4011
  • Loading branch information
aslushnikov authored and kiku-jw committed Apr 6, 2019
1 parent 138d52c commit 7380c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/Launcher.js
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"node": ">=6.4.0"
},
"puppeteer": {
"chromium_revision": "630727"
"chromium_revision": "637110"
},
"scripts": {
"unit": "node test/test.js",
Expand Down

0 comments on commit 7380c18

Please sign in to comment.