ungoogled-software/ungoogled-chromium

Check for chrome://flags changes across versions

Open

#959 opened on Mar 12, 2020

View on GitHub
 (19 comments) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wantedmeta

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (Avg merge 1d 11h) (9 merged PRs in 30d)

Description

Hi,

New versions of Chrome introduce new and remove old flags. I really hate to dig through the whole list of flags with each new version, checking which ones I may need to tune to my liking or not (+ some are not even documented).

How can one monitor which ones are added/removed/modified from version to version? (and possibly for documentation on each)

Contributor guide