From c6c60aa1cb2f39e02f7af2b89f4295ececc6b98b Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 29 Mar 2018 14:14:25 -0700 Subject: [PATCH] feat(Chromium): roll Chromium to r546920 (#2286) 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b58cf12c3f0..32f2160d003 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ws": "^3.0.0" }, "puppeteer": { - "chromium_revision": "543305" + "chromium_revision": "546920" }, "devDependencies": { "@types/debug": "0.0.30",