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

Issue 1924773002: TopSites: filter out non-WebSafe URLs (Closed)

Created:
4 years, 7 months ago by Marc Treib
Modified:
4 years, 7 months ago
Reviewers:
sdefresne
CC:
chromium-reviews, browser-components-watch_chromium.org, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@topsites_cleanup
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

TopSites: filter out non-WebSafe URLs BUG=605909 Committed: https://crrev.com/f1305c06e94b347c0245d8e14f055f4c0df5c015 Cr-Commit-Position: refs/heads/master@{#391234}

Patch Set 1 #

Patch Set 2 : ios #

Patch Set 3 : rebase #

Patch Set 4 : add test #

Total comments: 9

Patch Set 5 : review #

Total comments: 2

Patch Set 6 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -18 lines) Patch
M chrome/browser/history/chrome_history_backend_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/chrome_history_backend_client.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M components/history/core/browser/history_backend.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M components/history/core/browser/history_backend_client.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M components/history/core/browser/history_backend_db_unittest.cc View 1 2 3 2 chunks +46 lines, -2 lines 0 comments Download
M components/history/core/browser/visitsegment_database.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M components/history/core/browser/visitsegment_database.cc View 1 2 3 4 5 chunks +21 lines, -13 lines 0 comments Download
M components/history/core/test/history_client_fake_bookmarks.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/history/history_backend_client_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/history/history_backend_client_impl.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924773002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924773002/1
4 years, 7 months ago (2016-04-27 13:46:06 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/207784)
4 years, 7 months ago (2016-04-27 13:58:07 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924773002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924773002/40001
4 years, 7 months ago (2016-05-02 12:41:40 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-02 13:28:45 UTC) #8
Marc Treib
...and now for the thing I actually wanted to do :) PTAL! https://codereview.chromium.org/1924773002/diff/80001/ios/chrome/browser/history/history_backend_client_impl.cc File ios/chrome/browser/history/history_backend_client_impl.cc ...
4 years, 7 months ago (2016-05-02 15:29:44 UTC) #11
sdefresne
https://codereview.chromium.org/1924773002/diff/80001/components/history/core/browser/visitsegment_database.cc File components/history/core/browser/visitsegment_database.cc (right): https://codereview.chromium.org/1924773002/diff/80001/components/history/core/browser/visitsegment_database.cc#newcode277 components/history/core/browser/visitsegment_database.cc:277: if (results.size() >= static_cast<size_t>(max_result_count)) I guess it is okay ...
4 years, 7 months ago (2016-05-03 11:18:51 UTC) #12
Marc Treib
https://codereview.chromium.org/1924773002/diff/80001/components/history/core/browser/visitsegment_database.cc File components/history/core/browser/visitsegment_database.cc (right): https://codereview.chromium.org/1924773002/diff/80001/components/history/core/browser/visitsegment_database.cc#newcode277 components/history/core/browser/visitsegment_database.cc:277: if (results.size() >= static_cast<size_t>(max_result_count)) On 2016/05/03 11:18:50, sdefresne wrote: ...
4 years, 7 months ago (2016-05-03 11:51:17 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924773002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924773002/100001
4 years, 7 months ago (2016-05-03 11:51:25 UTC) #15
sdefresne
lgtm https://codereview.chromium.org/1924773002/diff/80001/ios/chrome/browser/history/history_backend_client_impl.cc File ios/chrome/browser/history/history_backend_client_impl.cc (right): https://codereview.chromium.org/1924773002/diff/80001/ios/chrome/browser/history/history_backend_client_impl.cc#newcode53 ios/chrome/browser/history/history_backend_client_impl.cc:53: return true; On 2016/05/03 11:51:17, Marc Treib wrote: ...
4 years, 7 months ago (2016-05-03 12:03:40 UTC) #16
Marc Treib
https://codereview.chromium.org/1924773002/diff/80001/ios/chrome/browser/history/history_backend_client_impl.cc File ios/chrome/browser/history/history_backend_client_impl.cc (right): https://codereview.chromium.org/1924773002/diff/80001/ios/chrome/browser/history/history_backend_client_impl.cc#newcode53 ios/chrome/browser/history/history_backend_client_impl.cc:53: return true; On 2016/05/03 12:03:39, sdefresne wrote: > On ...
4 years, 7 months ago (2016-05-03 12:15:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924773002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924773002/120001
4 years, 7 months ago (2016-05-03 13:00:59 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 7 months ago (2016-05-03 14:53:51 UTC) #21
commit-bot: I haz the power
4 years, 7 months ago (2016-05-03 14:55:19 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f1305c06e94b347c0245d8e14f055f4c0df5c015
Cr-Commit-Position: refs/heads/master@{#391234}

Powered by Google App Engine
This is Rietveld 408576698