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

Issue 12987023: Rip autofill code out of webdataservice (Closed)

Created:
7 years, 9 months ago by Cait (Slow)
Modified:
7 years, 9 months ago
Reviewers:
kaiwang, dhollowa
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, markusheintz_, Ilya Sherman
Visibility:
Public.

Description

Rip autofill code out of webdataservice As it is now handled by AutofillWebDataService, and switch the last 2 clients (WebDataServiceAutofillTests and BrowsingDataRemover) over to using AutofillWebDataService. TBR=mkwst@chromium.org,joi@chromium.org (mkwst@ for browsing_data/ change, joi@ for api/) BUG=181277 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190757

Patch Set 1 #

Total comments: 11

Patch Set 2 : respond to comments #

Patch Set 3 : Clean up #

Patch Set 4 : Change method name in AutofillTable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -534 lines) Patch
M chrome/browser/api/webdata/autofill_web_data.h View 1 2 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/webdata/autofill_table.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/webdata/autofill_table.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/autofill_table_unittest.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/webdata/autofill_web_data_service_impl.h View 1 2 3 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/webdata/autofill_web_data_service_impl.cc View 1 2 3 12 chunks +52 lines, -18 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 7 chunks +1 line, -95 lines 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 6 chunks +0 lines, -395 lines 0 comments Download
M chrome/browser/webdata/web_data_service_test_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 1 10 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Cait (Slow)
Hi David, PTAL. This change removes the (now unused) autofill-related methods from the WebDataService interface. ...
7 years, 9 months ago (2013-03-25 21:30:45 UTC) #1
dhollowa
https://codereview.chromium.org/12987023/diff/1/chrome/browser/api/webdata/autofill_web_data.h File chrome/browser/api/webdata/autofill_web_data.h (right): https://codereview.chromium.org/12987023/diff/1/chrome/browser/api/webdata/autofill_web_data.h#newcode83 chrome/browser/api/webdata/autofill_web_data.h:83: // Removes form elements recorded for Autocomplete from the ...
7 years, 9 months ago (2013-03-25 21:50:38 UTC) #2
kaiwang
just went by https://codereview.chromium.org/12987023/diff/1/chrome/browser/webdata/web_data_service.h File chrome/browser/webdata/web_data_service.h (right): https://codereview.chromium.org/12987023/diff/1/chrome/browser/webdata/web_data_service.h#newcode96 chrome/browser/webdata/web_data_service.h:96: : public WebDataServiceBase { one line?
7 years, 9 months ago (2013-03-25 23:06:48 UTC) #3
Cait (Slow)
https://codereview.chromium.org/12987023/diff/1/chrome/browser/api/webdata/autofill_web_data.h File chrome/browser/api/webdata/autofill_web_data.h (right): https://codereview.chromium.org/12987023/diff/1/chrome/browser/api/webdata/autofill_web_data.h#newcode83 chrome/browser/api/webdata/autofill_web_data.h:83: // Removes form elements recorded for Autocomplete from the ...
7 years, 9 months ago (2013-03-26 14:29:23 UTC) #4
dhollowa
https://codereview.chromium.org/12987023/diff/1/chrome/browser/webdata/autofill_web_data_service_impl.cc File chrome/browser/webdata/autofill_web_data_service_impl.cc (right): https://codereview.chromium.org/12987023/diff/1/chrome/browser/webdata/autofill_web_data_service_impl.cc#newcode164 chrome/browser/webdata/autofill_web_data_service_impl.cc:164: &AutofillWebDataServiceImpl::RemoveAutofillProfilesAndCreditCardsModifiedBetweenImpl, On 2013/03/26 14:29:23, caitkp wrote: > On 2013/03/25 ...
7 years, 9 months ago (2013-03-26 15:14:09 UTC) #5
dhollowa
On 2013/03/26 15:14:09, dhollowa wrote: > https://codereview.chromium.org/12987023/diff/1/chrome/browser/webdata/autofill_web_data_service_impl.cc > File chrome/browser/webdata/autofill_web_data_service_impl.cc (right): > > https://codereview.chromium.org/12987023/diff/1/chrome/browser/webdata/autofill_web_data_service_impl.cc#newcode164 > ...
7 years, 9 months ago (2013-03-26 15:16:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/12987023/10002
7 years, 9 months ago (2013-03-26 17:35:29 UTC) #7
commit-bot: I haz the power
7 years, 9 months ago (2013-03-26 20:44:45 UTC) #8
Message was sent while issue was closed.
Change committed as 190757

Powered by Google App Engine
This is Rietveld 408576698