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

Issue 7982034: Add a "disabled" field for GPU Blacklist entries. (Closed)

Created:
9 years, 3 months ago by Zhenyao Mo
Modified:
9 years, 3 months ago
CC:
chromium-reviews, dpranke+watch-content_chromium.org, jam, apatrick_chromium, joi+watch-content_chromium.org, arv (Not doing code reviews), darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add a "disabled" field for GPU Blacklist entries. BUG=97258 TEST=unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102410

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -8 lines) Patch
M chrome/browser/resources/software_rendering_list.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_blacklist.h View 1 2 4 chunks +11 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_blacklist.cc View 1 2 6 chunks +21 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_blacklist_unittest.cc View 1 2 2 chunks +37 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_data_manager.cc View 1 2 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Zhenyao Mo
Please review.
9 years, 3 months ago (2011-09-21 20:29:00 UTC) #1
vangelis
http://codereview.chromium.org/7982034/diff/5001/content/browser/gpu/gpu_blacklist.cc File content/browser/gpu/gpu_blacklist.cc (right): http://codereview.chromium.org/7982034/diff/5001/content/browser/gpu/gpu_blacklist.cc#newcode771 content/browser/gpu/gpu_blacklist.cc:771: active_disabled_entries_.push_back(blacklist_[i]); nit: active_disabled_ is somewhat contradicting. How about using ...
9 years, 3 months ago (2011-09-21 21:27:17 UTC) #2
Zhenyao Mo
Revised, please review again. http://codereview.chromium.org/7982034/diff/5001/content/browser/gpu/gpu_blacklist.cc File content/browser/gpu/gpu_blacklist.cc (right): http://codereview.chromium.org/7982034/diff/5001/content/browser/gpu/gpu_blacklist.cc#newcode771 content/browser/gpu/gpu_blacklist.cc:771: active_disabled_entries_.push_back(blacklist_[i]); On 2011/09/21 21:27:17, vangelis ...
9 years, 3 months ago (2011-09-22 17:10:39 UTC) #3
vangelis
9 years, 3 months ago (2011-09-23 00:35:36 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698