tree: 29a8f36426e0fa3c059e941d9bb91fd316c756e8 [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. long_task_detector.cc
  58. long_task_detector.h
  59. long_task_detector_test.cc
  60. mixed_content_checker.cc
  61. mixed_content_checker.h
  62. mixed_content_checker_test.cc
  63. navigation_policy.cc
  64. navigation_policy.h
  65. navigation_policy_test.cc
  66. navigation_scheduler.cc
  67. navigation_scheduler.h
  68. network_hints_interface.h
  69. OWNERS
  70. ping_loader.cc
  71. ping_loader.h
  72. ping_loader_test.cc
  73. preload_helper.cc
  74. preload_helper.h
  75. prerenderer_client.cc
  76. prerenderer_client.h
  77. previews_resource_loading_hints.cc
  78. previews_resource_loading_hints.h
  79. previews_resource_loading_hints_receiver_impl.cc
  80. previews_resource_loading_hints_receiver_impl.h
  81. previews_resource_loading_hints_test.cc
  82. programmatic_scroll_test.cc
  83. progress_tracker.cc
  84. progress_tracker.h
  85. progress_tracker_test.cc
  86. README.md
  87. scheduled_navigation.cc
  88. scheduled_navigation.h
  89. subresource_filter.cc
  90. subresource_filter.h
  91. subresource_integrity_helper.cc
  92. subresource_integrity_helper.h
  93. text_resource_decoder_builder.cc
  94. text_resource_decoder_builder.h
  95. text_resource_decoder_builder_test.cc
  96. text_track_loader.cc
  97. text_track_loader.h
  98. threadable_loader.cc
  99. threadable_loader.h
  100. threadable_loader_client.h
  101. threadable_loader_test.cc
  102. worker_fetch_context.cc
  103. worker_fetch_context.h
  104. worker_resource_fetcher_properties.cc
  105. 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