WIP: community/chromium: upgrade to 90.0.4430.72
(Security) upgrade to the new stable version 90.0.4430.72.
Changes/issues:
- After loading Root Certs, loaded==false: NSS error code: -8018 gets logged at start. It does not seem to cause any problems.
- I split off a chromium-lang package and introduced a chromium-angle package (!14218 (closed)). Hardware acceleration is activated either with the
--use-gl=desktop
flag (does not work with nvidia/nouveau) or by installing the angle package. SwiftShader dropped support for the OpenGL ES frontend and requires ANGLE as well. - I looked into #12560 (closed). With the patch removed every tab crashes with
RESULT_CODE_INVALID_SANDBOX_STATE
for me.
Edited by Martin Kaesberger