WebPackageRequestHandler should work on the UI thread |
|||
Issue descriptionTo improve performance and avoid extra/unnecessary thread hops (see parent bug), we want to move NavigationURLLoaderNetworkService and its dependent classes to the UI thread. This bug tracks converting WebPackageRequestHandler.
,
Mar 23 2018
,
Mar 23 2018
To give extra context, we want to do this when Network Service is enabled (i.e. where we don't need to worry about interactions with RDHI etc)
,
Mar 23 2018
Kinuko: can we run it all the time on UI thread (e.g. even when NS is disabled), that way we can convert to NS without changing all the request handlers and throttles?
,
May 16 2018
btw we'll hold off on this until the network service ships. at that point, it'll be a lot easier (as the rest of the code will only be on UI). |
|||
►
Sign in to add a comment |
|||
Comment 1 by jam@chromium.org
, Mar 22 2018