Closed Bug 209433 Opened 21 years ago Closed 11 years ago

remove refcounting on nsCSSDeclaration

Categories

(Core :: CSS Parsing and Computation, defect, P4)

defect

Tracking

()

RESOLVED DUPLICATE of bug 569719
Future

People

(Reporter: dbaron, Unassigned)

References

Details

nsCSSDeclaration doesn't need to be refcounted anymore, I don't think, thanks to
the changes in bug 98765.

I'll wait until after bug 188803 lands to do this, so I don't get even more
merge conflicts.
Status: NEW → ASSIGNED
Depends on: 98765, 188803
Priority: -- → P3
Target Milestone: --- → mozilla1.5alpha
Blocks: 196273
Doing this requires finding another fix for bug 209575.
Priority: P3 → P4
Target Milestone: mozilla1.5alpha → Future
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
QA Contact: ian → style-system
nsCSSDeclaration no longer exists. It was migrated to Declaration some time ago, which is not refcounted.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
"no longer exists" is a little strong; the patch that renamed nsCSSDeclaration to Declaration didn't change all that much else.

This was actually fixed by bug 569719 part 16.
Resolution: INVALID → DUPLICATE
You need to log in before you can comment on or make changes to this bug.