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

Issue 341042: Store the form name, source URL and target URL in FormFieldValues. These are... (Closed)

Created:
11 years, 1 month ago by James Hawkins
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), jam
Visibility:
Public.

Description

Store the form name, source URL and target URL in FormFieldValues. These are needed by AutoFill. BUG=none TEST=none

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -10 lines) Patch
M chrome/common/render_messages.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/glue/form_field_values.h View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M webkit/glue/form_field_values.cc View 1 2 4 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
James Hawkins
11 years, 1 month ago (2009-10-29 21:28:35 UTC) #1
darin (slow to review)
http://codereview.chromium.org/341042/diff/1/4 File chrome/common/render_messages.h (right): http://codereview.chromium.org/341042/diff/1/4#newcode756 Line 756: && ReadParam(m, iter, &p->source_url) nit: chrome style is ...
11 years, 1 month ago (2009-10-29 21:32:27 UTC) #2
James Hawkins
http://codereview.chromium.org/341042/diff/1/4 File chrome/common/render_messages.h (right): http://codereview.chromium.org/341042/diff/1/4#newcode756 Line 756: && ReadParam(m, iter, &p->source_url) On 2009/10/29 21:32:27, darin ...
11 years, 1 month ago (2009-10-29 21:42:50 UTC) #3
darin (slow to review)
http://codereview.chromium.org/341042/diff/3002/3004 File webkit/glue/form_field_values.cc (right): http://codereview.chromium.org/341042/diff/3002/3004#newcode43 Line 43: result->source_url = GURL(StringToString16(form->document()->url())); nit: use KURLToGURL for this ...
11 years, 1 month ago (2009-10-29 22:14:46 UTC) #4
James Hawkins
http://codereview.chromium.org/341042/diff/3002/3004 File webkit/glue/form_field_values.cc (right): http://codereview.chromium.org/341042/diff/3002/3004#newcode43 Line 43: result->source_url = GURL(StringToString16(form->document()->url())); On 2009/10/29 22:14:46, darin wrote: ...
11 years, 1 month ago (2009-10-29 22:28:57 UTC) #5
darin (slow to review)
11 years, 1 month ago (2009-10-30 04:22:23 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698