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)

task

Tracking

()

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).

Assignee: nobody → michelle
Status: NEW → ASSIGNED
Component: Security: Process Sandboxing → DOM: Content Processes
Severity: -- → N/A
Priority: -- → P3

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.