tree: 4ca0bceba0bc8f068b0c9c510558decfb5b46c06 [path history] [tgz]
  1. file_system_chooser.cc
  2. file_system_chooser.h
  3. file_system_chooser_browsertest.cc
  4. file_system_chooser_test_helpers.cc
  5. file_system_chooser_test_helpers.h
  6. file_system_chooser_unittest.cc
  7. fixed_native_file_system_permission_grant.cc
  8. fixed_native_file_system_permission_grant.h
  9. mock_native_file_system_permission_context.cc
  10. mock_native_file_system_permission_context.h
  11. mock_native_file_system_permission_grant.cc
  12. mock_native_file_system_permission_grant.h
  13. native_file_system_directory_handle_impl.cc
  14. native_file_system_directory_handle_impl.h
  15. native_file_system_error.cc
  16. native_file_system_error.h
  17. native_file_system_file_handle_impl.cc
  18. native_file_system_file_handle_impl.h
  19. native_file_system_file_handle_impl_unittest.cc
  20. native_file_system_file_writer_impl.cc
  21. native_file_system_file_writer_impl.h
  22. native_file_system_file_writer_impl_browsertest.cc
  23. native_file_system_file_writer_impl_unittest.cc
  24. native_file_system_handle_base.cc
  25. native_file_system_handle_base.h
  26. native_file_system_handle_base_unittest.cc
  27. native_file_system_manager_impl.cc
  28. native_file_system_manager_impl.h
  29. native_file_system_manager_impl_unittest.cc
  30. native_file_system_transfer_token_impl.cc
  31. native_file_system_transfer_token_impl.h
  32. OWNERS
  33. README.md
content/browser/native_file_system/README.md

Native File System API

This directory contains part of the browser side implementation of the native file system API.

See https://wicg.github.io/native-file-system/ for the spec for this API.

Related directories

//storage/browser/file_system/ contains the backend this API is built on top of, blink/renderer/modules/native_file_system contains the renderer side implementation and blink/public/mojom/native_file_system contains the mojom interfaces for these APIs.