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

Issue 2774343002: Hook up BackgroundFetchServiceImpl::Fetch() to start a fetch (Closed)

Created:
3 years, 9 months ago by Peter Beverloo
Modified:
3 years, 9 months ago
CC:
chromium-reviews, darin (slow to review), creis+watch_chromium.org, awdf+watch_chromium.org, Aaron Boodman, Peter Beverloo, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, blink-reviews, dglazkov+blink, darin-cc_chromium.org, asvitkine+watch_chromium.org, haraken, kinuko+watch, harkness+watch_chromium.org, blink-reviews-api_chromium.org, blink-worker-reviews_chromium.org, qsr+mojo_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Hook up BackgroundFetchServiceImpl::Fetch() to start a fetch This CL hooks up the browser-side mojo endpoint with the rest of the Background Fetch system to actually start a new background fetch. BUG=692534 Review-Url: https://codereview.chromium.org/2774343002 Cr-Commit-Position: refs/heads/master@{#459905} Committed: https://chromium.googlesource.com/chromium/src/+/8ea74ef3873df9a1b97277a1ddc92414137ff1cd

Patch Set 1 #

Total comments: 6

Patch Set 2 : comments #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -194 lines) Patch
M content/browser/background_fetch/background_fetch_context.h View 3 chunks +41 lines, -24 lines 0 comments Download
M content/browser/background_fetch/background_fetch_context.cc View 2 chunks +60 lines, -41 lines 0 comments Download
M content/browser/background_fetch/background_fetch_data_manager.h View 1 2 4 chunks +22 lines, -6 lines 0 comments Download
M content/browser/background_fetch/background_fetch_data_manager.cc View 1 2 1 chunk +27 lines, -20 lines 0 comments Download
M content/browser/background_fetch/background_fetch_data_manager_unittest.cc View 1 2 5 chunks +84 lines, -38 lines 0 comments Download
M content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/background_fetch/background_fetch_embedded_worker_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/background_fetch/background_fetch_event_dispatcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/background_fetch/background_fetch_job_controller.h View 4 chunks +15 lines, -6 lines 0 comments Download
M content/browser/background_fetch/background_fetch_job_controller.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M content/browser/background_fetch/background_fetch_job_controller_unittest.cc View 1 4 chunks +22 lines, -13 lines 0 comments Download
M content/browser/background_fetch/background_fetch_registration_id.h View 3 chunks +1 line, -3 lines 0 comments Download
M content/browser/background_fetch/background_fetch_registration_id.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/background_fetch/background_fetch_service_impl.h View 1 3 chunks +21 lines, -5 lines 0 comments Download
M content/browser/background_fetch/background_fetch_service_impl.cc View 1 7 chunks +88 lines, -22 lines 0 comments Download
M content/browser/background_fetch/background_fetch_test_base.h View 1 chunk +5 lines, -3 lines 0 comments Download
M content/browser/bad_message.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp View 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom View 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (10 generated)
harkness
lgtm % comments https://codereview.chromium.org/2774343002/diff/1/content/browser/background_fetch/background_fetch_data_manager.cc File content/browser/background_fetch/background_fetch_data_manager.cc (right): https://codereview.chromium.org/2774343002/diff/1/content/browser/background_fetch/background_fetch_data_manager.cc#newcode38 content/browser/background_fetch/background_fetch_data_manager.cc:38: Can you put a TODO here ...
3 years, 9 months ago (2017-03-27 15:35:12 UTC) #2
Peter Beverloo
+harkness, please take another look at BackgroundFetchServiceImpl +tsepez for mojom and first BackgroundFetchServiceImpl method +avi ...
3 years, 9 months ago (2017-03-27 15:42:56 UTC) #4
Tom Sepez
lgtm
3 years, 9 months ago (2017-03-27 18:39:04 UTC) #7
Avi (use Gerrit)
lgtm content stuff stamp
3 years, 9 months ago (2017-03-27 18:40:34 UTC) #8
Ilya Sherman
histograms.xml lgtm
3 years, 9 months ago (2017-03-27 18:53:15 UTC) #9
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/2774343002/40001
3 years, 9 months ago (2017-03-27 21:55:34 UTC) #14
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 22:21:49 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/8ea74ef3873df9a1b97277a1ddc9...

Powered by Google App Engine
This is Rietveld 408576698