Open
Bug 1862090
Opened 1 year ago
Updated 18 days ago
DOM Push IPDL IPC in ContentParent is unused
Categories
(Core :: DOM: Push Subscriptions, enhancement, P3)
Core
DOM: Push Subscriptions
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
ContentParent::RecvNotifyPushObservers, RecvNotifyPushObserversWithData, RecvNotifyPushSubscriptionChangeObservers, RecvPushError, and RecvNotifyPushSubscriptionModifiedObservers aren't run, according to code coverage (which includes Linux and Windows). I also did a try run for Android where I made all of these methods do an immediate MOZ_CRASH() and it is green, so I think it isn't used there either. We should remove these IPDL messages if possible to reduce our possible sandbox escape attack surface.
Updated•1 year ago
|
Severity: -- → S3
Type: defect → enhancement
Priority: -- → P3
Updated•11 months ago
|
Summary: DOM Notification IPDL IPC in ContentParent is unused → DOM Push IPDL IPC in ContentParent is unused
You need to log in
before you can comment on or make changes to this bug.
Description
•