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

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed)

Created:
4 years, 7 months ago by leonhsl(Using Gerrit)
Modified:
4 years, 4 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, bondd+autofillwatch_chromium.org, browser-components-watch_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, estade+watch_chromium.org, jam, jdonnelly+autofillwatch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, rouslan+autofill_chromium.org, vabr+watchlistautofill_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

[Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. This CL -- Migrates all ContentAutofillDriver<-->AutofillAgent IPC messages into mojo interfaces. -- Revises related unit tests and browser tests. TEST=components_unittests, browser_tests BUG=582391 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/90fd63b511fa3c6612d3ad032911025226293df8 Cr-Commit-Position: refs/heads/master@{#407673}

Patch Set 1 #

Total comments: 14

Patch Set 2 : migration done, but no gyp and no test codes #

Patch Set 3 : gn, gyp, test codes all done #

Total comments: 12

Patch Set 4 : Address comments from Vaclav #

Patch Set 5 : Fix unit tests -- separate to a new CL 2098743002 #

Patch Set 6 : Rebase only #

Patch Set 7 : Fix unit tests -- separate to a new CL 2098743002 #

Patch Set 8 : Rebase only #

Total comments: 25

Patch Set 9 : Address comments from Yuzhu and Ken #

Patch Set 10 : Rebase only #

Total comments: 2

Patch Set 11 : Name getter/setter functions properly #

Total comments: 4

Patch Set 12 : GetMojoAutofill{Driver,Agent} ==> GetAutofill{Driver,Agent} #

Patch Set 13 : Rebase only #

Patch Set 14 : Rebase only #

Total comments: 32

Patch Set 15 : Address Daniel comments #

Total comments: 4

Patch Set 16 : Address Daniel's comments #

Patch Set 17 : Rebase only #

Patch Set 18 : Fix trybots #

Patch Set 19 : Initialize MockRenderProcessHost::remote_interfaces_ #

Patch Set 20 : Initialize remote_interfaces_ in Init() #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+910 lines, -578 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/autofill_renderer_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 8 chunks +115 lines, -35 lines 0 comments Download
M chrome/renderer/autofill/form_autocomplete_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 23 chunks +159 lines, -73 lines 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 2 3 4 5 3 chunks +6 lines, -9 lines 0 comments Download
M chrome/test/BUILD.gn 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
M components/autofill.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +10 lines, -0 lines 0 comments Download
M components/autofill/content/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/BUILD.gn View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +28 lines, -11 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +90 lines, -67 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_factory.h View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_factory.cc View 1 2 15 2 chunks +0 lines, -7 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +252 lines, -129 lines 0 comments Download
M components/autofill/content/common/autofill_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +0 lines, -97 lines 0 comments Download
M components/autofill/content/public/interfaces/BUILD.gn 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
M components/autofill/content/public/interfaces/autofill_agent.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +43 lines, -0 lines 0 comments Download
M components/autofill/content/public/interfaces/autofill_driver.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +49 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +28 lines, -31 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 17 chunks +71 lines, -101 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +8 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +10 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 1 chunk +1 line, -0 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 1 chunk +2 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/BUILD.gn View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +17 lines, -11 lines 0 comments Download
M content/public/test/mock_render_process_host.cc 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 3 comments Download

Messages

Total messages: 140 (65 generated)
leonhsl(Using Gerrit)
Hi, Vaclav, Mathieu, This CL intends to migrate all ContentAutofillDriver<-->AutofillAgent IPCs into mojo interfaces, but ...
4 years, 7 months ago (2016-05-24 07:44:26 UTC) #2
leonhsl(Using Gerrit)
Hi, Yuzhu, I think your feedback would also be very helpful for me, around the ...
4 years, 7 months ago (2016-05-24 08:03:12 UTC) #4
vabr (Chromium)
Hello Han Leon. Thanks for your further work on this. The approach here looks good ...
4 years, 7 months ago (2016-05-24 08:08:20 UTC) #5
yzshen1
https://codereview.chromium.org/2007473004/diff/1/components/autofill/content/browser/content_autofill_driver_unittest.cc File components/autofill/content/browser/content_autofill_driver_unittest.cc (right): https://codereview.chromium.org/2007473004/diff/1/components/autofill/content/browser/content_autofill_driver_unittest.cc#newcode50 components/autofill/content/browser/content_autofill_driver_unittest.cc:50: FROM_HERE, base::MessageLoop::QuitWhenIdleClosure()); QuitWhenIdleClosure is deprecated according to the comments ...
4 years, 7 months ago (2016-05-24 16:12:10 UTC) #6
leonhsl(Using Gerrit)
Thanks a lot for so helpful comments! Answered one inline question and I'll address all ...
4 years, 7 months ago (2016-05-25 07:16:34 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007473004/40001
4 years, 6 months ago (2016-06-23 08:41:00 UTC) #9
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/233092)
4 years, 6 months ago (2016-06-23 09:14:38 UTC) #11
leonhsl(Using Gerrit)
There are still red trybots because of components_unittests failure, I'm investigating the root cause and ...
4 years, 6 months ago (2016-06-23 10:00:13 UTC) #12
vabr (Chromium)
Thank you, Han Leon. This LGTM with a few nits. I was looking at the ...
4 years, 6 months ago (2016-06-23 14:21:22 UTC) #13
yzshen1
https://codereview.chromium.org/2007473004/diff/40001/components/autofill/content/browser/content_autofill_driver_unittest.cc File components/autofill/content/browser/content_autofill_driver_unittest.cc (right): https://codereview.chromium.org/2007473004/diff/40001/components/autofill/content/browser/content_autofill_driver_unittest.cc#newcode268 components/autofill/content/browser/content_autofill_driver_unittest.cc:268: web_contents()->GetMainFrame()->GetRemoteInterfaces(); On 2016/06/23 10:00:12, leonhsl wrote: > Hi, Yuzhu, ...
4 years, 6 months ago (2016-06-23 16:49:59 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007473004/80001
4 years, 6 months ago (2016-06-24 07:51:57 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/builds/26285) ios-simulator on ...
4 years, 6 months ago (2016-06-24 07:53:30 UTC) #19
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/2007473004/100001
4 years, 6 months ago (2016-06-24 14:59:11 UTC) #21
leonhsl(Using Gerrit)
Hi, Vaclav, Thanks a lot for review. Uploaded ps#4 to address comments, ps#5 to solve ...
4 years, 6 months ago (2016-06-24 15:44:32 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/233926)
4 years, 6 months ago (2016-06-24 15:46:19 UTC) #24
leonhsl(Using Gerrit)
+dcheng@ for security review of IPC messages and mojom. Thanks~
4 years, 6 months ago (2016-06-24 15:52:31 UTC) #26
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/2007473004/120001
4 years, 6 months ago (2016-06-25 01:02:25 UTC) #28
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-25 02:46:48 UTC) #30
leonhsl(Using Gerrit)
ps#5 and ps#7 have been separated to a new CL https://codereview.chromium.org/2098743002/, once it get landed, ...
4 years, 6 months ago (2016-06-25 04:57:35 UTC) #31
vabr (Chromium)
Thanks, Han Leon, Your changes in p.s. 7 (https://codereview.chromium.org/2007473004/#ps120001) LGTM! Cheers, Vaclav
4 years, 5 months ago (2016-06-27 09:00:39 UTC) #32
leonhsl(Using Gerrit)
On 2016/06/27 09:00:39, vabr (Chromium) wrote: > Thanks, Han Leon, > Your changes in p.s. ...
4 years, 5 months ago (2016-06-27 10:19:58 UTC) #33
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/2007473004/140001
4 years, 5 months ago (2016-06-29 08:41:32 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 10:23:51 UTC) #37
yzshen1
I don't know much about this feature. I assume the owner of the feature has ...
4 years, 5 months ago (2016-06-29 22:25:45 UTC) #39
Ken Rockot(use gerrit already)
render_frame_host_impl.cc lgtm % nits. I didn't review anything else, but please let me know if ...
4 years, 5 months ago (2016-06-29 22:33:21 UTC) #40
leonhsl(Using Gerrit)
Thanks Yuzhu for review. Added inline comments as bellow and will address other comments later. ...
4 years, 5 months ago (2016-06-29 23:28:35 UTC) #41
leonhsl(Using Gerrit)
On 2016/06/29 22:33:21, Ken Rockot wrote: > render_frame_host_impl.cc lgtm % nits. I didn't review anything ...
4 years, 5 months ago (2016-06-29 23:33:15 UTC) #42
yzshen1
https://codereview.chromium.org/2007473004/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc File components/autofill/content/browser/content_autofill_driver_unittest.cc (right): https://codereview.chromium.org/2007473004/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc#newcode327 components/autofill/content/browser/content_autofill_driver_unittest.cc:327: run_loop.RunUntilIdle(); On 2016/06/29 23:28:34, leonhsl wrote: > On 2016/06/29 ...
4 years, 5 months ago (2016-06-30 16:58:16 UTC) #43
yzshen1
https://codereview.chromium.org/2007473004/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc File components/autofill/content/browser/content_autofill_driver_unittest.cc (right): https://codereview.chromium.org/2007473004/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc#newcode327 components/autofill/content/browser/content_autofill_driver_unittest.cc:327: run_loop.RunUntilIdle(); On 2016/06/29 23:28:34, leonhsl wrote: > On 2016/06/29 ...
4 years, 5 months ago (2016-06-30 16:58:17 UTC) #44
Ken Rockot(use gerrit already)
https://codereview.chromium.org/2007473004/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc File components/autofill/content/browser/content_autofill_driver_unittest.cc (right): https://codereview.chromium.org/2007473004/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc#newcode327 components/autofill/content/browser/content_autofill_driver_unittest.cc:327: run_loop.RunUntilIdle(); On 2016/06/30 at 16:58:17, yzshen1 wrote: > On ...
4 years, 5 months ago (2016-06-30 17:03:23 UTC) #45
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/2007473004/180001
4 years, 5 months ago (2016-07-01 07:01:45 UTC) #48
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gyp_rel on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gyp_rel/builds/374)
4 years, 5 months ago (2016-07-01 07:19:56 UTC) #50
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/2007473004/200001
4 years, 5 months ago (2016-07-01 08:34:00 UTC) #52
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-01 10:04:38 UTC) #54
leonhsl(Using Gerrit)
Uploaded ps#9 to address comments and ps#10 to rebase, PTAnL, Thanks! https://codereview.chromium.org/2007473004/diff/140001/chrome/renderer/autofill/autofill_renderer_browsertest.cc File chrome/renderer/autofill/autofill_renderer_browsertest.cc (right): ...
4 years, 5 months ago (2016-07-01 13:05:00 UTC) #55
yzshen1
Mostly looks good, with one style nit: https://codereview.chromium.org/2007473004/diff/200001/chrome/renderer/autofill/autofill_renderer_browsertest.cc File chrome/renderer/autofill/autofill_renderer_browsertest.cc (right): https://codereview.chromium.org/2007473004/diff/200001/chrome/renderer/autofill/autofill_renderer_browsertest.cc#newcode58 chrome/renderer/autofill/autofill_renderer_browsertest.cc:58: bool GetCalledFieldChange() ...
4 years, 5 months ago (2016-07-01 15:53:53 UTC) #56
leonhsl(Using Gerrit)
Thanks Yuzhu a lot for the review. Uploaded ps#11 to address comments, PTAnL, Thanks. https://codereview.chromium.org/2007473004/diff/200001/chrome/renderer/autofill/autofill_renderer_browsertest.cc ...
4 years, 5 months ago (2016-07-02 17:06:33 UTC) #57
yzshen1
lgtm
4 years, 5 months ago (2016-07-06 16:55:37 UTC) #58
leonhsl(Using Gerrit)
Ping Ken and Daniel, Thanks~
4 years, 5 months ago (2016-07-07 01:52:49 UTC) #59
leonhsl(Using Gerrit)
Hi, Jochen, would you PTAL for OWNER review of: chrome/* except autofill components/* except autofill ...
4 years, 5 months ago (2016-07-07 02:07:05 UTC) #61
Ken Rockot(use gerrit already)
lgtm https://codereview.chromium.org/2007473004/diff/220001/components/autofill/content/renderer/password_autofill_agent.h File components/autofill/content/renderer/password_autofill_agent.h (right): https://codereview.chromium.org/2007473004/diff/220001/components/autofill/content/renderer/password_autofill_agent.h#newcode231 components/autofill/content/renderer/password_autofill_agent.h:231: const mojom::AutofillDriverPtr& GetMojoAutofillDriver(); nit: Please avoid adding "Mojo" ...
4 years, 5 months ago (2016-07-07 04:52:32 UTC) #62
jochen (gone - plz use gerrit)
lgtm
4 years, 5 months ago (2016-07-07 08:58:29 UTC) #63
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/2007473004/240001
4 years, 5 months ago (2016-07-07 10:47:17 UTC) #65
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/32087) ios-device-gn on ...
4 years, 5 months ago (2016-07-07 10:49:04 UTC) #67
leonhsl(Using Gerrit)
Uploaded ps#12 to address Ken's comments. Thanks. https://codereview.chromium.org/2007473004/diff/220001/components/autofill/content/renderer/password_autofill_agent.h File components/autofill/content/renderer/password_autofill_agent.h (right): https://codereview.chromium.org/2007473004/diff/220001/components/autofill/content/renderer/password_autofill_agent.h#newcode231 components/autofill/content/renderer/password_autofill_agent.h:231: const mojom::AutofillDriverPtr& ...
4 years, 5 months ago (2016-07-07 10:56:57 UTC) #68
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/2007473004/260001
4 years, 5 months ago (2016-07-07 23:32:48 UTC) #70
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-08 01:24:21 UTC) #72
leonhsl(Using Gerrit)
Ping Daniel, Thanks~
4 years, 5 months ago (2016-07-11 05:42:27 UTC) #79
leonhsl(Using Gerrit)
Ping Daniel, for the left files OWNER review: autofill_messages.h autofill_agent.mojom autofill_driver.mojom
4 years, 5 months ago (2016-07-12 06:38:55 UTC) #82
dcheng
https://codereview.chromium.org/2007473004/diff/280001/chrome/renderer/autofill/autofill_renderer_browsertest.cc File chrome/renderer/autofill/autofill_renderer_browsertest.cc (right): https://codereview.chromium.org/2007473004/diff/280001/chrome/renderer/autofill/autofill_renderer_browsertest.cc#newcode109 chrome/renderer/autofill/autofill_renderer_browsertest.cc:109: // Records whether TextFieldDidChange() get called. Nit: called_field_change_. https://codereview.chromium.org/2007473004/diff/280001/chrome/renderer/autofill/form_autocomplete_browsertest.cc ...
4 years, 5 months ago (2016-07-12 14:22:13 UTC) #83
dcheng
(Also, many apologies for the long latency.)
4 years, 5 months ago (2016-07-12 14:23:03 UTC) #84
leonhsl(Using Gerrit)
On 2016/07/12 14:23:03, dcheng wrote: > (Also, many apologies for the long latency.) Oops,, this ...
4 years, 5 months ago (2016-07-13 01:51:28 UTC) #85
leonhsl(Using Gerrit)
https://codereview.chromium.org/2007473004/diff/280001/chrome/renderer/autofill/autofill_renderer_browsertest.cc File chrome/renderer/autofill/autofill_renderer_browsertest.cc (right): https://codereview.chromium.org/2007473004/diff/280001/chrome/renderer/autofill/autofill_renderer_browsertest.cc#newcode109 chrome/renderer/autofill/autofill_renderer_browsertest.cc:109: // Records whether TextFieldDidChange() get called. On 2016/07/12 14:22:12, ...
4 years, 5 months ago (2016-07-13 03:48:31 UTC) #88
leonhsl(Using Gerrit)
Uploaded ps#15 to address Daniel's comments, PTAnL, thanks.
4 years, 5 months ago (2016-07-13 03:49:53 UTC) #89
dcheng
https://codereview.chromium.org/2007473004/diff/280001/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/2007473004/diff/280001/components/autofill/content/renderer/autofill_agent.cc#newcode811 components/autofill/content/renderer/autofill_agent.cc:811: mojo_autofill_driver_.encountered_error()) { On 2016/07/13 03:48:30, leonhsl wrote: > On ...
4 years, 5 months ago (2016-07-14 04:31:44 UTC) #92
leonhsl(Using Gerrit)
Uploaded ps#16 to address comments from Daniel, PTAnL, Thanks. https://codereview.chromium.org/2007473004/diff/280001/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/2007473004/diff/280001/components/autofill/content/renderer/autofill_agent.cc#newcode811 components/autofill/content/renderer/autofill_agent.cc:811: ...
4 years, 5 months ago (2016-07-14 09:57:31 UTC) #95
leonhsl(Using Gerrit)
Ping Daniel, Thanks
4 years, 5 months ago (2016-07-18 11:54:31 UTC) #98
leonhsl(Using Gerrit)
On 2016/07/18 11:54:31, leonhsl wrote: > Ping Daniel, Thanks Ping!
4 years, 5 months ago (2016-07-19 06:39:55 UTC) #99
dcheng
https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc#newcode2400 content/browser/frame_host/render_frame_host_impl.cc:2400: // can register mock implementations. On 2016/07/14 09:57:31, leonhsl ...
4 years, 5 months ago (2016-07-19 14:34:11 UTC) #100
leonhsl(Using Gerrit)
https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc#newcode2400 content/browser/frame_host/render_frame_host_impl.cc:2400: // can register mock implementations. On 2016/07/19 14:34:11, dcheng ...
4 years, 5 months ago (2016-07-20 03:01:07 UTC) #101
dcheng
On 2016/07/20 03:01:07, leonhsl wrote: > https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc > File content/browser/frame_host/render_frame_host_impl.cc (right): > > https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc#newcode2400 > ...
4 years, 5 months ago (2016-07-20 10:32:39 UTC) #102
dcheng
On 2016/07/20 03:01:07, leonhsl wrote: > https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc > File content/browser/frame_host/render_frame_host_impl.cc (right): > > https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc#newcode2400 > ...
4 years, 5 months ago (2016-07-20 10:33:20 UTC) #103
leonhsl(Using Gerrit)
On 2016/07/20 10:33:20, dcheng wrote: > On 2016/07/20 03:01:07, leonhsl wrote: > > > https://codereview.chromium.org/2007473004/diff/280001/content/browser/frame_host/render_frame_host_impl.cc ...
4 years, 5 months ago (2016-07-21 02:55:24 UTC) #104
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-21 07:30:45 UTC) #107
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-21 08:32:56 UTC) #112
leonhsl(Using Gerrit)
+sky for OWNER review of content/public/test/mock_render_process_host.cc. The context: I encountered a problem at Line267 of ...
4 years, 5 months ago (2016-07-22 07:08:23 UTC) #123
leonhsl(Using Gerrit)
Daniel, would you PTAnL at ps#20 to see whether it's OK for you? thanks.
4 years, 5 months ago (2016-07-22 07:10:48 UTC) #124
dcheng
LGTM
4 years, 5 months ago (2016-07-22 07:49:35 UTC) #125
sky
https://codereview.chromium.org/2007473004/diff/400001/content/public/test/mock_render_process_host.cc File content/public/test/mock_render_process_host.cc (right): https://codereview.chromium.org/2007473004/diff/400001/content/public/test/mock_render_process_host.cc#newcode107 content/public/test/mock_render_process_host.cc:107: remote_interfaces_.reset(new shell::InterfaceProvider); This seems reasonable, but we this class ...
4 years, 5 months ago (2016-07-22 16:47:48 UTC) #126
leonhsl(Using Gerrit)
https://codereview.chromium.org/2007473004/diff/400001/content/public/test/mock_render_process_host.cc File content/public/test/mock_render_process_host.cc (right): https://codereview.chromium.org/2007473004/diff/400001/content/public/test/mock_render_process_host.cc#newcode107 content/public/test/mock_render_process_host.cc:107: remote_interfaces_.reset(new shell::InterfaceProvider); On 2016/07/22 16:47:48, sky wrote: > This ...
4 years, 5 months ago (2016-07-23 00:41:45 UTC) #127
leonhsl(Using Gerrit)
https://codereview.chromium.org/2007473004/diff/400001/content/public/test/mock_render_process_host.cc File content/public/test/mock_render_process_host.cc (right): https://codereview.chromium.org/2007473004/diff/400001/content/public/test/mock_render_process_host.cc#newcode107 content/public/test/mock_render_process_host.cc:107: remote_interfaces_.reset(new shell::InterfaceProvider); On 2016/07/23 00:41:45, leonhsl wrote: > On ...
4 years, 5 months ago (2016-07-25 06:58:18 UTC) #133
sky
Ok, LGTM
4 years, 5 months ago (2016-07-25 15:27:58 UTC) #134
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/2007473004/400001
4 years, 5 months ago (2016-07-25 23:33:30 UTC) #137
commit-bot: I haz the power
Committed patchset #20 (id:400001)
4 years, 4 months ago (2016-07-26 01:24:38 UTC) #138
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 01:26:46 UTC) #140
Message was sent while issue was closed.
Patchset 20 (id:??) landed as
https://crrev.com/90fd63b511fa3c6612d3ad032911025226293df8
Cr-Commit-Position: refs/heads/master@{#407673}

Powered by Google App Engine
This is Rietveld 408576698