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

Issue 2176893002: [Sync] Ignore urls which contain username/password (Closed)

Created:
4 years, 5 months ago by Gang Wu
Modified:
4 years, 4 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Ignore urls which contain username/password. Since HistoryBackend would remove username/password in an url when write it into DB, Chrome Sync would ignore such url. But ignore that url won't lost the url since HistoryBackend will send username/password removed url to sync later. BUG=629170 Committed: https://crrev.com/8da033de405cfea2418da4798b757ab8c671546e Cr-Commit-Position: refs/heads/master@{#407682}

Patch Set 1 #

Patch Set 2 : add more test #

Total comments: 4

Patch Set 3 : add comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M components/history/core/browser/typed_url_syncable_service.cc View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M components/history/core/browser/typed_url_syncable_service_unittest.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (25 generated)
Gang Wu
PTAL
4 years, 5 months ago (2016-07-23 01:13:44 UTC) #6
Nicolas Zea
Mostly LG, a couple nits. Also, could you update the commit message with a bit ...
4 years, 5 months ago (2016-07-25 18:30:56 UTC) #11
Gang Wu
Comments added. https://codereview.chromium.org/2176893002/diff/20001/components/history/core/browser/typed_url_syncable_service.cc File components/history/core/browser/typed_url_syncable_service.cc (right): https://codereview.chromium.org/2176893002/diff/20001/components/history/core/browser/typed_url_syncable_service.cc#newcode753 components/history/core/browser/typed_url_syncable_service.cc:753: if (url.has_username() || url.has_password()) On 2016/07/25 18:30:56, ...
4 years, 5 months ago (2016-07-25 20:19:49 UTC) #20
Nicolas Zea
Could you add " [Sync] " to the commit title (it makes it easier to ...
4 years, 5 months ago (2016-07-25 23:04:28 UTC) #24
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/2176893002/60001
4 years, 5 months ago (2016-07-26 01:57:57 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 5 months ago (2016-07-26 02:00:50 UTC) #30
commit-bot: I haz the power
4 years, 5 months ago (2016-07-26 02:03:00 UTC) #32
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8da033de405cfea2418da4798b757ab8c671546e
Cr-Commit-Position: refs/heads/master@{#407682}

Powered by Google App Engine
This is Rietveld 408576698