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

Issue 2162933003: [Password Generation] Fixes bug in sending CSS classes to the server (Closed)

Created:
4 years, 5 months ago by kolos1
Modified:
4 years, 5 months ago
CC:
browser-components-watch_chromium.org, chromium-reviews, darin-cc_chromium.org, estade+watch_chromium.org, jam, jdonnelly+autofillwatch_chromium.org, rouslan+autofill_chromium.org, vabr+watchlistautofill_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Generation] Fixes bug in sending CSS classes to the server This CL fixes two issues of another CL (https://codereview.chromium.org/2073093002): 1) FormFieldData.css_classes was missed in IPC_STRUCT_TRAITS_BEGIN(autofill::FormFieldData) in autofill_messages.h 2) There is no need in AutofillField.css_classes_. It is a duplicate of FormFieldData.css_classes BUG=582434 Committed: https://crrev.com/d6897f621a614c6768f08fbb779b915f9039c3ad Cr-Commit-Position: refs/heads/master@{#406514}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M components/autofill/content/common/autofill_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_field.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
kolos1
Hi Vaclav, Please review tiny change in components/autofill/core/browser/autofill_field.h I tried to add tests for these ...
4 years, 5 months ago (2016-07-19 14:55:21 UTC) #3
vabr (Chromium)
lgtm
4 years, 5 months ago (2016-07-19 16:27:10 UTC) #4
kolos1
mkwst@: Please review changes in autofill_messages.h
4 years, 5 months ago (2016-07-19 16:29:30 UTC) #6
Mike West
LGTM.
4 years, 5 months ago (2016-07-20 07:29:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2162933003/1
4 years, 5 months ago (2016-07-20 07:47:14 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-20 08:15:23 UTC) #15
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-20 08:15:25 UTC) #16
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/d6897f621a614c6768f08fbb779b915f9039c3ad Cr-Commit-Position: refs/heads/master@{#406514}
4 years, 5 months ago (2016-07-20 08:16:44 UTC) #18
vabr (Chromium)
4 years, 5 months ago (2016-07-20 08:39:28 UTC) #19
Message was sent while issue was closed.
Following up on our off-line discussion:
components/autofill/content/public/interfaces/autofill_types.mojom contains also
a description of FormFieldData, and seems to be missing css_classes. Could you
please add it there as well?

Thanks!
Vaclav

Powered by Google App Engine
This is Rietveld 408576698