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

Issue 2138005: AutoFill: Preview form field values when the user changes the AutoFill dropdown (Closed)

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

Description

AutoFill: Preview form field values when the user changes the AutoFill dropdown selection. Refactor form field enumeration into ForEachMatchingFormField(). BUG=38582 TEST=FormManagerTest.PreviewForm Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48746

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add more tests. #

Total comments: 2

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -41 lines) Patch
M chrome/renderer/form_manager.h View 1 2 3 chunks +22 lines, -5 lines 0 comments Download
M chrome/renderer/form_manager.cc View 1 2 7 chunks +91 lines, -20 lines 0 comments Download
M chrome/renderer/form_manager_unittest.cc View 1 2 2 chunks +132 lines, -3 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 4 chunks +23 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 4 chunks +44 lines, -13 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
James Hawkins
10 years, 7 months ago (2010-05-21 22:24:44 UTC) #1
James Hawkins
This is waiting on some WK commits, and there is a known WK bug where ...
10 years, 7 months ago (2010-05-21 22:25:41 UTC) #2
dhollowa
http://codereview.chromium.org/2138005/diff/1/4 File chrome/renderer/form_manager_unittest.cc (right): http://codereview.chromium.org/2138005/diff/1/4#newcode481 chrome/renderer/form_manager_unittest.cc:481: EXPECT_TRUE(firstname.isAutofilled()); Would be nice to exercise the case where ...
10 years, 7 months ago (2010-05-24 18:07:48 UTC) #3
James Hawkins
http://codereview.chromium.org/2138005/diff/1/4 File chrome/renderer/form_manager_unittest.cc (right): http://codereview.chromium.org/2138005/diff/1/4#newcode481 chrome/renderer/form_manager_unittest.cc:481: EXPECT_TRUE(firstname.isAutofilled()); On 2010/05/24 18:07:48, dhollowa wrote: > Would be ...
10 years, 7 months ago (2010-05-24 21:37:31 UTC) #4
dhollowa
LGTM, pending #if 0 stuff. http://codereview.chromium.org/2138005/diff/7001/8003 File chrome/renderer/form_manager_unittest.cc (right): http://codereview.chromium.org/2138005/diff/7001/8003#newcode446 chrome/renderer/form_manager_unittest.cc:446: #if 0 Looks like ...
10 years, 7 months ago (2010-05-24 22:20:31 UTC) #5
James Hawkins
http://codereview.chromium.org/2138005/diff/7001/8003 File chrome/renderer/form_manager_unittest.cc (right): http://codereview.chromium.org/2138005/diff/7001/8003#newcode446 chrome/renderer/form_manager_unittest.cc:446: #if 0 On 2010/05/24 22:20:32, dhollowa wrote: > Looks ...
10 years, 7 months ago (2010-05-24 22:32:11 UTC) #6
dhollowa
10 years, 6 months ago (2010-06-02 00:50:46 UTC) #7
On 2010/05/24 22:32:11, James Hawkins wrote:
> http://codereview.chromium.org/2138005/diff/7001/8003
> File chrome/renderer/form_manager_unittest.cc (right):
> 
> http://codereview.chromium.org/2138005/diff/7001/8003#newcode446
> chrome/renderer/form_manager_unittest.cc:446: #if 0
> On 2010/05/24 22:20:32, dhollowa wrote:
> > Looks like this got left in by mistake?
> 
> Yeppers.

LGTM.

Powered by Google App Engine
This is Rietveld 408576698