зеркало из 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",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -179,12 +179,6 @@
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"optional_permissions": {
|
|
||||||
"type": "array",
|
|
||||||
"items": { "$ref": "OptionalPermission" },
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"web_accessible_resources": {
|
"web_accessible_resources": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "type": "string" },
|
"items": { "type": "string" },
|
||||||
|
@ -212,33 +206,22 @@
|
||||||
|
|
||||||
"additionalProperties": { "$ref": "UnrecognizedProperty" }
|
"additionalProperties": { "$ref": "UnrecognizedProperty" }
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "OptionalPermission",
|
|
||||||
"choices": [
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"enum": [
|
|
||||||
"clipboardRead",
|
|
||||||
"clipboardWrite",
|
|
||||||
"geolocation",
|
|
||||||
"idle",
|
|
||||||
"notifications"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{ "$ref": "MatchPattern" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "Permission",
|
"id": "Permission",
|
||||||
"choices": [
|
"choices": [
|
||||||
{ "$ref": "OptionalPermission" },
|
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"alarms",
|
"alarms",
|
||||||
|
"clipboardRead",
|
||||||
|
"clipboardWrite",
|
||||||
|
"geolocation",
|
||||||
|
"idle",
|
||||||
|
"notifications",
|
||||||
"storage"
|
"storage"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{ "$ref": "MatchPattern" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"namespace": "manifest",
|
"namespace": "manifest",
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"$extend": "OptionalPermission",
|
"$extend": "Permission",
|
||||||
"choices": [{
|
"choices": [{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче