Comment 15 for bug 1502145

Revision history for this message
Olivier Tilloy (osomon) wrote :

Thanks for the detailed analysis Alexandros. I am able to reproduce the issue reliably on my arale, looking into it.

Note that the fact that keepDisplayOn is requested twice is expected: chromium instantiates one PowerSaveBlocker per stream, so for a video with audio, that’s two streams, hence two requests. Perhaps not the most efficient thing to do, but it should be okay as long as the corresponding removeDisplayOnRequest requests are emitted where relevant.