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