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

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

Issue 7982034: Add a "disabled" field for GPU Blacklist entries. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | content/browser/gpu/gpu_blacklist.h » ('j') | 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 102158)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -40,6 +40,8 @@
// 16. "browser_channels" is a list of browser channel strings, valid values
// include "stable", "beta", "dev", and "canary". If the browser_channels
// list is not present, the entry matches all channels.
+// 17. "disabled" is a boolean. If it is present, the entry will be skipped.
+// This can not be used in exceptions.
//
// VERSION includes "op" "number", and "number2". "op" can be any of the
// following values: "=", "<", "<=", ">", ">=", "any", "between". "number2" is
« no previous file with comments | « no previous file | content/browser/gpu/gpu_blacklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698