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

Issue 800543009: autofill: bumped pickle version of FormFieldData (Closed)

Created:
5 years, 11 months ago by Lukasz Jagielski
Modified:
5 years, 11 months ago
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, rouslan+autofillwatch_chromium.org, Ilya Sherman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

autofill: bumped pickle version of FormFieldData Binary format was changed with https://codereview.chromium.org/734983006. BUG=450162 Committed: https://crrev.com/97dc995002ed64b09d7e49e43039ad243ff68bce Cr-Commit-Position: refs/heads/master@{#312388}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixups #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -3 lines) Patch
M components/autofill/core/common/form_field_data.cc View 1 3 chunks +25 lines, -3 lines 1 comment Download
M components/autofill/core/common/form_field_data_unittest.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Lukasz Jagielski
Hi, PTAL at my CL proposition. Thanks, Łukasz
5 years, 11 months ago (2015-01-20 11:01:18 UTC) #2
vabr (Chromium)
Thanks for fixing this! The CL LGTM with minor nits. Please note that you still ...
5 years, 11 months ago (2015-01-20 11:19:57 UTC) #3
Lukasz Jagielski
@estade, could you please take a look? Thanks, Łukasz
5 years, 11 months ago (2015-01-20 12:13:35 UTC) #5
Evan Stade
whoops. lgtm. thanks.
5 years, 11 months ago (2015-01-20 22:15:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/800543009/20001
5 years, 11 months ago (2015-01-21 08:20:49 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-21 14:48:44 UTC) #9
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/97dc995002ed64b09d7e49e43039ad243ff68bce Cr-Commit-Position: refs/heads/master@{#312388}
5 years, 11 months ago (2015-01-21 14:50:13 UTC) #10
Lei Zhang
https://codereview.chromium.org/800543009/diff/20001/components/autofill/core/common/form_field_data.cc File components/autofill/core/common/form_field_data.cc (right): https://codereview.chromium.org/800543009/diff/20001/components/autofill/core/common/form_field_data.cc#newcode181 components/autofill/core/common/form_field_data.cc:181: !ReadAsInt(iter, &field_data->role) || I wish you put "role" at ...
5 years, 11 months ago (2015-01-23 06:43:01 UTC) #12
Lukasz Jagielski
On 2015/01/23 06:43:01, Lei Zhang wrote: > https://codereview.chromium.org/800543009/diff/20001/components/autofill/core/common/form_field_data.cc > File components/autofill/core/common/form_field_data.cc (right): > > https://codereview.chromium.org/800543009/diff/20001/components/autofill/core/common/form_field_data.cc#newcode181 ...
5 years, 11 months ago (2015-01-23 08:43:00 UTC) #13
Evan Stade
5 years, 11 months ago (2015-01-23 16:50:14 UTC) #14
Message was sent while issue was closed.
On 2015/01/23 08:43:00, Lukasz Jagielski wrote:
> On 2015/01/23 06:43:01, Lei Zhang wrote:
> >
>
https://codereview.chromium.org/800543009/diff/20001/components/autofill/core...
> > File components/autofill/core/common/form_field_data.cc (right):
> > 
> >
>
https://codereview.chromium.org/800543009/diff/20001/components/autofill/core...
> > components/autofill/core/common/form_field_data.cc:181: !ReadAsInt(iter,
> > &field_data->role) ||
> > I wish you put "role" at the end, so (de)serializing version 2 is the same
as
> > version 1, but with one more bit of extra work. Oh well.
> 
> You're right, but can I still make changes in this review?
> Regards,
> Łukasz

We can probably fix this with a follow up change, right? This patch is
merge-requested here https://code.google.com/p/chromium/issues/detail?id=450162
but as of yet hasn't gotten merged.

Powered by Google App Engine
This is Rietveld 408576698