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/locales | |
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/locales')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutSupport.properties | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutSupport.properties b/toolkit/locales/en-US/chrome/global/aboutSupport.properties index 0bc612b79..115d91ca1 100644 --- a/toolkit/locales/en-US/chrome/global/aboutSupport.properties +++ b/toolkit/locales/en-US/chrome/global/aboutSupport.properties @@ -71,8 +71,14 @@ gpuRAM = RAM gpuDriverVersion = Driver Version gpuDriverDate = Driver Date gpuActive = Active -webglRenderer = WebGL Renderer -webgl2Renderer = WebGL2 Renderer +webgl1Renderer = WebGL 1 Renderer +webgl1Version = WebGL 1 GL Version +webgl1Extensions = WebGL 1 GL Extensions +webgl1WSIInfo = WebGL 1 WSI Info +webgl2Renderer = WebGL 2 Renderer +webgl2Version = WebGL 2 GL Version +webgl2Extensions = WebGL 2 GL Extensions +webgl2WSIInfo = WebGL 2 WSI Info GPU1 = GPU #1 GPU2 = GPU #2 blocklistedBug = Blocklisted due to known issues |