Closed
Bug 1771039
Opened 2 years ago
Closed 1 month ago
Implement MPNowPlayingInfoCenter Seekbar control on MacOS
Categories
(Core :: Widget: Cocoa, task)
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: chunmin, Assigned: floppa9)
References
Details
Attachments
(2 files)
We should allow MacOS users to seek the playback via the system control UI on the menu bar.
I am not familiar with the mac code for this, but it looks like we should implement changePlaybackPositionCommand
somewhere around MediaHardwareKeysEventSourceMacMediaCenter::BeginListeningForEvents
I guess we can retrieve the seek time from MPChangePlaybackPositionCommandEvent.positionTime
, which is what Chromium does [1]
Updated•2 months ago
|
Assignee: nobody → floppa9
Status: NEW → ASSIGNED
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/42b4bac7dae6
Implement media center seek controls on macos r=alwu
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Updated•1 month ago
|
Component: Audio/Video: Playback → Widget: Cocoa
Updated•1 month ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•