0
Files
src/content/browser/file_system_access
Christine Hollingsworth 7580819013 [FSA] Mac - Disable ReceivesFileUpdatesAfterReturningFromBFCache browsertest
Disabling a flaky test on Mac. This flake is similar to the other
existing flaky browsertests being tracked by b/360153904, and the
followup resolution will be monitored there.

Bug: 360758384
Change-Id: If56faa0aa813778cdda8057d5f53d68251715f00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5806933
Reviewed-by: Nathan Memmott <memmott@chromium.org>
Commit-Queue: Christine Hollingsworth <christinesm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1345624}
2024-08-22 20:33:10 +00:00
..
2024-07-30 16:37:47 +00:00

File System Access API

This directory contains part of the browser side implementation of the File System Access API.

This specification for API is split across two repositories:

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