Codebase list libhttp-browserdetect-perl / cbcda6e
Fixed remaining broken test and added ->wince (Windows CE) Olivier Bilodeau 13 years ago
2 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2626 freebsd bsd vms
2727 x11 amiga android
2828 win7 ps3gameos pspgameos
29 wince
2930 );
3031
3132 # Devices
555556 $tests->{WIN7} = ( index( $ua, "nt 6.1" ) != -1 );
556557 $tests->{DOTNET} = ( index( $ua, ".net clr" ) != -1 );
557558
559 $tests->{WINCE} = ( index( $ua, "windows ce" ) != -1 );
560
558561 $tests->{WINME} = ( index( $ua, "win 9x 4.90" ) != -1 ); # whatever
559562 $tests->{WIN32} = (
560563 ( $tests->{WIN95}
582585 || $tests->{WINVISTA}
583586 || $tests->{WIN7}
584587 || $tests->{WINME}
588 || $tests->{WINCE}
585589 )
586590 || index( $ua, "win" ) != -1
587591 );
13011305 winme win95 win98
13021306 winnt
13031307 win2k winxp win2k3 winvista win7
1308 wince
13041309
13051310 =head2 dotnet()
13061311
14701470 ---
14711471 browser_string: ~
14721472 match:
1473 - wince
1474 - windows
1475 - ie
1476 - ie4
1477 - ie4up
1478 - mobile
14731479 - msn
14741480 - msnmobile
14751481 - robot