b=379140. r=mano. change fuel Application object so it is not accessible from content, only from chrome.

This commit is contained in:
mark.finkle@gmail.com 2007-07-15 05:32:47 -07:00
parent 469f7bbd10
commit 808a81d565

View File

@ -1289,8 +1289,8 @@ var ApplicationModule = {
// make Application a startup observer
categoryManager.addCategoryEntry("app-startup", CLASS_NAME, "service," + CONTRACT_ID, true, true);
// add Application as a global property for easy access
categoryManager.addCategoryEntry("JavaScript global property", "Application", CONTRACT_ID, true, true);
// add Application as a global property for easy access
categoryManager.addCategoryEntry("JavaScript global privileged property", "Application", CONTRACT_ID, true, true);
},
unregisterSelf: function am_us(aCompMgr, aLocation, aType) {