Open
Bug 1735492
Opened 4 years ago
Updated 3 years ago
Remove the browser.tabs.remote.separatePrivilegedContentProcess preference
Categories
(Core :: DOM: Content Processes, task, P3)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: standard8, Unassigned)
Details
The preference browser.tabs.remote.separatePrivilegedContentProcess
is mainly used in browser/ except for one instance in toolkit.
We can replace the toolkit instance with a AppConstants.MOZ_BUILD_APP == "browser"
check and drop the additional filePath checks since they seem to be desktop specific.
That then means we can drop the preference usage from everywhere else (treating the value as true).
Updated•4 years ago
|
Assignee: nobody → michelle
Status: NEW → ASSIGNED
Updated•4 years ago
|
Component: Security: Process Sandboxing → DOM: Content Processes
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Comment 1•3 years ago
|
||
Releasing this so someone else can work on it if they wish to.
Assignee: mgoossens → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•