Open
Bug 1978550
Opened 25 days ago
Updated 19 days ago
Make ContentPermissionRequestBase::mPermissionHandler assignment possible in Parent Process
Categories
(Core :: DOM: Networking, task, P2)
Core
DOM: Networking
Tracking
()
NEW
People
(Reporter: smayya, Assigned: smayya)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Currently, for LNA, we see that ContentPermissionRequestBase::mPermissionHandler is not assigned due to missing aWindow object in the parent side.
This patch will work to make this code path work in Parent process. Without this permission delegation wont work.
Assignee | ||
Updated•25 days ago
|
Severity: -- → N/A
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•