RESOLVED FIXED 171592
Add mute to WebPlaybackSessionModel.
https://bugs.webkit.org/show_bug.cgi?id=171592
Summary Add mute to WebPlaybackSessionModel.
Jeremy Jones
Reported 2017-05-02 20:39:20 PDT
Add mute and increaseVolume and decreaseVolume to WebPlaybackSessionModel.
Attachments
Patch (27.06 KB, patch)
2017-05-02 20:45 PDT, Jeremy Jones
no flags
Patch (26.81 KB, patch)
2017-05-02 20:50 PDT, Jeremy Jones
jeremyj-wk: review-
Patch (26.08 KB, patch)
2017-05-03 17:10 PDT, Jeremy Jones
no flags
Patch (23.32 KB, patch)
2017-05-04 14:12 PDT, Jeremy Jones
no flags
Patch (23.28 KB, patch)
2017-05-04 14:18 PDT, Jeremy Jones
no flags
Jeremy Jones
Comment 1 2017-05-02 20:45:06 PDT
Jeremy Jones
Comment 2 2017-05-02 20:45:52 PDT
Jeremy Jones
Comment 3 2017-05-02 20:50:28 PDT
Jeremy Jones
Comment 4 2017-05-03 17:10:33 PDT
Jeremy Jones
Comment 5 2017-05-04 14:12:39 PDT
Jeremy Jones
Comment 6 2017-05-04 14:18:34 PDT
Jer Noble
Comment 7 2017-05-04 14:20:11 PDT
Comment on attachment 309102 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=309102&action=review > Source/WebCore/platform/ios/WebAVPlayerController.mm:433 > + UNUSED_PARAM(sender); > + if (!self.delegate) > + return; > + self.delegate->toggleMuted(); Nit: this could probably just drop the ! from the if and skip the return.
WebKit Commit Bot
Comment 8 2017-05-04 16:18:51 PDT
Comment on attachment 309102 [details] Patch Clearing flags on attachment: 309102 Committed r216216: <http://trac.webkit.org/changeset/216216>
WebKit Commit Bot
Comment 9 2017-05-04 16:18:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.