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

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed)

Created:
4 years, 9 months ago by leonhsl(Using Gerrit)
Modified:
4 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blundell+watchlist_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, droger+watchlist_chromium.org, gcasto+watchlist_chromium.org, jam, mkwst+watchlist-passwords_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, sdefresne+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch components/password_manager code from IPC messages to Mojo. Replace credential_manager_messages.h IPC to Mojo service. BUG=582391 Committed: https://crrev.com/d20fb918841354a75546fa38b5307aaba117598b Cr-Commit-Position: refs/heads/master@{#385369}

Patch Set 1 #

Patch Set 2 : Impl done, unit_tests and browser_tests not ready yet #

Total comments: 53

Patch Set 3 : Address Vaclav's comments #

Total comments: 4

Patch Set 4 : Rebase only #

Patch Set 5 : Address comments and unit_tests done. browser_tests not ready #

Patch Set 6 : Add browsertests. #

Total comments: 15

Patch Set 7 : Rebase only #

Patch Set 8 : Add gyp #

Patch Set 9 : Address comments and fix trybots failures #

Patch Set 10 : Rebase and trivial change. #

Patch Set 11 : Fix iOS trybot failure #

Patch Set 12 : Fix gyp build failure. #

Patch Set 13 : Fix gyp build failure. #

Patch Set 14 : Rebase only #

Patch Set 15 : Fix gyp build failure #

Patch Set 16 : gyp #

Total comments: 23

Patch Set 17 : Address comments #

Patch Set 18 : Rebase only #

Patch Set 19 : Fix gyp #

Patch Set 20 : Remove dependency on //content/common/mojo #

Patch Set 21 : Rebase only #

Total comments: 2

Patch Set 22 : Rebase only #

Patch Set 23 : Fix android build error #

Patch Set 24 : Rebase only #

Patch Set 25 : Truncate one comment line which is too long #

Patch Set 26 : Rebase only #

Patch Set 27 : Fix ios trybot failure #

