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

Issue 1260113002: Adds an experiment that enabled SuggestionsService suggestions (MostLikely) on LocalNTP (Closed)

Created:
5 years, 4 months ago by fserb
Modified:
5 years, 4 months ago
Reviewers:
Mathieu, *kmadhusu, *Will Harris
CC:
chromium-reviews, extensions-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, samarth+watch_chromium.org, chromium-apps-reviews_chromium.org, kmadhusu+watch_chromium.org, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds an experiment that enables SuggestionsService suggestions (MostLikely) on LocalNTP BUG=514752 Committed: https://crrev.com/a485e91eb08876ca79f1acc968a7e050a5c45596 Cr-Commit-Position: refs/heads/master@{#341958}

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Total comments: 14

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -17 lines) Patch
M chrome/browser/resources/local_ntp/most_visited_single.js View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/search/instant_service.h View 1 2 4 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/search/instant_service.cc View 1 2 3 4 5 7 chunks +81 lines, -11 lines 0 comments Download
M chrome/common/instant_types.h View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/common/instant_types.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 2 3 4 5 2 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
fserb
Starting with you, then sending to the rest of the ppl.
5 years, 4 months ago (2015-07-27 21:34:50 UTC) #2
Mathieu
https://codereview.chromium.org/1260113002/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.js File chrome/browser/resources/local_ntp/most_visited_single.js (right): https://codereview.chromium.org/1260113002/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.js#newcode281 chrome/browser/resources/local_ntp/most_visited_single.js:281: data.thumbnailUrls = [data.thumbnailUrl]; should we make sure data.thumbnailUrls is ...
5 years, 4 months ago (2015-07-28 13:32:43 UTC) #3
Mathieu
On 2015/07/28 13:32:43, Mathieu Perreault wrote: > https://codereview.chromium.org/1260113002/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.js > File chrome/browser/resources/local_ntp/most_visited_single.js (right): > > https://codereview.chromium.org/1260113002/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.js#newcode281 ...
5 years, 4 months ago (2015-07-28 13:33:09 UTC) #4
fserb
https://codereview.chromium.org/1260113002/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.js File chrome/browser/resources/local_ntp/most_visited_single.js (right): https://codereview.chromium.org/1260113002/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.js#newcode281 chrome/browser/resources/local_ntp/most_visited_single.js:281: data.thumbnailUrls = [data.thumbnailUrl]; On 2015/07/28 13:32:42, Mathieu Perreault wrote: ...
5 years, 4 months ago (2015-07-28 17:55:30 UTC) #5
Mathieu
Approach lgtm, although I have no owners right at all :)
5 years, 4 months ago (2015-07-28 18:57:42 UTC) #6
fserb
kmadhusu: Everything but the JS :) wfh: chrome/common/render_messages.h
5 years, 4 months ago (2015-07-28 19:31:27 UTC) #9
Will Harris
Seems fine for a browser controlled thumbnail and favicon to go from browser -> renderer ...
5 years, 4 months ago (2015-07-28 19:53:11 UTC) #10
kmadhusu
Thanks. https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc File chrome/browser/search/instant_service.cc (right): https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc#newcode148 chrome/browser/search/instant_service.cc:148: suggestions::SuggestionsService* if (suggestions_service) { Can you please explain ...
5 years, 4 months ago (2015-07-29 17:42:32 UTC) #11
fserb
https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc File chrome/browser/search/instant_service.cc (right): https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc#newcode148 chrome/browser/search/instant_service.cc:148: suggestions::SuggestionsService* if (suggestions_service) { On 2015/07/29 17:42:31, kmadhusu wrote: ...
5 years, 4 months ago (2015-07-29 19:03:00 UTC) #12
kmadhusu
https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc File chrome/browser/search/instant_service.cc (right): https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc#newcode194 chrome/browser/search/instant_service.cc:194: url, base::Bind(&InstantService::OnSuggestionsAvailable, On 2015/07/29 19:03:00, fserb wrote: > On ...
5 years, 4 months ago (2015-07-30 21:57:02 UTC) #13
fserb
https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc File chrome/browser/search/instant_service.cc (right): https://codereview.chromium.org/1260113002/diff/40001/chrome/browser/search/instant_service.cc#newcode203 chrome/browser/search/instant_service.cc:203: if (!top_sites) On 2015/07/30 21:57:02, kmadhusu wrote: > Do ...
5 years, 4 months ago (2015-07-31 17:08:17 UTC) #14
kmadhusu
LGTM with nits. Thanks. https://codereview.chromium.org/1260113002/diff/80001/chrome/browser/search/instant_service.cc File chrome/browser/search/instant_service.cc (right): https://codereview.chromium.org/1260113002/diff/80001/chrome/browser/search/instant_service.cc#newcode35 chrome/browser/search/instant_service.cc:35: #include "components/suggestions/proto/suggestions.pb.h" This is already ...
5 years, 4 months ago (2015-07-31 21:05:45 UTC) #15
fserb
Dona all. Thanks. :) https://codereview.chromium.org/1260113002/diff/80001/chrome/browser/search/instant_service.cc File chrome/browser/search/instant_service.cc (right): https://codereview.chromium.org/1260113002/diff/80001/chrome/browser/search/instant_service.cc#newcode35 chrome/browser/search/instant_service.cc:35: #include "components/suggestions/proto/suggestions.pb.h" On 2015/07/31 21:05:45, ...
5 years, 4 months ago (2015-08-05 14:56:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1260113002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1260113002/100001
5 years, 4 months ago (2015-08-05 14:56:48 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/88921)
5 years, 4 months ago (2015-08-05 16:29:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1260113002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1260113002/100001
5 years, 4 months ago (2015-08-05 17:06:09 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-08-05 20:26:17 UTC) #24
commit-bot: I haz the power
5 years, 4 months ago (2015-08-05 20:26:57 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a485e91eb08876ca79f1acc968a7e050a5c45596
Cr-Commit-Position: refs/heads/master@{#341958}

Powered by Google App Engine
This is Rietveld 408576698