Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_network_change_notifier.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_network_change_notifier.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_network_change_notifier_factory.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_network_change_notifier_factory.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_proxy_config_monitor.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_proxy_config_monitor.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_proxying_restricted_cookie_manager.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_proxying_restricted_cookie_manager.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_proxying_url_loader_factory.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_proxying_url_loader_factory.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_url_loader_throttle.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_url_loader_throttle.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_web_resource_intercept_response.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_web_resource_intercept_response.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_web_resource_request.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
aw_web_resource_request.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
net_helpers.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
net_helpers.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

Android WebView Network Service

This folder contains Android WebView’s code for interacting with the Network Service. For details on the Network Service in general, see //services/network/.

*** note Note: M77 is the last milestone to support the legacy (non-Network-Service) code path.


In-process

Android WebView aims to run with the Network Service in-process (features::kNetworkServiceInProcess). For details, see https://crbug.com/882650. This feature is enabled by default, so there’s no need to locally enable it.

Testing with the Network Service

Please see general testing instructions. There is no need to modify flags because the Network Service is always enabled.