Closed
Bug 584983
Opened 14 years ago
Closed 14 years ago
mark deprecated exthandler interfaces and methods with [deprecated]
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla5
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file)
848 bytes,
patch
|
Biesinger
:
review+
benjamin
:
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 exthandler 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 #463474 -
Flags: review?(cbiesinger) → review+
Attachment #463474 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #463474 -
Flags: approval2.0? → approval2.0-
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•