• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

BUILD.gnH A D16-Feb-2021285 107

OWNERSH A D16-Feb-2021109 64

README.mdH A D16-Feb-2021648 1611

file_system_chooser.ccH A D16-Feb-202112 KiB323240

file_system_chooser.hH A D16-Feb-20213.7 KiB9972

file_system_chooser_browsertest.ccH A D16-Feb-202129.4 KiB708613

file_system_chooser_test_helpers.ccH A D16-Feb-20214.8 KiB139114

file_system_chooser_test_helpers.hH A D16-Feb-20212.3 KiB6845

file_system_chooser_unittest.ccH A D16-Feb-202112.4 KiB276237

fixed_native_file_system_permission_grant.ccH A D16-Feb-20211 KiB3422

fixed_native_file_system_permission_grant.hH A D16-Feb-20211.6 KiB4424

mock_native_file_system_permission_context.ccH A D16-Feb-20211.2 KiB3323

mock_native_file_system_permission_context.hH A D16-Feb-20212.9 KiB7256

mock_native_file_system_permission_grant.ccH A D16-Feb-2021761 2213

mock_native_file_system_permission_grant.hH A D16-Feb-20211.4 KiB3925

native_file_system.protoH A D16-Feb-20212.7 KiB6960

native_file_system_directory_handle_impl.ccH A D16-Feb-202116.9 KiB465376

native_file_system_directory_handle_impl.hH A D16-Feb-20215 KiB11178

native_file_system_drag_drop_browsertest.ccH A D16-Feb-202110 KiB235179

native_file_system_drag_drop_token_impl.ccH A D16-Feb-20211.8 KiB5741

native_file_system_drag_drop_token_impl.hH A D16-Feb-20213.1 KiB7743

native_file_system_error.ccH A D16-Feb-20211.2 KiB3725

native_file_system_error.hH A D16-Feb-20211.3 KiB3718

native_file_system_file_handle_impl.ccH A D16-Feb-202114.6 KiB385297

native_file_system_file_handle_impl.hH A D16-Feb-20214.1 KiB9764

native_file_system_file_handle_impl_unittest.ccH A D16-Feb-20216 KiB170139

native_file_system_file_writer_impl.ccH A D16-Feb-202126.8 KiB701554

native_file_system_file_writer_impl.hH A D16-Feb-20217 KiB167107

native_file_system_file_writer_impl_browsertest.ccH A D16-Feb-202111.5 KiB308262

native_file_system_file_writer_impl_unittest.ccH A D16-Feb-202128.1 KiB768622

native_file_system_handle_base.ccH A D16-Feb-20217.2 KiB176133

native_file_system_handle_base.hH A D16-Feb-202110.5 KiB240172

native_file_system_handle_base_unittest.ccH A D16-Feb-20218.4 KiB211176

native_file_system_manager_impl.ccH A D16-Feb-202146.1 KiB1,156935

native_file_system_manager_impl.hH A D16-Feb-202116.4 KiB372258

native_file_system_manager_impl_unittest.ccH A D16-Feb-202151.5 KiB1,209955

native_file_system_transfer_token_impl.ccH A D16-Feb-20213 KiB8666

native_file_system_transfer_token_impl.hH A D16-Feb-20213.7 KiB8350

README.md

1# File System Access API
2
3This directory contains part of the browser side implementation of the
4native file system API.
5
6See https://wicg.github.io/file-system-access/ for the spec for this API.
7
8## Related directories
9
10[`//storage/browser/file_system/`](../../../storage/browser/file_system) contains the
11backend this API is built on top of,
12[`blink/renderer/modules/file_system_access`](../../../third_party/blink/renderer/modules/file_system_access)
13contains the renderer side implementation and
14[`blink/public/mojom/file_system_access`](../../../third_party/blink/public/mojom/file_system_access)
15contains the mojom interfaces for these APIs.
16