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

Issue 2024603002: [Autofill] Register AutofillDriver mojo interface earlier. (Closed)

Created:
4 years, 6 months ago by leonhsl(Using Gerrit)
Modified:
4 years, 6 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, rouslan+autofill_chromium.org, jam, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Register AutofillDriver mojo interface earlier. To avoid the following error msg which would show if renderer tried to connect to AutofillDriver interface before it is created. "[31483:31483:0530/152039:ERROR:service_registry_impl.cc(95)] autofill::mojom::AutofillDriver not found" BUG=none Committed: https://crrev.com/04b276e5857b3c36f18908a75c490fd748ba70dc Cr-Commit-Position: refs/heads/master@{#397016}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix trybot failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -8 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_factory.h View 2 chunks +3 lines, -0 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_factory.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 28 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2024603002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2024603002/1
4 years, 6 months ago (2016-05-30 09:20:44 UTC) #2
leonhsl(Using Gerrit)
Hi, while I'm trying to mojofy other autofill IPCs, I noticed that this should the ...
4 years, 6 months ago (2016-05-30 09:32:56 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/220243)
4 years, 6 months ago (2016-05-30 09:45:27 UTC) #6
vabr (Chromium)
LGTM with a question. Thanks! Vaclav https://codereview.chromium.org/2024603002/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/2024603002/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode774 components/autofill/content/renderer/autofill_agent.cc:774: if (mojo_autofill_driver_.is_bound() && ...
4 years, 6 months ago (2016-05-30 10:16:09 UTC) #7
leonhsl(Using Gerrit)
Hi, Thanks a lot for kindly review~ https://codereview.chromium.org/2024603002/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/2024603002/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode774 components/autofill/content/renderer/autofill_agent.cc:774: if (mojo_autofill_driver_.is_bound() ...
4 years, 6 months ago (2016-05-30 10:52:01 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2024603002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2024603002/1
4 years, 6 months ago (2016-05-30 10:52:25 UTC) #10
vabr (Chromium)
https://codereview.chromium.org/2024603002/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/2024603002/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode774 components/autofill/content/renderer/autofill_agent.cc:774: if (mojo_autofill_driver_.is_bound() && On 2016/05/30 10:52:01, leonhsl wrote: > ...
4 years, 6 months ago (2016-05-30 10:58:21 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/177856)
4 years, 6 months ago (2016-05-30 11:26:49 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2024603002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2024603002/1
4 years, 6 months ago (2016-05-31 01:57:54 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/235983)
4 years, 6 months ago (2016-05-31 02:25:46 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2024603002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2024603002/20001
4 years, 6 months ago (2016-05-31 03:22:27 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-31 04:23:53 UTC) #21
sky
LGTM
4 years, 6 months ago (2016-05-31 16:56:26 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2024603002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2024603002/20001
4 years, 6 months ago (2016-06-01 01:29:21 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-01 01:34:30 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 01:36:13 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/04b276e5857b3c36f18908a75c490fd748ba70dc
Cr-Commit-Position: refs/heads/master@{#397016}

Powered by Google App Engine
This is Rietveld 408576698