зеркало из https://github.com/mozilla/pjs.git
Bug 109138 platform detection not working on macintosh
r=bbaetz r=gerv adds another regexp for MacOSX
This commit is contained in:
Родитель
80dee3034f
Коммит
a4c826bb48
|
@ -258,6 +258,7 @@ sub pickos {
|
|||
/\(.*Mac OS 8\.0.*\)/ && do {return "Mac System 8.0";};
|
||||
/\(.*Mac OS 8[^.].*\)/ && do {return "Mac System 8.0";};
|
||||
/\(.*Mac OS 8.*\)/ && do {return "Mac System 8.6";};
|
||||
/\(.*Mac OS X.*\)/ && do {return "MacOS X";};
|
||||
/\(.*Darwin.*\)/ && do {return "MacOS X";};
|
||||
#silly
|
||||
/\(.*Mac.*PowerPC.*\)/ && do {return "Mac System 9.x";};
|
||||
|
|
Загрузка…
Ссылка в новой задаче