Bug 1341957 - Add webgl.getSupportedExtensions() to about:support

This commit is contained in:
janekptacijarabaci 2018-08-01 09:34:24 +02:00 committed by Roy Tam
commit ead6332ccc
4 changed files with 23 additions and 11 deletions

View file

@ -304,6 +304,9 @@ const SNAPSHOT_SCHEMA = {
webgl1Version: {
type: "string",
},
webgl1DriverExtensions: {
type: "string",
},
webgl1Extensions: {
type: "string",
},
@ -316,6 +319,9 @@ const SNAPSHOT_SCHEMA = {
webgl2Version: {
type: "string",
},
webgl2DriverExtensions: {
type: "string",
},
webgl2Extensions: {
type: "string",
},