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