tree: 35a99ba06542fa948feac775e0a33ae23c4988e8 [path history] [tgz]
  1. fetch/
  2. testing/
  3. BUILD.gn
  4. DEPS
  5. LinkHeader.cpp
  6. LinkHeader.h
  7. LinkHeaderTest.cpp
  8. OWNERS
  9. README.md
  10. SubresourceIntegrity.cpp
  11. SubresourceIntegrity.h
  12. SubresourceIntegrityTest.cpp
third_party/WebKit/Source/platform/loader/README.md

platform/loader/

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

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.