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

Unified Diff: software_rendering_list.json

Issue 10707002: Disable Flash 3D on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/gpu/software_rendering_list/
Patch Set: Created 8 years, 6 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: software_rendering_list.json
===================================================================
--- software_rendering_list.json (revision 144553)
+++ software_rendering_list.json (working copy)
@@ -65,7 +65,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.43",
+ "version": "1.44",
"entries": [
{
"id": 1,
@@ -619,6 +619,22 @@
"blacklist": [
"all"
]
+ },
+ {
+ "id": 41,
+ "description": "Disable 3D in Flash on XP",
+ "cr_bugs": [134885],
+ "os": {
+ "type": "win",
+ "version": {
+ "op": "=",
+ "number": "5"
+ }
+ },
+ "blacklist": [
+ "flash_3d",
+ "flash_stage3d"
+ ]
}
]
}
« 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