mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=379140. r=mano. change fuel Application object so it is not accessible from content, only from chrome.
This commit is contained in:
parent
469f7bbd10
commit
808a81d565
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user