tree: b4b8770f7a1120bed3d57976a10ab0fb4ed57e68 [path history] [tgz]
  1. modulescript/
  2. resource/
  3. web_bundle/
  4. alternate_signed_exchange_resource_info.cc
  5. alternate_signed_exchange_resource_info.h
  6. alternate_signed_exchange_resource_info_test.cc
  7. anchor_element_interaction_test.cc
  8. anchor_element_interaction_tracker.cc
  9. anchor_element_interaction_tracker.h
  10. back_forward_cache_loader_helper_impl.cc
  11. back_forward_cache_loader_helper_impl.h
  12. base_fetch_context.cc
  13. base_fetch_context.h
  14. base_fetch_context_test.cc
  15. beacon_data.cc
  16. beacon_data.h
  17. build.gni
  18. cookie_jar.cc
  19. cookie_jar.h
  20. cross_thread_resource_timing_info_copier.cc
  21. cross_thread_resource_timing_info_copier.h
  22. DEPS
  23. DIR_METADATA
  24. document_load_timing.cc
  25. document_load_timing.h
  26. document_load_timing_test.cc
  27. document_loader.cc
  28. document_loader.h
  29. document_loader_auto_speculation_rules_test.cc
  30. document_loader_test.cc
  31. empty_clients.cc
  32. empty_clients.h
  33. fetch_priority_attribute.cc
  34. fetch_priority_attribute.h
  35. form_submission.cc
  36. form_submission.h
  37. frame_client_hints_preferences_context.cc
  38. frame_client_hints_preferences_context.h
  39. frame_fetch_context.cc
  40. frame_fetch_context.h
  41. frame_fetch_context_test.cc
  42. frame_load_request.cc
  43. frame_load_request.h
  44. frame_loader.cc
  45. frame_loader.h
  46. frame_loader_test.cc
  47. frame_loader_types.h
  48. frame_resource_fetcher_properties.cc
  49. frame_resource_fetcher_properties.h
  50. frame_resource_fetcher_properties_test.cc
  51. history_item.cc
  52. history_item.h
  53. http_equiv.cc
  54. http_equiv.h
  55. http_refresh_scheduler.cc
  56. http_refresh_scheduler.h
  57. idleness_detector.cc
  58. idleness_detector.h
  59. idleness_detector_test.cc
  60. idna_util.cc
  61. idna_util.h
  62. image_loader.cc
  63. image_loader.h
  64. interactive_detector.cc
  65. interactive_detector.h
  66. interactive_detector_test.cc
  67. lazy_image_helper.cc
  68. lazy_image_helper.h
  69. link_load_parameters.cc
  70. link_load_parameters.h
  71. link_loader.cc
  72. link_loader.h
  73. link_loader_client.h
  74. link_loader_test.cc
  75. loader_factory_for_frame.cc
  76. loader_factory_for_frame.h
  77. loader_factory_for_worker.cc
  78. loader_factory_for_worker.h
  79. long_task_detector.cc
  80. long_task_detector.h
  81. long_task_detector_test.cc
  82. mixed_content_checker.cc
  83. mixed_content_checker.h
  84. mixed_content_checker_test.cc
  85. mock_content_security_notifier.h
  86. navigation_policy.cc
  87. navigation_policy.h
  88. navigation_policy_test.cc
  89. no_state_prefetch_client.cc
  90. no_state_prefetch_client.h
  91. old_document_info_for_commit.cc
  92. old_document_info_for_commit.h
  93. OWNERS
  94. pending_link_preload.cc
  95. pending_link_preload.h
  96. ping_loader.cc
  97. ping_loader.h
  98. ping_loader_test.cc
  99. prefetched_signed_exchange_manager.cc
  100. prefetched_signed_exchange_manager.h
  101. preload_helper.cc
  102. preload_helper.h
  103. prerender_handle.cc
  104. prerender_handle.h
  105. prerender_test.cc
  106. programmatic_scroll_test.cc
  107. progress_tracker.cc
  108. progress_tracker.h
  109. progress_tracker_test.cc
  110. README.md
  111. render_blocking_resource_manager.cc
  112. render_blocking_resource_manager.h
  113. render_blocking_resource_manager_test.cc
  114. resource_load_observer_for_frame.cc
  115. resource_load_observer_for_frame.h
  116. resource_load_observer_for_frame_test.cc
  117. resource_load_observer_for_worker.cc
  118. resource_load_observer_for_worker.h
  119. speculation_rule_loader.cc
  120. speculation_rule_loader.h
  121. subresource_filter.cc
  122. subresource_filter.h
  123. subresource_integrity_helper.cc
  124. subresource_integrity_helper.h
  125. text_track_loader.cc
  126. text_track_loader.h
  127. threadable_loader.cc
  128. threadable_loader.h
  129. threadable_loader_client.h
  130. threadable_loader_test.cc
  131. threaded_icon_loader.cc
  132. threaded_icon_loader.h
  133. threaded_icon_loader_test.cc
  134. url_matcher.cc
  135. url_matcher.h
  136. url_matcher_test.cc
  137. web_associated_url_loader_impl.cc
  138. web_associated_url_loader_impl.h
  139. web_associated_url_loader_impl_test.cc
  140. worker_fetch_context.cc
  141. worker_fetch_context.h
  142. worker_resource_fetcher_properties.cc
  143. worker_resource_fetcher_properties.h
  144. worker_resource_timing_notifier_impl.cc
  145. 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