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

Issue 129463002: Move AutofillProfileSyncableService into the Autofill component. (Closed)

Created:
6 years, 11 months ago by blundell
Modified:
6 years, 10 months ago
CC:
chromium-reviews, tim+watch_chromium.org, benquan, haitaol+watch_chromium.org, browser-components-watch_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, rsimha+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move AutofillProfileSyncableService into the Autofill component. This change enables this code to be built on iOS and facilitates the eventual componentization of //chrome-browser/sync. As with other Autofill unit tests, componentization of the unit test will follow. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245351

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase, adding missing //sync dependency #

Patch Set 3 : Disable on Android WebView #

Patch Set 4 : Disallow inclusion of sync-related file on AW #

Patch Set 5 : Propagate define #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -1772 lines) Patch
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/webdata/autofill_profile_syncable_service.h View 1 chunk +0 lines, -218 lines 0 comments Download
D chrome/browser/webdata/autofill_profile_syncable_service.cc View 1 1 chunk +0 lines, -650 lines 0 comments Download
D chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc View 1 1 chunk +0 lines, -878 lines 0 comments Download
M chrome/browser/webdata/web_data_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 chunks +1 line, -1 line 0 comments Download
M components/autofill.gypi View 1 2 3 4 3 chunks +39 lines, -9 lines 0 comments Download
A + components/autofill/core/browser/webdata/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/autofill/core/browser/webdata/autofill_profile_syncable_service.h View 1 2 3 3 chunks +9 lines, -4 lines 0 comments Download
A + components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc View 1 5 chunks +1 line, -5 lines 0 comments Download
A + components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
blundell
https://codereview.chromium.org/129463002/diff/1/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (left): https://codereview.chromium.org/129463002/diff/1/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#oldcode55 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:55: DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB)); Is it worth adding a public getter of ...
6 years, 11 months ago (2014-01-08 21:46:30 UTC) #1
Ilya Sherman
Please note that [ https://codereview.chromium.org/127403002/ ], which touches some of these files, is about to ...
6 years, 11 months ago (2014-01-08 21:58:50 UTC) #2
Ilya Sherman
Drive-by LGTM https://codereview.chromium.org/129463002/diff/1/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc File components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc (left): https://codereview.chromium.org/129463002/diff/1/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc#oldcode55 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc:55: DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB)); On 2014/01/08 21:46:31, blundell wrote: > ...
6 years, 11 months ago (2014-01-08 23:27:24 UTC) #3
Nicolas Zea
sync LGTM
6 years, 11 months ago (2014-01-08 23:55:46 UTC) #4
Jói
LGTM
6 years, 11 months ago (2014-01-09 10:37:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/129463002/140001
6 years, 11 months ago (2014-01-09 20:38:28 UTC) #6
commit-bot: I haz the power
Retried try job too often on android_aosp for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_aosp&number=38782
6 years, 11 months ago (2014-01-09 21:46:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/129463002/140001
6 years, 11 months ago (2014-01-09 22:33:03 UTC) #8
commit-bot: I haz the power
Retried try job too often on android_aosp for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_aosp&number=38837
6 years, 11 months ago (2014-01-09 23:36:52 UTC) #9
blundell
+benm@ to verify that I'm taking the right approach for Android WebView (in particular, see ...
6 years, 11 months ago (2014-01-10 21:01:56 UTC) #10
blundell
+bulach@ Marcus, if you have a chance to take a look at this that would ...
6 years, 11 months ago (2014-01-13 13:33:23 UTC) #11
blundell
benm@: I responded to Marcus' offline comments re: wanting to have inclusion of autofill_profile_syncable_service.h be ...
6 years, 11 months ago (2014-01-13 19:57:35 UTC) #12
blundell
On 2014/01/13 19:57:35, blundell wrote: > benm@: I responded to Marcus' offline comments re: wanting ...
6 years, 11 months ago (2014-01-13 20:59:06 UTC) #13
blundell
Marcus, could you take another look? The changes relevant to our discussion are in the ...
6 years, 11 months ago (2014-01-15 10:13:09 UTC) #14
bulach
lgtm, thanks! but please hold off for either torne and benm, there may be more ...
6 years, 11 months ago (2014-01-15 12:38:21 UTC) #15
blundell
benm/torne: Friendly ping.
6 years, 11 months ago (2014-01-16 17:51:48 UTC) #16
Torne
gyp changes LGTM
6 years, 11 months ago (2014-01-16 18:31:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/129463002/610001
6 years, 11 months ago (2014-01-16 19:55:28 UTC) #18
commit-bot: I haz the power
Change committed as 245351
6 years, 11 months ago (2014-01-16 22:19:18 UTC) #19
Andrew T Wilson (Slow)
6 years, 10 months ago (2014-02-18 12:14:32 UTC) #20
Message was sent while issue was closed.
sync lgtm

Powered by Google App Engine
This is Rietveld 408576698