Don't need to pass window while notifying content blocking events
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(3 files)
After moving content blocking log to the parent process, we store the log in the top-level WindowGlobalParent. The process that finds the top-level WindowGlobalParent is done in the parent process.
This means we don't need to find the top-level window in child processes when notifying content blocking events anymore.
Assignee | ||
Comment 1•5 years ago
|
||
After moving content blocking log to the parent process, we store the
log in the top-level WindowGlobalParent. The process that finds the
top-level WindowGlobalParent is done in the parent process.
This means we don't need to find the top-level window in child
processes when notifying content blocking events anymore.
In this patch, we removing passing window in NotifyEventInChild, which
helps the next patch to remove code that gets top-level window while
notifying content blocking events in the child.
Assignee | ||
Comment 2•5 years ago
|
||
We don't need to find the top-level window in the child because
the parent always do that while receiving content blocking events.
Depends on D68168
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/890232b93e92
https://hg.mozilla.org/mozilla-central/rev/6af7d890f86c
Assignee | ||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
Description
•