build: bump Chromium to next stable version: 84.0.4147 (#39179)

Bump Chrome to the next stable release (84.0.4147) by following the
instructions in dev-infra/browsers/README.md.

With Chrome 86 about to be released as stable, the current local version
(Chrome 83) is starting to lag behind. It also contains a bug that
blocks Angular unit and integration tests from using Trusted Types.

PR Close #39179
This commit is contained in:
Bjarki
2020-10-08 00:28:39 +00:00
committed by atscott
parent 4a1c12c773
commit ca4ef61c06
8 changed files with 75 additions and 35 deletions

View File

@ -13,6 +13,7 @@
// "chromium_revision": "722234" but this does not map easily to the Chrome version
// so we use this mapping here instead.
module.exports = {
'5.1.0': '84.0.4147.0',
'3.3.0': '83.0.4103.0',
'3.2.0': '83.0.4103.0',
'3.1.0': '83.0.4103.0',