summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-10-25 00:22:25 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-10-25 00:22:25 +0200
commit8093231e36007fcc5b9157ecaacd650b921bec59 (patch)
tree059b97f3356fd3ab057483fabe5ad705b42db4d0 /Bugzilla
parentf73356f78380006fbbd6a6cc637a77e076d1b84d (diff)
downloadbugzilla-8093231e36007fcc5b9157ecaacd650b921bec59.tar.gz
bugzilla-8093231e36007fcc5b9157ecaacd650b921bec59.tar.xz
Bug 928092: Add OS detection for Windows 8.1
r=justdave a=glob
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/UserAgent.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm
index 844ec311f..4e685cacc 100644
--- a/Bugzilla/UserAgent.pm
+++ b/Bugzilla/UserAgent.pm
@@ -105,6 +105,7 @@ use constant OS_MAP => (
qr/\(.*Android.*\)/ => ["Android"],
# Windows
qr/\(.*Windows XP.*\)/ => ["Windows XP"],
+ qr/\(.*Windows NT 6\.3.*\)/ => ["Windows 8.1"],
qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"],
qr/\(.*Windows NT 6\.1.*\)/ => ["Windows 7"],
qr/\(.*Windows NT 6\.0.*\)/ => ["Windows Vista"],