Skip to content

Commit

Permalink
feat(Chromium): roll Chromium to r546920 (#2286)
Browse files Browse the repository at this point in the history
This roll includes the following important CLs:
- https://crrev.com/545955 - DevTools: Update page scale immediately in InputHandler
- https://crrev.com/544446 - Make HeadlessWebContentsImpl::Close wait for the renderer to go
- https://crrev.com/546865 - DevTools(Headless): close WebContents when closed via
  'window.close'
- https://crrev.com/546685 - Headless: Add support for the --remote-debugging-pipe flag

This should drastically reduce flakiness for pptr input events.
  • Loading branch information
aslushnikov committed Mar 29, 2018
1 parent 41d5838 commit c6c60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "543305"
"chromium_revision": "546920"
},
"devDependencies": {
"@types/debug": "0.0.30",
Expand Down

0 comments on commit c6c60aa

Please sign in to comment.