mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Bug 1341957 - Add webgl.getSupportedExtensions() to about:support
This commit is contained in:
parent
43c36e207f
commit
ead6332ccc
4 changed files with 23 additions and 11 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue