tree: fa4ddb3060cc813ceaa6487ac72a6d42f64ee0d3 [path history] [tgz]
  1. cors/
  2. fetch/
  3. testing/
  4. BUILD.gn
  5. DEPS
  6. LinkHeader.cpp
  7. LinkHeader.h
  8. LinkHeaderTest.cpp
  9. OWNERS
  10. README.md
  11. SubresourceIntegrity.cpp
  12. SubresourceIntegrity.h
  13. SubresourceIntegrityTest.cpp
third_party/WebKit/Source/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 webkit_unit_tests. These files are built as a part of the platform:test_support static library.