Bug 553070 - Allow XPCOMUtils to do category registration for specific apps. r=sayrer

This commit is contained in:
Marco Bonardo
2010-05-22 10:41:00 +02:00
parent b049c0dd5a
commit 4c867de547
4 changed files with 236 additions and 50 deletions

View File

@@ -1246,7 +1246,8 @@ BrowserGlue.prototype = {
// get this contractID registered for certain categories via XPCOMUtils
_xpcom_categories: [
// make BrowserGlue a startup observer
{ category: "app-startup", service: true }
{ category: "app-startup", service: true,
apps: [ /* Firefox */ "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" ] }
]
}