chore: bump chromium to 136.0.7064.0 (main) (#45985)

* chore: bump chromium in DEPS to 136.0.7063.0

* chore: bump chromium in DEPS to 136.0.7064.0

* 6169919: Instantiate Linux (or CrOS) system fonts using Fontations

Refs 6169919

* 6341209: Remove file-wide unsafe buffer suppression from content/ [1 of N].

Refs 6341209

* chore: update patches

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
electron-roller[bot] 2025-03-13 12:02:06 -05:00 committed by GitHub
parent c813bc2a92
commit 962d8b325a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 134 additions and 134 deletions

View file

@ -2924,7 +2924,7 @@ describe('font fallback', () => {
} else if (process.platform === 'darwin') {
expect(fonts[0].familyName).to.equal('Helvetica');
} else if (process.platform === 'linux') {
expect(fonts[0].familyName).to.equal('DejaVu Sans');
expect(fonts[0].familyName).to.equal('DejaVu Sans (Fontations)');
} // I think this depends on the distro? We don't specify a default.
});