Closed Bug 1225975 Opened 9 years ago Closed 9 years ago

Bug in the g511 blocklist entry

Categories

(Toolkit :: Blocklist Policy Requests, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: milan, Assigned: jorgev)

References

Details

(Whiteboard: [qa-])

<gfxBlacklistEntry  blockID="g511">
<os>WINNT 5.1</os>      <vendor>0x8086</vendor>
<feature>DIRECT3D_9_LAYERS, WEBGL_ANGLE</feature>      <featureStatus>BLOCKED_DRIVER_VERSION</featureStatus>      <driverVersion>6.14.10.5218</driverVersion>      <driverVersionComparator>LESS_THAN</driverVersionComparator>    </gfxBlacklistEntry>

This might have worked at the time we added it in bug 951422, but it does not work anymore.  We need to separate it into two entries, note sure what to do with the blockIDs.

<gfxBlacklistEntry  blockID="g511">
<os>WINNT 5.1</os>      <vendor>0x8086</vendor>
<feature>DIRECT3D_9_LAYERS</feature>      <featureStatus>BLOCKED_DRIVER_VERSION</featureStatus>      <driverVersion>6.14.10.5218</driverVersion>      <driverVersionComparator>LESS_THAN</driverVersionComparator>    </gfxBlacklistEntry>

<gfxBlacklistEntry  blockID="???????">
<os>WINNT 5.1</os>      <vendor>0x8086</vendor>
<feature>WEBGL_ANGLE</feature>      <featureStatus>BLOCKED_DRIVER_VERSION</featureStatus>      <driverVersion>6.14.10.5218</driverVersion>      <driverVersionComparator>LESS_THAN</driverVersionComparator>    </gfxBlacklistEntry>
Done. The second block should appear as g1057.
Assignee: nobody → jorge
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 45.2
Product: addons.mozilla.org → Toolkit
You need to log in before you can comment on or make changes to this bug.