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

Issue 14348036: Move AutofillWebData DB methods into separate class (Closed)

Created:
7 years, 8 months ago by Cait (Slow)
Modified:
7 years, 7 months ago
Reviewers:
Ilya Sherman, akalin
CC:
chromium-reviews, Raman Kakilate, akalin, estade+watch_chromium.org, benquan, Raghu Simha, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, dhollowa+watch_chromium.org, Albert Bodenhamer, haitaol1, Ilya Sherman, tim (not reviewing)
Visibility:
Public.

Description

Move AutofillWebData DB methods into separate class SyncableService code will move in a later CL as it will require a bit more refactoring. (depends on https://codereview.chromium.org/13898011/) TBR=akalin@chromium.org (c/b/sync/) BUG=230920 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198080

Patch Set 1 #

Patch Set 2 : Clean up #

Total comments: 22

Patch Set 3 : Comments #

Total comments: 11

Patch Set 4 : Nits #

Patch Set 5 : Pure merge #

Patch Set 6 : Fix copyright #

Patch Set 7 : Pure merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -650 lines) Patch
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/browser/autocomplete_history_manager_unittest.cc View 1 2 5 chunks +5 lines, -2 lines 0 comments Download
A + components/autofill/browser/webdata/autofill_webdata_backend.h View 1 2 3 4 5 2 chunks +85 lines, -122 lines 0 comments Download
A + components/autofill/browser/webdata/autofill_webdata_backend.cc View 1 2 3 19 chunks +23 lines, -184 lines 0 comments Download
M components/autofill/browser/webdata/autofill_webdata_service.h View 1 3 chunks +5 lines, -37 lines 0 comments Download
M components/autofill/browser/webdata/autofill_webdata_service.cc View 1 2 3 5 chunks +36 lines, -305 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Cait (Slow)
Ilya, PTAL. This is mostly a mechanical change, which moves all database work done by ...
7 years, 7 months ago (2013-04-29 19:36:12 UTC) #1
Ilya Sherman
On 2013/04/29 19:36:12, caitkp wrote: > BTW, are you the correct person to send these ...
7 years, 7 months ago (2013-04-30 00:14:08 UTC) #2
Cait (Slow)
https://codereview.chromium.org/14348036/diff/3001/components/autofill/browser/autocomplete_history_manager_unittest.cc File components/autofill/browser/autocomplete_history_manager_unittest.cc (right): https://codereview.chromium.org/14348036/diff/3001/components/autofill/browser/autocomplete_history_manager_unittest.cc#newcode118 components/autofill/browser/autocomplete_history_manager_unittest.cc:118: db_thread_.Stop(); On 2013/04/30 00:14:08, Ilya Sherman wrote: > Hmm, ...
7 years, 7 months ago (2013-04-30 22:24:39 UTC) #3
Ilya Sherman
https://codereview.chromium.org/14348036/diff/3001/components/autofill/browser/webdata/autofill_webdata_backend.h File components/autofill/browser/webdata/autofill_webdata_backend.h (right): https://codereview.chromium.org/14348036/diff/3001/components/autofill/browser/webdata/autofill_webdata_backend.h#newcode22 components/autofill/browser/webdata/autofill_webdata_backend.h:22: content::BrowserThread::DeleteOnDBThread> { On 2013/04/30 22:24:40, caitkp wrote: > On ...
7 years, 7 months ago (2013-04-30 23:52:10 UTC) #4
Cait (Slow)
https://codereview.chromium.org/14348036/diff/3001/components/autofill/browser/webdata/autofill_webdata_backend.h File components/autofill/browser/webdata/autofill_webdata_backend.h (right): https://codereview.chromium.org/14348036/diff/3001/components/autofill/browser/webdata/autofill_webdata_backend.h#newcode22 components/autofill/browser/webdata/autofill_webdata_backend.h:22: content::BrowserThread::DeleteOnDBThread> { On 2013/04/30 23:52:11, Ilya Sherman wrote: > ...
7 years, 7 months ago (2013-05-01 23:14:19 UTC) #5
Ilya Sherman
Ok, since it sounds like untangling the reference counting will require a fair bit of ...
7 years, 7 months ago (2013-05-02 06:45:30 UTC) #6
Cait (Slow)
Filed http://crbug.com/237535. Thanks!
7 years, 7 months ago (2013-05-02 16:05:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/14348036/27001
7 years, 7 months ago (2013-05-02 16:05:51 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/14348036/32001
7 years, 7 months ago (2013-05-02 16:10:53 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=142807
7 years, 7 months ago (2013-05-02 19:11:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/14348036/32001
7 years, 7 months ago (2013-05-02 20:57:40 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-02 22:31:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/14348036/54001
7 years, 7 months ago (2013-05-03 00:21:09 UTC) #13
commit-bot: I haz the power
7 years, 7 months ago (2013-05-03 10:56:21 UTC) #14
Message was sent while issue was closed.
Change committed as 198080

Powered by Google App Engine
This is Rietveld 408576698