Open
Bug 1464464
Opened 6 years ago
Updated 2 years ago
Replace BackgroundHangAnnotations with nsTArray<HangAnnotation>
Categories
(Core :: IPC, enhancement, P3)
Core
IPC
Tracking
()
NEW
People
(Reporter: dthayer, Unassigned)
References
Details
Right now (after bug 1448040 lands) BackgroundHangAnnotations inherits from nsTArray<HangAnnotation> just to add a few helper methods to add them. It's just unnecessary and means we have to provide an IPDLParamTraits for BackgroundHangAnnotations.
Updated•6 years ago
|
Component: General → IPC
Updated•6 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•