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

Issue 1978513002: Getting the personalization info in chrome://snippets-internals correct. (Closed)

Created:
4 years, 7 months ago by jkrcal
Modified:
4 years, 7 months ago
Reviewers:
Bernhard Bauer
CC:
chromium-reviews, mcwilliams+watch_chromium.org, arv+watch_chromium.org, dgn+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Getting the personalization settings in chrome://snippets-internals display correctly. The personalization settings have been changed by recent CLs, this CL keeps snippets-internals up-to-date. BUG=603907, 606320 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a4df8ada22f3d15ad7153a369c780795797dfa1d Cr-Commit-Position: refs/heads/master@{#394794}

Patch Set 1 #

Patch Set 2 : Minor fixes #

Patch Set 3 : Polish #

Total comments: 22

Patch Set 4 : After code review #1 #

Total comments: 2

Patch Set 5 : After code review #2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -39 lines) Patch
M chrome/browser/resources/snippets_internals.html View 1 2 3 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/resources/snippets_internals.js View 1 2 3 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/snippets_internals_message_handler.cc View 1 2 3 3 chunks +21 lines, -9 lines 0 comments Download
M components/ntp_snippets/ntp_snippets_fetcher.h View 1 2 3 4 3 chunks +10 lines, -6 lines 0 comments Download
M components/ntp_snippets/ntp_snippets_fetcher.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M components/ntp_snippets/ntp_snippets_service.h View 1 2 3 4 1 chunk +2 lines, -8 lines 0 comments Download
M components/ntp_snippets/ntp_snippets_service.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/ntp_snippets/ntp_snippets_service_unittest.cc View 1 2 3 2 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
jkrcal
PTAL.
4 years, 7 months ago (2016-05-17 14:46:54 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/1978513002/diff/40001/chrome/browser/ui/webui/snippets_internals_message_handler.cc File chrome/browser/ui/webui/snippets_internals_message_handler.cc (right): https://codereview.chromium.org/1978513002/diff/40001/chrome/browser/ui/webui/snippets_internals_message_handler.cc#newcode170 chrome/browser/ui/webui/snippets_internals_message_handler.cc:170: "chrome.SnippetsInternals.hideHostRestricts"); If you add a dedicated method here anyway, ...
4 years, 7 months ago (2016-05-18 10:08:04 UTC) #5
jkrcal
Thanks for the comments! PTAL, again. https://codereview.chromium.org/1978513002/diff/40001/chrome/browser/ui/webui/snippets_internals_message_handler.cc File chrome/browser/ui/webui/snippets_internals_message_handler.cc (right): https://codereview.chromium.org/1978513002/diff/40001/chrome/browser/ui/webui/snippets_internals_message_handler.cc#newcode170 chrome/browser/ui/webui/snippets_internals_message_handler.cc:170: "chrome.SnippetsInternals.hideHostRestricts"); On 2016/05/18 ...
4 years, 7 months ago (2016-05-19 07:30:28 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978513002/60001
4 years, 7 months ago (2016-05-19 08:15:05 UTC) #8
Bernhard Bauer
LGTM w/ nits: https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h File components/ntp_snippets/ntp_snippets_fetcher.h (right): https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h#newcode69 components/ntp_snippets/ntp_snippets_fetcher.h:69: enum class Personalization { kPersonal, kNonPersonal, ...
4 years, 7 months ago (2016-05-19 08:51:19 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-19 09:23:01 UTC) #11
jkrcal
https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h File components/ntp_snippets/ntp_snippets_fetcher.h (right): https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h#newcode69 components/ntp_snippets/ntp_snippets_fetcher.h:69: enum class Personalization { kPersonal, kNonPersonal, kBoth }; On ...
4 years, 7 months ago (2016-05-19 10:58:17 UTC) #12
Bernhard Bauer
https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h File components/ntp_snippets/ntp_snippets_fetcher.h (right): https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h#newcode69 components/ntp_snippets/ntp_snippets_fetcher.h:69: enum class Personalization { kPersonal, kNonPersonal, kBoth }; On ...
4 years, 7 months ago (2016-05-19 11:05:46 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/1978513002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978513002/80001
4 years, 7 months ago (2016-05-19 13:14:45 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/114190)
4 years, 7 months ago (2016-05-19 14:27:11 UTC) #17
jkrcal
Thanks, Bernhard! https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h File components/ntp_snippets/ntp_snippets_fetcher.h (right): https://codereview.chromium.org/1978513002/diff/40001/components/ntp_snippets/ntp_snippets_fetcher.h#newcode69 components/ntp_snippets/ntp_snippets_fetcher.h:69: enum class Personalization { kPersonal, kNonPersonal, kBoth ...
4 years, 7 months ago (2016-05-19 16:36:25 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978513002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978513002/80001
4 years, 7 months ago (2016-05-19 16:37:06 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-19 16:41:18 UTC) #23
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 16:43:56 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a4df8ada22f3d15ad7153a369c780795797dfa1d
Cr-Commit-Position: refs/heads/master@{#394794}

Powered by Google App Engine
This is Rietveld 408576698