You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of new settings can be set using CefRequestContext.SetPreference. Full list of preference names can be found in upstream Chromium pref_names.cc files:
All CEF preferences can be seen by running http://tests/preferences.html url in cefclient sample application as seen in the screenshot below. To get a list of all preferences programmatically call CefRequestContext.GetAllPreferences method.
The text was updated successfully, but these errors were encountered:
cztomczak
changed the title
More Chrome settings with CefRequestContext.SetPreference
Expose Request Contexts and Chromium preferences (lots of new settings that can be set during runtime)
Aug 28, 2018
cztomczak
changed the title
Expose Request Contexts and Chromium preferences (lots of new settings that can be set during runtime)
Expose Request Contexts and Chromium Preferences (lots of new settings that can be set during runtime)
Aug 28, 2018
Lots of new settings can be set using
CefRequestContext.SetPreference
. Full list of preference names can be found in upstream Chromiumpref_names.cc
files:Upstream issue that added the Preferences feature:
https://bitbucket.org/chromiumembedded/cef/issues/1709/allow-configuration-of-preferences-during
CefRequestContext
related methods:Other context settings via
_cef_request_context_settings_t
:Provide common preferences examples in API docs.
Example preferences:
Maybe expose useful/common preferences via ApplicationSettings / BrowserSettings? See example preferences:
All CEF preferences can be seen by running
http://tests/preferences.html
url in cefclient sample application as seen in the screenshot below. To get a list of all preferences programmatically callCefRequestContext.GetAllPreferences
method.The text was updated successfully, but these errors were encountered: