cef/tests/cefclient
Marshall Greenblatt a2a1b66ea5 chrome: Support configuration of Chrome policy management (fixes #3581)
Disable Chrome policy management by default. Add CefSettings.chrome_policy_id
which, when configured, enables Chrome policy management. See
https://support.google.com/chrome/a/answer/9037717 for background.

To test:
- Start with a machine where Google Chrome is managed.
- Run `cefclient --enable-chrome-runtime --url=chrome://policy/`
  There should be no configured policies.
- Run `cefclient --enable-chrome-runtime --url=chrome://policy/
       --enable-chrome-policy`
  Configured Platform properties should match Google Chrome.
- Run `cefclient --enable-chrome-runtime --url=chrome://policy/
       --enable-chrome-policy --enable-chrome-browser-cloud-management`
  Configured Platform and Cloud properties should match Google Chrome.
2023-10-16 18:44:15 -04:00
..
browser chrome: Support configuration of Chrome policy management (fixes #3581) 2023-10-16 18:44:15 -04:00
common Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
renderer Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
resources chrome: Standardize fullscreen transition behavor/callbacks (fixes #3571) 2023-09-28 17:44:35 -04:00
CMakeLists.txt.in Linux: cefclient: Port to GTK3 (see issue #2969) 2021-03-01 15:25:09 -05:00
cefclient_gtk.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
cefclient_mac.mm views: Add support for modal browser dialogs 2023-06-21 11:18:24 +03:00
cefclient_win.cc win: Remove CefEnableHighDPISupport function (fixes issue #3452) 2023-03-03 16:07:29 -05:00