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

Issue 2570433007: [OfflinePages] Adds StartImmediateProcessing() api to RequestCoordinator (Closed)

Created:
4 years ago by dougarnett
Modified:
4 years 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

[OfflinePages] Adds StartImmediateProcessing() api to RequestCoordinator Adds api to Coordinator. Does not yet add Java bridge api support. Also, cleans up some terminology wrt immediate*callback when not necessarily immediate mode only. BUG=672584 Committed: https://crrev.com/c2f0e3cf89272ee6a6511731a32008f4eede692f Cr-Commit-Position: refs/heads/master@{#439496}

Patch Set 1 #

Patch Set 2 : Some comment grammar fixes #

Total comments: 16

Patch Set 3 : Addressed a couple comments #

Patch Set 4 : Naming tweak plus expanded comments from feedback #

Patch Set 5 : Merge #

Total comments: 4

Patch Set 6 : SetInternalStartProcessingCallbackForTest name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -72 lines) Patch
M chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/offline_pages/core/background/request_coordinator.h View 1 2 3 4 5 4 chunks +30 lines, -9 lines 0 comments Download
M components/offline_pages/core/background/request_coordinator.cc View 1 2 3 5 chunks +25 lines, -14 lines 0 comments Download
M components/offline_pages/core/background/request_coordinator_unittest.cc View 1 2 3 4 5 27 chunks +117 lines, -48 lines 0 comments Download

Messages

Total messages: 41 (24 generated)
dougarnett
4 years ago (2016-12-13 19:32:13 UTC) #5
Pete Williamson
lgtm https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc File components/offline_pages/core/background/request_coordinator.cc (right): https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc#newcode181 components/offline_pages/core/background/request_coordinator.cc:181: internal_processing_callback_(base::Bind(&EmptySchedulerCallback)), would this be better as immediate_processing_callback to ...
4 years ago (2016-12-13 21:38:41 UTC) #9
Pete Williamson
not lgtm Sorry, I meant to hit the "publish" button, not the "Quick LGTM" button. ...
4 years ago (2016-12-13 21:41:35 UTC) #10
dougarnett
https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc File components/offline_pages/core/background/request_coordinator.cc (right): https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc#newcode181 components/offline_pages/core/background/request_coordinator.cc:181: internal_processing_callback_(base::Bind(&EmptySchedulerCallback)), On 2016/12/13 21:38:41, Pete Williamson wrote: > would ...
4 years ago (2016-12-14 16:59:11 UTC) #13
Pete Williamson
https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc File components/offline_pages/core/background/request_coordinator.cc (right): https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc#newcode181 components/offline_pages/core/background/request_coordinator.cc:181: internal_processing_callback_(base::Bind(&EmptySchedulerCallback)), On 2016/12/14 16:59:11, dougarnett wrote: > On 2016/12/13 ...
4 years ago (2016-12-14 18:32:54 UTC) #16
dougarnett
https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc File components/offline_pages/core/background/request_coordinator.cc (right): https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc#newcode181 components/offline_pages/core/background/request_coordinator.cc:181: internal_processing_callback_(base::Bind(&EmptySchedulerCallback)), On 2016/12/14 18:32:54, Pete Williamson wrote: > On ...
4 years ago (2016-12-15 01:25:43 UTC) #17
Pete Williamson
https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc File components/offline_pages/core/background/request_coordinator.cc (right): https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc#newcode181 components/offline_pages/core/background/request_coordinator.cc:181: internal_processing_callback_(base::Bind(&EmptySchedulerCallback)), On 2016/12/15 01:25:43, dougarnett wrote: > On 2016/12/14 ...
4 years ago (2016-12-15 01:39:03 UTC) #18
dougarnett
https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc File components/offline_pages/core/background/request_coordinator.cc (right): https://codereview.chromium.org/2570433007/diff/20001/components/offline_pages/core/background/request_coordinator.cc#newcode181 components/offline_pages/core/background/request_coordinator.cc:181: internal_processing_callback_(base::Bind(&EmptySchedulerCallback)), On 2016/12/15 01:39:03, Pete Williamson wrote: > On ...
4 years ago (2016-12-15 17:41:51 UTC) #21
Pete Williamson
lgtm https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h File components/offline_pages/core/background/request_coordinator.h (right): https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h#newcode152 components/offline_pages/core/background/request_coordinator.h:152: void SetInternalProcessingCallbackForTest( Nit: This might be better as ...
4 years ago (2016-12-15 17:52:42 UTC) #22
dougarnett
https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h File components/offline_pages/core/background/request_coordinator.h (right): https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h#newcode152 components/offline_pages/core/background/request_coordinator.h:152: void SetInternalProcessingCallbackForTest( On 2016/12/15 17:52:42, Pete Williamson wrote: > ...
4 years ago (2016-12-15 18:07:28 UTC) #23
Pete Williamson
https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h File components/offline_pages/core/background/request_coordinator.h (right): https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h#newcode152 components/offline_pages/core/background/request_coordinator.h:152: void SetInternalProcessingCallbackForTest( On 2016/12/15 18:07:27, dougarnett wrote: > On ...
4 years ago (2016-12-15 18:09:28 UTC) #24
dougarnett
https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h File components/offline_pages/core/background/request_coordinator.h (right): https://codereview.chromium.org/2570433007/diff/80001/components/offline_pages/core/background/request_coordinator.h#newcode152 components/offline_pages/core/background/request_coordinator.h:152: void SetInternalProcessingCallbackForTest( On 2016/12/15 18:09:28, Pete Williamson wrote: > ...
4 years ago (2016-12-15 18:18:19 UTC) #27
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/2570433007/100001
4 years ago (2016-12-16 20:10:00 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/87902)
4 years ago (2016-12-16 22:10:17 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/2570433007/100001
4 years ago (2016-12-19 16:46:03 UTC) #36
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-19 17:35:37 UTC) #39
commit-bot: I haz the power
4 years ago (2016-12-19 17:39:00 UTC) #41
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/c2f0e3cf89272ee6a6511731a32008f4eede692f
Cr-Commit-Position: refs/heads/master@{#439496}

Powered by Google App Engine
This is Rietveld 408576698