Closed
Bug 107630
Opened 23 years ago
Closed 23 years ago
Remove C++ cruft from nsIWeakReference.idl
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
alecf
:
superreview+
|
Details | Diff | Splinter Review |
There is a ton of nsIWeakReference C++ helper utility code in the
nsIWeakReference.idl file. I want to remove it to a .h file and then #include
it from the idl file wrappedn with a #ifndef MOZILLA_STRICT_API.
Patch coming soon.
Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 55818 [details] [diff] [review]
proposed patch v.1
sr=alecf
Attachment #55818 -
Flags: superreview+
Comment 3•23 years ago
|
||
headers need apropos include-guards, cite original contributors and (if you feel
this change merits it) yourself, after that, sr=scc
Assignee | ||
Comment 4•23 years ago
|
||
Fixed checked in. Thanks for the review scc and alec.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•