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

Issue 364343002: Kill WebDataService, move (WIN only) Password code into separate class. (Closed)

Created:
6 years, 5 months ago by Cait (Slow)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, tim+watch_chromium.org, browser-components-watch_chromium.org, zea+watch_chromium.org, benquan, tfarina, haitaol+watch_chromium.org, Dane Wallinga, dyu1, rouslan+autofillwatch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, mkwst+watchlist_chromium.org, maniscalco+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Following https://codereview.chromium.org/355573008, the only code left in WebDataService deals with IE 7/8 password data, so move this into a separate (WIN only class) and kill WebDataService. BUG=181277 TEST=Everything still works TBR=noms@chromium.org, zea@chromium.org, phajdan.jr@chromium.org TBR'ing for removal of unneeded includes and API changes in (c/b/profile, c/b/sync, and c/test/base respectively). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282143

Patch Set 1 #

Patch Set 2 : Fix win compile errors #

Patch Set 3 : win fix 2 #

Total comments: 31

Patch Set 4 : Comments and clean up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -464 lines) Patch
M chrome/browser/importer/profile_writer.cc View 1 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_factory.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/password_store_win.cc View 7 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
A chrome/browser/webdata/password_web_data_service_win.h View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/webdata/password_web_data_service_win.cc View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download
D chrome/browser/webdata/web_data_service.h View 1 chunk +0 lines, -193 lines 0 comments Download
D chrome/browser/webdata/web_data_service.cc View 1 chunk +0 lines, -111 lines 0 comments Download
M chrome/browser/webdata/web_data_service_factory.h View 3 chunks +24 lines, -8 lines 0 comments Download
M chrome/browser/webdata/web_data_service_factory.cc View 1 2 3 10 chunks +71 lines, -57 lines 0 comments Download
D chrome/browser/webdata/web_data_service_win.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/webdata/common/web_data_request_manager.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/webdata/common/web_data_service_test_util.h View 3 chunks +0 lines, -5 lines 0 comments Download
M components/webdata/common/web_data_service_test_util.cc View 2 chunks +1 line, -7 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Cait (Slow)
pkasting@chromium.org: Please review changes in c/b/webdata and components/webdata gab@chromium.org: Please review changes in c/b/importer gcasto@chromium.org: ...
6 years, 5 months ago (2014-07-07 13:42:41 UTC) #1
gab
Nice cleanup! One general question below. (otherwise chrome/browser/importer/profile_writer.cc lgtm stamp) Cheers, Gab https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/web_data_service_factory.h File chrome/browser/webdata/web_data_service_factory.h ...
6 years, 5 months ago (2014-07-07 14:37:21 UTC) #2
Cait (Slow)
https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/web_data_service_factory.h File chrome/browser/webdata/web_data_service_factory.h (right): https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/web_data_service_factory.h#newcode47 chrome/browser/webdata/web_data_service_factory.h:47: virtual scoped_refptr<PasswordWebDataService> GetPasswordWebData(); On 2014/07/07 14:37:21, gab wrote: > ...
6 years, 5 months ago (2014-07-07 17:04:53 UTC) #3
gab
https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/web_data_service_factory.h File chrome/browser/webdata/web_data_service_factory.h (right): https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/web_data_service_factory.h#newcode47 chrome/browser/webdata/web_data_service_factory.h:47: virtual scoped_refptr<PasswordWebDataService> GetPasswordWebData(); On 2014/07/07 17:04:52, Cait Phillips wrote: ...
6 years, 5 months ago (2014-07-07 17:14:45 UTC) #4
Peter Kasting
LGTM https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/password_web_data_service_win.cc File chrome/browser/webdata/password_web_data_service_win.cc (right): https://codereview.chromium.org/364343002/diff/40001/chrome/browser/webdata/password_web_data_service_win.cc#newcode17 chrome/browser/webdata/password_web_data_service_win.cc:17: //////////////////////////////////////////////////////////////////////////////// Nit: This comment seems completely unnecessary, as ...
6 years, 5 months ago (2014-07-07 23:20:04 UTC) #5
Garrett Casto
LGTM for chrome/browser/password_manager/*
6 years, 5 months ago (2014-07-08 22:34:59 UTC) #6
Cait (Slow)
Thanks all! noms@, zea@ and phajdan.jr@: you're TBR'ed for removal of unneeded includes and minor ...
6 years, 5 months ago (2014-07-09 15:23:16 UTC) #7
Cait (Slow)
The CQ bit was checked by caitkp@chromium.org
6 years, 5 months ago (2014-07-09 15:23:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/364343002/60001
6 years, 5 months ago (2014-07-09 15:24:54 UTC) #9
noms (inactive)
profiles lgtm
6 years, 5 months ago (2014-07-09 15:27:13 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-09 18:56:26 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-09 19:20:06 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/169374)
6 years, 5 months ago (2014-07-09 19:20:07 UTC) #13
Cait (Slow)
The CQ bit was checked by caitkp@chromium.org
6 years, 5 months ago (2014-07-09 20:37:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/364343002/60001
6 years, 5 months ago (2014-07-09 20:39:17 UTC) #15
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 22:17:09 UTC) #16
Message was sent while issue was closed.
Change committed as 282143

Powered by Google App Engine
This is Rietveld 408576698