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)

defect

Tracking

()

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.
Target Milestone: --- → Future
Assignee: darin → nobody
QA Contact: xpcom
Target Milestone: Future → ---
Priority: -- → P5
Depends on: 1666291
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.