Closed
Bug 584976
Opened 14 years ago
Closed 14 years ago
mark deprecated xpconnect interfaces and methods with [deprecated]
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jst
:
review+
mossop
:
approval2.0-
|
Details | Diff | Splinter Review |
We have a way to mark interfaces and methods as deprecated which some compilers
are able to use to complain about deprecation. This bug is for sprinkling that
marker into dom/content idl files.
Please note that at this time we only properly trigger these compile time
warnings with msvc (bug 584953 covers the fixing the gcc side).
Updated•14 years ago
|
Attachment #463469 -
Flags: review?(jst) → review+
Attachment #463469 -
Flags: approval2.0?
Comment 2•14 years ago
|
||
Comment on attachment 463469 [details] [diff] [review]
patch
Per bug 584998 comment 2 this doesn't work as expected yet
Attachment #463469 -
Flags: approval2.0? → approval2.0-
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•