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

Issue 2101533002: [Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. (Closed)

Created:
4 years, 5 months ago by leonhsl(Using Gerrit)
Modified:
4 years, 5 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, rouslan+autofill_chromium.org, jam, browser-components-watch_chromium.org, yzshen+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, Aaron Boodman, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, darin (slow to review), abarth-chromium, ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. This CL is basis to mojofy IPCs between: ContentPasswordManagerDriver<-->PasswordAutofillAgent ContentPasswordManagerDriver<-->PasswordGenerationAgent TEST=components_unittests --gtest_filter=AutofillTypeTraitsTestImpl* BUG=582391 Committed: https://crrev.com/4638cbe08ea8775a448e0537545f2f7e5f9ad336 Cr-Commit-Position: refs/heads/master@{#403658}

Patch Set 1 #

Patch Set 2 #

Patch Set 3 #

Patch Set 4 : Fix gn check failure #

Patch Set 5 : Fix gyp #

Patch Set 6 : all done #

Total comments: 2

Patch Set 7 : Use operator== of PasswordForm #

Total comments: 5

Patch Set 8 : Add comments and rebase #

Total comments: 2

Patch Set 9 : origin --> origin_with_path #

Unified diffs Side-by-side diffs Delta from patch set Stats (+651 lines, -0 lines) Patch
M components/autofill.gypi View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M components/autofill/content/public/cpp/autofill_types.typemap View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M components/autofill/content/public/cpp/autofill_types_struct_traits.h View 1 2 3 4 5 6 7 8 3 chunks +211 lines, -0 lines 0 comments Download
M components/autofill/content/public/cpp/autofill_types_struct_traits.cc View 1 2 3 4 5 6 7 8 8 chunks +243 lines, -0 lines 0 comments Download
M components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc View 1 2 3 4 5 6 5 chunks +104 lines, -0 lines 0 comments Download
M components/autofill/content/public/interfaces/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/content/public/interfaces/autofill_types.mojom View 1 2 3 4 5 6 7 8 3 chunks +75 lines, -0 lines 0 comments Download
M components/autofill/content/public/interfaces/test_autofill_types.mojom View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/core/common/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 45 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101533002/40001
4 years, 5 months ago (2016-06-27 10:13:26 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/87684) linux_android_rel_ng on ...
4 years, 5 months ago (2016-06-27 10:16:57 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101533002/60001
4 years, 5 months ago (2016-06-28 03:34:04 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/192715)
4 years, 5 months ago (2016-06-28 04:12:19 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101533002/80001
4 years, 5 months ago (2016-06-28 05:17:01 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-28 06:12:25 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101533002/100001
4 years, 5 months ago (2016-06-28 07:47:47 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-28 08:56:01 UTC) #16
leonhsl(Using Gerrit)
Another typemap support CL, would you PTAL at ps#6? Thanks.
4 years, 5 months ago (2016-06-28 09:03:11 UTC) #18
vabr (Chromium)
LGTM, thanks for the next stride towards Mojo in autofill! Vaclav https://codereview.chromium.org/2101533002/diff/100001/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc File components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc (right): ...
4 years, 5 months ago (2016-06-28 09:57:45 UTC) #19
yzshen1
lgtm
4 years, 5 months ago (2016-06-28 20:50:22 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101533002/120001
4 years, 5 months ago (2016-06-29 03:17:12 UTC) #22
leonhsl(Using Gerrit)
Thanks Vaclav and Yuzhu for review. Uploaded ps#7 to use PasswordForm::operator==(). And, about follow-up CLs, ...
4 years, 5 months ago (2016-06-29 03:42:36 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 04:24:05 UTC) #25
vabr (Chromium)
Thanks for addressing the comment, LGTM! Vaclav
4 years, 5 months ago (2016-06-29 06:36:47 UTC) #26
dcheng
https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/cpp/autofill_types_struct_traits.h File components/autofill/content/public/cpp/autofill_types_struct_traits.h (right): https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/cpp/autofill_types_struct_traits.h#newcode374 components/autofill/content/public/cpp/autofill_types_struct_traits.h:374: static const std::string& signon_realm(const autofill::PasswordForm& r) { Btw, yzshen@, ...
4 years, 5 months ago (2016-06-30 12:33:42 UTC) #27
dcheng
4 years, 5 months ago (2016-06-30 12:33:47 UTC) #28
vabr (Chromium)
https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/interfaces/autofill_types.mojom File components/autofill/content/public/interfaces/autofill_types.mojom (right): https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/interfaces/autofill_types.mojom#newcode141 components/autofill/content/public/interfaces/autofill_types.mojom:141: url.mojom.Url origin; On 2016/06/30 12:33:42, dcheng wrote: > Can ...
4 years, 5 months ago (2016-06-30 12:57:18 UTC) #29
yzshen1
https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/cpp/autofill_types_struct_traits.h File components/autofill/content/public/cpp/autofill_types_struct_traits.h (right): https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/cpp/autofill_types_struct_traits.h#newcode374 components/autofill/content/public/cpp/autofill_types_struct_traits.h:374: static const std::string& signon_realm(const autofill::PasswordForm& r) { On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 15:19:32 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101533002/140001
4 years, 5 months ago (2016-07-02 11:05:28 UTC) #32
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-02 12:11:09 UTC) #34
leonhsl(Using Gerrit)
Uploaded ps#8 to address comments from Daniel. PTAnL, thanks. https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/interfaces/autofill_types.mojom File components/autofill/content/public/interfaces/autofill_types.mojom (right): https://codereview.chromium.org/2101533002/diff/120001/components/autofill/content/public/interfaces/autofill_types.mojom#newcode141 components/autofill/content/public/interfaces/autofill_types.mojom:141: ...
4 years, 5 months ago (2016-07-02 12:15:45 UTC) #35
leonhsl(Using Gerrit)
Ping Daniel, thanks
4 years, 5 months ago (2016-07-04 04:56:09 UTC) #36
dcheng
LGTM with a nit. https://codereview.chromium.org/2101533002/diff/140001/components/autofill/content/public/interfaces/autofill_types.mojom File components/autofill/content/public/interfaces/autofill_types.mojom (right): https://codereview.chromium.org/2101533002/diff/140001/components/autofill/content/public/interfaces/autofill_types.mojom#newcode142 components/autofill/content/public/interfaces/autofill_types.mojom:142: // the rest is stripped. ...
4 years, 5 months ago (2016-07-04 07:13:46 UTC) #37
leonhsl(Using Gerrit)
Uploaded ps#9 to address nit and will land now. Thanks all~ https://codereview.chromium.org/2101533002/diff/140001/components/autofill/content/public/interfaces/autofill_types.mojom File components/autofill/content/public/interfaces/autofill_types.mojom (right): ...
4 years, 5 months ago (2016-07-04 09:14:54 UTC) #38
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/2101533002/160001
4 years, 5 months ago (2016-07-04 09:15:14 UTC) #41
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-04 10:19:12 UTC) #42
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/4638cbe08ea8775a448e0537545f2f7e5f9ad336 Cr-Commit-Position: refs/heads/master@{#403658}
4 years, 5 months ago (2016-07-04 10:20:37 UTC) #44
Finnur
4 years, 5 months ago (2016-07-04 11:09:33 UTC) #45
Message was sent while issue was closed.
A revert of this CL (patchset #9 id:160001) has been created in
https://codereview.chromium.org/2123483002/ by finnur@chromium.org.

The reason for reverting is: Caused compile failure:
https://build.chromium.org/p/chromium/buildstatus?builder=Mac&number=17333.

Powered by Google App Engine
This is Rietveld 408576698