Open sr093906 opened 3 years ago
Update:
Apart from Features, Prefs, Settings, Switches & Flags are all configurable via Enterprise Policy. So, We may be only need to monitor two pages.
https://support.google.com/chrome/a/answer/7679408?hl=en https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/common/features.h;bpv=1;bpt=0
Thanks for bringing up this topic.
I usually monitor features.cc/h
, but I do not check them as frequently as I do with these links:
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/common/features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:net/base/features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/runtime_enabled_features.json5;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:base/base_switches.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:sandbox/policy/features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/browser_features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/content_features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:sandbox/policy/win/sandbox_win.cc;bpv=1
Thanks for reply. └(^o^)┘
A supplementary source to monitor changes
Maybe the following pages should be monitored regularly for changes made in switches, flags, features, prefs
https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/flag-metadata.json;bpv=1 https://source.chromium.org/chromium/chromium/src/+/master:testing/variations/fieldtrial_testing_config.json;bpv=1 https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/common/chrome_switches.cc https://chromeenterprise.google/policies/