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

Issue 10541019: Adding a field trial for testing --force-compositing-mode on 50% of (Closed)

Created:
8 years, 6 months ago by Vangelis Kokkevis
Modified:
8 years, 6 months ago
CC:
chromium-reviews, jar (doing other things), MAD, Alexei Svitkine (slow), jwd, SteveT
Visibility:
Public.

Description

Adding a field trial for testing --force-compositing-mode on 50% of canary users. BUG=114549 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141164

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -11 lines) Patch
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/gpu_util.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/gpu_util.cc View 1 2 3 4 5 6 7 4 chunks +67 lines, -11 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
vangelis
Ready for review. Ilya, would you mind checking to see if there are any issues ...
8 years, 6 months ago (2012-06-05 22:53:33 UTC) #1
jam
owners check in browser isn't enforced yet (parent dir still has *), so you don't ...
8 years, 6 months ago (2012-06-05 23:50:10 UTC) #2
vangelis
James, would you mind also taking a look at this? Thanks!
8 years, 6 months ago (2012-06-06 00:46:58 UTC) #3
jamesr
The stuff I know about seems fine, but you should have someone familiar with field ...
8 years, 6 months ago (2012-06-06 00:52:04 UTC) #4
vangelis
On 2012/06/06 00:52:04, jamesr wrote: > The stuff I know about seems fine, but you ...
8 years, 6 months ago (2012-06-06 01:00:31 UTC) #5
Ilya Sherman
+cc Jim, Finches FieldTrial usage generally lg, though I have a couple of comments/questions inline. ...
8 years, 6 months ago (2012-06-06 09:50:21 UTC) #6
SteveT
lgtm with quick drive by nit :) https://chromiumcodereview.appspot.com/10541019/diff/6001/chrome/browser/gpu_util.cc File chrome/browser/gpu_util.cc (right): https://chromiumcodereview.appspot.com/10541019/diff/6001/chrome/browser/gpu_util.cc#newcode208 chrome/browser/gpu_util.cc:208: bool InForceCompositingFieldTrial() ...
8 years, 6 months ago (2012-06-06 13:06:02 UTC) #7
jar (doing other things)
https://chromiumcodereview.appspot.com/10541019/diff/6001/chrome/browser/browser_trial.h File chrome/browser/browser_trial.h (right): https://chromiumcodereview.appspot.com/10541019/diff/6001/chrome/browser/browser_trial.h#newcode23 chrome/browser/browser_trial.h:23: static const char* kForceCompositingModeTrial; +1 I had to look ...
8 years, 6 months ago (2012-06-06 18:16:52 UTC) #8
vangelis
Thank you for your comments. I reworked the patch to move the FT creation to ...
8 years, 6 months ago (2012-06-06 22:00:39 UTC) #9
Ilya Sherman
https://chromiumcodereview.appspot.com/10541019/diff/5002/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://chromiumcodereview.appspot.com/10541019/diff/5002/chrome/browser/chrome_browser_main.cc#newcode1026 chrome/browser/chrome_browser_main.cc:1026: // Don't run the trial on windows XP. nit: ...
8 years, 6 months ago (2012-06-06 22:31:51 UTC) #10
vangelis
One more code adjustment. https://chromiumcodereview.appspot.com/10541019/diff/5002/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://chromiumcodereview.appspot.com/10541019/diff/5002/chrome/browser/chrome_browser_main.cc#newcode1026 chrome/browser/chrome_browser_main.cc:1026: // Don't run the trial ...
8 years, 6 months ago (2012-06-06 23:44:44 UTC) #11
Ilya Sherman
https://chromiumcodereview.appspot.com/10541019/diff/5002/chrome/browser/chrome_browser_main.h File chrome/browser/chrome_browser_main.h (right): https://chromiumcodereview.appspot.com/10541019/diff/5002/chrome/browser/chrome_browser_main.h#newcode57 chrome/browser/chrome_browser_main.h:57: } On 2012/06/06 23:44:44, vangelis wrote: > On 2012/06/06 ...
8 years, 6 months ago (2012-06-07 05:27:24 UTC) #12
jar (doing other things)
Initial comments below. https://chromiumcodereview.appspot.com/10541019/diff/13002/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://chromiumcodereview.appspot.com/10541019/diff/13002/chrome/browser/chrome_browser_main.cc#newcode519 chrome/browser/chrome_browser_main.cc:519: bool g_in_force_compositing_mode_trial = false; Rather than ...
8 years, 6 months ago (2012-06-07 16:10:44 UTC) #13
vangelis
Thanks for the comments, folks. I moved the field-trial related code into gpu_utils so that ...
8 years, 6 months ago (2012-06-07 18:59:12 UTC) #14
Ilya Sherman
LGTM. Thanks for your patience on this one :)
8 years, 6 months ago (2012-06-07 22:42:19 UTC) #15
jar (doing other things)
LGTM I noticed an indent nit in the CL... and then added a few other ...
8 years, 6 months ago (2012-06-08 00:03:24 UTC) #16
vangelis
Thank you all. I tried to improve the readability of the gpu_utils code a bit ...
8 years, 6 months ago (2012-06-08 00:46:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vangelis@chromium.org/10541019/11
8 years, 6 months ago (2012-06-08 00:48:18 UTC) #18
commit-bot: I haz the power
Try job failure for 10541019-11 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-08 01:10:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vangelis@chromium.org/10541019/9005
8 years, 6 months ago (2012-06-08 01:10:55 UTC) #20
commit-bot: I haz the power
8 years, 6 months ago (2012-06-08 03:09:12 UTC) #21
Change committed as 141164

Powered by Google App Engine
This is Rietveld 408576698