Just switch to another metro app, and downloads/uploads brake.
I've been told we already have bugs for this (audio etc), but this specific
use case deserves a separate bug (besides, I didn't find the other bug
reports)
(assigning to myself 'cause I don't know if someone is already working on
this)
Base: Add power requirements to the System monitor.
The only thing we need in the short term is CPU_REQUIRED,
and that part is implemented for all platforms (as far as it
makes sense). The other options are implemented for Windows,
but given that currently there's no user, I expect the
implementation for other platforms to be written when there's
an actual need for it.
Revert 137960 - Base: Add power requirements to the System monitor.
The only thing we need in the short term is CPU_REQUIRED,
and that part is implemented for all platforms (as far as it
makes sense). The other options are implemented for Windows,
but given that currently there's no user, I expect the
implementation for other platforms to be written when there's
an actual need for it.
Revert 137960 - Base: Add power requirements to the System monitor.
The only thing we need in the short term is CPU_REQUIRED,
and that part is implemented for all platforms (as far as it
makes sense). The other options are implemented for Windows,
but given that currently there's no user, I expect the
implementation for other platforms to be written when there's
an actual need for it.
Base: Add power requirements to the System monitor.
The only thing we need in the short term is CPU_REQUIRED,
and that part is implemented for all platforms (as far as it
makes sense). The other options are implemented for Windows,
but given that currently there's no user, I expect the
implementation for other platforms to be written when there's
an actual need for it.
Sorry about that... I have been distracted by other stuff this week.
The code was ready and working fine in my tests, but the last code reviewer
pointed out something that I didn't see before, and that basically means
that I have to scrap some of the code that I added an integrate it with
other code that we have... I'm not sure if I'll be able to do that this
week, though.
Implement PowerSaveBlocker2 for Linux. Much simpler than the original!
After this CL is committed, I'll remove all the old code and switch over the
callers. I'll also port the Android version, which is just a stub with a
NOTIMPLEMENTED() in it anyway.