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

Issue 2192413002: Timeout if website never completes the transaction. (Closed)

Created:
4 years, 4 months ago by please use gerrit instead
Modified:
4 years, 4 months ago
CC:
blink-reviews, chromium-reviews, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Timeout if website never completes the transaction. If the website does not call complete() within 60 seconds of show() being resolved, behave as if complete("fail") has been called. Also in this patch - Moved complete() related tests to CompleteTest.cpp. - Moved PaymentComple enum inside of PaymentCompleter. BUG=632708 TEST=CompleteTest.RejectCompletePromiseAfterTimeout Committed: https://crrev.com/f981e164be677b2d201a715c5ca96236ee5ac0ab Cr-Commit-Position: refs/heads/master@{#409116}

Patch Set 1 #

Patch Set 2 : Remove dcheck #

Patch Set 3 : Rebase #

Total comments: 4

Patch Set 4 : Marijn's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -97 lines) Patch
M third_party/WebKit/Source/modules/modules.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/payments/CompleteTest.cpp View 1 2 3 1 chunk +117 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentCompleter.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.h View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.cpp View 1 2 3 6 chunks +26 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp View 1 2 4 chunks +0 lines, -84 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentResponse.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (19 generated)
please use gerrit instead
Marijn, ptal patch 2.
4 years, 4 months ago (2016-08-01 18:36:44 UTC) #10
Marijn Kruisselbrink
lgtm https://codereview.chromium.org/2192413002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.h File third_party/WebKit/Source/modules/payments/PaymentRequest.h (right): https://codereview.chromium.org/2192413002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.h#newcode76 third_party/WebKit/Source/modules/payments/PaymentRequest.h:76: void onTimerFired(TimerBase*); Especially if this is going to ...
4 years, 4 months ago (2016-08-01 22:42:25 UTC) #17
please use gerrit instead
https://codereview.chromium.org/2192413002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.h File third_party/WebKit/Source/modules/payments/PaymentRequest.h (right): https://codereview.chromium.org/2192413002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.h#newcode76 third_party/WebKit/Source/modules/payments/PaymentRequest.h:76: void onTimerFired(TimerBase*); On 2016/08/01 22:42:25, Marijn Kruisselbrink wrote: > ...
4 years, 4 months ago (2016-08-01 23:55:36 UTC) #18
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/2192413002/60001
4 years, 4 months ago (2016-08-01 23:56:09 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-02 01:32:59 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-02 01:35:54 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f981e164be677b2d201a715c5ca96236ee5ac0ab
Cr-Commit-Position: refs/heads/master@{#409116}

Powered by Google App Engine
This is Rietveld 408576698