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

Issue 16024018: [Autofill] Sync Autofill profiles' origins. (Closed)

Created:
7 years, 6 months ago by Ilya Sherman
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Raghu Simha, haitaol1, browser-components-watch_chromium.org, akalin, tim (not reviewing)
Visibility:
Public.

Description

[Autofill] Sync Autofill profiles' origins. BUG=170401 TEST=unit tests R=estade@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207909

Patch Set 1 #

Total comments: 4

Patch Set 2 : Hyphens? We don't need no stinkin' hyphens. #

Total comments: 2

Patch Set 3 : Add a named variable #

Patch Set 4 : Add a test verifying that spurious Sync updates are not generated to propagate empty origins. #

Patch Set 5 : Loosen a DCHECK #

Patch Set 6 : Don't shadow a variable name #

Patch Set 7 : Rebase #

Total comments: 2

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+363 lines, -123 lines) Patch
M chrome/browser/webdata/autofill_profile_syncable_service.h View 1 2 3 4 5 6 7 4 chunks +17 lines, -21 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.cc View 1 2 3 4 5 6 7 4 chunks +60 lines, -38 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc View 1 2 3 4 5 6 7 14 chunks +284 lines, -64 lines 0 comments Download
M sync/protocol/autofill_specifics.proto View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Ilya Sherman
7 years, 6 months ago (2013-06-11 06:49:23 UTC) #1
Evan Stade
https://codereview.chromium.org/16024018/diff/1/chrome/browser/webdata/autofill_profile_syncable_service.h File chrome/browser/webdata/autofill_profile_syncable_service.h (right): https://codereview.chromium.org/16024018/diff/1/chrome/browser/webdata/autofill_profile_syncable_service.h#newcode109 chrome/browser/webdata/autofill_profile_syncable_service.h:109: // For unit-tests. nit: why the hyphen https://codereview.chromium.org/16024018/diff/1/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc File ...
7 years, 6 months ago (2013-06-11 21:38:44 UTC) #2
Ilya Sherman
https://codereview.chromium.org/16024018/diff/1/chrome/browser/webdata/autofill_profile_syncable_service.h File chrome/browser/webdata/autofill_profile_syncable_service.h (right): https://codereview.chromium.org/16024018/diff/1/chrome/browser/webdata/autofill_profile_syncable_service.h#newcode109 chrome/browser/webdata/autofill_profile_syncable_service.h:109: // For unit-tests. On 2013/06/11 21:38:44, Evan Stade wrote: ...
7 years, 6 months ago (2013-06-11 21:53:42 UTC) #3
Evan Stade
ok, lgtm https://codereview.chromium.org/16024018/diff/6001/chrome/browser/webdata/autofill_profile_syncable_service.cc File chrome/browser/webdata/autofill_profile_syncable_service.cc (right): https://codereview.chromium.org/16024018/diff/6001/chrome/browser/webdata/autofill_profile_syncable_service.cc#newcode467 chrome/browser/webdata/autofill_profile_syncable_service.cc:467: i != profile_map->end(); ++i) { nit: more ...
7 years, 6 months ago (2013-06-12 22:12:24 UTC) #4
Ilya Sherman
+Nicolas for Sync OWNERS review. Evan, please note that I've also added a test that ...
7 years, 6 months ago (2013-06-13 04:19:31 UTC) #5
Ilya Sherman
+Tim and Fred as Sync owners, since Nicolas is OOO.
7 years, 6 months ago (2013-06-14 23:51:52 UTC) #6
Nicolas Zea
sync LGTM https://codereview.chromium.org/16024018/diff/36001/sync/protocol/autofill_specifics.proto File sync/protocol/autofill_specifics.proto (left): https://codereview.chromium.org/16024018/diff/36001/sync/protocol/autofill_specifics.proto#oldcode65 sync/protocol/autofill_specifics.proto:65: nit: shouldn't this still be there? (I ...
7 years, 6 months ago (2013-06-19 21:49:12 UTC) #7
Ilya Sherman
https://codereview.chromium.org/16024018/diff/36001/sync/protocol/autofill_specifics.proto File sync/protocol/autofill_specifics.proto (left): https://codereview.chromium.org/16024018/diff/36001/sync/protocol/autofill_specifics.proto#oldcode65 sync/protocol/autofill_specifics.proto:65: On 2013/06/19 21:49:13, Nicolas Zea wrote: > nit: shouldn't ...
7 years, 6 months ago (2013-06-19 21:54:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/16024018/36001
7 years, 6 months ago (2013-06-20 01:43:03 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=10733
7 years, 6 months ago (2013-06-20 09:40:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/16024018/60001
7 years, 6 months ago (2013-06-21 03:51:34 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-21 05:20:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/16024018/60001
7 years, 6 months ago (2013-06-21 06:11:27 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, chrome_frame_net_tests, ...
7 years, 6 months ago (2013-06-21 13:48:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/16024018/60001
7 years, 6 months ago (2013-06-21 20:04:40 UTC) #15
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 20:05:15 UTC) #16
Message was sent while issue was closed.
Change committed as 207909

Powered by Google App Engine
This is Rietveld 408576698