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

Issue 651002: AutoFill forms. We do this by responding to a message from WebKit which send... (Closed)

Created:
10 years, 10 months ago by James Hawkins
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews, brettw+cc_chromium.org, darin+cc_chromium.org, jam, ben+cc_chromium.org
Visibility:
Public.

Description

AutoFill forms. We do this by responding to a message from WebKit which sends the (name, label) key requested to fill out a specific field. The RenderView finds the form to AutoFill using the FormManager and requests the AutoFillManager to fill in the data for the form. At the end, the FormManager uses this data to fill out the fields in the form on the web page. BUG=18201 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39533

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 5

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -5 lines) Patch
M chrome/browser/autofill/autofill_manager.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 2 chunks +60 lines, -0 lines 0 comments Download
M chrome/browser/autofill/form_structure.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/autofill/form_structure.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 3 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M chrome/common/render_messages.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/renderer/form_manager.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 4 chunks +11 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 4 chunks +26 lines, -0 lines 0 comments Download
M webkit/glue/form_field_values.cc View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
James Hawkins
10 years, 10 months ago (2010-02-19 02:11:24 UTC) #1
James Hawkins
ping
10 years, 10 months ago (2010-02-19 18:46:11 UTC) #2
jcampan
http://codereview.chromium.org/651002/diff/1046/76 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/651002/diff/1046/76#newcode2590 chrome/renderer/render_view.cc:2590: // TODO(jhawkins): Make these use the FormManager. Should you ...
10 years, 10 months ago (2010-02-19 22:02:26 UTC) #3
James Hawkins
http://codereview.chromium.org/651002/diff/1046/76 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/651002/diff/1046/76#newcode2590 chrome/renderer/render_view.cc:2590: // TODO(jhawkins): Make these use the FormManager. On 2010/02/19 ...
10 years, 10 months ago (2010-02-19 22:11:47 UTC) #4
jcampan
On Fri, Feb 19, 2010 at 2:11 PM, <jhawkins@chromium.org> wrote: > > http://codereview.chromium.org/651002/diff/1046/76 > File ...
10 years, 10 months ago (2010-02-19 22:24:02 UTC) #5
James Hawkins
http://codereview.chromium.org/651002/diff/1046/75 File chrome/renderer/render_view.h (right): http://codereview.chromium.org/651002/diff/1046/75#newcode1120 chrome/renderer/render_view.h:1120: scoped_ptr<FormManager> form_manager_; On 2010/02/19 22:11:48, James Hawkins wrote: > ...
10 years, 10 months ago (2010-02-19 22:32:50 UTC) #6
jcampan
10 years, 10 months ago (2010-02-19 22:57:08 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698