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

Unified Diff: content/browser/gpu/software_rendering_list.json

Issue 12225103: Disable force-compositing-mode on MacOSX earlier than 10.8 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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: content/browser/gpu/software_rendering_list.json
===================================================================
--- content/browser/gpu/software_rendering_list.json (revision 181512)
+++ content/browser/gpu/software_rendering_list.json (working copy)
@@ -75,7 +75,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "4.14",
+ "version": "4.15",
"entries": [
{
"id": 1,
@@ -990,6 +990,21 @@
"blacklist": [
"force_compositing_mode"
]
+ },
+ {
+ "id": 66,
+ "description": "Force compositing mode is unstable in MacOSX earlier than 10.8.",
+ "cr_bugs": [174101],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": "<",
+ "number": "10.8"
+ }
+ },
+ "blacklist": [
+ "force_compositing_mode"
+ ]
}
]
}
« 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