author | Gregor Wagner <anygregor@gmail.com> |
Fri, 30 Nov 2012 12:22:35 -0800 | |
changeset 114650 | 827260eb78e5bae0618fcb82c874c0a4cc1d5469 |
parent 114649 | a4c6aedf00deb3d3683a5253c88e42acb3b22e29 |
child 114651 | 8f4db7426eee982cdcc73e9821f139f8046edc91 |
push id | 23926 |
push user | ryanvm@gmail.com |
push date | Sat, 01 Dec 2012 15:27:30 +0000 |
treeherder | mozilla-central@ecdf0e332f17 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sicking |
bugs | 814293 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/apps/src/PermissionsInstaller.jsm +++ b/dom/apps/src/PermissionsInstaller.jsm @@ -45,22 +45,17 @@ function mapSuffixes(aPermName, aSuffixe // Permissions Matrix: https://docs.google.com/spreadsheet/ccc?key=0Akyz_Bqjgf5pdENVekxYRjBTX0dCXzItMnRyUU1RQ0E#gid=0 // Also, keep in sync with https://mxr.mozilla.org/mozilla-central/source/extensions/cookie/Permission.txt // Permissions that are implicit: // battery-status, network-information, vibration, // device-capabilities -this.PermissionsTable = { "resource-lock": { - app: ALLOW_ACTION, - privileged: ALLOW_ACTION, - certified: ALLOW_ACTION - }, - geolocation: { +this.PermissionsTable = { geolocation: { app: PROMPT_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION }, camera: { app: DENY_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION @@ -131,41 +126,26 @@ this.PermissionsTable = { "resource-loc privileged: ALLOW_ACTION, certified: ALLOW_ACTION }, bluetooth: { app: DENY_ACTION, privileged: DENY_ACTION, certified: ALLOW_ACTION }, - wifi: { - app: DENY_ACTION, - privileged: PROMPT_ACTION, - certified: ALLOW_ACTION - }, - keyboard: { - app: DENY_ACTION, - privileged: DENY_ACTION, - certified: ALLOW_ACTION - }, mobileconnection: { app: DENY_ACTION, privileged: DENY_ACTION, certified: ALLOW_ACTION }, power: { app: DENY_ACTION, privileged: DENY_ACTION, certified: ALLOW_ACTION }, - push: { - app: DENY_ACTION, - privileged: DENY_ACTION, - certified: ALLOW_ACTION - }, settings: { app: DENY_ACTION, privileged: DENY_ACTION, certified: ALLOW_ACTION, access: ["read", "write"], additional: ["indexedDB-chrome-settings"] }, permissions: {