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

Issue 2465813003: Stop using MojoURLLoaderFactoryGetter. (Closed)

Created:
4 years, 1 month ago by horo
Modified:
4 years, 1 month ago
Reviewers:
falken, piman
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, serviceworker-reviews, creis+watch_chromium.org, shimazu+serviceworker_chromium.org, nasko+codewatch_chromium.org, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, kinuko+watch, tzik, blink-worker-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop using MojoURLLoaderFactoryGetter. https://crrev.com/2410333006/ introduced MojoURLLoaderFactoryGetter which is passed from RenderProcessHostImpl to ServiceWorkerFetchDispatcher. The MojoURLLoaderFactoryGette is created on the UI thread and holds a WeakPtr of the RenderProcessHostImpl. And it is passed to IO thread. But WeakPtr is not thread safe. http://www.chromium.org/developers/design-documents/threading#base_WeakPtr_and_Cancellation So this CL stops using MojoURLLoaderFactoryGette and changes ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload() to get the ResourceMessageFilter from ResourceeRequestInfoImpl. BUG=649558 Committed: https://crrev.com/5ad8ffbfd99372e02bde808b264313cf69fa7e4b Cr-Commit-Position: refs/heads/master@{#429169}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -80 lines) Patch
M content/browser/renderer_host/render_process_host_impl.h View 2 chunks +0 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 2 chunks +1 line, -8 lines 0 comments Download
M content/browser/service_worker/foreign_fetch_request_handler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler.h View 2 chunks +1 line, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.h View 3 chunks +1 line, -7 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host_unittest.cc View 1 chunk +1 line, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.h View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_handle_unittest.cc View 1 chunk +1 line, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.cc View 1 chunk +1 line, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.h View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.cc View 3 chunks +1 line, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/service_worker/service_worker_types.h View 4 chunks +0 lines, -11 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (10 generated)
horo
falken@ Could you please review this?
4 years, 1 month ago (2016-10-31 15:52:45 UTC) #5
falken
looks a lot simpler too. lgtm
4 years, 1 month ago (2016-11-01 01:41:58 UTC) #8
horo
piman@ Could you please review content/browser/renderer_host/render_process_host_impl.*?
4 years, 1 month ago (2016-11-01 02:48:16 UTC) #10
piman
lgtm
4 years, 1 month ago (2016-11-01 19:40:05 UTC) #11
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/2465813003/1
4 years, 1 month ago (2016-11-01 23:27:25 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-02 01:06:05 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-02 01:07:45 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5ad8ffbfd99372e02bde808b264313cf69fa7e4b
Cr-Commit-Position: refs/heads/master@{#429169}

Powered by Google App Engine
This is Rietveld 408576698