From 8093231e36007fcc5b9157ecaacd650b921bec59 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 25 Oct 2013 00:22:25 +0200 Subject: Bug 928092: Add OS detection for Windows 8.1 r=justdave a=glob --- Bugzilla/UserAgent.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/UserAgent.pm') 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"], -- cgit v1.2.3-24-g4f1b