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

Issue 25087007: Added a field trial (finch experiment) to disable SPDY for x% of users. (Closed)

Created:
7 years, 2 months ago by ramant (doing other things)
Modified:
7 years, 2 months ago
CC:
chromium-reviews, akalin, willchan no longer on Chromium, bengr, jar (doing other things)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added a field trial (finch experiment) to disable SPDY for x% of users. BUG=297361, 299956 R=rch@chromium.org, asvitkine@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226389

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed Disabled group name SpdyDisabled. #

Total comments: 4

Patch Set 3 : Disable FieldTrial if spdy is disabled by policy #

Total comments: 4

Patch Set 4 : small reorg of code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M chrome/browser/io_thread.cc View 1 2 3 4 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
ramant (doing other things)
Small change to disable SPDY via finch experiment.
7 years, 2 months ago (2013-09-27 23:16:39 UTC) #1
Ryan Hamilton
https://codereview.chromium.org/25087007/diff/1/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/25087007/diff/1/chrome/browser/io_thread.cc#newcode733 chrome/browser/io_thread.cc:733: base::FieldTrialList::FindFullName(kSpdyFieldTrialName); You need to make sure that you call ...
7 years, 2 months ago (2013-09-28 13:58:39 UTC) #2
ramant (doing other things)
motek@: Called FindFullName for every session (independent of policy and command line flags). Could you ...
7 years, 2 months ago (2013-09-29 23:41:32 UTC) #3
ramant (doing other things)
asvitkine@ would appreciate your comments and I got when we call FindFullName when SPDY is ...
7 years, 2 months ago (2013-09-30 18:11:26 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/25087007/diff/11001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/25087007/diff/11001/chrome/browser/io_thread.cc#newcode720 chrome/browser/io_thread.cc:720: if (command_line.HasSwitch(switches::kUseSpdy)) { Either add all of these flags ...
7 years, 2 months ago (2013-09-30 19:40:13 UTC) #5
motek.
https://codereview.chromium.org/25087007/diff/11001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/25087007/diff/11001/chrome/browser/io_thread.cc#newcode720 chrome/browser/io_thread.cc:720: if (command_line.HasSwitch(switches::kUseSpdy)) { From the Department of Redundancy Department: ...
7 years, 2 months ago (2013-09-30 20:44:29 UTC) #6
ramant (doing other things)
https://codereview.chromium.org/25087007/diff/11001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/25087007/diff/11001/chrome/browser/io_thread.cc#newcode720 chrome/browser/io_thread.cc:720: if (command_line.HasSwitch(switches::kUseSpdy)) { On 2013/09/30 20:44:29, motek. wrote: > ...
7 years, 2 months ago (2013-09-30 22:28:56 UTC) #7
Alexei Svitkine (slow)
https://codereview.chromium.org/25087007/diff/16001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/25087007/diff/16001/chrome/browser/io_thread.cc#newcode708 chrome/browser/io_thread.cc:708: base::FieldTrialList::FindFullName(kSpdyFieldTrialName); Why is this here? In your pending config ...
7 years, 2 months ago (2013-10-01 13:55:30 UTC) #8
ramant (doing other things)
PTAL. https://codereview.chromium.org/25087007/diff/16001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/25087007/diff/16001/chrome/browser/io_thread.cc#newcode708 chrome/browser/io_thread.cc:708: base::FieldTrialList::FindFullName(kSpdyFieldTrialName); On 2013/10/01 13:55:31, Alexei Svitkine wrote: > ...
7 years, 2 months ago (2013-10-01 17:38:18 UTC) #9
Alexei Svitkine (slow)
LGTM
7 years, 2 months ago (2013-10-01 17:41:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/25087007/21001
7 years, 2 months ago (2013-10-01 18:06:49 UTC) #11
ramant (doing other things)
adding Lei Zhang for OWNERS approval.
7 years, 2 months ago (2013-10-01 18:22:01 UTC) #12
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=28259
7 years, 2 months ago (2013-10-01 18:29:26 UTC) #13
ramant (doing other things)
hakis@: These changes are field trial related to disable SPDY for x% of users. Could ...
7 years, 2 months ago (2013-10-01 19:04:20 UTC) #14
ramant (doing other things)
On 2013/10/01 19:04:20, ramant wrote: > thakis@: These changes are field trial related to disable ...
7 years, 2 months ago (2013-10-01 19:04:50 UTC) #15
Nico
lgtm, but remove the "thakis@" line from the Cl description
7 years, 2 months ago (2013-10-01 19:11:38 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/25087007/21001
7 years, 2 months ago (2013-10-01 19:57:36 UTC) #17
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=84739
7 years, 2 months ago (2013-10-02 01:49:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/25087007/21001
7 years, 2 months ago (2013-10-02 01:51:31 UTC) #19
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 03:24:48 UTC) #20
Message was sent while issue was closed.
Change committed as 226389

Powered by Google App Engine
This is Rietveld 408576698