tree: ff79ca6385ec8fd9845f6a44859c69c3d52d3c1c [path history] [tgz]
  1. throttling/
  2. BUILD.gn
  3. cache_url_loader.cc
  4. cache_url_loader.h
  5. cookie_manager.cc
  6. cookie_manager.h
  7. cookie_manager_unittest.cc
  8. DEPS
  9. http_server_properties_pref_delegate.cc
  10. http_server_properties_pref_delegate.h
  11. manifest.json
  12. network_change_manager.cc
  13. network_change_manager.h
  14. network_change_manager_unittest.cc
  15. network_context.cc
  16. network_context.h
  17. network_context_unittest.cc
  18. network_sandbox_hook_linux.cc
  19. network_sandbox_hook_linux.h
  20. network_service_impl.cc
  21. network_service_impl.h
  22. network_service_unittest.cc
  23. network_service_url_loader_factory.cc
  24. network_service_url_loader_factory.h
  25. OWNERS
  26. PRESUBMIT.py
  27. proxy_config_service_mojo.cc
  28. proxy_config_service_mojo.h
  29. proxy_config_service_mojo_unittest.cc
  30. proxy_resolver_factory_mojo.cc
  31. proxy_resolver_factory_mojo.h
  32. proxy_resolver_factory_mojo_unittest.cc
  33. proxy_service_mojo.cc
  34. proxy_service_mojo.h
  35. README.md
  36. restricted_cookie_manager.cc
  37. restricted_cookie_manager.h
  38. restricted_cookie_manager_unittest.cc
  39. upload_progress_tracker.cc
  40. upload_progress_tracker.h
  41. upload_progress_tracker_unittest.cc
  42. url_loader.cc
  43. url_loader.h
  44. url_loader_unittest.cc
content/network/README.md

content/network is a temporary location for the Network Service. While it will eventually end up in services/network, we can't move it now until content/common/url_loader.mojom can move. That is blocked on removing the old non-mojom IPC loading path (see LoadingWithMojo feature flag). Once that happens, the mojom can be self contained and we can move it and this code.