tree: 0d7c6d63432f88e33f8604968ebab63c0fb292ba [path history] [tgz]
  1. android_stream_reader_url_loader.cc
  2. android_stream_reader_url_loader.h
  3. android_stream_reader_url_loader_unittest.cc
  4. aw_network_change_notifier.cc
  5. aw_network_change_notifier.h
  6. aw_network_change_notifier_factory.cc
  7. aw_network_change_notifier_factory.h
  8. aw_proxy_config_monitor.cc
  9. aw_proxy_config_monitor.h
  10. aw_proxying_restricted_cookie_manager.cc
  11. aw_proxying_restricted_cookie_manager.h
  12. aw_proxying_url_loader_factory.cc
  13. aw_proxying_url_loader_factory.h
  14. aw_url_loader_throttle.cc
  15. aw_url_loader_throttle.h
  16. aw_web_resource_intercept_response.cc
  17. aw_web_resource_intercept_response.h
  18. aw_web_resource_request.cc
  19. aw_web_resource_request.h
  20. aw_web_resource_response.cc
  21. aw_web_resource_response.h
  22. input_stream_reader.cc
  23. input_stream_reader.h
  24. input_stream_reader_unittest.cc
  25. net_helpers.cc
  26. net_helpers.h
  27. OWNERS
  28. README.md
android_webview/browser/network_service/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: 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.