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

Issue 23033010: [password autofill] Add serialization for FormData and FormFieldData (Closed)

Created:
7 years, 4 months ago by Garrett Casto
Modified:
7 years, 3 months ago
Reviewers:
Jói, Evan Stade
CC:
chromium-reviews, Raman Kakilate, benquan, ahutter, browser-components-watch_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

[password autofill] Add serialization for FormData and FormFieldData These objects will soon be added to PasswordForm, which needs to be persisted by the PasswordStore. BUG=240559 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220437

Patch Set 1 #

Patch Set 2 : Initial #

Patch Set 3 : Unittests #

Total comments: 14

Patch Set 4 : Comments #

Patch Set 5 : size_t #

Patch Set 6 : Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -1 line) Patch
M components/autofill/core/common/form_data.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M components/autofill/core/common/form_data.cc View 1 2 3 4 5 2 chunks +79 lines, -0 lines 0 comments Download
A components/autofill/core/common/form_data_unittest.cc View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M components/autofill/core/common/form_field_data.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M components/autofill/core/common/form_field_data.cc View 1 2 3 4 5 2 chunks +106 lines, -0 lines 0 comments Download
A components/autofill/core/common/form_field_data_unittest.cc View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
M components/components_tests.gypi View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Garrett Casto
7 years, 4 months ago (2013-08-20 00:56:46 UTC) #1
Evan Stade
https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h File components/autofill/core/common/form_data.h (right): https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h#newcode42 components/autofill/core/common/form_data.h:42: void SerializeFormData(const FormData& form_data, Pickle* pickle); any reason not ...
7 years, 3 months ago (2013-08-26 23:20:43 UTC) #2
Garrett Casto
https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h File components/autofill/core/common/form_data.h (right): https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h#newcode42 components/autofill/core/common/form_data.h:42: void SerializeFormData(const FormData& form_data, Pickle* pickle); On 2013/08/26 23:20:44, ...
7 years, 3 months ago (2013-08-27 17:21:04 UTC) #3
Evan Stade
lgtm https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h File components/autofill/core/common/form_data.h (right): https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h#newcode42 components/autofill/core/common/form_data.h:42: void SerializeFormData(const FormData& form_data, Pickle* pickle); On 2013/08/27 ...
7 years, 3 months ago (2013-08-28 22:42:11 UTC) #4
Garrett Casto
https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h File components/autofill/core/common/form_data.h (right): https://codereview.chromium.org/23033010/diff/7001/components/autofill/core/common/form_data.h#newcode42 components/autofill/core/common/form_data.h:42: void SerializeFormData(const FormData& form_data, Pickle* pickle); On 2013/08/28 22:42:11, ...
7 years, 3 months ago (2013-08-29 06:48:34 UTC) #5
Garrett Casto
Joi: Can LGTM the changes to components/components_tests.gypi
7 years, 3 months ago (2013-08-29 06:50:07 UTC) #6
Jói
//components/components_tests.gypi LGTM
7 years, 3 months ago (2013-08-29 09:43:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/23033010/18001
7 years, 3 months ago (2013-08-29 17:23:02 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-08-29 17:48:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/23033010/40001
7 years, 3 months ago (2013-08-29 19:28:54 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-08-29 20:54:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/23033010/58001
7 years, 3 months ago (2013-08-29 21:06:47 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-08-29 23:48:37 UTC) #13
Message was sent while issue was closed.
Change committed as 220437

Powered by Google App Engine
This is Rietveld 408576698