mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(chromium): roll Chromium to r587164 (#3153)
This roll includes: - https://crrev.com/584293 - DevTools: execute scripts in addScriptToEvaluateOnLoad in order - https://crrev.com/585630 - DevTools: introduce Browser.grantPermissions - https://crrev.com/587156 - Revert "[Base] Use background mode for ThreadPriority::BACKGROUND threads (behind feature) (reland)." The "revert" patch fixes headless functionality on windows. References #846. Fixes #3106.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"node": ">=6.4.0"
|
||||
},
|
||||
"puppeteer": {
|
||||
"chromium_revision": "583214"
|
||||
"chromium_revision": "587164"
|
||||
},
|
||||
"scripts": {
|
||||
"unit": "node test/test.js",
|
||||
|
||||
Reference in New Issue
Block a user