Closed
Bug 1698230
Opened 5 years ago
Closed 1 year ago
MediaSession is not compatible with Isolated Process
Categories
(GeckoView :: General, task, P2)
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: owlish, Assigned: olivia)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sandboxing] [geckoview:2022q3] [group1][fxdroid] [geckoview][platform])
Attachments
(1 file)
MediaSession tests are failing with time-outs on loading and playing media. Needs investigation
Updated•5 years ago
|
Whiteboard: [geckoview:m89]
Updated•5 years ago
|
Whiteboard: [geckoview:m89] → [geckoview:m89][sandboxing]
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P1
| Reporter | ||
Comment 1•5 years ago
|
||
Affected test: org.mozilla.geckoview.test.MediaSessionTest#fullscreenVideoElementMetadata
First failure:
836-883/? D/HardwareCodecCapability: findDecoderCodecInfoForMimeType
836-883/? I/ServiceManager: Waiting for service media.player...
836-883/? E/OMXClient: Cannot obtain IMediaPlayerService
836-883/? E/HardwareCodecCapability: Failed to retrieve media codec count
java.lang.RuntimeException: cannot get MediaCodecList
[time out]
Second failure: cubeb not working in sandboxed environment
| Reporter | ||
Updated•5 years ago
|
Assignee: nobody → bugzeeeeee
| Reporter | ||
Comment 2•5 years ago
|
||
Created a separate bug for the first failure: https://bugzilla.mozilla.org/show_bug.cgi?id=1703707
| Reporter | ||
Updated•5 years ago
|
Whiteboard: [geckoview:m89][sandboxing] → [sandboxing]
Updated•4 years ago
|
Priority: P1 → P2
| Reporter | ||
Updated•4 years ago
|
Assignee: bugzeeeeee → nobody
Updated•3 years ago
|
Whiteboard: [sandboxing] → [sandboxing] [geckoview:2022q3?]
Updated•3 years ago
|
Whiteboard: [sandboxing] [geckoview:2022q3?] → [sandboxing] [geckoview:2022q3]
Comment 3•3 years ago
|
||
Moving isolated process bugs to the new GeckoView::Sandboxing component.
Component: General → Sandboxing
| Reporter | ||
Updated•1 year ago
|
Component: Sandboxing → General
| Assignee | ||
Comment 5•1 year ago
|
||
Flags: needinfo?(ohall)
| Assignee | ||
Comment 6•1 year ago
|
||
Tests enabled:
MediaSessionTest.kt:
- domMetadataPlayback
- defaultMetadataPlayback
- domMultiSessions
- fullscreenVideoElementMetadata
- fullscreenVideoWithActivated
- switchingProcess
Tests failures:
None
I'll update the conditions on these shortly.
Assignee: nobody → ohall
Flags: needinfo?(ohall)
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [sandboxing] [geckoview:2022q3] → [sandboxing] [geckoview:2022q3] [group1][fxdroid] [geckoview][platform]
Updated•1 year ago
|
| Assignee | ||
Comment 7•1 year ago
|
||
Opened MediaSessionTests.kt up to run on isolated processes. Tests likely
fixed by bug 1700243.
Pushed by ohall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22b36546caaf
MediaSession is not compatible with Isolated Process r=geckoview-reviewers,calu
Comment 9•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•