beverloo/peter.sh

Chromium Switches: Last update in August 2020

The-Compiler opened this issue · 3 comments

Thanks a lot for your List of Chromium Command Line Switches - as the main developer of qutebrowser, it's a very useful reference!

Unfortunately, it looks like the page says:

Last automated update occurred on 2020-08-12.

Yet says:

Based on top-of-tree Chromium code, updated daily

So I assume something broke at some point?

Maybe it's because Chromium renamed their master branch to main?

CommandLineFlags.php should have that line renamed

$files = preg_split('/\s+/s', shell_exec('git ls-files --with-tree origin/master -x "*switches.cc" --ignored'), 0, PREG_SPLIT_NO_EMPTY);

I have no idea how to test if this is the source of the lack of updates.

We have an update 😄

Unfortunately, it looks like the page says:

Last automated update occurred on 2020-08-12.

It now says "Last automated update occurred on unknown." so there was an update at some point.

The list is updating again, thank you for being patient :)

Previous caveats still apply:

  • Updates will be ran weekly, at 3:35am on Monday morning, Europe/Amsterdam time,
  • base::Feature options are not included, as they're not command line flags,
  • Macro magic is not expanded (e.g. #45).