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

Issue 6712048: Implement easy GPU feature status summary. (Closed)

Created:
9 years, 9 months ago by nduca
Modified:
9 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews), jam, Paweł Hajdan Jr.
Visibility:
Public.

Description

Implement easy GPU feature status summary. The associated bug shows screenshots of about:gpu with this cl applied. BUG=75719 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81273

Patch Set 1 #

Patch Set 2 : First rev #

Total comments: 7

Patch Set 3 : Use flag status in UI + test infrastructure upgrades. #

Patch Set 4 : Minor tweak. #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+655 lines, -192 lines) Patch
M chrome/browser/gpu_data_manager.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/gpu_data_manager.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/gpu_internals.html View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/resources/gpu_internals/browser_bridge.js View 1 2 3 chunks +68 lines, -7 lines 0 comments Download
A chrome/browser/resources/gpu_internals/browser_bridge_tests.js View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.css View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.html View 1 2 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.js View 1 2 3 chunks +124 lines, -103 lines 0 comments Download
D chrome/browser/resources/gpu_internals/simulated_trace_data.js View 1 2 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/resources/gpu_internals/timeline_test.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/gpu_internals/tracing_controller.js View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
A chrome/browser/resources/gpu_internals/tracing_controller_tests.js View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/gpu_internals_ui.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/gpu_blacklist.h View 1 2 3 1 chunk +18 lines, -8 lines 1 comment Download
M content/browser/gpu_blacklist.cc View 1 2 3 2 chunks +162 lines, -18 lines 6 comments Download
M content/common/gpu_feature_flags.h View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M content/common/gpu_feature_flags.cc View 1 2 4 chunks +25 lines, -1 line 1 comment Download
M content/common/gpu_feature_flags_unittest.cc View 1 2 2 chunks +39 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nduca
9 years, 8 months ago (2011-04-07 00:23:52 UTC) #1
Avi (use Gerrit)
http://codereview.chromium.org/6712048/diff/6001/content/common/gpu_feature_flags.cc File content/common/gpu_feature_flags.cc (right): http://codereview.chromium.org/6712048/diff/6001/content/common/gpu_feature_flags.cc#newcode68 content/common/gpu_feature_flags.cc:68: matches.push_back("Unknown feature"); Gah. No, no, no. All user-visible text ...
9 years, 8 months ago (2011-04-07 00:28:20 UTC) #2
nduca
Wrt internationalization, we haven't internationalized the about:gpu system... near as I can tell, the precident ...
9 years, 8 months ago (2011-04-07 10:12:22 UTC) #3
Avi (use Gerrit)
Grrr. Unfortunately, you're right; none of the about: pages are localized. While I think that's ...
9 years, 8 months ago (2011-04-07 12:28:48 UTC) #4
zmo
LGTM (with a few nits) http://codereview.chromium.org/6712048/diff/6001/content/browser/gpu_blacklist.cc File content/browser/gpu_blacklist.cc (right): http://codereview.chromium.org/6712048/diff/6001/content/browser/gpu_blacklist.cc#newcode706 content/browser/gpu_blacklist.cc:706: flagged |= true; should ...
9 years, 8 months ago (2011-04-07 20:46:06 UTC) #5
zmo
LGTM (a few style issues, please fix them before landing) http://codereview.chromium.org/6712048/diff/9002/content/browser/gpu_blacklist.cc File content/browser/gpu_blacklist.cc (right): http://codereview.chromium.org/6712048/diff/9002/content/browser/gpu_blacklist.cc#newcode700 ...
9 years, 8 months ago (2011-04-11 23:10:25 UTC) #6
jam
9 years, 8 months ago (2011-04-12 17:55:49 UTC) #7
content lgtm

http://codereview.chromium.org/6712048/diff/9002/content/common/gpu_feature_f...
File content/common/gpu_feature_flags.cc (right):

http://codereview.chromium.org/6712048/diff/9002/content/common/gpu_feature_f...
content/common/gpu_feature_flags.cc:9: #include <vector>
nit: this should go on line 7, and have a blank line after it

Powered by Google App Engine
This is Rietveld 408576698