Bug 1188797 - Create a new permission to allow opening hidden popups in B2G. r=fabrice

This commit is contained in:
Francisco Jordano 2015-08-04 14:13:53 +02:00
parent 3f872986d2
commit 222b9cee51

View File

@ -573,6 +573,12 @@ this.PermissionsTable = { geolocation: {
privileged: ALLOW_ACTION,
certified: ALLOW_ACTION
},
"open-hidden-window": {
app: DENY_ACTION,
trusted: DENY_ACTION,
privileged: DENY_ACTION,
certified: ALLOW_ACTION
},
};
/**