Skip to content

Commit

Permalink
feat(Chromium): roll Chromium to r557152 (puppeteer#2522)
Browse files Browse the repository at this point in the history
This roll includes:
- https://crrev.com/556783 - Headless: posttask protocol message replies.
- https://crrev.com/556881 - Reland "DevTools: change Target.disposeBrowserContext to force-close WebContents""
- https://crrev.com/556923 - DevTools: untie browser context lifetime from protocol session
- https://crrev.com/556977 - DevTools: implement Target.getBrowserContexts() method
- https://crrev.com/557085 - DevTools: fix Target.disposeBrowserContext() to work with empty contexts
- https://crrev.com/557087 - Headless: Target.disposeBrowserContext() should close context

References puppeteer#85.
  • Loading branch information
aslushnikov authored May 9, 2018
1 parent d02440d commit 58c672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "555668"
"chromium_revision": "557152"
},
"devDependencies": {
"@types/debug": "0.0.30",
Expand Down

0 comments on commit 58c672b

Please sign in to comment.