Open
Bug 275088
Opened 20 years ago
Updated 2 years ago
do_GetServiceFromCategory is declared but not defined in the xpcom glue
Categories
(Core :: XPCOM, defect, P5)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: darin.moz, Unassigned)
References
()
Details
(Keywords: helpwanted)
do_GetServiceFromCategory is declared but not defined in the xpcom glue. instead, it is defined in nsComponentManager.cpp. This means that while the declaration is visible to third-party extensions and embedddings, the implementation is hidden. we should either hide the declaration inside a #ifndef MOZILLA_STRICT_API block, or we should move either the declaration or definition appropriately.
| Reporter | ||
Updated•20 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Updated•18 years ago
|
Assignee: darin → nobody
QA Contact: xpcom
Target Milestone: Future → ---
Updated•12 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•