toolkit/mozapps/extensions/test/xpcshell/data/test_gfxBlacklist2.xml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0" encoding="UTF-8"?>
     3 <blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist">
     4   <gfxItems>
     5     <gfxBlacklistEntry>
     6       <os>WINNT 6.1</os>
     7       <vendor>0xabcd</vendor>
     8       <devices>
     9         <device>0x2783</device>
    10         <device>0x2782</device>
    11       </devices>
    12       <feature> DIRECT2D </feature>
    13       <featureStatus> BLOCKED_DRIVER_VERSION </featureStatus>
    14       <driverVersion> 8.52.322.2202 </driverVersion>
    15       <driverVersionComparator> LESS_THAN </driverVersionComparator>
    16     </gfxBlacklistEntry>
    17     <gfxBlacklistEntry>
    18       <os>WINNT 6.0</os>
    19       <vendor>0xdcba</vendor>
    20       <devices>
    21         <device>0x2783</device>
    22         <device>0x1234</device>
    23         <device>0x2782</device>
    24       </devices>
    25       <feature> DIRECT3D_9_LAYERS </feature>
    26       <featureStatus> BLOCKED_DRIVER_VERSION </featureStatus>
    27       <driverVersion> 8.52.322.2202 </driverVersion>
    28       <driverVersionComparator> LESS_THAN </driverVersionComparator>
    29     </gfxBlacklistEntry>
    30   </gfxItems>
    31 </blocklist>

mercurial