summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_gfxBlacklist_OSVersion.xml
blob: 463207d146e6c981e6b150411b5f5ed59de61459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>

<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist">
  <gfxItems>
    <gfxBlacklistEntry>
      <os>WINNT 6.2</os>
      <vendor>0xabcd</vendor>
      <devices>
        <device>0x2783</device>
        <device>0x1234</device>
        <device>0x2782</device>
      </devices>
      <feature> DIRECT2D </feature>
      <featureStatus> BLOCKED_DRIVER_VERSION </featureStatus>
      <driverVersion> 8.52.322.2202 </driverVersion>
      <driverVersionComparator> LESS_THAN </driverVersionComparator>
    </gfxBlacklistEntry>
    <gfxBlacklistEntry>
      <os>Darwin 12</os>
      <vendor>0xabcd</vendor>
      <devices>
        <device>0x2783</device>
        <device>0x1234</device>
        <device>0x2782</device>
      </devices>
      <feature> OPENGL_LAYERS </feature>
      <featureStatus> BLOCKED_DRIVER_VERSION </featureStatus>
      <driverVersion> 8.52.322.2202 </driverVersion>
      <driverVersionComparator> LESS_THAN </driverVersionComparator>
    </gfxBlacklistEntry>
  </gfxItems>
</blocklist>