Closed
Bug 38612
Opened 25 years ago
Closed 25 years ago
Merge cookie.dll with http.dll
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: nisheeth_mozilla, Assigned: gagan)
Details
As part of the effort to speed up mozilla startup, we decided to merge
cookie.dll and http.dll.
Reporter | ||
Comment 3•25 years ago
|
||
We want to reduce the number of dlls that get loaded at startup. Since
cookie.dll always gets loaded with http.dll, dp and jud thought it would be good
to merge the two. The actual discussion is on n.p.m.performance in a thread
titled "Mozilla Startup Time". My post as part of the thread that describes the
bugs I created is at news://news.mozilla.org/39176898.C79AE49E%40netscape.com.
the cookie dll handles an application perspective of the cookie service that
HTTP allows. Unless this is really making a significant improvement I would
prefer to keep them separate. warren brought out a related issue that suggests
that we should keep all the misc. little dll's and group them together. I would
still like to see some numbers that definitely indicate that clumping together
makes things faster.
Comment 5•25 years ago
|
||
My perspective is that although http loads cookie, cookie.dll is an application
thing. Other clients of necko won't want that stuff.
I think cookie.dll should get packaged with all the other browser-specific dlls
(e.g. history, bookmarks, etc.).
Marking invalid.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•