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

Issue 734983006: Autofill - Fix Harry and David checkout: ignore role="presentation" (Closed)

Created:
6 years ago by Evan Stade
Modified:
6 years ago
Reviewers:
jschuh, brettw
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, benquan, jam, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Autofill - Fix Harry and David checkout: ignore role="presentation" fields. BUG=438396 Committed: https://crrev.com/b78bada8e9cae05a78568c511defe2817eeb7e2b Cr-Commit-Position: refs/heads/master@{#307337}

Patch Set 1 #

Patch Set 2 : relative patchset #

Total comments: 1

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : remove curlies #

Patch Set 5 : enum #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -65 lines) Patch
M chrome/test/data/autofill/heuristics/output/24_checkout_harryanddavid.com.out View 1 1 chunk +28 lines, -28 lines 0 comments Download
M components/autofill/content/common/autofill_messages.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/form_field.cc View 1 2 3 4 2 chunks +9 lines, -6 lines 0 comments Download
M components/autofill/core/common/form_field_data.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M components/autofill/core/common/form_field_data.cc View 1 2 3 4 8 chunks +23 lines, -31 lines 0 comments Download

Messages

Total messages: 24 (5 generated)
Evan Stade
https://codereview.chromium.org/734983006/diff/20001/chrome/test/data/autofill/heuristics/output/24_checkout_harryanddavid.com.out File chrome/test/data/autofill/heuristics/output/24_checkout_harryanddavid.com.out (right): https://codereview.chromium.org/734983006/diff/20001/chrome/test/data/autofill/heuristics/output/24_checkout_harryanddavid.com.out#newcode8 chrome/test/data/autofill/heuristics/output/24_checkout_harryanddavid.com.out:8: UNKNOWN_TYPE | | First Name* | Χ | typeOfAddress_1-default ...
6 years ago (2014-12-02 23:36:10 UTC) #2
brettw
https://codereview.chromium.org/734983006/diff/40001/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/734983006/diff/40001/components/autofill/content/renderer/form_autofill_util.cc#newcode975 components/autofill/content/renderer/form_autofill_util.cc:975: if (field->role.size() > kMaxDataLength) { Looks like this file ...
6 years ago (2014-12-03 21:36:24 UTC) #3
brettw
LGTM with previous nit
6 years ago (2014-12-03 21:36:33 UTC) #4
Evan Stade
https://codereview.chromium.org/734983006/diff/40001/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/734983006/diff/40001/components/autofill/content/renderer/form_autofill_util.cc#newcode975 components/autofill/content/renderer/form_autofill_util.cc:975: if (field->role.size() > kMaxDataLength) { On 2014/12/03 21:36:24, brettw ...
6 years ago (2014-12-03 22:29:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/734983006/60001
6 years ago (2014-12-03 22:30:42 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/28062)
6 years ago (2014-12-03 22:37:36 UTC) #9
Evan Stade
+jschuh for components/autofill/content/common/autofill_messages.h can you CQ if lgty?
6 years ago (2014-12-03 23:33:25 UTC) #11
Evan Stade
On 2014/12/03 23:33:25, Evan Stade wrote: > +jschuh for components/autofill/content/common/autofill_messages.h > > can you CQ ...
6 years ago (2014-12-05 22:37:23 UTC) #12
Evan Stade
On 2014/12/03 23:33:25, Evan Stade wrote: > +jschuh for components/autofill/content/common/autofill_messages.h > > can you CQ ...
6 years ago (2014-12-05 22:37:23 UTC) #13
jschuh
Sorry, apparently gmail decided I didn't need to see this. Quick question, does the role ...
6 years ago (2014-12-05 23:03:04 UTC) #14
Evan Stade
On 2014/12/05 23:03:04, jschuh wrote: > Sorry, apparently gmail decided I didn't need to see ...
6 years ago (2014-12-06 00:47:08 UTC) #15
Ilya Sherman
On 2014/12/06 00:47:08, Evan Stade wrote: > On 2014/12/05 23:03:04, jschuh wrote: > > Sorry, ...
6 years ago (2014-12-06 00:53:33 UTC) #16
Evan Stade
On 2014/12/06 00:53:33, Ilya Sherman wrote: > On 2014/12/06 00:47:08, Evan Stade wrote: > > ...
6 years ago (2014-12-06 01:47:28 UTC) #17
jschuh
You still need the comparison (or map or whatever) for the conversion, but my concern ...
6 years ago (2014-12-06 04:26:39 UTC) #18
Evan Stade
ok, changed to enum. Seems form_control_type should also be an enum, although that's a task ...
6 years ago (2014-12-08 19:31:42 UTC) #19
jschuh
thanks. lgtm for ipc security
6 years ago (2014-12-08 19:45:45 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/734983006/80001
6 years ago (2014-12-08 19:54:59 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years ago (2014-12-08 21:10:48 UTC) #23
commit-bot: I haz the power
6 years ago (2014-12-08 21:11:30 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b78bada8e9cae05a78568c511defe2817eeb7e2b
Cr-Commit-Position: refs/heads/master@{#307337}

Powered by Google App Engine
This is Rietveld 408576698