Bug 1288295 - Revert bug 1277526 (ATI driver 8.850 blacklisting) - r?kentuckyfriedtakahe draft
authorGerald Squelart <gsquelart@mozilla.com>
Thu, 21 Jul 2016 12:18:09 +1000
changeset 390298 4c1f07525d54f514b095acdee80abef97343527b
parent 390029 d224fc999cb6accb208af0a105f14433375e2e77
child 525983 0fee873b93f8e0f6ddefe7cacd87e27357579058
push id23652
push usergsquelart@mozilla.com
push dateThu, 21 Jul 2016 02:19:26 +0000
reviewerskentuckyfriedtakahe
bugs1288295, 1277526
milestone50.0a1
Bug 1288295 - Revert bug 1277526 (ATI driver 8.850 blacklisting) - r?kentuckyfriedtakahe This might revive some crashes, but we think the initial targeted blacklisting was not the appropriate solution for this. MozReview-Commit-ID: C5uPnIEkMPB
widget/windows/GfxInfo.cpp
--- a/widget/windows/GfxInfo.cpp
+++ b/widget/windows/GfxInfo.cpp
@@ -903,22 +903,16 @@ GfxInfo::GetGfxDriverInfo()
       (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
       GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
       DRIVER_LESS_THAN, V(8,56,1,15), "FEATURE_FAILURE_AMD1", "8.56.1.15" );
     APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Windows,
       (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorAMD), GfxDriverInfo::allDevices,
       GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
       DRIVER_LESS_THAN, V(8,56,1,15), "FEATURE_FAILURE_AMD2", "8.56.1.15" );
 
-    // Bug 1277526
-    APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows7,
-      (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
-      GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
-      DRIVER_EQUAL, V(8,850,0,0), "FEATURE_FAILURE_BUG_1277526");
-
     // Bug 1099252
     APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows7,
       (nsAString&) GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,
       GfxDriverInfo::allFeatures, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
       DRIVER_EQUAL, V(8,832,0,0), "FEATURE_FAILURE_BUG_1099252");
 
     // Bug 1118695
     APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Windows7,