ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.6k stars 833 forks source link

Feature flags New Enhancing Features List of flags and switches #2223

Open trimechee opened 1 year ago

trimechee commented 1 year ago

Description

enable command line --disable-features=SessionRestore --disable-restore-session-state --disable-session-crashed-bubble --disable-features=InfiniteSessionRestore

Who's implementing?

The problem

I am frustrated when i try to enable these switches, it seems these command line doesn't work any more : --disable-features=SessionRestore --disable-restore-session-state --disable-session-crashed-bubble --disable-features=InfiniteSessionRestore

Possible solutions

Change internal code add new features and option just like these new command line : Feature flags : https://github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/flags.md#feature-flags

Alternatives

No response

Additional context

No response

networkException commented 1 year ago

I don't quite understand, are you referring to feature flags that were previously present in upstream chromium? Do they still exist? Are we causing them not to work?

trimechee commented 1 year ago

I see that Ungoogled-Chromium has cutom switches and feature flags, like --enable-features SetIpv6ProbeFalse to disable ipv6.... so my request is to enable if possible other important switches that seems outdated like --disable-features=SessionRestore to disable session store.....