electron/patches/common
Birunthan Mohanathas e383aa31c8 fix: restore ability to disable color correct rendering (#15898)
In Electron 2.0, `--disable-features=ColorCorrectRendering` could be
used to make the app use the display color space (e.g. P3 on Macs)
instead of color correcting to sRGB. Because color correct rendering is
always enabled on Chromium 62 and later and because
`--force-color-profile` has no effect on macOS, apps that need e.g. P3
colors are currently stuck on Electron 2.0.

This restores the functionality removed in
https://chromium-review.googlesource.com/698347 in the form of the
`--disable-color-correct-rendering` switch.

This can be removed once web content (including WebGL) learn how
to deal with color spaces. That is being tracked at
https://crbug.com/634542 and https://crbug.com/711107.

As an example of a widely used app using
`--disable-features=ColorCorrectRendering`, see VSCode:
3f33ef2593/src/main.js (L138-L139)

Notes: Add `--disable-color-correct-rendering` switch
2018-12-11 21:36:14 +05:30
..
boringssl fix: update the "SSL_get_tlsext_status_type" patch (#15587) 2018-11-06 08:07:09 -08:00
chromium fix: restore ability to disable color correct rendering (#15898) 2018-12-11 21:36:14 +05:30
ffmpeg chore: remove old patch for fixing ffmpeg on 32-bit linux (#15226) 2018-12-04 20:11:24 +09:00
v8 build: Enable arm embedded builtins (#15939) 2018-12-04 11:17:12 +09:00
config.json chore: fix_font_thickness.patch is not needed for Ch70 2018-12-03 20:07:44 +05:30