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

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)

Created:
3 years, 7 months ago by anthonyvd
Modified:
3 years, 7 months ago
Reviewers:
Mathieu, gab
CC:
chromium-reviews, darin-cc_chromium.org, gogerald+paymentswatch_chromium.org, jam, mahmadi+paymentswatch_chromium.org, rouslan+payments_chromium.org, sebsg+paymentswatch_chromium.org, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Web Payments] Add data attribution string to dialog BUG=721126 Review-Url: https://codereview.chromium.org/2876663002 Cr-Commit-Position: refs/heads/master@{#471018} Committed: https://chromium.googlesource.com/chromium/src/+/6a43b93049d96b053514530d99754a24aeaaa4fd

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments #

Total comments: 4

Patch Set 3 : Address comments #

Total comments: 6

Patch Set 4 : Fix deps #

Total comments: 4

Patch Set 5 : Address comments, fix tests compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -3 lines) Patch
M chrome/browser/payments/chrome_payment_request_delegate.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/payments/chrome_payment_request_delegate.cc View 1 2 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_dialog_view.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_dialog_view.cc View 1 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_sheet_view_controller.h View 4 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/ui/views/payments/payment_sheet_view_controller.cc View 1 2 6 chunks +83 lines, -0 lines 0 comments Download
M components/payments/content/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/payments/content/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/payments/content/payment_request.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M components/payments/content/payment_request_state.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M components/payments/content/payment_request_state.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M components/payments/content/payment_response_helper.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M components/payments/core/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M components/payments/core/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A components/payments/core/payment_prefs.h View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
A components/payments/core/payment_prefs.cc View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M components/payments/core/payment_request_delegate.h View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M components/payments/core/test_payment_request_delegate.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M components/payments/core/test_payment_request_delegate.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (25 generated)
anthonyvd
Hi Math, this change is based on your patch at https://codereview.chromium.org/2864283003. Can you PTAL?
3 years, 7 months ago (2017-05-11 00:00:04 UTC) #3
Mathieu
Looks great, some comments! https://codereview.chromium.org/2876663002/diff/1/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc File chrome/browser/ui/views/payments/payment_sheet_view_controller.cc (right): https://codereview.chromium.org/2876663002/diff/1/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc#newcode550 chrome/browser/ui/views/payments/payment_sheet_view_controller.cc:550: Profile::FromBrowserContext(state()->GetBrowserContext()), ""); could we expose ...
3 years, 7 months ago (2017-05-11 00:28:04 UTC) #4
Mathieu
You also forgot to add payments_prefs files
3 years, 7 months ago (2017-05-11 00:28:48 UTC) #5
anthonyvd
Comments addressed. PTAL! https://codereview.chromium.org/2876663002/diff/1/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc File chrome/browser/ui/views/payments/payment_sheet_view_controller.cc (right): https://codereview.chromium.org/2876663002/diff/1/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc#newcode550 chrome/browser/ui/views/payments/payment_sheet_view_controller.cc:550: Profile::FromBrowserContext(state()->GetBrowserContext()), ""); On 2017/05/11 at 00:28:04, ...
3 years, 7 months ago (2017-05-11 00:56:46 UTC) #6
Mathieu
https://codereview.chromium.org/2876663002/diff/1/components/payments/content/payment_response_helper.cc File components/payments/content/payment_response_helper.cc (right): https://codereview.chromium.org/2876663002/diff/1/components/payments/content/payment_response_helper.cc#newcode190 components/payments/content/payment_response_helper.cc:190: payment_request_delegate_->MarkFirstTransactionAsCompleted(); On 2017/05/11 00:56:46, anthonyvd wrote: > On 2017/05/11 ...
3 years, 7 months ago (2017-05-11 01:08:37 UTC) #11
Mathieu
https://codereview.chromium.org/2876663002/diff/1/components/payments/content/payment_response_helper.cc File components/payments/content/payment_response_helper.cc (right): https://codereview.chromium.org/2876663002/diff/1/components/payments/content/payment_response_helper.cc#newcode190 components/payments/content/payment_response_helper.cc:190: payment_request_delegate_->MarkFirstTransactionAsCompleted(); On 2017/05/11 01:08:37, Mathieu wrote: > On 2017/05/11 ...
3 years, 7 months ago (2017-05-11 01:20:26 UTC) #12
anthonyvd
Comments addressed, PTAL. https://codereview.chromium.org/2876663002/diff/1/components/payments/content/payment_response_helper.cc File components/payments/content/payment_response_helper.cc (right): https://codereview.chromium.org/2876663002/diff/1/components/payments/content/payment_response_helper.cc#newcode190 components/payments/content/payment_response_helper.cc:190: payment_request_delegate_->MarkFirstTransactionAsCompleted(); On 2017/05/11 at 01:20:25, Mathieu ...
3 years, 7 months ago (2017-05-11 13:24:42 UTC) #14
Mathieu
Thanks for your patience, this lgtm! https://codereview.chromium.org/2876663002/diff/40001/components/payments/core/payment_prefs.h File components/payments/core/payment_prefs.h (right): https://codereview.chromium.org/2876663002/diff/40001/components/payments/core/payment_prefs.h#newcode5 components/payments/core/payment_prefs.h:5: #ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENT_PREFS_H_ fix ...
3 years, 7 months ago (2017-05-11 13:47:56 UTC) #22
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/2876663002/80001
3 years, 7 months ago (2017-05-11 17:30:02 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/434264)
3 years, 7 months ago (2017-05-11 17:43:37 UTC) #31
anthonyvd
Hi gab@! Can you please do an OWNERS review of chrome/browser/prefs/browser_prefs.cc and approve the DEPS ...
3 years, 7 months ago (2017-05-11 17:46:28 UTC) #33
gab
On 2017/05/11 17:46:28, anthonyvd wrote: > Hi gab@! > > Can you please do an ...
3 years, 7 months ago (2017-05-11 18:26:36 UTC) #34
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/2876663002/80001
3 years, 7 months ago (2017-05-11 18:28:17 UTC) #36
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 18:39:42 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/6a43b93049d96b053514530d9975...

Powered by Google App Engine
This is Rietveld 408576698