cef/libcef/browser/prefs
Marshall Greenblatt f60476b848 views: Add support for OS and Chrome themes (fixes #3610, fixes #3671)
Controls now respect OS and Chrome themes by default for both Alloy
and Chrome runtimes. Chrome themes (mode and colors) can be configured
using the new CefRequestContext::SetChromeColorScheme method. Individual
theme colors can be overridden using the new CefWindowDelegate::
OnThemeColorsChanged and CefWindow::SetThemeColor methods.

The `--force-light-mode` and `--force-dark-mode` command-line flags are
now respected on all platforms as an override for the OS theme.

The current Chrome theme, if any, will take precedence over the OS theme
when determining light/dark status. On Windows and MacOS the titlebar
color will also be updated to match the light/dark theme.

Testable as follows:
- Run: `cefclient --enable-chrome-runtime` OR
       `cefclient --use-views --persist-user-preferences --cache-path=...`
  - App launches with default OS light/dark theme colors.
  - Change OS dark/light theme under system settings. Notice that theme
    colors change as expected.
  - Right click, select items from the new Theme sub-menu. Notice that
    theme colors behave as expected.
  - Exit and relaunch the app. Notice that the last-used theme colors are
    applied on app restart.
- Add `--background-color=green` to above command-line.
  - Perform the same actions as above. Notice that all controls start
    and remain green throughout (except some icons with Chrome runtime).
- Add `--force-light-mode` or `--force-dark-mode` to above command-line.
  - Perform the same actions as above. Notice that OS dark/light theme
    changes are ignored, but Chrome theme changes work as expected.
2024-04-09 16:19:35 -04:00
..
browser_prefs.cc views: Add support for OS and Chrome themes (fixes #3610, fixes #3671) 2024-04-09 16:19:35 -04:00
browser_prefs.h Remove CefBrowserSettings.accept_language_list (fixes #3555) 2023-10-05 18:28:49 -04:00
pref_helper.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
pref_helper.h Support registration of custom preferences. 2022-10-26 16:54:33 -04:00
pref_registrar.cc Update to Chromium version 115.0.5790.0 (#1148114) 2023-06-01 13:44:39 +03:00
pref_registrar.h Support registration of custom preferences. 2022-10-26 16:54:33 -04:00
pref_store.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
pref_store.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
renderer_prefs.cc views: Add support for OS and Chrome themes (fixes #3610, fixes #3671) 2024-04-09 16:19:35 -04:00
renderer_prefs.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00