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}
Description was changed from ========== Stop using MojoURLLoaderFactoryGetter. https://crrev.com/2410333006/ introduced MojoURLLoaderFactoryGetter which is passed from ...
Description was changed from
==========
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_an...
So this CL stops usin MojoURLLoaderFactoryGette and change
ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload() to get the
ResourceMessageFilter from ResourceeRequestInfoImpl.
BUG=
==========
to
==========
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_an...
So this CL stops using MojoURLLoaderFactoryGette and changes
ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload() to get the
ResourceMessageFilter from ResourceeRequestInfoImpl.
BUG=649558
==========
horo
The CQ bit was checked by horo@chromium.org to run a CQ dry run
Description was changed from ========== Stop using MojoURLLoaderFactoryGetter. https://crrev.com/2410333006/ introduced MojoURLLoaderFactoryGetter which is passed from ...
4 years, 1 month ago
(2016-11-02 01:06:03 UTC)
#14
Message was sent while issue was closed.
Description was changed from
==========
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_an...
So this CL stops using MojoURLLoaderFactoryGette and changes
ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload() to get the
ResourceMessageFilter from ResourceeRequestInfoImpl.
BUG=649558
==========
to
==========
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_an...
So this CL stops using MojoURLLoaderFactoryGette and changes
ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload() to get the
ResourceMessageFilter from ResourceeRequestInfoImpl.
BUG=649558
==========
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago
(2016-11-02 01:06:05 UTC)
#15
Message was sent while issue was closed.
Committed patchset #1 (id:1)
commit-bot: I haz the power
Description was changed from ========== Stop using MojoURLLoaderFactoryGetter. https://crrev.com/2410333006/ introduced MojoURLLoaderFactoryGetter which is passed from ...
4 years, 1 month ago
(2016-11-02 01:07:44 UTC)
#16
Message was sent while issue was closed.
Description was changed from
==========
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_an...
So this CL stops using MojoURLLoaderFactoryGette and changes
ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload() to get the
ResourceMessageFilter from ResourceeRequestInfoImpl.
BUG=649558
==========
to
==========
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_an...
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}
==========
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5ad8ffbfd99372e02bde808b264313cf69fa7e4b Cr-Commit-Position: refs/heads/master@{#429169}
4 years, 1 month ago
(2016-11-02 01:07:45 UTC)
#17
Issue 2465813003: Stop using MojoURLLoaderFactoryGetter.
(Closed)
Created 4 years, 1 month ago by horo
Modified 4 years, 1 month ago
Reviewers: falken, piman
Base URL:
Comments: 0