Bug 1255472 - Updates the documentation. r=gfritzsche, a=ritu

This commit is contained in:
Alessio Placitelli 2016-04-15 10:08:00 +02:00
parent 63dd70e978
commit 5d6f807802

View File

@ -107,6 +107,9 @@ Structure::
kernelVersion: <string>, // android/b2g only or null on failure kernelVersion: <string>, // android/b2g only or null on failure
servicePackMajor: <number>, // windows only or null on failure servicePackMajor: <number>, // windows only or null on failure
servicePackMinor: <number>, // windows only or null on failure servicePackMinor: <number>, // windows only or null on failure
windowsBuildNumber: <number>, // windows 10 only or null on failure
windowsUBR: <number>, // windows 10 only or null on failure
installYear: <number>, // windows only or null on failure
locale: <string>, // "en" or null on failure locale: <string>, // "en" or null on failure
}, },
hdd: { hdd: {
@ -320,6 +323,24 @@ Important values for ``distributionId`` include:
- "canonical", for the `Ubuntu Firefox repack <http://bazaar.launchpad.net/~mozillateam/firefox/firefox.trusty/view/head:/debian/distribution.ini>`_. - "canonical", for the `Ubuntu Firefox repack <http://bazaar.launchpad.net/~mozillateam/firefox/firefox.trusty/view/head:/debian/distribution.ini>`_.
- "yandex", for the Firefox Build by Yandex. - "yandex", for the Firefox Build by Yandex.
system
------
os
~~
This object contains operating system information.
- ``name``: the name of the OS.
- ``version``: a string representing the OS version.
- ``kernelVersion``: an Android/B2G only string representing the kernel version.
- ``servicePackMajor``: the Windows only major version number for the installed service pack.
- ``servicePackMinor``: the Windows only minor version number for the installed service pack.
- ``windowsBuildNumber``: the Windows build number, only available for Windows >= 10.
- ``windowsUBR``: the Windows UBR number, only available for Windows >= 10. This value is incremented by Windows cumulative updates patches.
- ``installYear``: the Windows only integer representing the year the OS was installed.
- ``locale``: the string representing the OS locale.
addons addons
------ ------