diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-08-01 08:58:59 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-08-01 08:58:59 +0200 |
commit | e7f7100ba6759f30295dbc49f819ebb9c4785298 (patch) | |
tree | 939f31b2484c41ec415e9eb56aee1c2934752e65 /toolkit/modules/tests/browser | |
parent | ddb2b976802181e05cb37a94480e9fb42ae6708a (diff) | |
download | UXP-e7f7100ba6759f30295dbc49f819ebb9c4785298.tar UXP-e7f7100ba6759f30295dbc49f819ebb9c4785298.tar.gz UXP-e7f7100ba6759f30295dbc49f819ebb9c4785298.tar.lz UXP-e7f7100ba6759f30295dbc49f819ebb9c4785298.tar.xz UXP-e7f7100ba6759f30295dbc49f819ebb9c4785298.zip |
Bug 1335296 - Expand about:support WebGL information
Diffstat (limited to 'toolkit/modules/tests/browser')
-rw-r--r-- | toolkit/modules/tests/browser/browser_Troubleshoot.js | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/toolkit/modules/tests/browser/browser_Troubleshoot.js b/toolkit/modules/tests/browser/browser_Troubleshoot.js index 7f0069dc9..e449e99a3 100644 --- a/toolkit/modules/tests/browser/browser_Troubleshoot.js +++ b/toolkit/modules/tests/browser/browser_Troubleshoot.js @@ -298,12 +298,30 @@ const SNAPSHOT_SCHEMA = { clearTypeParameters: { type: "string", }, - webglRenderer: { + webgl1Renderer: { + type: "string", + }, + webgl1Version: { + type: "string", + }, + webgl1Extensions: { + type: "string", + }, + webgl1WSIInfo: { type: "string", }, webgl2Renderer: { type: "string", }, + webgl2Version: { + type: "string", + }, + webgl2Extensions: { + type: "string", + }, + webgl2WSIInfo: { + type: "string", + }, info: { type: "object", }, |