Closed
Bug 41385
Opened 25 years ago
Closed 22 years ago
xpcom circular dependencies
Categories
(Core :: XPCOM, defect, P4)
Tracking
()
Future
People
(Reporter: warrensomebody, Assigned: dbradley)
Details
(Keywords: arch)
xpcom depends on libjar
libjar depends on caps and zlib
caps depends on xpcom and js
ugh... this is evil
Comment 1•25 years ago
|
||
cc'ing candidates. libjar depends on caps?
Comment 2•25 years ago
|
||
Reassigning to jband. I suspect jar-involvement in xpt loading.
Assignee: mccabe → jband
Comment 3•25 years ago
|
||
What are we trying to fix here? #include dependencies? link dependencies?
Warren already halled me about xpti (in xpcom) using libjar. I thought I
convinced him this was not a problem.
xpcom has no link dependency on libjar. What is wrong with #include dependenies?
Tell me why I should not just mark this invalid?
| Reporter | ||
Comment 4•25 years ago
|
||
Although I believe that xpcom should not depend on libjar (or even zlib),
fixing this now is not a high priority.
Ideally, xpti would define an interface and callback mechanism for reading
files and zlib (not libjar) would plug into that when the browser initializes.
Probably an nsIStreamIO interface would work well for this (although I need to
migrate it to xpcom/io first).
This bug is not invalid.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•25 years ago
|
QA Contact: leger → kandrot
Comment 5•24 years ago
|
||
mass reassign of xpconnect bugs to dbradley@netscape.com
Assignee: jband → dbradley
Status: ASSIGNED → NEW
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•24 years ago
|
Priority: P3 → P4
*** This bug has been marked as a duplicate of 66759 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•