Closed
Bug 28070
Opened 25 years ago
Closed 24 years ago
res: and resource: fork a new process to get the cwd
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: dmosedale, Assigned: warrensomebody)
Details
(Keywords: perf)
nsResourceProtocolHandler.cpp and nsResProtocolHandler.cpp both use popen() to
get the current working directory, and which causes a fork/exec() pair or two at
startup.
Assignee | ||
Comment 1•25 years ago
|
||
No one cares about nsResourceProtocolHandler.cpp -- it's obsolete.
The whole chunk of code for unix that does this popen stuff should be replaced
by a directory service call that deals with MOZILLA_FIVE_HOME, etc.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15
Reporter | ||
Comment 2•25 years ago
|
||
should nsResourceProtocolHandler.cpp and friends be "cvs removed" then, so that
lxr searches on the seamonkey tip don't pick them up?
Assignee | ||
Comment 3•25 years ago
|
||
Yes. Please cvs rm it.
Assignee | ||
Comment 4•25 years ago
|
||
Moving non-essential, non-beta2 and performance-related bugs to M17.
Target Milestone: M15 → M17
Assignee | ||
Comment 6•24 years ago
|
||
This bug is obsolete. Code for this changed long ago.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•