Closed
Bug 1637496
Opened 5 years ago
Closed 4 years ago
Move customUserAgent in GeckoViewSettingsChild.js to the parent process.
Categories
(GeckoView :: General, task, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1648157
People
(Reporter: u480271, Unassigned)
References
(Blocks 1 open bug)
Details
No description provided.
Updated•5 years ago
|
Severity: -- → S4
Rank: 25
Priority: -- → P2
Comment 1•5 years ago
|
||
We do set customUserAgent
in the content process right now (Child.js
indicates it runs in the content process). But we don't have to, so we can use this to move it to the main process.
Summary: Audit use of customUserAgent in GeckoViewSettingsChild.js and ensure only occurs from Parent process. → Move customUserAgent in GeckoViewSettingsChild.js to the parent process.
Updated•4 years ago
|
Blocks: gv-fission
Comment 2•4 years ago
|
||
We did this as part of Bug 1648157.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•