Open
Bug 275088
Opened 21 years ago
Updated 3 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•21 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: xpcom
Target Milestone: Future → ---
Updated•13 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•