зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 6c4c29c0b05a (bug 1197420) for failing test_ext_all_apis.html. r=backout
This commit is contained in:
Родитель
fb522e4ad5
Коммит
a0b7f79b3c
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -179,12 +179,6 @@
|
|||
"optional": true
|
||||
},
|
||||
|
||||
"optional_permissions": {
|
||||
"type": "array",
|
||||
"items": { "$ref": "OptionalPermission" },
|
||||
"optional": true
|
||||
},
|
||||
|
||||
"web_accessible_resources": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
|
@ -212,33 +206,22 @@
|
|||
|
||||
"additionalProperties": { "$ref": "UnrecognizedProperty" }
|
||||
},
|
||||
{
|
||||
"id": "OptionalPermission",
|
||||
"choices": [
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"clipboardRead",
|
||||
"clipboardWrite",
|
||||
"geolocation",
|
||||
"idle",
|
||||
"notifications"
|
||||
]
|
||||
},
|
||||
{ "$ref": "MatchPattern" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "Permission",
|
||||
"choices": [
|
||||
{ "$ref": "OptionalPermission" },
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"alarms",
|
||||
"clipboardRead",
|
||||
"clipboardWrite",
|
||||
"geolocation",
|
||||
"idle",
|
||||
"notifications",
|
||||
"storage"
|
||||
]
|
||||
}
|
||||
},
|
||||
{ "$ref": "MatchPattern" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"namespace": "manifest",
|
||||
"types": [
|
||||
{
|
||||
"$extend": "OptionalPermission",
|
||||
"$extend": "Permission",
|
||||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче