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

Issue 5080001: Autofill select field text should be captured not selection option value (Closed)

Created:
10 years, 1 month ago by dhollowa
Modified:
9 years, 7 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, James Hawkins, Paweł Hajdan Jr., dhollowa, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Autofill select field text should be captured not selection option value Sends select field text values to browser when form is submitted. BUG=49189 TEST=FormManagerTest.SelectOneAsText Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66310

Patch Set 1 #

Total comments: 4

Patch Set 2 : Mask renaming. #

Patch Set 3 : 80 col. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -4 lines) Patch
M chrome/renderer/form_manager.h View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M chrome/renderer/form_manager.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/renderer/form_manager_browsertest.cc View 1 1 chunk +100 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
dhollowa
10 years, 1 month ago (2010-11-16 16:10:30 UTC) #1
James Hawkins
http://codereview.chromium.org/5080001/diff/1/chrome/renderer/form_manager.cc File chrome/renderer/form_manager.cc (right): http://codereview.chromium.org/5080001/diff/1/chrome/renderer/form_manager.cc#newcode340 chrome/renderer/form_manager.cc:340: value = list_items[i].to<WebOptionElement>().text(); This overwrites the value of the ...
10 years, 1 month ago (2010-11-16 18:03:12 UTC) #2
dhollowa
http://codereview.chromium.org/5080001/diff/1/chrome/renderer/form_manager.cc File chrome/renderer/form_manager.cc (right): http://codereview.chromium.org/5080001/diff/1/chrome/renderer/form_manager.cc#newcode340 chrome/renderer/form_manager.cc:340: value = list_items[i].to<WebOptionElement>().text(); On 2010/11/16 18:03:12, James Hawkins wrote: ...
10 years, 1 month ago (2010-11-16 19:25:57 UTC) #3
James Hawkins
10 years, 1 month ago (2010-11-16 19:28:06 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698