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 10944037: Add field trial for enabling Stage3D in XP (Closed)

Created:
8 years, 3 months ago by jbauman
Modified:
8 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, SteveT
Visibility:
Public.

Description

Add field trial for enabling Stage3D in XP Adds an experiment that we can set to enable Stage3D on XP (where not completely blacklisted). It will be disabled by default. BUG=136447 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157910 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158078

Patch Set 1 #

Total comments: 4

Patch Set 2 : reorganize #

Total comments: 1

Patch Set 3 : fix comparison #

Patch Set 4 : handle code changes #

Patch Set 5 : fix browser_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -0 lines) Patch
M chrome/browser/chrome_browser_field_trials.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_gpu_util.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chrome_gpu_util.cc View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/test/gpu/gpu_feature_browsertest.cc View 1 2 3 4 6 chunks +18 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.cc View 1 2 3 4 chunks +11 lines, -0 lines 0 comments Download
M content/public/common/content_constants.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/content_constants.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jbauman
Adding vangelis to review the patch, asivitkine@ for review of the FieldTrial stuff, and brettw ...
8 years, 3 months ago (2012-09-19 20:04:30 UTC) #1
brettw
LGTM but I don't know a lot about the field trial stuff. Be sure one ...
8 years, 3 months ago (2012-09-19 20:10:36 UTC) #2
Alexei Svitkine (slow)
https://codereview.chromium.org/10944037/diff/1/chrome/browser/chrome_gpu_util.cc File chrome/browser/chrome_gpu_util.cc (right): https://codereview.chromium.org/10944037/diff/1/chrome/browser/chrome_gpu_util.cc#newcode140 chrome/browser/chrome_gpu_util.cc:140: trial->Disable(); Disabling the trial has the effect of choosing ...
8 years, 3 months ago (2012-09-19 20:33:16 UTC) #3
jbauman
Ok, fixed. On 2012/09/19 20:33:16, Alexei Svitkine wrote: > https://codereview.chromium.org/10944037/diff/1/chrome/browser/chrome_gpu_util.cc > File chrome/browser/chrome_gpu_util.cc (right): > ...
8 years, 3 months ago (2012-09-19 21:06:34 UTC) #4
Alexei Svitkine (slow)
LGTM https://codereview.chromium.org/10944037/diff/5002/chrome/browser/chrome_gpu_util.cc File chrome/browser/chrome_gpu_util.cc (right): https://codereview.chromium.org/10944037/diff/5002/chrome/browser/chrome_gpu_util.cc#newcode157 chrome/browser/chrome_gpu_util.cc:157: bool enabled = !(trial->group() == blacklisted_group); Nit: bool ...
8 years, 3 months ago (2012-09-19 21:12:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/10944037/5003
8 years, 3 months ago (2012-09-20 23:11:31 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chrome_gpu_util.cc: While running patch -p1 --forward --force; patching file chrome/browser/chrome_gpu_util.cc ...
8 years, 3 months ago (2012-09-20 23:11:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/10944037/7002
8 years, 3 months ago (2012-09-21 00:05:47 UTC) #8
commit-bot: I haz the power
Change committed as 157910
8 years, 3 months ago (2012-09-21 03:35:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/10944037/8004
8 years, 3 months ago (2012-09-21 18:39:46 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-09-21 21:10:19 UTC) #11
Change committed as 158078

Powered by Google App Engine
This is Rietveld 408576698