From aea060736082c61efd7334c823f507453d5fe0c5 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Wed, 13 Apr 2016 15:30:54 +0200 Subject: [PATCH] Add xpcom ABI field (fixes #84) --- amo-blocklist.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/amo-blocklist.json b/amo-blocklist.json index b941512..8da87c7 100644 --- a/amo-blocklist.json +++ b/amo-blocklist.json @@ -433,6 +433,7 @@ ], "default": { "os": "", + "xpcomabi": "", "matchName": "", "matchFilename": "", "matchDescription": "", @@ -449,7 +450,12 @@ "os": { "type": "string", "title": "OS", - "description": "The operating system identifier." + "description": "The comma-separated operating system identifiers, eg. Darwin,Linux" + }, + "xpcomabi": { + "type": "string", + "title": "XPCOM ABI", + "description": "The comma-separated XPCOM binary interfaces, eg. x86-gcc3,x86_64-msvc." }, "matchName": { "type": "string",