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

Issue 1809603005: Create a --disable-top-sites flag for use by telemetry tests (Closed)

Created:
4 years, 9 months ago by Marc Treib
Modified:
4 years, 5 months ago
Reviewers:
nednguyen, sky, vmiura
CC:
chromium-reviews, nduca, sullivan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create a --disable-top-sites flag for use by telemetry tests BUG=588745 Committed: https://crrev.com/f7d11512831495b87ab1fa9cc3bcd92b432d29fc Cr-Commit-Position: refs/heads/master@{#402758}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : move flag check to factory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -17 lines) Patch
M chrome/browser/history/top_sites_factory.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/history/top_sites_factory.cc View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M components/history/core/browser/top_sites_cache.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/ntp_tiles/most_visited_sites.cc View 1 2 6 chunks +19 lines, -14 lines 0 comments Download

Messages

Total messages: 40 (10 generated)
Marc Treib
PTAL! Context on the bug.
4 years, 9 months ago (2016-03-17 13:13:11 UTC) #2
sky
I'm not opposed to adding this switch, but I want to understand why we want ...
4 years, 9 months ago (2016-03-17 21:03:25 UTC) #3
Marc Treib
On 2016/03/17 21:03:25, sky wrote: > I'm not opposed to adding this switch, but I ...
4 years, 9 months ago (2016-03-18 09:15:48 UTC) #4
sky
Is the expectation top sites is disabled for *all* telemetry tests, or just some? Topsites ...
4 years, 9 months ago (2016-03-18 17:12:55 UTC) #5
Marc Treib
I don't know - only some, I'd expect. I'll ask on the bug, hopefully the ...
4 years, 9 months ago (2016-03-18 17:22:35 UTC) #6
sky
Can you outline which sets of test it would run on? I'm of the opinion ...
4 years, 9 months ago (2016-03-18 17:30:11 UTC) #7
nednguyen
4 years, 9 months ago (2016-03-21 15:52:09 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809603005/20001
4 years, 6 months ago (2016-06-17 12:44:38 UTC) #11
Marc Treib
Reviving this old CL, as there has finally been an update on the bug. CIL ...
4 years, 6 months ago (2016-06-17 12:49:54 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-17 13:24:04 UTC) #14
sky
If this test doesn't need to measure chrome performance, but rendering performance did you consider ...
4 years, 6 months ago (2016-06-17 15:11:38 UTC) #15
vmiura
On 2016/06/17 15:11:38, sky wrote: > If this test doesn't need to measure chrome performance, ...
4 years, 6 months ago (2016-06-17 16:55:29 UTC) #17
vmiura
On 2016/06/17 16:55:29, vmiura wrote: > On 2016/06/17 15:11:38, sky wrote: > > If this ...
4 years, 6 months ago (2016-06-17 17:18:57 UTC) #18
sky
So, where does that leave this patch? Disabling random features does not sit well to ...
4 years, 6 months ago (2016-06-17 17:56:47 UTC) #19
vmiura
On 2016/06/17 17:56:47, sky wrote: > So, where does that leave this patch? Disabling random ...
4 years, 6 months ago (2016-06-17 18:54:48 UTC) #20
sky
Top sites code has not changed significantly in a long time. -Scott On Fri, Jun ...
4 years, 6 months ago (2016-06-17 19:51:27 UTC) #21
vmiura
On 2016/06/17 19:51:27, sky wrote: > Top sites code has not changed significantly in a ...
4 years, 6 months ago (2016-06-17 22:51:38 UTC) #22
sky
Ok, you convinced me (and jam@ convinced me too). I'm wondering if there is a ...
4 years, 6 months ago (2016-06-17 23:21:43 UTC) #23
Marc Treib
On 2016/06/17 23:21:43, sky wrote: > Ok, you convinced me (and jam@ convinced me too). ...
4 years, 6 months ago (2016-06-20 09:10:32 UTC) #24
sky
Seems like that class shouldn't be created either if you're disabling topsites. On Mon, Jun ...
4 years, 6 months ago (2016-06-20 15:21:33 UTC) #25
Marc Treib
MostVisitedSites is essentially a mixer, combining suggestions from various sources, TopSites being one of them. ...
4 years, 6 months ago (2016-06-20 15:41:01 UTC) #26
sky
I think most should check given topsites is null when incognito. On Mon, Jun 20, ...
4 years, 6 months ago (2016-06-20 16:45:55 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1809603005/40001
4 years, 5 months ago (2016-06-28 13:36:23 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-28 14:24:56 UTC) #31
Marc Treib
On 2016/06/20 16:45:55, sky wrote: > I think most should check given topsites is null ...
4 years, 5 months ago (2016-06-28 16:15:49 UTC) #32
sky
LGTM
4 years, 5 months ago (2016-06-28 19:08:28 UTC) #33
nednguyen
On 2016/06/28 19:08:28, sky wrote: > LGTM non owners lgtm
4 years, 5 months ago (2016-06-28 19:10:55 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1809603005/40001
4 years, 5 months ago (2016-06-29 09:02:13 UTC) #36
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-29 09:06:35 UTC) #38
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 09:08:17 UTC) #40
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f7d11512831495b87ab1fa9cc3bcd92b432d29fc
Cr-Commit-Position: refs/heads/master@{#402758}

Powered by Google App Engine
This is Rietveld 408576698