Closed
Bug 814444
Opened 13 years ago
Closed 13 years ago
Remove now-useless TRAVERSE_NATIVE_BEGIN and UNLINK_BEGIN_NATIVE macros
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: bjacob, Assigned: bjacob)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
20.20 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
Since bug 806279 they are just dupes for the non-_NATIVE macro, and we forgot to eliminate them in bug 807437, and now they are causing confusion in bug 811371, confusing people into believing they they can't use the helper macros with native types because the helper macros don't use the _NATIVE macros.
One review is enough, whoever of Smaug or Mccr8 does it first.
Attachment #684445 -
Flags: review?(continuation)
Attachment #684445 -
Flags: review?(bugs)
Comment 1•13 years ago
|
||
Comment on attachment 684445 [details] [diff] [review]
kill _NATIVE macros
Review of attachment 684445 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
There's still NS_IMPL_CYCLE_COLLECTION_UNLINK_0 and NS_IMPL_CYCLE_COLLECTION_UNLINK_NATIVE_0. Probably okay to redefine the first to be
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN
...and delete the second, renaming its few uses. You can fix that if you want in this patch, or I'll just file a followup bug.
Attachment #684445 -
Flags: review?(continuation)
Attachment #684445 -
Flags: review?(bugs)
Attachment #684445 -
Flags: review+
Comment 2•13 years ago
|
||
That second NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN should be NS_IMPL_CYCLE_COLLECTION_UNLINK_END of course. ;)
| Assignee | ||
Comment 3•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/32c109fec34f
Please do the follow-up :-)
Assignee: nobody → bjacob
Target Milestone: --- → mozilla20
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•