Skip to content

Commit

Permalink
feat(chromium): roll Chromium to r620317 (#3732)
Browse files Browse the repository at this point in the history
This roll includes:
- https://crrev.com/619087 - DevTools: support interception for file: schema
- https://crrev.com/616936 - Complete the screen capture color space plumbing

This should allow us to switch to network service by default.

Note: We now have to force a specific color space since https://crrev.com/616936
tries to pick the system one.
  • Loading branch information
aslushnikov committed Jan 8, 2019
1 parent 1e66d33 commit c86bc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Launcher.js
Expand Up @@ -50,6 +50,7 @@ const DEFAULT_ARGS = [
'--disable-renderer-backgrounding',
'--disable-sync',
'--disable-translate',
'--force-color-profile=srgb',
'--metrics-recording-only',
'--no-first-run',
'--safebrowsing-disable-auto-update',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"node": ">=6.4.0"
},
"puppeteer": {
"chromium_revision": "615489"
"chromium_revision": "620317"
},
"scripts": {
"unit": "node test/test.js",
Expand Down

0 comments on commit c86bc0f

Please sign in to comment.