Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: chrome/browser/resources/software_rendering_list.json

Issue 10829025: Blacklist AMD proprietary Linux driver older than 8.98. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/software_rendering_list.json
===================================================================
--- chrome/browser/resources/software_rendering_list.json (revision 148446)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -66,7 +66,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "2.2",
+ "version": "2.3",
"entries": [
{
"id": 1,
@@ -115,7 +115,7 @@
{
"id": 5,
"description": "ATI/AMD cards with older or third-party drivers in Linux are crash-prone.",
- "cr_bugs": [71381, 76428, 73910, 101225],
+ "cr_bugs": [71381, 76428, 73910, 101225, 136240],
"os": {
"type": "linux"
},
@@ -129,7 +129,7 @@
"driver_version": {
"op": ">=",
"style": "lexical",
- "number": "8.92"
+ "number": "8.98"
}
}
],
@@ -420,7 +420,7 @@
{
"id": 27,
"description": "ATI/AMD cards with older drivers in Linux are crash-prone.",
- "cr_bugs": [95934, 94973],
+ "cr_bugs": [95934, 94973, 136240],
"os": {
"type": "linux"
},
@@ -437,7 +437,7 @@
"driver_version": {
"op": ">=",
"style": "lexical",
- "number": "8.92"
+ "number": "8.98"
}
}
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698