Chromium Code Reviews| Index: chrome/browser/resources/software_rendering_list.json |
| =================================================================== |
| --- chrome/browser/resources/software_rendering_list.json (revision 90430) |
| +++ chrome/browser/resources/software_rendering_list.json (working copy) |
| @@ -47,7 +47,7 @@ |
| { |
| "name": "software rendering list", |
| // Please update the version number whenever you change this file. |
| - "version": "1.12", |
| + "version": "1.13", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -103,7 +103,7 @@ |
| }, |
| { |
| "id": 8, |
| - "description": "NVIDIA GeForce FX Go5200 does not support WebGL or accelerated compositing.", |
| + "description": "NVIDIA GeForce FX Go5200 is assumed to be buggy.", |
| "cr_bugs": [72938], |
| "os": { |
| "type": "any" |
| @@ -111,8 +111,7 @@ |
| "vendor_id": "0x10de", |
| "device_id": ["0x0324"], |
| "blacklist": [ |
| - "webgl", |
| - "accelerated_compositing" |
| + "all" |
| ] |
| }, |
| { |
| @@ -244,6 +243,22 @@ |
| "blacklist": [ |
| "all" |
| ] |
| + }, |
| + { |
| + "id": 19, |
| + "description": "Accelerated_2d_canvas and accelerated_compositing are not supported in Mac OSX version 10.5", |
|
vangelis
2011/06/27 21:09:50
Do we need the underscores between the words? Thi
Zhenyao Mo
2011/06/27 21:24:06
Will fix this in the landing CL.
|
| + "cr_bugs": [87157], |
| + "os": { |
| + "type": "macosx", |
| + "version": { |
| + "op": "=", |
| + "number": "10.5" |
| + } |
| + }, |
| + "blacklist": [ |
| + "accelerated_2d_canvas", |
| + "accelerated_compositing" |
| + ] |
| } |
| ] |
| } |