Closed
Bug 1698522
Opened 4 years ago
Closed 3 years ago
Avoid setting process names twice and name cleanup
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
Details
Attachments
(1 file)
In nightly if you have the process name pref flipped, we set it twice. Also we always include the https:// part, which uses up a lot of the max 15 characters for a Linux process name.
Assignee | ||
Comment 1•4 years ago
|
||
Don't set name twice; don't include https://
Severity: -- → N/A
Priority: -- → P3
Updated•4 years ago
|
Attachment #9209130 -
Attachment description: Bug 1698522: Process name setting cleanup r=nika → Bug 1698522: Process name setting cleanup r=nika,dveditz
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/26528d21dd3e
Process name setting cleanup r=nika,dveditz
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•