tree: c16530cef4edf241984779f0d78ffcb5576993e8 [path history] [tgz]
  1. cors/
  2. fetch/
  3. testing/
  4. allowed_by_nosniff.cc
  5. allowed_by_nosniff.h
  6. allowed_by_nosniff_test.cc
  7. BUILD.gn
  8. DEPS
  9. ftp_directory_listing.cc
  10. ftp_directory_listing.h
  11. ftp_directory_listing_test.cc
  12. link_header.cc
  13. link_header.h
  14. link_header_test.cc
  15. mixed_content_autoupgrade_status.h
  16. OWNERS
  17. README.md
  18. static_data_navigation_body_loader.cc
  19. static_data_navigation_body_loader.h
  20. static_data_navigation_body_loader_test.cc
  21. subresource_integrity.cc
  22. subresource_integrity.h
  23. subresource_integrity_test.cc
third_party/blink/renderer/platform/loader/README.md

platform/loader/

This document describes how files under platform/loader/ are organized.

cors

Contains Cross-Origin Resource Sharing (CORS) related files. Some functions in this directory will be removed once CORS support is moved to //services/network. Please contact {kinuko,tyoshino,toyoshim}@chromium.org when you need to depend on this directory from new code.

fetch

Contains files for low-level loading APIs. The PLATFORM_EXPORT macro is needed to use them from core/. Otherwise they can be used only in platform/.

testing

Contains helper files for testing that are available in both blink_platform_unittests and blink_unittests. These files are built as a part of the platform:test_support static library.