Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium Switches: Last update in August 2020 #49

Closed
The-Compiler opened this issue Mar 3, 2022 · 3 comments
Closed

Chromium Switches: Last update in August 2020 #49

The-Compiler opened this issue Mar 3, 2022 · 3 comments

Comments

@The-Compiler
Copy link

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?

@confor
Copy link

confor commented May 15, 2022

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.

@confor
Copy link

confor commented Aug 12, 2022

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.

@beverloo
Copy link
Owner

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

Previous caveats still apply:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants