[Webkit-unassigned] [Bug 148109] New: Media Session: don't begin listening for interruptions when an interruption provider is created

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 17:01:25 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148109

            Bug ID: 148109
           Summary: Media Session: don't begin listening for interruptions
                    when an interruption provider is created
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mrajca at apple.com

If we call beginListeningForInterruption in MediaSessionInterruptionProvider's constructor, the current class's implementation will get called, not implementations provided by subclasses (this makes sense since base classes are initialized before derived classes). To fix this, we let clients of MediaSessionInterruptionProvider start listening for interruptions instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150818/c020de03/attachment.html>


More information about the webkit-unassigned mailing list