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

Issue 1399053004: [Sync] Adding revisit logic for typed URLs. (Closed)

Created:
5 years, 2 months ago by skym
Modified:
5 years, 2 months ago
Reviewers:
stanisc, rkaplow, sky
CC:
chromium-reviews, tim+watch_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, zea+watch_chromium.org, blundell+watchlist_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Adding revisit logic for typed URLs. BUG=536841 stanisc@ - sync/revisit changes rkaplow@ - histogram.xml changes sky@ - DEPS changes Committed: https://crrev.com/abe85f4ae69e22c612b14296a48d59fc169b2967 Cr-Commit-Position: refs/heads/master@{#353954}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fixing typos. #

Patch Set 3 : Updated for Stan's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+409 lines, -1 line) Patch
M chrome/browser/sync/sessions/page_revisit_broadcaster.cc View 2 chunks +10 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_sessions.gypi View 2 chunks +5 lines, -0 lines 0 comments Download
M components/sync_sessions/BUILD.gn View 2 chunks +6 lines, -0 lines 0 comments Download
M components/sync_sessions/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/sync_sessions/revisit/typed_url_page_revisit_observer.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A components/sync_sessions/revisit/typed_url_page_revisit_observer.cc View 1 chunk +30 lines, -0 lines 0 comments Download
A components/sync_sessions/revisit/typed_url_page_revisit_task.h View 1 chunk +62 lines, -0 lines 0 comments Download
A components/sync_sessions/revisit/typed_url_page_revisit_task.cc View 1 chunk +76 lines, -0 lines 0 comments Download
A components/sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc View 1 chunk +150 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
skym
5 years, 2 months ago (2015-10-13 19:19:19 UTC) #2
rkaplow
https://codereview.chromium.org/1399053004/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1399053004/diff/1/tools/metrics/histograms/histograms.xml#newcode45663 tools/metrics/histograms/histograms.xml:45663: + The client side execution time to check for ...
5 years, 2 months ago (2015-10-13 21:02:20 UTC) #3
rkaplow
lgtm lg otherwise
5 years, 2 months ago (2015-10-13 21:02:32 UTC) #4
skym
Update to fix spelling errors. https://codereview.chromium.org/1399053004/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1399053004/diff/1/tools/metrics/histograms/histograms.xml#newcode45663 tools/metrics/histograms/histograms.xml:45663: + The client side ...
5 years, 2 months ago (2015-10-13 21:06:52 UTC) #5
stanisc
https://codereview.chromium.org/1399053004/diff/1/components/sync_sessions/revisit/typed_url_page_revisit_observer.cc File components/sync_sessions/revisit/typed_url_page_revisit_observer.cc (right): https://codereview.chromium.org/1399053004/diff/1/components/sync_sessions/revisit/typed_url_page_revisit_observer.cc#newcode26 components/sync_sessions/revisit/typed_url_page_revisit_observer.cc:26: &task_tracker_); Is that OK to reuse task_tracker_? What if ...
5 years, 2 months ago (2015-10-13 21:53:33 UTC) #6
skym
Updated for and responded to Stan's comments. https://codereview.chromium.org/1399053004/diff/1/components/sync_sessions/revisit/typed_url_page_revisit_observer.cc File components/sync_sessions/revisit/typed_url_page_revisit_observer.cc (right): https://codereview.chromium.org/1399053004/diff/1/components/sync_sessions/revisit/typed_url_page_revisit_observer.cc#newcode26 components/sync_sessions/revisit/typed_url_page_revisit_observer.cc:26: &task_tracker_); On ...
5 years, 2 months ago (2015-10-13 22:25:15 UTC) #7
stanisc
lgtm
5 years, 2 months ago (2015-10-13 22:32:47 UTC) #8
sky
LGTM
5 years, 2 months ago (2015-10-14 02:39:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399053004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399053004/40001
5 years, 2 months ago (2015-10-14 02:41:07 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-14 03:52:51 UTC) #13
commit-bot: I haz the power
5 years, 2 months ago (2015-10-14 03:53:49 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/abe85f4ae69e22c612b14296a48d59fc169b2967
Cr-Commit-Position: refs/heads/master@{#353954}

Powered by Google App Engine
This is Rietveld 408576698