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+

Description Jer Noble 2016-09-23 11:00:44 PDT
Allow Seeking from the now playing controls
Comment 1 Jer Noble 2016-09-23 11:02:12 PDT
Created attachment 289692 [details]
Patch
Comment 2 Jer Noble 2016-09-23 11:02:55 PDT
<rdar://problem/28435352>
Comment 3 Wenson Hsieh 2016-09-23 11:04:43 PDT
We discussed this change, and agree that it makes sense. r=me!
Comment 4 Jer Noble 2016-09-23 12:43:16 PDT
Committed r206322: <http://trac.webkit.org/changeset/206322>
Comment 5 Wenson Hsieh 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.