Bug 785485 - No way to clear "Open this page with an app" permissions granted from doorhanger notifications. r=mcomella

This commit is contained in:
Margaret Leibovic 2012-08-27 17:50:32 -07:00
Родитель 1d2000205a
Коммит 59438ad910
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -5374,7 +5374,7 @@ var PluginHelper = {
var PermissionsHelper = {
_permissonTypes: ["password", "geolocation", "popup", "indexedDB",
"offline-app", "desktop-notification", "plugins"],
"offline-app", "desktop-notification", "plugins", "native-intent"],
_permissionStrings: {
"password": {
label: "password.rememberPassword",
@ -5410,6 +5410,11 @@ var PermissionsHelper = {
label: "clickToPlayPlugins.playPlugins",
allowed: "clickToPlayPlugins.yes",
denied: "clickToPlayPlugins.no"
},
"native-intent": {
label: "helperapps.openWithList2",
allowed: "helperapps.always",
denied: "helperapps.never"
}
},

Просмотреть файл

@ -286,3 +286,5 @@ helperapps.ignore=Ignore
helperapps.dontAskAgain=Don't ask again for this site
helperapps.openWithApp2=Open With %S App
helperapps.openWithList2=Open With an App
helperapps.always=Always
helperapps.never=Never