* Upgrade from Chromium 123.0.6312.58 to Chromium 123.0.6312.86
* Update pins list timestamp
* Updated strings for Chromium 123.0.6312.86
* Revert "`UpdateWidevineCdmHintFile` added rollback arg"
This reverts commit 78aa6e63c2.
Chromium change:
https://chromium.googlesource.com/chromium/src/+/b1646bfdf2c9f2bbe91c5124ea20deb92793c38d
commit b1646bfdf2c9f2bbe91c5124ea20deb92793c38d
Author: John Rummell <jrummell@chromium.org>
Date: Fri Mar 15 16:57:06 2024 +0000
Revert "Enable Widevine CDM rollback on Linux/ChromeOS"
This reverts commit 2357f133d837df39ea8bb290edc3bcc83de7c46c.
Reason for revert: Loading the Widevine CDM on LaCros fails when
switching between rootfs and stateful file system.
Original change's description:
> Enable Widevine CDM rollback on Linux/ChromeOS
>
> Component Update allows for downgrading components to an earlier
> version. However, on Linux and ChromeOS, the Widevine CDM needs
> to be loaded before the zygote is locked, and thus uses a hint
> file to determine which version is supplied by Component Update.
> Current checking in cdm_registration uses the larger of the bundled
> version or the Component Updated version (if both exist), so if the
> downgrade is to a version prior to the current bundled version, the
> rollback doesn't work.
>
> To fix this, the hint file created when a new component is downloaded
> is updated to keep track of the bundled version at the time it was
> downloaded, as Component Update will check the bundled version when
> determining if a new version is required. If the bundled version
> matches this saved version, then the bundled version is skipped when
> checking what should be loaded into the zygote (thus always loading
> the Component Updated version).
>
> Bug: 1518051
> Test: manual test plus updated unit_tests pass
> Change-Id: I180e2b1fa125ff53f58a215a41dcd98247d92e03
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5251807
> Commit-Queue: John Rummell <jrummell@chromium.org>
> Reviewed-by: Xiaohan Wang <xhwang@chromium.org>
> Reviewed-by: Joshua Pawlicki <waffles@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1260768}
Bug: 1518051, 326456139
---------
Co-authored-by: brave-builds <brave-builds+devops@brave.com>
Co-authored-by: Claudio DeSouza <cdesouza@brave.com>