Open Bug 1155017 Opened 10 years ago Updated 2 years ago

Saved statistics for closed PeerConnections are lost when the last content tab is closed in e10s

Categories

(Core :: WebRTC: Signaling, defect, P4)

37 Branch
defect
Points:
3

Tracking

()

mozilla39
Tracking Status
e10s + ---

People

(Reporter: pkerr, Unassigned)

References

Details

About:webrtc runs in the chrome process and displays data for both live and previously active but now closed PeerConnections. The data for the closed PeerConnections is stored in the PeerConnectionCtx instance which is a per-process singleton. When the last content tab is closed, the PeerConnectionCtx instance associated with the content process is destroyed. After that point, only closed connection data from the chrome process PeerConnectionCtx instance is available. (The same applied to the ICE connection logs.) The storage of statistics for the closed PeerConnections should be moved to the WebrtcGlobalInformation instance in the chrome process.
tracking-e10s: --- → +
backlog: --- → webRTC+
Rank: 35
Priority: P2 → P3
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
No longer depends on: 1408716
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.