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

Issue 2416083002: [Offline pages] Introduction of MarkAttemptStartedTask with tests (Closed)

Created:
4 years, 2 months ago by fgorski
Modified:
4 years, 2 months ago
CC:
chromium-reviews, romax+watch_chromium.org, fgorski+watch_chromium.org, dewittj+watch_chromium.org, petewil+watch_chromium.org, chili+watch_chromium.org, dimich+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Offline pages] Introduction of MarkAttemptStartedTask with tests * Creates MarkAttemptStartedTask with tests * Adds RequestQueue::MarkAttemptStated with tests * Calls RequestQueue::MarkAttemptStated from RequestCoordinator BUG=651238 Committed: https://crrev.com/8f70872409d6d8727bdba390c48fbe9c78de3c53 Cr-Commit-Position: refs/heads/master@{#426271}

Patch Set 1 #

Total comments: 25

Patch Set 2 : Addressing code review feedback #

Messages

Total messages: 28 (11 generated)
fgorski
Hey, I think I got it to work according to existing behavior. I was wondering ...
4 years, 2 months ago (2016-10-13 20:56:27 UTC) #4
dougarnett
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode583 components/offline_pages/background/request_coordinator.cc:583: // TODO(fgorski): We should probably mark attempt failed here. ...
4 years, 2 months ago (2016-10-13 22:54:57 UTC) #7
Pete Williamson
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/mark_attempt_started_task.cc File components/offline_pages/background/mark_attempt_started_task.cc (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/mark_attempt_started_task.cc#newcode45 components/offline_pages/background/mark_attempt_started_task.cc:45: // TODO(petewil): Is there any extra verification we want ...
4 years, 2 months ago (2016-10-14 17:02:36 UTC) #8
dougarnett
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.h File components/offline_pages/background/request_coordinator.h (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.h#newcode269 components/offline_pages/background/request_coordinator.h:269: void SendRequestToOffliner(const SavePageRequest& request); On 2016/10/14 17:02:35, Pete Williamson ...
4 years, 2 months ago (2016-10-14 20:12:32 UTC) #9
fgorski
Responding to a few comments, without making the code changes yet, because I am working ...
4 years, 2 months ago (2016-10-14 20:37:19 UTC) #10
dougarnett
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode567 components/offline_pages/background/request_coordinator.cc:567: // TODO(fgorski): Drop the in-memory caching. On 2016/10/14 20:37:19, ...
4 years, 2 months ago (2016-10-14 20:59:04 UTC) #11
fgorski
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode567 components/offline_pages/background/request_coordinator.cc:567: // TODO(fgorski): Drop the in-memory caching. On 2016/10/14 20:59:04, ...
4 years, 2 months ago (2016-10-17 14:22:13 UTC) #12
dougarnett
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode567 components/offline_pages/background/request_coordinator.cc:567: // TODO(fgorski): Drop the in-memory caching. On 2016/10/17 14:22:13, ...
4 years, 2 months ago (2016-10-17 16:36:58 UTC) #13
fgorski
On 2016/10/17 16:36:58, dougarnett wrote: > https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc > File components/offline_pages/background/request_coordinator.cc (right): > > https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode567 > ...
4 years, 2 months ago (2016-10-17 17:51:19 UTC) #14
dougarnett
https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode567 components/offline_pages/background/request_coordinator.cc:567: // TODO(fgorski): Drop the in-memory caching. On 2016/10/17 16:36:58, ...
4 years, 2 months ago (2016-10-17 18:59:44 UTC) #15
fgorski
Comments addressed. PTAL https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/mark_attempt_started_task.h File components/offline_pages/background/mark_attempt_started_task.h (right): https://codereview.chromium.org/2416083002/diff/1/components/offline_pages/background/mark_attempt_started_task.h#newcode39 components/offline_pages/background/mark_attempt_started_task.h:39: // Store that this task updates. ...
4 years, 2 months ago (2016-10-19 03:26:34 UTC) #17
dougarnett
lgtm
4 years, 2 months ago (2016-10-19 17:43:57 UTC) #21
dougarnett
lgtm
4 years, 2 months ago (2016-10-19 17:44:01 UTC) #22
Pete Williamson
lgtm
4 years, 2 months ago (2016-10-19 19:21:00 UTC) #23
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/2416083002/20001
4 years, 2 months ago (2016-10-19 20:15:04 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-19 20:35:09 UTC) #26
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:11:05 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8f70872409d6d8727bdba390c48fbe9c78de3c53
Cr-Commit-Position: refs/heads/master@{#426271}

Powered by Google App Engine
This is Rietveld 408576698