Patch Set 28 : Rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1011 lines, -2491 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 4 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -2 lines 0 comments Download
M components/password_manager.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +38 lines, -17 lines 0 comments Download
M components/password_manager/content/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -4 lines 0 comments Download
M components/password_manager/content/browser/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
D components/password_manager/content/browser/credential_manager_dispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -129 lines 0 comments Download
D components/password_manager/content/browser/credential_manager_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -283 lines 0 comments Download
D components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -1164 lines 0 comments Download
A + components/password_manager/content/browser/credential_manager_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 5 chunks +32 lines, -35 lines 0 comments Download
A + components/password_manager/content/browser/credential_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 10 chunks +79 lines, -90 lines 0 comments Download
A + components/password_manager/content/browser/credential_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 52 chunks +247 lines, -289 lines 0 comments Download
D components/password_manager/content/common/BUILD.gn View 1 chunk +0 lines, -22 lines 0 comments Download
D components/password_manager/content/common/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D components/password_manager/content/common/OWNERS View 1 chunk +0 lines, -13 lines 0 comments Download
D components/password_manager/content/common/credential_manager_content_utils.h View 1 chunk +0 lines, -22 lines 0 comments Download
D components/password_manager/content/common/credential_manager_content_utils.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D components/password_manager/content/common/credential_manager_message_generator.h View 1 chunk +0 lines, -7 lines 0 comments Download
D components/password_manager/content/common/credential_manager_message_generator.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D components/password_manager/content/common/credential_manager_messages.h View 1 1 chunk +0 lines, -86 lines 0 comments Download
A + components/password_manager/content/public/cpp/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +11 lines, -11 lines 0 comments Download
A components/password_manager/content/public/cpp/type_converters.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +51 lines, -0 lines 0 comments Download
A components/password_manager/content/public/cpp/type_converters.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +128 lines, -0 lines 0 comments Download
A + components/password_manager/content/public/interfaces/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +3 lines, -4 lines 0 comments Download
A + components/password_manager/content/public/interfaces/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
A components/password_manager/content/public/interfaces/credential_manager.mojom View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
M components/password_manager/content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/content/renderer/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client.h View 1 2 3 chunks +4 lines, -27 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +154 lines, -85 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 6 chunks +113 lines, -83 lines 0 comments Download
M components/password_manager/core/browser/credential_manager_pending_request_task.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 5 chunks +10 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/credential_manager_pending_request_task.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 6 chunks +7 lines, -7 lines 0 comments Download
M components/password_manager/core/common/credential_manager_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +2 lines, -1 line 0 comments Download
M components/password_manager/core/common/credential_manager_types.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +10 lines, -2 lines 0 comments Download
M content/content_common_mojo_bindings.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +4 lines, -4 lines 0 comments Download
M ios/chrome/browser/passwords/credential_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +7 lines, -2 lines 0 comments Download
M ios/chrome/browser/passwords/credential_manager.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 6 chunks +15 lines, -7 lines 0 comments Download
M ipc/ipc_message_start.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 135 (45 generated)
leonhsl(Using Gerrit)
Hi, would you PTAL? Thanks all~ +Vaclav as OWNER of password manager. +Ken, Anand, Sam ...
4 years, 9 months ago (2016-03-03 07:29:35 UTC) #2
vabr (Chromium)
Thanks for the CL. So far it looks reasonable, although I have only skimmed it, ...
4 years, 9 months ago (2016-03-07 13:54:21 UTC) #3
leonhsl(Using Gerrit)
On 2016/03/07 13:54:21, vabr (Chromium) wrote: > Thanks for the CL. So far it looks ...
4 years, 9 months ago (2016-03-08 03:30:45 UTC) #4
vabr (Chromium)
On 2016/03/08 03:30:45, leonhsl wrote: > On 2016/03/07 13:54:21, vabr (Chromium) wrote: > > Thanks ...
4 years, 9 months ago (2016-03-08 09:36:40 UTC) #5
leonhsl(Using Gerrit)
On 2016/03/08 09:36:40, vabr (Chromium) wrote: > On 2016/03/08 03:30:45, leonhsl wrote: > > On ...
4 years, 9 months ago (2016-03-09 02:51:40 UTC) #6
leonhsl(Using Gerrit)
Uploaded patchset #2, mojo conversion impl done, but unit_tests and browser_tests are still ongoing and ...
4 years, 9 months ago (2016-03-09 11:29:25 UTC) #8
leonhsl(Using Gerrit)
On 2016/03/09 11:29:25, leonhsl wrote: > Uploaded patchset #2, mojo conversion impl done, but unit_tests ...
4 years, 9 months ago (2016-03-09 11:39:27 UTC) #9
vabr (Chromium)
Thank you, the password manager bits look good to me (with comments), I'm looking forward ...
4 years, 9 months ago (2016-03-09 16:26:30 UTC) #10
leonhsl(Using Gerrit)
Hi, Vaclav, Thanks a lot for kindly review~ Uploaded patchset #3 to address all comments, ...
4 years, 9 months ago (2016-03-10 06:42:42 UTC) #11
vabr (Chromium)
Thank you, password manager production code looks good with a handful of comments. Cheers, Vaclav ...
4 years, 9 months ago (2016-03-10 12:57:11 UTC) #12
leonhsl(Using Gerrit)
Uploaded patchset #5. Addressed comments, added unit_tests code and component_unittests PASS on my local machine. ...
4 years, 9 months ago (2016-03-11 09:52:26 UTC) #14
leonhsl(Using Gerrit)
Uploaded patchset#6 to add browsertests impl, components_browsertests PASS on my local machine.
4 years, 9 months ago (2016-03-13 13:28:53 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/160001
4 years, 9 months ago (2016-03-14 09:58:53 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/35635) cast_shell_linux on ...
4 years, 9 months ago (2016-03-14 10:02:31 UTC) #19
vabr (Chromium)
Thank you, password manager code LGTM, with some nits and comments. Cheers, Vaclav https://codereview.chromium.org/1762603002/diff/20001/components/password_manager/content/browser/credential_manager_impl.cc File ...
4 years, 9 months ago (2016-03-14 15:40:26 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/180001
4 years, 9 months ago (2016-03-16 07:02:21 UTC) #22
leonhsl(Using Gerrit)
Hi, Vaclav, Thanks a lot for kindly approval! Uploaded patchset #9 to address comments and ...
4 years, 9 months ago (2016-03-16 07:07:28 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/145366)
4 years, 9 months ago (2016-03-16 07:08:00 UTC) #25
vabr (Chromium)
Thanks for addressing the comments, still LGTM. Let me know if you need help with ...
4 years, 9 months ago (2016-03-16 07:16:20 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/200001
4 years, 9 months ago (2016-03-16 11:51:55 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/145413)
4 years, 9 months ago (2016-03-16 11:57:56 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/220001
4 years, 9 months ago (2016-03-17 05:57:54 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/157960)
4 years, 9 months ago (2016-03-17 06:07:28 UTC) #34
leonhsl(Using Gerrit)
Hi, Vaclav, Thanks a lot for kindly help~ Uploaded patchset #11 to fix iOS trybot ...
4 years, 9 months ago (2016-03-17 06:26:25 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/240001
4 years, 9 months ago (2016-03-17 06:39:48 UTC) #37
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/157965)
4 years, 9 months ago (2016-03-17 06:48:40 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/260001
4 years, 9 months ago (2016-03-17 08:32:04 UTC) #41
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/5593) ios_dbg_simulator_ninja on ...
4 years, 9 months ago (2016-03-17 08:34:41 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/280001
4 years, 9 months ago (2016-03-17 09:08:43 UTC) #45
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/157986)
4 years, 9 months ago (2016-03-17 09:17:59 UTC) #47
vabr (Chromium)
On 2016/03/17 06:26:25, leonhsl wrote: > Hi, Vaclav, Thanks a lot for kindly help~ Uploaded ...
4 years, 9 months ago (2016-03-17 09:34:38 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/300001
4 years, 9 months ago (2016-03-17 14:17:15 UTC) #50
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/158041)
4 years, 9 months ago (2016-03-17 14:26:26 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/320001
4 years, 9 months ago (2016-03-17 16:10:00 UTC) #54
leonhsl(Using Gerrit)
Hi, Ken, Anand, Sam, this CL is ready now except some gyp build failures which ...
4 years, 9 months ago (2016-03-17 16:19:10 UTC) #56
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/158082)
4 years, 9 months ago (2016-03-17 16:20:51 UTC) #58
leonhsl(Using Gerrit)
Hi, Ken, Anand, Sam, this CL is ready now except some gyp build failures which ...
4 years, 9 months ago (2016-03-17 16:22:18 UTC) #59
Ken Rockot(use gerrit already)
Generally LG to me https://codereview.chromium.org/1762603002/diff/320001/components/password_manager.gypi File components/password_manager.gypi (right): https://codereview.chromium.org/1762603002/diff/320001/components/password_manager.gypi#newcode252 components/password_manager.gypi:252: # GN version: //components/password_manager/content/public The ...
4 years, 9 months ago (2016-03-17 17:28:21 UTC) #60
Ken Rockot(use gerrit already)
On 2016/03/17 at 17:28:21, Ken Rockot wrote: > Generally LG to me > > https://codereview.chromium.org/1762603002/diff/320001/components/password_manager.gypi ...
4 years, 9 months ago (2016-03-17 18:03:42 UTC) #61
jam
https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/renderer/credential_manager_client_browsertest.cc File components/password_manager/content/renderer/credential_manager_client_browsertest.cc (right): https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/renderer/credential_manager_client_browsertest.cc#newcode88 components/password_manager/content/renderer/credential_manager_client_browsertest.cc:88: registry->AddServiceOverrideForTesting( code outside of content/ can only include code ...
4 years, 9 months ago (2016-03-17 23:02:08 UTC) #62
Anand Mistry (off Chromium)
Mostly LG with a few small issues, and one temporary blocker (you can follow at ...
4 years, 9 months ago (2016-03-18 01:24:13 UTC) #63
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/330045 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/330045
4 years, 9 months ago (2016-03-18 09:52:18 UTC) #65
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/158486)
4 years, 9 months ago (2016-03-18 10:01:49 UTC) #67
leonhsl(Using Gerrit)
Big thanks to all for kindly review! Uploaded patchset#17 to address all comments except the ...
4 years, 9 months ago (2016-03-18 10:02:16 UTC) #68
leonhsl(Using Gerrit)
About the Mojo response callback thread safety issue. Thanks~ https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/browser/credential_manager_impl.cc File components/password_manager/content/browser/credential_manager_impl.cc (right): https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/browser/credential_manager_impl.cc#newcode107 components/password_manager/content/browser/credential_manager_impl.cc:107: ...
4 years, 9 months ago (2016-03-18 10:34:45 UTC) #69
Anand Mistry (off Chromium)
https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/browser/credential_manager_impl.cc File components/password_manager/content/browser/credential_manager_impl.cc (right): https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/browser/credential_manager_impl.cc#newcode107 components/password_manager/content/browser/credential_manager_impl.cc:107: base::Bind(&CredentialManagerImpl::ScheduleRequireMediationTask, On 2016/03/18 10:34:45, leonhsl wrote: > On 2016/03/18 ...
4 years, 9 months ago (2016-03-18 14:10:17 UTC) #70
leonhsl(Using Gerrit)
On 2016/03/18 14:10:17, Anand Mistry wrote: > https://codereview.chromium.org/1762603002/diff/320001/components/password_manager/content/browser/credential_manager_impl.cc > File components/password_manager/content/browser/credential_manager_impl.cc > (right): > > ...
4 years, 9 months ago (2016-03-18 15:25:38 UTC) #71
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/370001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/370001
4 years, 9 months ago (2016-03-21 09:26:48 UTC) #73
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/159104)
4 years, 9 months ago (2016-03-21 09:39:26 UTC) #75
leonhsl(Using Gerrit)
As the promoting CL https://codereview.chromium.org/1806843005/ has been landed, uploaded patchset #20 to remove dependency on ...
4 years, 9 months ago (2016-03-21 11:14:00 UTC) #76
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/390001
4 years, 9 months ago (2016-03-21 11:14:36 UTC) #78
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/159116)
4 years, 9 months ago (2016-03-21 11:23:49 UTC) #80
vabr (Chromium)
On 2016/03/21 11:14:00, leonhsl wrote: > And, there are still 2 trybots can't build well ...
4 years, 9 months ago (2016-03-21 13:21:02 UTC) #81
leonhsl(Using Gerrit)
On 2016/03/21 13:21:02, vabr (Chromium) wrote: > On 2016/03/21 11:14:00, leonhsl wrote: > > And, ...
4 years, 9 months ago (2016-03-23 06:28:56 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/410001
4 years, 9 months ago (2016-03-25 10:27:03 UTC) #84
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/160753)
4 years, 9 months ago (2016-03-25 10:38:36 UTC) #86
leonhsl(Using Gerrit)
Hi, as crbug.com/595939 has been solved, the only blocker for this CL is the linux_android_rel_ng ...
4 years, 9 months ago (2016-03-25 14:52:20 UTC) #87
Ken Rockot(use gerrit already)
https://codereview.chromium.org/1762603002/diff/410001/components/password_manager.gypi File components/password_manager.gypi (right): https://codereview.chromium.org/1762603002/diff/410001/components/password_manager.gypi#newcode263 components/password_manager.gypi:263: 'dependencies': [ Remove this and the export_depenedent_settings value. If ...
4 years, 9 months ago (2016-03-25 15:42:20 UTC) #88
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/450001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/450001
4 years, 8 months ago (2016-03-28 05:07:36 UTC) #90
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/161102)
4 years, 8 months ago (2016-03-28 05:23:12 UTC) #92
leonhsl(Using Gerrit)
Sorry for my lacking of knowledge and big thanks for Ken's advice to solve the ...
4 years, 8 months ago (2016-03-28 06:43:57 UTC) #94
Tom Sepez
RS LGTM for deleting IPC constant.
4 years, 8 months ago (2016-03-28 16:06:13 UTC) #95
Ken Rockot(use gerrit already)
lgtm
4 years, 8 months ago (2016-03-28 16:12:40 UTC) #96
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/450001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/450001
4 years, 8 months ago (2016-03-29 02:07:36 UTC) #98
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/490001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/490001
4 years, 8 months ago (2016-03-29 02:26:44 UTC) #100
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-29 03:40:43 UTC) #102
Ken Rockot(use gerrit already)
lgtm!
4 years, 8 months ago (2016-03-29 20:36:01 UTC) #103
Ken Rockot(use gerrit already)
On 2016/03/29 at 20:36:01, Ken Rockot wrote: > lgtm! doh... i already said that. :)
4 years, 8 months ago (2016-03-29 20:36:20 UTC) #104
vabr (Chromium)
Han Leon, As heads-up: if you rebase, you will likely hit a conflict or a ...
4 years, 8 months ago (2016-03-30 08:10:18 UTC) #105
leonhsl(Using Gerrit)
On 2016/03/30 08:10:18, vabr (Chromium) wrote: > Han Leon, > As heads-up: if you rebase, ...
4 years, 8 months ago (2016-03-30 09:13:30 UTC) #106
jochen (gone - plz use gerrit)
lgtm
4 years, 8 months ago (2016-03-30 16:36:54 UTC) #107
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/510001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/510001
4 years, 8 months ago (2016-03-31 07:08:42 UTC) #109
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/151932) ios_rel_device_ninja on ...
4 years, 8 months ago (2016-03-31 07:14:22 UTC) #111
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/530001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/530001
4 years, 8 months ago (2016-03-31 07:29:15 UTC) #113
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-31 09:47:21 UTC) #115
leonhsl(Using Gerrit)
Hi, Vaclav, rebase done and all trybots got green, would you PTAL again as the ...
4 years, 8 months ago (2016-03-31 10:00:16 UTC) #116
leonhsl(Using Gerrit)
Hi, John, Anand, Sam, ping~ Eager to your feedback. Thanks~ John --> for //content and ...
4 years, 8 months ago (2016-03-31 10:02:06 UTC) #117
vabr (Chromium)
On 2016/03/31 10:00:16, leonhsl wrote: > Hi, Vaclav, rebase done and all trybots got green, ...
4 years, 8 months ago (2016-03-31 11:43:44 UTC) #118
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/550001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/550001
4 years, 8 months ago (2016-04-05 05:51:17 UTC) #120
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-05 07:00:27 UTC) #122
leonhsl(Using Gerrit)
Hi, Vaclav, would you PTAL at patch set #28? If it's OK I'd like to ...
4 years, 8 months ago (2016-04-05 07:27:01 UTC) #123
Anand Mistry (off Chromium)
LGTM I did a once-over on patchset 27 and it all looks good. Submit it!
4 years, 8 months ago (2016-04-05 07:42:33 UTC) #124
vabr (Chromium)
The diff of 28 vs. 27 seems to be just a rebase, no? In that ...
4 years, 8 months ago (2016-04-05 11:50:26 UTC) #125
leonhsl(Using Gerrit)
On 2016/04/05 11:50:26, vabr (Chromium) wrote: > The diff of 28 vs. 27 seems to ...
4 years, 8 months ago (2016-04-06 01:59:44 UTC) #126
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762603002/550001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762603002/550001
4 years, 8 months ago (2016-04-06 02:00:27 UTC) #129
commit-bot: I haz the power
Committed patchset #28 (id:550001)
4 years, 8 months ago (2016-04-06 02:08:34 UTC) #130
commit-bot: I haz the power
Patchset 28 (id:??) landed as https://crrev.com/d20fb918841354a75546fa38b5307aaba117598b Cr-Commit-Position: refs/heads/master@{#385369}
4 years, 8 months ago (2016-04-06 02:09:47 UTC) #132
loyso (OOO)
Is this CL related to Android GN build failure? https://build.chromium.org/p/chromium.linux/builders/Android%20GN%20%28dbg%29/builds/20233 /tmp/tmpZ5Cfbk/java/org/chromium/mojom/password_manager/mojom/CredentialInfo.java:37: error: package org.chromium.mojom.url.mojom does ...
4 years, 8 months ago (2016-04-06 02:34:44 UTC) #133
loyso (OOO)
A revert of this CL (patchset #28 id:550001) has been created in https://codereview.chromium.org/1861973002/ by loyso@chromium.org. ...
4 years, 8 months ago (2016-04-06 02:49:00 UTC) #134
loyso (OOO)
4 years, 8 months ago (2016-04-06 02:55:27 UTC) #135

Powered by Google App Engine
This is Rietveld 408576698