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

Issue 2202113002: API to provide status of save page reqeusts to API. (Closed)

Created:
4 years, 4 months ago by Pete Williamson
Modified:
4 years, 4 months ago
Reviewers:
dougarnett, fgorski
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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

API to provide status of save page reqeusts to API. For components to drive background offlining programmatically, this provides a new status API to check the current status of offline page requests. BUG=610521 Committed: https://crrev.com/7b2bb2f29d275938d82f478128dc7154c6dc47a8 Cr-Commit-Position: refs/heads/master@{#409828}

Patch Set 1 #

Total comments: 39

Patch Set 2 : CR fixes per DougArnett and FGorski. Also gets rid of status. #

Total comments: 14

Patch Set 3 : CR changes per FGorski #

Patch Set 4 : Merge with delete req delete request change. #

Patch Set 5 : Clean up naming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -22 lines) Patch
M components/offline_pages/background/request_coordinator.h View 1 2 3 2 chunks +20 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_coordinator.cc View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_coordinator_unittest.cc View 1 2 3 4 18 chunks +70 lines, -22 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
Pete Williamson
4 years, 4 months ago (2016-08-02 00:28:27 UTC) #4
fgorski
https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode92 components/offline_pages/background/request_coordinator.cc:92: for(auto iter = requests.begin(); iter != requests.end(); ++iter) { ...
4 years, 4 months ago (2016-08-02 04:18:12 UTC) #7
dougarnett
https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.h File components/offline_pages/background/request_coordinator.h (right): https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.h#newcode118 components/offline_pages/background/request_coordinator.h:118: // Gets the result of add requests to the ...
4 years, 4 months ago (2016-08-02 20:39:28 UTC) #8
Pete Williamson
https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode92 components/offline_pages/background/request_coordinator.cc:92: for(auto iter = requests.begin(); iter != requests.end(); ++iter) { ...
4 years, 4 months ago (2016-08-03 00:24:32 UTC) #9
fgorski
https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode92 components/offline_pages/background/request_coordinator.cc:92: for(auto iter = requests.begin(); iter != requests.end(); ++iter) { ...
4 years, 4 months ago (2016-08-03 03:13:15 UTC) #10
dougarnett
lgtm with resolving comments https://codereview.chromium.org/2202113002/diff/20001/components/offline_pages/background/BUILD.gn File components/offline_pages/background/BUILD.gn (right): https://codereview.chromium.org/2202113002/diff/20001/components/offline_pages/background/BUILD.gn#newcode29 components/offline_pages/background/BUILD.gn:29: "request_status.h", revert https://codereview.chromium.org/2202113002/diff/20001/components/offline_pages/background/request_coordinator.h File components/offline_pages/background/request_coordinator.h ...
4 years, 4 months ago (2016-08-03 04:27:19 UTC) #11
Pete Williamson
https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc File components/offline_pages/background/request_coordinator.cc (right): https://codereview.chromium.org/2202113002/diff/1/components/offline_pages/background/request_coordinator.cc#newcode92 components/offline_pages/background/request_coordinator.cc:92: for(auto iter = requests.begin(); iter != requests.end(); ++iter) { ...
4 years, 4 months ago (2016-08-03 20:13:45 UTC) #12
fgorski
lgtm
4 years, 4 months ago (2016-08-04 06:14:00 UTC) #13
fgorski
lgtm
4 years, 4 months ago (2016-08-04 06:14:01 UTC) #14
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/2202113002/80001
4 years, 4 months ago (2016-08-04 16:45:09 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-04 17:52:51 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 17:54:12 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7b2bb2f29d275938d82f478128dc7154c6dc47a8
Cr-Commit-Position: refs/heads/master@{#409828}

Powered by Google App Engine
This is Rietveld 408576698