DllBlocklist entries in BROWSER_PROCESS are blocked in the child process
Categories
(Firefox :: Launcher Process, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: toshi, Assigned: toshi)
Details
Attachments
(1 file)
Our blocklist consists of ALL_PROCESSES
, BROWSER_PROCESS
, and CHILD_PROCESSES
in WindowsDllBlocklistDefs.in. Contrary to the name, entries of BROWSER_PROCESS
are blocked not only in the browser process but also in the child process. On the other hand, entries of CHILD_PROCESSES
are blocked only in the child process.
I think the variable BROWSER_PROCESS
is a placeholder to define a new blocklist variable which is commented out for now.
Since 73, we activate the same blocklist in the content process. We could implement BROWSER_PROCESS
in the same way as CHILD_PROCESSES
works.
Assignee | ||
Comment 1•5 years ago
|
||
The blocklist variable BROWSER_PROCESS
did not work as expected. Entries
defined there were blocked not only in the browser process but also in the
child process.
This patch makes sure entries in BROWSER_PROCESS
are blocked only in the
browser process.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Description
•