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

Issue 1584733003: [Cleanup] Remove some expired omnibox field trials. (Closed)

Created:
4 years, 11 months ago by Ilya Sherman
Modified:
4 years, 11 months ago
CC:
chromium-reviews, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cleanup] Remove some expired omnibox field trials. BUG=none TEST=none R=mpearson@chromium.org Committed: https://crrev.com/938488a71970e186877a608c3c4b5b6e8cb2bd06 Cr-Commit-Position: refs/heads/master@{#370734}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Only remove the dynamic trials #

Total comments: 4

Patch Set 3 : Remove no longer needed #includes #

Patch Set 4 : Fix test compile #

Patch Set 5 : Remove code paths from iOS as well #

Patch Set 6 : Rebase #

Patch Set 7 : Fix a unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -64 lines) Patch
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/chrome_browser_field_trials.cc View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial.cc View 1 2 4 chunks +0 lines, -27 lines 0 comments Download
M components/omnibox/browser/omnibox_field_trial_unittest.cc View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M ios/chrome/browser/ios_chrome_field_trials.cc View 1 2 3 4 1 chunk +2 lines, -16 lines 0 comments Download

Messages

Total messages: 35 (14 generated)
Ilya Sherman
This CL removes a couple of easy pickings. It would be nice if someone more ...
4 years, 11 months ago (2016-01-14 04:47:15 UTC) #1
Mark P
The dynamic trials can go. I'd prefer if the stop timer one did not. Note ...
4 years, 11 months ago (2016-01-14 05:31:02 UTC) #2
Ilya Sherman
On 2016/01/14 05:31:02, Mark P wrote: > The dynamic trials can go. I'd prefer if ...
4 years, 11 months ago (2016-01-14 05:40:41 UTC) #3
Mark P
lgtm baring minor comments below On 2016/01/14 05:40:41, Ilya Sherman wrote: > > There are ...
4 years, 11 months ago (2016-01-14 18:38:47 UTC) #4
Ilya Sherman
Alexei, PTAL at chrome/browser/chrome_browser_field_trials.cc https://codereview.chromium.org/1584733003/diff/20001/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/1584733003/diff/20001/chrome/browser/chrome_browser_field_trials.cc#newcode16 chrome/browser/chrome_browser_field_trials.cc:16: #include "components/omnibox/browser/omnibox_field_trial.h" On 2016/01/14 18:38:47, ...
4 years, 11 months ago (2016-01-15 05:16:42 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584733003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584733003/40001
4 years, 11 months ago (2016-01-15 05:17:49 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/166676)
4 years, 11 months ago (2016-01-15 05:25:57 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584733003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584733003/60001
4 years, 11 months ago (2016-01-15 05:33:45 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/117574)
4 years, 11 months ago (2016-01-15 05:41:31 UTC) #17
Ilya Sherman
Rohit, PTAL at the //ios change
4 years, 11 months ago (2016-01-15 05:53:01 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584733003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584733003/80001
4 years, 11 months ago (2016-01-15 05:53:25 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/166695)
4 years, 11 months ago (2016-01-15 06:22:20 UTC) #23
Alexei Svitkine (slow)
chrome_browser_field_trials.cc lgtm
4 years, 11 months ago (2016-01-15 14:01:13 UTC) #24
rohitrao (ping after 24h)
ios/ changes lgtm
4 years, 11 months ago (2016-01-15 14:03:45 UTC) #25
Ilya Sherman
Mark, it looks like the SearchProviderTest.FieldTrialTriggeredParsing test relied on the dynamic field trials being present. ...
4 years, 11 months ago (2016-01-21 02:27:24 UTC) #26
Mark P
On Wed, Jan 20, 2016 at 6:27 PM, <isherman@chromium.org> wrote: > Mark, it looks like ...
4 years, 11 months ago (2016-01-21 04:46:56 UTC) #27
Ilya Sherman
On 2016/01/21 04:46:56, Mark P wrote: > On Wed, Jan 20, 2016 at 6:27 PM, ...
4 years, 11 months ago (2016-01-21 07:14:51 UTC) #28
Mark P
still lgtm
4 years, 11 months ago (2016-01-21 17:22:25 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584733003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584733003/120001
4 years, 11 months ago (2016-01-21 17:39:08 UTC) #32
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 11 months ago (2016-01-21 18:31:16 UTC) #33
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 18:32:28 UTC) #35
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/938488a71970e186877a608c3c4b5b6e8cb2bd06
Cr-Commit-Position: refs/heads/master@{#370734}

Powered by Google App Engine
This is Rietveld 408576698