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