tree: faa68f0abd8529848a2225d0fb2943b12d81abf4 [path history] [tgz]
  1. appcache/
  2. modulescript/
  3. private/
  4. resource/
  5. alternate_signed_exchange_resource_info.cc
  6. alternate_signed_exchange_resource_info.h
  7. alternate_signed_exchange_resource_info_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. cross_thread_resource_timing_info_copier.cc
  15. cross_thread_resource_timing_info_copier.h
  16. DEPS
  17. document_load_timing.cc
  18. document_load_timing.h
  19. document_load_timing_test.cc
  20. document_loader.cc
  21. document_loader.h
  22. document_loader_test.cc
  23. empty_clients.cc
  24. empty_clients.h
  25. form_submission.cc
  26. form_submission.h
  27. frame_fetch_context.cc
  28. frame_fetch_context.h
  29. frame_fetch_context_test.cc
  30. frame_load_request.cc
  31. frame_load_request.h
  32. frame_loader.cc
  33. frame_loader.h
  34. frame_loader_state_machine.cc
  35. frame_loader_state_machine.h
  36. frame_loader_types.h
  37. frame_or_imported_document.cc
  38. frame_or_imported_document.h
  39. frame_resource_fetcher_properties.cc
  40. frame_resource_fetcher_properties.h
  41. frame_resource_fetcher_properties_test.cc
  42. history_item.cc
  43. history_item.h
  44. http_equiv.cc
  45. http_equiv.h
  46. http_refresh_scheduler.cc
  47. http_refresh_scheduler.h
  48. idleness_detector.cc
  49. idleness_detector.h
  50. idleness_detector_test.cc
  51. image_loader.cc
  52. image_loader.h
  53. image_loader_test.cc
  54. importance_attribute.cc
  55. importance_attribute.h
  56. interactive_detector.cc
  57. interactive_detector.h
  58. interactive_detector_test.cc
  59. lazy_image_helper.cc
  60. lazy_image_helper.h
  61. link_load_parameters.cc
  62. link_load_parameters.h
  63. link_loader.cc
  64. link_loader.h
  65. link_loader_client.h
  66. link_loader_test.cc
  67. loader_factory_for_frame.cc
  68. loader_factory_for_frame.h
  69. loader_factory_for_worker.cc
  70. loader_factory_for_worker.h
  71. long_task_detector.cc
  72. long_task_detector.h
  73. long_task_detector_test.cc
  74. mixed_content_checker.cc
  75. mixed_content_checker.h
  76. mixed_content_checker_test.cc
  77. navigation_policy.cc
  78. navigation_policy.h
  79. navigation_policy_test.cc
  80. OWNERS
  81. ping_loader.cc
  82. ping_loader.h
  83. ping_loader_test.cc
  84. prefetched_signed_exchange_manager.cc
  85. prefetched_signed_exchange_manager.h
  86. preload_helper.cc
  87. preload_helper.h
  88. prerenderer_client.cc
  89. prerenderer_client.h
  90. previews_resource_loading_hints.cc
  91. previews_resource_loading_hints.h
  92. previews_resource_loading_hints_test.cc
  93. programmatic_scroll_test.cc
  94. progress_tracker.cc
  95. progress_tracker.h
  96. progress_tracker_test.cc
  97. README.md
  98. resource_load_observer_for_frame.cc
  99. resource_load_observer_for_frame.h
  100. resource_load_observer_for_frame_test.cc
  101. resource_load_observer_for_worker.cc
  102. resource_load_observer_for_worker.h
  103. subresource_filter.cc
  104. subresource_filter.h
  105. subresource_integrity_helper.cc
  106. subresource_integrity_helper.h
  107. text_resource_decoder_builder.cc
  108. text_resource_decoder_builder.h
  109. text_resource_decoder_builder_test.cc
  110. text_track_loader.cc
  111. text_track_loader.h
  112. threadable_loader.cc
  113. threadable_loader.h
  114. threadable_loader_client.h
  115. threadable_loader_test.cc
  116. threaded_icon_loader.cc
  117. threaded_icon_loader.h
  118. threaded_icon_loader_test.cc
  119. web_associated_url_loader_impl.cc
  120. web_associated_url_loader_impl.h
  121. web_associated_url_loader_impl_test.cc
  122. worker_fetch_context.cc
  123. worker_fetch_context.h
  124. worker_resource_fetcher_properties.cc
  125. worker_resource_fetcher_properties.h
  126. worker_resource_timing_notifier_impl.cc
  127. worker_resource_timing_notifier_impl.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