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

..03-May-2022-

BUILD.gnH A D07-Nov-2020304 107

OWNERSH A D07-Nov-2020109 64

README.mdH A D07-Nov-2020648 1611

file_system_chooser.ccH A D07-Nov-20206.8 KiB198158

file_system_chooser.hH A D07-Nov-20202.9 KiB8155

file_system_chooser_browsertest.ccH A D07-Nov-202021.5 KiB516449

file_system_chooser_test_helpers.ccH A D07-Nov-20204.4 KiB128105

file_system_chooser_test_helpers.hH A D07-Nov-20202.1 KiB6240

file_system_chooser_unittest.ccH A D07-Nov-20207.3 KiB170141

fixed_native_file_system_permission_grant.ccH A D07-Nov-2020895 2918

fixed_native_file_system_permission_grant.hH A D07-Nov-20201.4 KiB4121

mock_native_file_system_permission_context.ccH A D07-Nov-20201.5 KiB4332

mock_native_file_system_permission_context.hH A D07-Nov-20203.1 KiB8367

mock_native_file_system_permission_grant.ccH A D07-Nov-2020706 2213

mock_native_file_system_permission_grant.hH A D07-Nov-20201.3 KiB3824

native_file_system.protoH A D07-Nov-20202.6 KiB6557

native_file_system_directory_handle_impl.ccH A D07-Nov-202017.2 KiB476386

native_file_system_directory_handle_impl.hH A D07-Nov-20205 KiB11178

native_file_system_error.ccH A D07-Nov-20201.2 KiB3725

native_file_system_error.hH A D07-Nov-20201.3 KiB3718

native_file_system_file_handle_impl.ccH A D07-Nov-202014.8 KiB390302

native_file_system_file_handle_impl.hH A D07-Nov-20204.1 KiB9764

native_file_system_file_handle_impl_unittest.ccH A D07-Nov-20206.3 KiB176145

native_file_system_file_writer_impl.ccH A D07-Nov-202017.8 KiB468378

native_file_system_file_writer_impl.hH A D07-Nov-20206.5 KiB15899

native_file_system_file_writer_impl_browsertest.ccH A D07-Nov-202011.8 KiB319273

native_file_system_file_writer_impl_unittest.ccH A D07-Nov-202022.3 KiB625511

native_file_system_handle_base.ccH A D07-Nov-20209.6 KiB238180

native_file_system_handle_base.hH A D07-Nov-202010.3 KiB243171

native_file_system_handle_base_unittest.ccH A D07-Nov-20209 KiB218183

native_file_system_manager_impl.ccH A D07-Nov-202036.5 KiB916758

native_file_system_manager_impl.hH A D07-Nov-202013.4 KiB311217

native_file_system_manager_impl_unittest.ccH A D07-Nov-202025.4 KiB603512

native_file_system_transfer_token_impl.ccH A D07-Nov-20201.6 KiB5339

native_file_system_transfer_token_impl.hH A D07-Nov-20202.8 KiB7142

README.md

1# Native File System API
2
3This directory contains part of the browser side implementation of the
4native file system API.
5
6See https://wicg.github.io/native-file-system/ 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/native_file_system`](../../../third_party/blink/renderer/modules/native_file_system)
13contains the renderer side implementation and
14[`blink/public/mojom/native_file_system`](../../../third_party/blink/public/mojom/native_file_system)
15contains the mojom interfaces for these APIs.
16