Closed
Bug 1202670
Opened 10 years ago
Closed 10 years ago
Move most of nsCycleCollector::RemoveObjectFromGraph into CCGraph
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 3 obsolete files)
|
2.26 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.00 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This is pretty finicky, but particularly with bug 1202526 in place this nsCC method ends up doing a lot of poking around into the CC graph. I think it is better to just move it all into a method, and then hide some of the CCGraph methods as allowed.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → continuation
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8660061 -
Flags: review?(continuation)
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8660061 -
Attachment is obsolete: true
Attachment #8660061 -
Flags: review?(continuation)
| Assignee | ||
Updated•10 years ago
|
Attachment #8660062 -
Attachment is obsolete: true
| Assignee | ||
Updated•10 years ago
|
Attachment #8660062 -
Attachment is obsolete: false
| Assignee | ||
Updated•10 years ago
|
Attachment #8660062 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8665622 -
Flags: review?(bugs)
| Assignee | ||
Updated•10 years ago
|
Attachment #8660083 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8665622 [details] [diff] [review]
Move most of nsCycleCollector::RemoveObjectFromGraph into CCGraph.
This isn't quite right yet.
Attachment #8665622 -
Flags: review?(bugs)
| Assignee | ||
Comment 6•10 years ago
|
||
The only difference in this version is that it makes FindNodeEntry private.
Attachment #8665640 -
Flags: review?(bugs)
Comment 7•10 years ago
|
||
Comment on attachment 8665640 [details] [diff] [review]
Move most of nsCycleCollector::RemoveObjectFromGraph into CCGraph.
>+ PtrToNodeEntry* FindNodeEntry(void* aPtr) {
{ to its own line ;)
Attachment #8665640 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 8•10 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #7)
> { to its own line ;)
Fixed.
Comment 10•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•