ff5210f825
Update to Chromium version 135.0.7049.0 ( #1427262 )
2025-03-12 13:05:48 -04:00
cda47aaff4
Tag 13401 API version
2025-03-10 11:53:36 -04:00
549e8fe05c
Add visualization for Chrome configuration changes ( fixes #3892 )
...
- Add new API to retrieve/observe configuration values.
- cefclient: Add https://tests/config to inspect configuration
values in real time.
2025-03-10 15:50:46 +00:00
49a34d9160
Apply new Chromium style for #include sorting
...
Add "cef/" prefix for CEF #includes in libcef/ directory.
Sort #includes by following
https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2024-05-01 14:34:32 -04:00
dc9e64308a
Replace NOTREACHED() with DCHECK(false) ( fixes #3500 )
...
Restores the old behavior of assertion in Debug build only.
2023-05-08 18:36:00 +03:00
09bb643ef6
Support registration of custom preferences.
...
Custom global and request context preferences can now be registered via
CefBrowserProcessHandler::OnRegisterCustomPreferences. CefRequestContext
now extends CefPreferenceManager and global preferences can be accessed
via CefPreferenceManager::GetGlobalPreferenceManager.
2022-10-26 16:54:33 -04:00