Remove the use of contentBlockingEvent in RemoteSecurityUI
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(3 files)
The parent process registers a listener to update contentBlockingEvent to RemoteSecurityUI. In Bug 159904, we plan to store content blocking related stuff in WindowGlobalParent. This allows parent process to access contentBlockingEvent directly via WindowGlobalParent.
Assignee | ||
Comment 1•5 years ago
|
||
This allows us to access contentBlockingEvent in the parent process
through WindowGlobalParent object.
Assignee | ||
Comment 2•5 years ago
|
||
ContentBlockingEvent in RemoteSecurityUI is updated after receiving notification from the child process.
Since contentBlockingEvent will be removed from the child process, this patch removes the use of
contentBlockingEvent in RemoteSecurityUI and uses the API defined in WindowGlobalParent.
Depends on D55621
Assignee | ||
Comment 3•5 years ago
|
||
We should be able to acess contentBlockingEvent directly via
WindowGlobalParent::ContentBlockingEvent.
Update and store contentBlockingEvent in RemoteSecurityUI is no longer needed.
Depends on D55622
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7535e00d33e9
https://hg.mozilla.org/mozilla-central/rev/bd432376ef0d
https://hg.mozilla.org/mozilla-central/rev/89dcc457c42f
Description
•