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

Issue 12457033: Implements SendAutocheckoutStatus API calls for stats tracking. (Closed)

Created:
7 years, 9 months ago by ahutter
Modified:
7 years, 8 months ago
Reviewers:
Ilya Sherman, sky
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org
Visibility:
Public.

Description

Implements SendAutocheckoutStatus API calls for stats tracking. BUG=224159 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191445

Patch Set 1 #

Patch Set 2 : Cleaning up #

Total comments: 22

Patch Set 3 : Ilya's review #

Patch Set 4 : Extra newline #

Patch Set 5 : DCHECK #

Total comments: 4

Patch Set 6 : Rebasing #

Patch Set 7 : Compiler warning #

Patch Set 8 : Fixing unit tests #

Patch Set 9 : Weird seg fault #

Patch Set 10 : Back to test profile #

Patch Set 11 : Browser test #

Patch Set 12 : Fixing unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -68 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 5 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/browser/autocheckout_manager.h View 1 2 4 chunks +12 lines, -1 line 0 comments Download
M components/autofill/browser/autocheckout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +45 lines, -8 lines 0 comments Download
M components/autofill/browser/autocheckout_manager_unittest.cc View 1 2 3 4 5 6 7 9 6 chunks +11 lines, -3 lines 0 comments Download
A components/autofill/browser/autocheckout_request_manager.h View 1 2 3 4 5 6 1 chunk +98 lines, -0 lines 0 comments Download
A components/autofill/browser/autocheckout_request_manager.cc View 1 2 1 chunk +129 lines, -0 lines 0 comments Download
M components/autofill/browser/autofill_manager.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M components/autofill/browser/autofill_manager.cc View 1 2 3 4 5 4 chunks +7 lines, -4 lines 0 comments Download
M components/autofill/browser/autofill_manager_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/browser/test_autofill_manager_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/browser/test_autofill_manager_delegate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/browser/wallet/wallet_client.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/browser/wallet/wallet_client_delegate.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M components/autofill/browser/wallet/wallet_client_unittest.cc View 1 2 3 4 5 2 chunks +6 lines, -15 lines 0 comments Download
M components/autofill/renderer/autofill_agent.cc View 1 2 3 4 5 4 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
ahutter
Ilya, PTAL. Thanks.
7 years, 9 months ago (2013-03-26 17:39:07 UTC) #1
Ilya Sherman
https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc File components/autofill/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc#newcode133 components/autofill/browser/autocheckout_manager.cc:133: google_transaction_id_); nit: DCHECK that the transaction_id_ is set? https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc#newcode182 ...
7 years, 9 months ago (2013-03-26 23:50:01 UTC) #2
ahutter
https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc File components/autofill/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc#newcode133 components/autofill/browser/autocheckout_manager.cc:133: google_transaction_id_); On 2013/03/26 23:50:01, Ilya Sherman wrote: > nit: ...
7 years, 9 months ago (2013-03-27 01:23:33 UTC) #3
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc File components/autofill/browser/autocheckout_manager.cc (right): https://codereview.chromium.org/12457033/diff/2001/components/autofill/browser/autocheckout_manager.cc#newcode133 components/autofill/browser/autocheckout_manager.cc:133: google_transaction_id_); On 2013/03/27 01:23:33, ahutter wrote: > ...
7 years, 9 months ago (2013-03-27 01:36:55 UTC) #4
Ilya Sherman
Oh, and please add a bug id to the BUG= line in the CL description.
7 years, 9 months ago (2013-03-27 01:37:11 UTC) #5
ahutter
+sky for chrome/chrome_browser.gypi Ilya, PTAL. The DCHECK you suggested exposed a bug in autofill_agent so ...
7 years, 9 months ago (2013-03-27 19:30:48 UTC) #6
ahutter
+sky for realz this time.
7 years, 9 months ago (2013-03-27 19:31:13 UTC) #7
Ilya Sherman
https://chromiumcodereview.appspot.com/12457033/diff/30002/components/autofill/renderer/autofill_agent.cc File components/autofill/renderer/autofill_agent.cc (left): https://chromiumcodereview.appspot.com/12457033/diff/30002/components/autofill/renderer/autofill_agent.cc#oldcode228 components/autofill/renderer/autofill_agent.cc:228: if (provisional_url != current_url && click_timer_.IsRunning()) { Hmm, why ...
7 years, 9 months ago (2013-03-27 22:27:21 UTC) #8
Ilya Sherman
LGTM https://chromiumcodereview.appspot.com/12457033/diff/30002/components/autofill/renderer/autofill_agent.cc File components/autofill/renderer/autofill_agent.cc (left): https://chromiumcodereview.appspot.com/12457033/diff/30002/components/autofill/renderer/autofill_agent.cc#oldcode228 components/autofill/renderer/autofill_agent.cc:228: if (provisional_url != current_url && click_timer_.IsRunning()) { On ...
7 years, 9 months ago (2013-03-27 22:35:08 UTC) #9
ahutter
https://chromiumcodereview.appspot.com/12457033/diff/30002/components/autofill/renderer/autofill_agent.cc File components/autofill/renderer/autofill_agent.cc (right): https://chromiumcodereview.appspot.com/12457033/diff/30002/components/autofill/renderer/autofill_agent.cc#newcode231 components/autofill/renderer/autofill_agent.cc:231: if (!frame->parent() && autocheckout_click_in_progress_) { On 2013/03/27 22:27:21, Ilya ...
7 years, 9 months ago (2013-03-27 22:41:44 UTC) #10
sky
.gypi LGTM
7 years, 9 months ago (2013-03-28 16:02:58 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/12457033/39001
7 years, 9 months ago (2013-03-28 16:34:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/12457033/52001
7 years, 9 months ago (2013-03-28 16:47:06 UTC) #13
ahutter
Ilya, can you please take one final look? The unit tests were unhappy because TestingProfile ...
7 years, 9 months ago (2013-03-28 19:18:53 UTC) #14
Ilya Sherman
On 2013/03/28 19:18:53, ahutter wrote: > Ilya, can you please take one final look? The ...
7 years, 9 months ago (2013-03-28 21:09:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/12457033/68001
7 years, 9 months ago (2013-03-28 22:29:43 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/12457033/75002
7 years, 9 months ago (2013-03-28 22:59:42 UTC) #17
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=112456
7 years, 9 months ago (2013-03-29 00:14:09 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/12457033/107001
7 years, 8 months ago (2013-03-29 16:44:31 UTC) #19
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=112643
7 years, 8 months ago (2013-03-29 17:27:41 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/12457033/107001
7 years, 8 months ago (2013-03-29 18:01:10 UTC) #21
commit-bot: I haz the power
7 years, 8 months ago (2013-03-29 21:16:31 UTC) #22
Message was sent while issue was closed.
Change committed as 191445

Powered by Google App Engine
This is Rietveld 408576698