Open
Bug 584971
Opened 14 years ago
Updated 2 years ago
mark deprecated xul interfaces and methods with [deprecated]
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
References
Details
(Whiteboard: not-ready)
Attachments
(1 file)
(deleted),
patch
|
neil
:
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 xul 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 #463467 -
Flags: review?(neil) → review+
Attachment #463467 -
Flags: approval2.0?
Comment 2•14 years ago
|
||
Comment on attachment 463467 [details] [diff] [review]
patch
Per bug 584998 comment 2 this doesn't work as expected yet
Attachment #463467 -
Flags: approval2.0? → approval2.0-
Updated•14 years ago
|
Whiteboard: not-ready
Comment 3•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: timeless → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•