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

Issue 6870004: Usability improvements to about:gpu status (Closed)

Created:
9 years, 8 months ago by nduca
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Usability improvements to about:gpu status The previous implementation of status was tied to the features that the blacklist understood. This limited our expressiveness about the status of user-facing features. For example.... Before: - Accelerated compositing: enabled/disabled/unavailable After: - 3D CSS: enabled, unavailable, disabled - Compositing: software, software rendering due to gpu unavailable, softawre rendering due to being disabled, enabled Key here is decoupling the features reported in the status from gpu blacklist features enum. On top of that, the states are expanded to show difference between off, off and falling back to software, and software rendering because it wasn't enabled. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81957

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -110 lines) Patch
M chrome/browser/resources/gpu_internals/browser_bridge_tests.js View 2 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.css View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.js View 2 chunks +30 lines, -17 lines 0 comments Download
M content/browser/gpu_blacklist.h View 2 chunks +11 lines, -1 line 1 comment Download
M content/browser/gpu_blacklist.cc View 2 chunks +99 lines, -82 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
nduca
9 years, 8 months ago (2011-04-15 05:15:38 UTC) #1
Avi (use Gerrit)
content/browser LGTM
9 years, 8 months ago (2011-04-15 13:55:14 UTC) #2
zmo
LGTM (some nits, please fix before commit) http://codereview.chromium.org/6870004/diff/1/content/browser/gpu_blacklist.cc File content/browser/gpu_blacklist.cc (right): http://codereview.chromium.org/6870004/diff/1/content/browser/gpu_blacklist.cc#newcode717 content/browser/gpu_blacklist.cc:717: } Please ...
9 years, 8 months ago (2011-04-15 17:06:35 UTC) #3
arv (Not doing code reviews)
9 years, 8 months ago (2011-04-15 22:53:04 UTC) #4
HTML/JS/CSS LGTM

Powered by Google App Engine
This is Rietveld 408576698