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

Issue 10843067: Move AutocompleteHistoryManager into chrome/browser/autofill/ as it is (Closed)

Created:
8 years, 4 months ago by Jói
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, dhollowa+watch_chromium.org, ajwong+watch_chromium.org, browser-components-watch_chromium.org, dyu1, brettw-cc_chromium.org, Ben Goodger (Google)
Visibility:
Public.

Description

Move AutocompleteHistoryManager into chrome/browser/autofill/ as it is tightly coupled with, and only used by, the autofill feature. The only other usage is from TabContents, which initializes and owns an instance and provides an accessor, but we should be able to remove this soon. TBR=ben@chromium.org BUG=140037 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150349

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Merge to LKGR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -614 lines) Patch
D chrome/browser/autocomplete_history_manager.h View 1 chunk +0 lines, -101 lines 0 comments Download
D chrome/browser/autocomplete_history_manager.cc View 1 chunk +0 lines, -304 lines 0 comments Download
D chrome/browser/autocomplete_history_manager_unittest.cc View 1 chunk +0 lines, -196 lines 0 comments Download
M chrome/browser/autofill/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/autofill/autocomplete_history_manager.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/autofill/autocomplete_history_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/autofill/autocomplete_history_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_external_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jói
First change from exploring Autofill's dependencies. This one is pretty simple :) but more will ...
8 years, 4 months ago (2012-08-03 14:54:43 UTC) #1
dhollowa
Autofill and autocomplete are conceptually distinct. More like "form fill" and "field fill" respectively. I'm ...
8 years, 4 months ago (2012-08-03 16:26:03 UTC) #2
Jói
The code I moved is only used by autofill and seems tightly coupled with it. ...
8 years, 4 months ago (2012-08-03 16:28:30 UTC) #3
Jói
Meant to add: Perhaps what's needed is to rename the class and the IPC messages ...
8 years, 4 months ago (2012-08-03 16:31:31 UTC) #4
dhollowa
Fair enough. I'm fine with chrome/browser/autofill/autocomplete_*, as it is pretty clear from the "autocomplete_*" prefix ...
8 years, 4 months ago (2012-08-03 16:34:37 UTC) #5
Jói
Cool, thanks. Keeping this with the code that it's tightly coupled with helps componentize. If ...
8 years, 4 months ago (2012-08-03 16:39:21 UTC) #6
Ilya Sherman
Since David asked: I have no objection to moving this into the autofill/ directory. On ...
8 years, 4 months ago (2012-08-03 18:13:56 UTC) #7
erikwright (departed)
8 years, 4 months ago (2012-08-07 13:47:23 UTC) #8
LGTM.

Powered by Google App Engine
This is Rietveld 408576698