Backed out changeset 6c4c29c0b05a (bug 1197420) for failing test_ext_all_apis.html. r=backout

This commit is contained in:
Sebastian Hengst 2017-03-24 20:56:54 +01:00
Родитель fb522e4ad5
Коммит a0b7f79b3c
9 изменённых файлов: 15 добавлений и 32 удалений

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

@ -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": [