Skip to content

Commit

Permalink
feat(chromium): roll Chromium to r637110
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 committed Mar 2, 2019
1 parent c9f6a3d commit 605df41
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 @@ -37,7 +37,8 @@ const CHROME_PROFILE_PATH = path.join(os.tmpdir(), 'puppeteer_dev_profile-');
const DEFAULT_ARGS = [
'--disable-background-networking',
'--enable-features=NetworkService,NetworkServiceInProcess',
'--disable-background-timer-throttling',
// BlinkGenPropertyTrees disabled due to crbug.com/937609
'--disable-background-timer-throttling,BlinkGenPropertyTrees',
'--disable-backgrounding-occluded-windows',
'--disable-breakpad',
'--disable-client-side-phishing-detection',
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 605df41

Please sign in to comment.