Bug 162498

Summary: Allow Seeking from the now playing controls
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+, jer.noble: commit-queue+

Jer Noble
Reported 2016-09-23 11:00:44 PDT
Allow Seeking from the now playing controls
Attachments
Patch (1.63 KB, patch)
2016-09-23 11:02 PDT, Jer Noble
bdakin: review+
jer.noble: commit-queue+
Jer Noble
Comment 1 2016-09-23 11:02:12 PDT
Jer Noble
Comment 2 2016-09-23 11:02:55 PDT
Wenson Hsieh
Comment 3 2016-09-23 11:04:43 PDT
We discussed this change, and agree that it makes sense. r=me!
Jer Noble
Comment 4 2016-09-23 12:43:16 PDT
Wenson Hsieh
Comment 5 2016-09-24 20:02:48 PDT
Hm...I just realized looking at this change again that this change did not fix the problem. In fact, we were already marking MRMediaRemoteCommandSeekToPlaybackPosition as enabled in the code below this change. `CFArrayAppendValue(commandInfoArray.get(), seekCommandInfo.get());` The problem lies elsewhere, in MediaRemote.
Note You need to log in before you can comment on or make changes to this bug.