Closed
Bug 6548
Opened 26 years ago
Closed 26 years ago
DocLoader ownership model is backwards
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: mikepinkerton, Assigned: scc-obsolete)
Details
scc and I found this while fixing the memory leaks in the webShell. the doc
loaders all own their parents, not the other way around as it should be. Filing a
bug so that we don't forget to fix this.
someone on the gecko team should own this, but in the meantime...
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Comment 1•26 years ago
|
||
This is really a design inconsistency rather than a bug. I would like to discuss
it with Kipp and Troy before arbitrarily re-arranging it to fit my model of the
universe. This code is currently working, it's just that the design is upside-
down. Perhaps they have a really good reason for making it be that way and the
only fix required is a comment. I'm moving this bug out for their input.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 2•26 years ago
|
||
Actually, the allocation/de-allocation bug (bug #9341) is significantly more
important than this bug, so I'm moving this bug to M9, to focus on memory
problems
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Well ... it's got its own ownership model, and it's working. I think this is
best left alone
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Based on the comments below, marking as verifed fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•