Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.
Is your feature request related to a problem? Please describe.
Now we know Chrome will set inactive tabs to Efficiency Mode (in Windows) and reduce the RAM usage, it inspired me. It would be great if we could manually set the active tab to Efficiency Mode as well, by right clicking on the tab and selecting a button like “Mute this site”. I'm doing this to prevent unreasonable CPU usage on some sites, threads in Efficiency Mode will be limited to E-Cores.
Describe the solution you'd like, including relevant patches or source
Chrome has the ability to actively place the threads used by the tabs in Efficiency Mode, we just need to find this part of the code and bring it to a replica of “Mute this site”.
Is your feature request related to a problem? Please describe. Now we know Chrome will set inactive tabs to Efficiency Mode (in Windows) and reduce the RAM usage, it inspired me. It would be great if we could manually set the active tab to Efficiency Mode as well, by right clicking on the tab and selecting a button like “Mute this site”. I'm doing this to prevent unreasonable CPU usage on some sites, threads in Efficiency Mode will be limited to E-Cores.
Describe the solution you'd like, including relevant patches or source Chrome has the ability to actively place the threads used by the tabs in Efficiency Mode, we just need to find this part of the code and bring it to a replica of “Mute this site”.
Did you read the FAQ? Yes.