1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_gfxBlacklist2.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist"> 1.7 + <gfxItems> 1.8 + <gfxBlacklistEntry> 1.9 + <os>WINNT 6.1</os> 1.10 + <vendor>0xabcd</vendor> 1.11 + <devices> 1.12 + <device>0x2783</device> 1.13 + <device>0x2782</device> 1.14 + </devices> 1.15 + <feature> DIRECT2D </feature> 1.16 + <featureStatus> BLOCKED_DRIVER_VERSION </featureStatus> 1.17 + <driverVersion> 8.52.322.2202 </driverVersion> 1.18 + <driverVersionComparator> LESS_THAN </driverVersionComparator> 1.19 + </gfxBlacklistEntry> 1.20 + <gfxBlacklistEntry> 1.21 + <os>WINNT 6.0</os> 1.22 + <vendor>0xdcba</vendor> 1.23 + <devices> 1.24 + <device>0x2783</device> 1.25 + <device>0x1234</device> 1.26 + <device>0x2782</device> 1.27 + </devices> 1.28 + <feature> DIRECT3D_9_LAYERS </feature> 1.29 + <featureStatus> BLOCKED_DRIVER_VERSION </featureStatus> 1.30 + <driverVersion> 8.52.322.2202 </driverVersion> 1.31 + <driverVersionComparator> LESS_THAN </driverVersionComparator> 1.32 + </gfxBlacklistEntry> 1.33 + </gfxItems> 1.34 +</blocklist>