From ace239cb01c9446104e7c2dd02685de668998640 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 19 Oct 2017 17:15:10 -0700 Subject: [PATCH] feat(Chromium): roll Chromium to r510141 (#1101) This roll includes the following important revisions: - https://crrev.com/509990 - DevTools: Allow location to be specified in Input.dispatchKeyEvent - https://crrev.com/509486 - DevTools: fix extra HTTP headers not sent on browser navigation request References #877, references #777 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36b97f65781..52229d7ebc5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ws": "^3.0.0" }, "puppeteer": { - "chromium_revision": "509368" + "chromium_revision": "510141" }, "devDependencies": { "@types/debug": "0.0.30",