Bug 329546 r=ben@mozilla.org, annie.sullivan Separate out view from history
result. git-svn-id: svn://10.0.0.236/trunk@192823 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
|
||||
#ifdef MOZ_PLACES
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNavHistory, Init)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNavHistoryResultTreeViewer)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAnnoProtocolHandler)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsAnnotationService, Init)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNavBookmarks, Init)
|
||||
@@ -152,6 +153,11 @@ static const nsModuleComponentInfo components[] =
|
||||
"@mozilla.org/autocomplete/search;1?name=history",
|
||||
nsNavHistoryConstructor },
|
||||
|
||||
{ "History tree view",
|
||||
NS_NAVHISTORYRESULTTREEVIEWER_CID,
|
||||
NS_NAVHISTORYRESULTTREEVIEWER_CONTRACTID,
|
||||
nsNavHistoryResultTreeViewerConstructor },
|
||||
|
||||
{ "Page Annotation Service",
|
||||
NS_ANNOTATIONSERVICE_CID,
|
||||
NS_ANNOTATIONSERVICE_CONTRACTID,
|
||||
|
||||
Reference in New Issue
Block a user