brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
16.74k stars 2.15k forks source link

Look into supporting `kIndexedHostContentSettingsMap` #37877

Open goodov opened 2 weeks ago

goodov commented 2 weeks ago

Chromium introduced some optimizations to speedup HostContentSettingsMap lookups, but in our setup this currently doesn't work. Most likely we need to add some support for this into BravePrefProvider.

https://issues.chromium.org/issues/316530672 https://chromium-review.googlesource.com/c/chromium/src/+/5435975

The issue become visible in cr125 branch when Chromium enabled the mentioned feature by default.