Open
Bug 1510388
Opened 6 years ago
Updated 2 years ago
Remove unnecessary AddIPDLReference-style methods
Categories
(Core :: IPC, enhancement, P3)
Core
IPC
Tracking
()
NEW
People
(Reporter: nika, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Many methods like `AddIPDLReference` were added to track whether the IPC layer still held a reference to the current actor. As IPCOpen() was added in bug 1509591, many of these are now thin wrappers around `AddRef` and `Release`.
This will probably be needed before we can make all actors properly refcounted.
![]() |
||
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
•