From 84d7b4963ef863a296fae6f815b6f240a7262a16 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 25 Apr 2018 00:43:01 -0700 Subject: [PATCH] feat(Chromium): roll Chromium to r553380 (#2442) This roll includes: - https://crrev.com/552071 - DevTools: introduce Page.close() protocol method - https://crrev.com/553193 - Introduce BrowserContext::UniqueId - https://crrev.com/553268 - DevTools(Protocol): expose BrowserContextId in TargetInfo - https://crrev.com/553323 - DevTools: implement Target.createBrowserContext for non-headless mode References #85, #2386. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9c69e2a..a3c7d43f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ws": "^3.0.0" }, "puppeteer": { - "chromium_revision": "551292" + "chromium_revision": "553380" }, "devDependencies": { "@types/debug": "0.0.30",