`--birch-is-evening` > sets the birch ranker to assume it is evening for birch chip ranking purposes. i begin to suspect there might be a better way of organizing all this functionality
Chromium has over 1600 command-line switches
11–20 of 47 posts
Re: Chromium has over 1600 command-line switches
#12`--birch-is-evening` > sets the birch ranker to assume it is evening for birch chip ranking purposes. i begin to suspect there might be a better way of organizing all this functionality
Re: Chromium has over 1600 command-line switches
#13Re: Chromium has over 1600 command-line switches
#14I wonder if services like Gmail have hundreds of feature flags at any given point.
Re: Chromium has over 1600 command-line switches
#15`--birch-is-evening` > sets the birch ranker to assume it is evening for birch chip ranking purposes. i begin to suspect there might be a better way of organizing all this functionality
Apparently there is something called a "Birch Bar" which I've never heard of, it seems to be related to calendar events... which, is weird as I have never seen a native calendar in chrome.
https://sourcegraph.com/github.com/chromium/chromium/-/blob/...
Re: Chromium has over 1600 command-line switches
#16Re: Chromium has over 1600 command-line switches
#17My favorite is the one that disables CORS... makes it easy to write local clients/tools that can get data from anywhere: --disable-web-security
Re: Chromium has over 1600 command-line switches
#18Re: Chromium has over 1600 command-line switches
#19I don't know if the syntax for all of this is actually documented anywhere, but anything in chrome://flags seems to be plumbed through via --enable-features. You can see the syntax in chrome://versions?show-cmd-variations.
It would be cool if someone updated the autogen table to also include the list of available features and field trials.
Re: Chromium has over 1600 command-line switches
#20It worked for our purposes, but we feared an update might break it. I went to some effort to prevent updates outside our control.
(The command line arguments can be removed over time. Also, the behavior/correctness can change over time. I wouldn't expect all combinations of arguments to be tested in all future releases.)