Closed
Bug 584970
Opened 14 years ago
Closed 9 years ago
mark deprecated necko interfaces and methods with [deprecated]
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: timeless, Assigned: timeless)
References
Details
(Whiteboard: not-ready)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
timeless
:
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 necko 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).
Comment 2•14 years ago
|
||
Comment on attachment 463466 [details] [diff] [review]
proposal
I'm not sure you should change nsIAuthPrompt at this case, because *2 is not necessarily a full replacement (it requires a channel).
Attachment #463466 -
Flags: review?(cbiesinger) → review+
Attachment #463466 -
Attachment is obsolete: true
Attachment #463525 -
Flags: review+
Attachment #463525 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #463525 -
Flags: approval2.0? → approval2.0+
Comment 4•14 years ago
|
||
Comment on attachment 463525 [details] [diff] [review]
without nsIAuthPrompt
Per bug 584998 comment 2 this doesn't work as expected yet
Attachment #463525 -
Flags: approval2.0+ → approval2.0-
Comment 5•14 years ago
|
||
This will fail too since it adds a [deprecated] interface.
Whiteboard: not-ready
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•