summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 16:48:39 +0000
committerzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 16:48:39 +0000
commit88a9e7842e67330861444184a0a3446c08eddd29 (patch)
treee471e90d1c3604f3ece870275f84d8db0fd6cf3f /chrome/browser/resources
parentb7a759d926a64789d8b397097b645a3d4051884d (diff)
downloadchromium_src-88a9e7842e67330861444184a0a3446c08eddd29.zip
chromium_src-88a9e7842e67330861444184a0a3446c08eddd29.tar.gz
chromium_src-88a9e7842e67330861444184a0a3446c08eddd29.tar.bz2
Add a exception field to the GPU software rendering list entry, so in the future we can do whitelisting if we need to. This is an effort to improve software rendering list logic as much as we can before turning on auto-update, so we could avoid version issues in the future.
BUG=none TEST=unittest Review URL: http://codereview.chromium.org/6596061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/software_rendering_list.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/software_rendering_list.json b/chrome/browser/resources/software_rendering_list.json
index e9f4140..dfad0c6 100644
--- a/chrome/browser/resources/software_rendering_list.json
+++ b/chrome/browser/resources/software_rendering_list.json
@@ -22,7 +22,8 @@
// 4. "driver_vendor" is a STRING structure (defined below).
// 5. "driver_version" is a VERSION structure (defined below).
// 6. "gl_renderer" is a STRING structure (defined below).
-// 7. "blacklist" is a list of gpu feature strings, valid values include
+// 7: "Exceptions" is a list of entries.
+// 8. "blacklist" is a list of gpu feature strings, valid values include
// "accelerated_2d_canvas", "accelerated_compositing", "webgl", and "all".
// Currently whatever feature is selected, the effect is the same as "all",
// i.e., it's not supported to turn off one GPU feature and not the others.