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

Issue 18179015: Send IPC from renderer to browser on each Autocheckout page completion (Closed)

Created:
7 years, 5 months ago by benquan
Modified:
7 years, 5 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, jam, ahutter, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Send IPC from renderer to browser on each Autocheckout page completion to guide Autocheckout manager to update step status and report Autocheckout status more accurately. This also removes AutofillHostMsg_ClickFailed which is now covered by the new message. BUG=260057 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212231

Patch Set 1 #

Patch Set 2 : fix tests #

Patch Set 3 : update comment #

Total comments: 4

Patch Set 4 : put local variable old_metadata back. #

Total comments: 14

Patch Set 5 : fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -84 lines) Patch
M components/autofill/content/browser/autocheckout_manager.h View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M components/autofill/content/browser/autocheckout_manager.cc View 1 2 3 4 4 chunks +38 lines, -47 lines 0 comments Download
M components/autofill/content/browser/autocheckout_manager_unittest.cc View 1 6 chunks +24 lines, -11 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 2 chunks +4 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 6 chunks +16 lines, -12 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 chunk +2 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M components/autofill/core/common/autofill_messages.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
benquan
7 years, 5 months ago (2013-07-13 03:09:11 UTC) #1
Raman Kakilate
conceptually lgtm https://codereview.chromium.org/18179015/diff/6001/components/autofill/content/browser/autocheckout_manager.cc File components/autofill/content/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/18179015/diff/6001/components/autofill/content/browser/autocheckout_manager.cc#newcode254 components/autofill/content/browser/autocheckout_manager.cc:254: page_meta_data_->current_page_number) { nit: this line is confusing ...
7 years, 5 months ago (2013-07-15 15:33:16 UTC) #2
benquan
https://codereview.chromium.org/18179015/diff/6001/components/autofill/content/browser/autocheckout_manager.cc File components/autofill/content/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/18179015/diff/6001/components/autofill/content/browser/autocheckout_manager.cc#newcode254 components/autofill/content/browser/autocheckout_manager.cc:254: page_meta_data_->current_page_number) { On 2013/07/15 15:33:16, Raman Kakilate wrote: > ...
7 years, 5 months ago (2013-07-15 19:19:13 UTC) #3
benquan
Ilya, PTAL
7 years, 5 months ago (2013-07-16 17:07:01 UTC) #4
Ilya Sherman
LGTM % nits, thanks. https://codereview.chromium.org/18179015/diff/10001/components/autofill/content/browser/autocheckout_manager.cc File components/autofill/content/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/18179015/diff/10001/components/autofill/content/browser/autocheckout_manager.cc#newcode226 components/autofill/content/browser/autocheckout_manager.cc:226: scoped_ptr<AutocheckoutPageMetaData> old_meta_data = page_meta_data_.Pass(); nit: ...
7 years, 5 months ago (2013-07-16 22:56:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benquan@chromium.org/18179015/18001
7 years, 5 months ago (2013-07-17 00:06:40 UTC) #6
benquan
https://codereview.chromium.org/18179015/diff/10001/components/autofill/content/browser/autocheckout_manager.cc File components/autofill/content/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/18179015/diff/10001/components/autofill/content/browser/autocheckout_manager.cc#newcode226 components/autofill/content/browser/autocheckout_manager.cc:226: scoped_ptr<AutocheckoutPageMetaData> old_meta_data = page_meta_data_.Pass(); On 2013/07/16 22:56:26, Ilya Sherman ...
7 years, 5 months ago (2013-07-17 00:28:56 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=15576
7 years, 5 months ago (2013-07-17 03:26:12 UTC) #8
benquan
7 years, 5 months ago (2013-07-17 17:35:42 UTC) #9
Cris Neckar
rubber stamp lgtm for ipc message rename
7 years, 5 months ago (2013-07-17 17:36:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benquan@chromium.org/18179015/18001
7 years, 5 months ago (2013-07-17 17:47:13 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-17 19:53:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benquan@chromium.org/18179015/18001
7 years, 5 months ago (2013-07-17 20:38:13 UTC) #13
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=60787
7 years, 5 months ago (2013-07-18 01:44:35 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benquan@chromium.org/18179015/18001
7 years, 5 months ago (2013-07-18 02:27:52 UTC) #15
commit-bot: I haz the power
7 years, 5 months ago (2013-07-18 03:52:59 UTC) #16
Message was sent while issue was closed.
Change committed as 212231

Powered by Google App Engine
This is Rietveld 408576698