Closed
Bug 1137536
Opened 10 years ago
Closed 10 years ago
Split DeferredFinalize out of nsCycleCollector.h into its own file
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(3 files)
6.00 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
2.48 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
11.19 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
DeferredFinalize is really more about JS that holds onto C++ than about the CC in particular.
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=eac7c6e48d71
Attachment #8577619 -
Flags: review?(bugs)
Assignee | ||
Comment 2•10 years ago
|
||
This will let us remove it from headers after we split out DeferredFinalize into its own header.
Attachment #8577620 -
Flags: review?(bugs)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8577621 -
Flags: review?(bugs)
Comment 4•10 years ago
|
||
Comment on attachment 8577619 [details] [diff] [review]
part 1 - Move DeferredFinalize out of the cyclecollector namespace.
I wonder why this stuff was ever in cyclecollector namespace.
Attachment #8577619 -
Flags: review?(bugs) → review+
Updated•10 years ago
|
Attachment #8577620 -
Flags: review?(bugs) → review+
Updated•10 years ago
|
Attachment #8577621 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ae02f2179c4c
https://hg.mozilla.org/mozilla-central/rev/6583592e42eb
https://hg.mozilla.org/mozilla-central/rev/62bc2ec66948
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•