tree: fa5836b31d0f898c809fc62703c6449c60967cc7 [path history] [tgz]
  1. appcache/
  2. modulescript/
  3. private/
  4. resource/
  5. allowed_by_nosniff.cc
  6. allowed_by_nosniff.h
  7. allowed_by_nosniff_test.cc
  8. base_fetch_context.cc
  9. base_fetch_context.h
  10. base_fetch_context_test.cc
  11. BUILD.gn
  12. cookie_jar.cc
  13. cookie_jar.h
  14. document_load_timing.cc
  15. document_load_timing.h
  16. document_load_timing_test.cc
  17. document_loader.cc
  18. document_loader.h
  19. document_loader_test.cc
  20. empty_clients.cc
  21. empty_clients.h
  22. form_submission.cc
  23. form_submission.h
  24. frame_fetch_context.cc
  25. frame_fetch_context.h
  26. frame_fetch_context_test.cc
  27. frame_load_request.cc
  28. frame_load_request.h
  29. frame_loader.cc
  30. frame_loader.h
  31. frame_loader_state_machine.cc
  32. frame_loader_state_machine.h
  33. frame_loader_types.h
  34. history_item.cc
  35. history_item.h
  36. http_equiv.cc
  37. http_equiv.h
  38. idleness_detector.cc
  39. idleness_detector.h
  40. idleness_detector_test.cc
  41. image_loader.cc
  42. image_loader.h
  43. importance_attribute.cc
  44. importance_attribute.h
  45. interactive_detector.cc
  46. interactive_detector.h
  47. interactive_detector_test.cc
  48. link_loader.cc
  49. link_loader.h
  50. link_loader_client.h
  51. link_loader_test.cc
  52. long_task_detector.cc
  53. long_task_detector.h
  54. long_task_detector_test.cc
  55. mixed_content_checker.cc
  56. mixed_content_checker.h
  57. mixed_content_checker_test.cc
  58. navigation_policy.cc
  59. navigation_policy.h
  60. navigation_policy_test.cc
  61. navigation_scheduler.cc
  62. navigation_scheduler.h
  63. network_hints_interface.h
  64. OWNERS
  65. ping_loader.cc
  66. ping_loader.h
  67. ping_loader_test.cc
  68. prerenderer_client.cc
  69. prerenderer_client.h
  70. previews_resource_loading_hints.cc
  71. previews_resource_loading_hints.h
  72. previews_resource_loading_hints_receiver_impl.cc
  73. previews_resource_loading_hints_receiver_impl.h
  74. previews_resource_loading_hints_test.cc
  75. programmatic_scroll_test.cc
  76. progress_tracker.cc
  77. progress_tracker.h
  78. progress_tracker_test.cc
  79. README.md
  80. scheduled_navigation.cc
  81. scheduled_navigation.h
  82. subresource_filter.cc
  83. subresource_filter.h
  84. subresource_integrity_helper.cc
  85. subresource_integrity_helper.h
  86. text_resource_decoder_builder.cc
  87. text_resource_decoder_builder.h
  88. text_resource_decoder_builder_test.cc
  89. text_track_loader.cc
  90. text_track_loader.h
  91. threadable_loader.cc
  92. threadable_loader.h
  93. threadable_loader_client.h
  94. threadable_loader_test.cc
  95. worker_fetch_context.cc
  96. worker_fetch_context.h
third_party/blink/renderer/core/loader/README.md

High-level fetching code.

Fetching/loading code is divided into:

  • core/fetch: Fetch API
  • core/loader: high-level fetching
  • platform/loader/fetch: low-level fetching